Searched defs:DERIVATION_EXTENSION (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/
H A DTypeInfo.java159 public static final int DERIVATION_EXTENSION = 0x00000002; field in interface:TypeInfo
168 * <code>DERIVATION_EXTENSION</code>, T2 is derived from the other type
181 * <code>DERIVATION_EXTENSION</code>, T2 is derived from the other type
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DXSConstants.java95 public static final short DERIVATION_EXTENSION = 1; field in interface:XSConstants
117 XSConstants.DERIVATION_EXTENSION
125 | XSConstants.DERIVATION_EXTENSION
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSComplexTypeDecl.java93 static final int DERIVATION_EXTENSION = 2; field in class:XSComplexTypeDecl
280 && derivationMethod == DERIVATION_EXTENSION)) {
293 if ((derivationMethod & DERIVATION_EXTENSION) != 0) {
303 && ((derivationMethod & DERIVATION_EXTENSION) == 0)) {
327 if (((derivationMethod & DERIVATION_EXTENSION) == 0)
494 if ((derivationMethod & DERIVATION_EXTENSION) != 0) {
509 if (((XSComplexTypeDecl) type).getDerivationMethod() == XSConstants.DERIVATION_EXTENSION) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDecl.java193 static final int DERIVATION_EXTENSION = 2; field in class:XSSimpleTypeDecl
2655 if (((derivationMethod & DERIVATION_EXTENSION) != 0)
2665 if (((derivationMethod & DERIVATION_EXTENSION) == 0)

Completed in 2209 milliseconds