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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DXSWildcard.java39 public static final short NSCONSTRAINT_LIST = 3; field in interface:XSWildcard
66 * <code>NSCONSTRAINT_LIST</code>, the list contains allowed namespaces.
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSWildcardDecl.java52 // for NSCONSTRAINT_LIST, it means one of the namespaces in the list
105 if (fType == NSCONSTRAINT_LIST) {
155 if (fType == NSCONSTRAINT_LIST) {
156 if (superWildcard.fType == NSCONSTRAINT_LIST &&
212 else if ( (fType == NSCONSTRAINT_LIST) && (wildcard.fType == NSCONSTRAINT_LIST) ) {
213 unionWildcard.fType = NSCONSTRAINT_LIST;
252 else if ( ((fType == NSCONSTRAINT_NOT) && (wildcard.fType == NSCONSTRAINT_LIST)) ||
253 ((fType == NSCONSTRAINT_LIST) && (wildcard.fType == NSCONSTRAINT_NOT)) ) {
339 else if ( ((fType == NSCONSTRAINT_NOT) && (wildcard.fType == NSCONSTRAINT_LIST)) ||
[all...]
H A DXSConstraints.java1497 intersect.fType != XSWildcardDecl.NSCONSTRAINT_LIST ||
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/models/
H A DXSDFACM.java1153 if (wildcard.fType == XSWildcardDecl.NSCONSTRAINT_LIST ||
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSAttributeChecker.java137 private static final XInt INT_ANY_LIST = fXIntPool.getXInt(XSWildcardDecl.NSCONSTRAINT_LIST);

Completed in 67 milliseconds