Searched refs:NSCONSTRAINT_ANY (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DXSWildcard.java31 public static final short NSCONSTRAINT_ANY = 1; field in interface:XSWildcard
69 * <code>NSCONSTRAINT_ANY</code>, the <code>StringList</code> is empty.
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSWildcardDecl.java48 public short fType = NSCONSTRAINT_ANY;
83 if (fType == NSCONSTRAINT_ANY)
129 if (superWildcard.fType == NSCONSTRAINT_ANY) {
206 else if ( (fType == NSCONSTRAINT_ANY) || (wildcard.fType == NSCONSTRAINT_ANY) ) {
207 unionWildcard.fType = NSCONSTRAINT_ANY;
271 unionWildcard.fType = NSCONSTRAINT_ANY;
285 unionWildcard.fType = NSCONSTRAINT_ANY;
320 else if ( (fType == NSCONSTRAINT_ANY) || (wildcard.fType == NSCONSTRAINT_ANY) ) {
[all...]
H A DSchemaGrammar.java779 anyWC.fType = XSWildcard.NSCONSTRAINT_ANY;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSAttributeChecker.java136 private static final XInt INT_ANY_ANY = fXIntPool.getXInt(XSWildcardDecl.NSCONSTRAINT_ANY);

Completed in 42 milliseconds