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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DXSWildcard.java35 public static final short NSCONSTRAINT_NOT = 2; field in interface:XSWildcard
67 * For <code>constraintType</code> <code>NSCONSTRAINT_NOT</code>, the
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSWildcardDecl.java53 // for NSCONSTRAINT_NOT, it means not any of the namespaces in the list
92 if (fType == NSCONSTRAINT_NOT) {
138 if (fType == NSCONSTRAINT_NOT) {
139 if (superWildcard.fType == NSCONSTRAINT_NOT &&
161 if (superWildcard.fType == NSCONSTRAINT_NOT &&
223 else if (fType == NSCONSTRAINT_NOT && wildcard.fType == NSCONSTRAINT_NOT) {
224 unionWildcard.fType = NSCONSTRAINT_NOT;
252 else if ( ((fType == NSCONSTRAINT_NOT) && (wildcard.fType == NSCONSTRAINT_LIST)) ||
253 ((fType == NSCONSTRAINT_LIST) && (wildcard.fType == NSCONSTRAINT_NOT)) ) {
[all...]
H A DSchemaGrammar.java597 otherAttrs.fType = XSWildcard.NSCONSTRAINT_NOT;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/models/
H A DXSDFACM.java1154 wildcard.fType == XSWildcardDecl.NSCONSTRAINT_NOT) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSAttributeChecker.java138 private static final XInt INT_ANY_NOT = fXIntPool.getXInt(XSWildcardDecl.NSCONSTRAINT_NOT);

Completed in 47 milliseconds