org.apache.xerces.util
Class DOMInputSource
java.lang.Object
org.apache.xerces.xni.parser.XMLInputSource
org.apache.xerces.util.DOMInputSource
public final class DOMInputSource
- extends XMLInputSource
An XMLInputSource
analogue to javax.xml.transform.dom.DOMSource
.
- Version:
- $Id: DOMInputSource.java 447241 2006-09-18 05:12:57Z mrglavas $
Methods inherited from class org.apache.xerces.xni.parser.XMLInputSource |
getBaseSystemId, getByteStream, getCharacterStream, getEncoding, getPublicId, getSystemId, setBaseSystemId, setByteStream, setCharacterStream, setEncoding, setPublicId, setSystemId |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOMInputSource
public DOMInputSource()
DOMInputSource
public DOMInputSource(Node node)
DOMInputSource
public DOMInputSource(Node node,
String systemId)
getNode
public Node getNode()
setNode
public void setNode(Node node)
Copyright © 2011. All Rights Reserved.