Searched defs:fContextType (Results 1 - 1 of 1) 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...]

Completed in 29 milliseconds