Searched refs:DERIVATION_UNION (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/
H A DTypeInfo.java173 public static final int DERIVATION_UNION = 0x00000004; field in interface:TypeInfo
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DXSConstants.java108 public static final short DERIVATION_UNION = 8; field in interface:XSConstants
128 | XSConstants.DERIVATION_UNION;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDSimpleTypeTraverser.java229 refType = XSConstants.DERIVATION_UNION;
301 XSConstants.DERIVATION_UNION, schemaDoc);
373 XSConstants.DERIVATION_UNION);
469 else if (baseRefContext == XSConstants.DERIVATION_UNION) {
514 case XSConstants.DERIVATION_UNION:
H A DXSAttributeChecker.java1317 XSConstants.DERIVATION_UNION;
1349 XSConstants.DERIVATION_UNION;
1360 choice |= XSConstants.DERIVATION_UNION;
1384 XSConstants.DERIVATION_UNION;
1401 choice |= XSConstants.DERIVATION_UNION;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSComplexTypeDecl.java94 static final int DERIVATION_UNION = 4; field in class:XSComplexTypeDecl
301 if ((((derivationMethod & DERIVATION_LIST) != 0) || ((derivationMethod & DERIVATION_UNION) != 0))
330 && ((derivationMethod & DERIVATION_UNION) == 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.java194 static final int DERIVATION_UNION = 4; field in class:XSSimpleTypeDecl
2648 if ((derivationMethod & DERIVATION_UNION) != 0) {
2658 && ((derivationMethod & DERIVATION_UNION) == 0))) {
2668 && ((derivationMethod & DERIVATION_UNION) == 0))) {

Completed in 66 milliseconds