public final class DOMInputSource
extends org.apache.xerces.xni.parser.XMLInputSource
An XMLInputSource analogue to javax.xml.transform.dom.DOMSource.
| Constructor and Description | 
|---|
| DOMInputSource() | 
| DOMInputSource(org.w3c.dom.Node node) | 
| DOMInputSource(org.w3c.dom.Node node,
              java.lang.String systemId) | 
| Modifier and Type | Method and Description | 
|---|---|
| org.w3c.dom.Node | getNode() | 
| void | setNode(org.w3c.dom.Node node) | 
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.