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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSDDescription.java98 protected short fContextType; field in class:XSDDescription
120 return fContextType ;
178 return fContextType == CONTEXT_ATTRIBUTE ||
179 fContextType == CONTEXT_ELEMENT ||
180 fContextType == CONTEXT_INSTANCE ||
181 fContextType == CONTEXT_XSITYPE;
188 return fContextType == CONTEXT_INCLUDE ||
189 fContextType == CONTEXT_REDEFINE ||
190 fContextType == CONTEXT_IMPORT ||
191 fContextType
[all...]
H A DXMLSchemaLoader.java563 desc.fContextType = XSDDescription.CONTEXT_PREPARSE;
769 fXSDDescription.fContextType = XSDDescription.CONTEXT_PREPARSE;
820 fXSDDescription.fContextType = XSDDescription.CONTEXT_PREPARSE;
H A DSchemaGrammar.java184 //fGrammarDescription.fContextType |= XSDDescription.CONTEXT_COLLISION; // REVISIT
290 fGrammarDescription.fContextType = XSDDescription.CONTEXT_PREPARSE;
336 fGrammarDescription.fContextType = XSDDescription.CONTEXT_PREPARSE;
503 fGrammarDescription.fContextType = XSDDescription.CONTEXT_PREPARSE;
H A DXMLSchemaValidator.java2411 fXSDDescription.fContextType = contextType;

Completed in 51 milliseconds