Searched refs:isSimple (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DNumberType.java36 public boolean isSimple() { method in class:NumberType
H A DBooleanType.java69 public boolean isSimple() { method in class:BooleanType
H A DStringType.java60 public boolean isSimple() { method in class:StringType
H A DType.java122 public boolean isSimple() { method in class:Type
/openjdk7/jdk/src/share/classes/sun/font/
H A DTextLineComponent.java72 public boolean isSimple(); method in interface:TextLineComponent
H A DGraphicComponent.java153 public boolean isSimple() { method in class:GraphicComponent
158 throw new InternalError("do not call if isSimple returns false");
H A DExtendedTextSourceLabel.java175 public boolean isSimple() { method in class:ExtendedTextSourceLabel
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DEqualityExpr.java122 if (tleft.isSimple() && tright.isSimple()) {
177 if (tleft.isSimple() ||
H A DSyntaxTreeNode.java636 boolean isSimple = isSimpleRTF(this);
638 if (!isSimple) {
642 int rtfType = isSimple ? DOM.SIMPLE_RTF
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLine.java97 private boolean isSimple; field in class:TextLine
163 isSimple = true;
168 isSimple &= tlc.isSimple();
312 isSimple = false;
370 if (isSimple) { // all glyphvectors with no decorations, no layout path
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSConstraints.java1106 boolean isSimple = false;
1109 isSimple = true;
1113 if (!isSimple && !bElement.fDefault.normalizedValue.equals(dElement.fDefault.normalizedValue) ||
1114 isSimple && !bElement.fDefault.actualValue.equals(dElement.fDefault.actualValue)) {
H A DXMLSchemaValidator.java2620 boolean isSimple =
2626 if (!isSimple) {
2689 if (isSimple) {
2776 if (!isSimple && attrGrp.fIDAttrName != null && wildcardIDName != null) {

Completed in 95 milliseconds