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

/openjdk7/jaxp/src/org/w3c/dom/
H A DTypeInfo.java186 public static final int DERIVATION_LIST = 0x00000008; field in interface:TypeInfo
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DXSConstants.java112 public static final short DERIVATION_LIST = 16; field in interface:XSConstants
127 | XSConstants.DERIVATION_LIST
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSComplexTypeDecl.java95 static final int DERIVATION_LIST = 8; field in class:XSComplexTypeDecl
301 if ((((derivationMethod & DERIVATION_LIST) != 0) || ((derivationMethod & DERIVATION_UNION) != 0))
329 && ((derivationMethod & DERIVATION_LIST) == 0)
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDecl.java195 static final int DERIVATION_LIST = 8; field in class:XSSimpleTypeDecl
2641 if ((derivationMethod & DERIVATION_LIST) != 0) {
2657 && ((derivationMethod & DERIVATION_LIST) == 0)
2667 && ((derivationMethod & DERIVATION_LIST) == 0)

Completed in 607 milliseconds