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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/grammars/
H A DXMLSchemaDescription.java49 public final static short CONTEXT_IMPORT = 2; field in interface:XMLSchemaDescription
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSDDescription.java60 public final static short CONTEXT_IMPORT = 2; field in class:XSDDescription
190 fContextType == CONTEXT_IMPORT ||
H A DXMLSchemaLoader.java636 if (desc.getContextType() == XSDDescription.CONTEXT_IMPORT ||
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java518 if (fHonourAllSchemaLocations && referType == XSDDescription.CONTEXT_IMPORT && isExistingGrammar(desc, fNamespaceGrowth)) {
873 else if(fHonourAllSchemaLocations && referType == XSDDescription.CONTEXT_IMPORT) {
907 refType = XSDDescription.CONTEXT_IMPORT;
973 fSchemaGrammarDescription.setContextType(XSDDescription.CONTEXT_IMPORT);
2163 if (referType == XSDDescription.CONTEXT_IMPORT || referType == XSDDescription.CONTEXT_INCLUDE

Completed in 46 milliseconds