Searched refs:DERIVATION_EXTENSION (Results 1 - 9 of 9) 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) {
H A DSchemaGrammar.java629 XSConstants.DERIVATION_RESTRICTION, XSConstants.DERIVATION_NONE, (short) (XSConstants.DERIVATION_EXTENSION | XSConstants.DERIVATION_RESTRICTION),
635 XSConstants.DERIVATION_RESTRICTION, XSConstants.DERIVATION_NONE, (short) (XSConstants.DERIVATION_EXTENSION | XSConstants.DERIVATION_RESTRICTION),
641 XSConstants.DERIVATION_RESTRICTION, XSConstants.DERIVATION_NONE, (short) (XSConstants.DERIVATION_EXTENSION | XSConstants.DERIVATION_RESTRICTION),
737 eDecl.fBlock = (XSConstants.DERIVATION_EXTENSION |
H A DXSConstraints.java1142 (short)(XSConstants.DERIVATION_EXTENSION|XSConstants.DERIVATION_LIST|XSConstants.DERIVATION_UNION))) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDComplexTypeTraverser.java249 fBlock &= (XSConstants.DERIVATION_EXTENSION | XSConstants.DERIVATION_RESTRICTION);
250 fFinal &= (XSConstants.DERIVATION_EXTENSION | XSConstants.DERIVATION_RESTRICTION);
398 fDerivedBy = XSConstants.DERIVATION_EXTENSION;
483 String errorKey = (fDerivedBy==XSConstants.DERIVATION_EXTENSION) ?
739 fDerivedBy = XSConstants.DERIVATION_EXTENSION;
794 String errorKey = (fDerivedBy==XSConstants.DERIVATION_EXTENSION) ?
H A DXSAttributeChecker.java1274 choice = XSConstants.DERIVATION_SUBSTITUTION|XSConstants.DERIVATION_EXTENSION|
1283 choice |= XSConstants.DERIVATION_EXTENSION;
1315 choice = XSConstants.DERIVATION_SUBSTITUTION|XSConstants.DERIVATION_EXTENSION|
1325 choice |= XSConstants.DERIVATION_EXTENSION;
1347 choice = XSConstants.DERIVATION_SUBSTITUTION|XSConstants.DERIVATION_EXTENSION|
1382 choice = XSConstants.DERIVATION_SUBSTITUTION|XSConstants.DERIVATION_EXTENSION|
1392 choice |= XSConstants.DERIVATION_EXTENSION;
H A DXSDElementTraverser.java316 element.fBlock &= (XSConstants.DERIVATION_EXTENSION | XSConstants.DERIVATION_RESTRICTION | XSConstants.DERIVATION_SUBSTITUTION);
335 element.fFinal &= (XSConstants.DERIVATION_EXTENSION | XSConstants.DERIVATION_RESTRICTION);
/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 63 milliseconds