Searched refs:DERIVATION_SUBSTITUTION (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DXSConstants.java104 public static final short DERIVATION_SUBSTITUTION = 4; field in interface:XSConstants
119 | XSConstants.DERIVATION_SUBSTITUTION;
124 XSConstants.DERIVATION_SUBSTITUTION
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSubstitutionGroupHandler.java68 if ((exemplar.fBlock & XSConstants.DERIVATION_SUBSTITUTION) != 0)
98 if ((blockingConstraint & XSConstants.DERIVATION_SUBSTITUTION) != 0)
228 if ((element.fBlock & XSConstants.DERIVATION_SUBSTITUTION) != 0) {
H A DSchemaGrammar.java738 XSConstants.DERIVATION_RESTRICTION | XSConstants.DERIVATION_SUBSTITUTION);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSAttributeChecker.java1274 choice = XSConstants.DERIVATION_SUBSTITUTION|XSConstants.DERIVATION_EXTENSION|
1289 choice |= XSConstants.DERIVATION_SUBSTITUTION;
1315 choice = XSConstants.DERIVATION_SUBSTITUTION|XSConstants.DERIVATION_EXTENSION|
1347 choice = XSConstants.DERIVATION_SUBSTITUTION|XSConstants.DERIVATION_EXTENSION|
1382 choice = XSConstants.DERIVATION_SUBSTITUTION|XSConstants.DERIVATION_EXTENSION|
H A DXSDElementTraverser.java316 element.fBlock &= (XSConstants.DERIVATION_EXTENSION | XSConstants.DERIVATION_RESTRICTION | XSConstants.DERIVATION_SUBSTITUTION);

Completed in 235 milliseconds