Searched defs:fJAXPSource (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaLoader.java257 private Object fJAXPSource = null; field in class:XMLSchemaLoader
445 fJAXPSource = state;
749 if (fJAXPSource == null) {
753 Class componentType = fJAXPSource.getClass().getComponentType();
758 if(fJAXPSource instanceof InputStream ||
759 fJAXPSource instanceof InputSource) {
760 SchemaGrammar g = (SchemaGrammar)fJAXPCache.get(fJAXPSource);
767 xis = xsdToXMLInputSource(fJAXPSource);
779 if(fJAXPSource instanceof InputStream ||
780 fJAXPSource instanceo
[all...]

Completed in 32 milliseconds