Searched refs:DOMInputSource (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DDOMInputSource.java30 public final class DOMInputSource extends XMLInputSource { class in inherits:XMLInputSource
34 public DOMInputSource() { method in class:DOMInputSource
38 public DOMInputSource(Node node) { method in class:DOMInputSource
43 public DOMInputSource(Node node, String systemId) { method in class:DOMInputSource
76 } // DOMInputSource
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DXMLSchemaFactory.java40 import com.sun.org.apache.xerces.internal.util.DOMInputSource;
231 xmlInputSources[i] = new DOMInputSource(node, systemID);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java68 import com.sun.org.apache.xerces.internal.util.DOMInputSource;
321 // Records which nodes are hidden when the input is a DOMInputSource.
553 if (is instanceof DOMInputSource) {
554 schemaRoot = getSchemaDocument(schemaNamespace, (DOMInputSource) is,
557 } // DOMInputSource
2065 if (schemaSource instanceof DOMInputSource) {
2066 return getSchemaDocument(desc.getTargetNamespace(), (DOMInputSource) schemaSource, mustResolve, desc.getContextType(), referElement);
2067 } // DOMInputSource
2083 if (schemaSource instanceof DOMInputSource) {
2084 return getSchemaDocument(desc.getTargetNamespace(), (DOMInputSource) schemaSourc
[all...]

Completed in 39 milliseconds