Searched refs:DERIVATION_LIST (Results 1 - 7 of 7) 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/traversers/
H A DXSDSimpleTypeTraverser.java225 refType = XSConstants.DERIVATION_LIST;
366 restriction ? XSConstants.DERIVATION_RESTRICTION : XSConstants.DERIVATION_LIST);
380 XSConstants.DERIVATION_LIST);
466 else if (baseRefContext == XSConstants.DERIVATION_LIST) {
511 case XSConstants.DERIVATION_LIST:
H A DXSAttributeChecker.java1316 XSConstants.DERIVATION_RESTRICTION|XSConstants.DERIVATION_LIST|
1348 XSConstants.DERIVATION_RESTRICTION|XSConstants.DERIVATION_LIST|
1357 choice |= XSConstants.DERIVATION_LIST;
1383 XSConstants.DERIVATION_RESTRICTION|XSConstants.DERIVATION_LIST|
1398 choice |= 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)
H A DXSConstraints.java1142 (short)(XSConstants.DERIVATION_EXTENSION|XSConstants.DERIVATION_LIST|XSConstants.DERIVATION_UNION))) {
/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 59 milliseconds