|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xerces.xni.parser.XMLInputSource org.apache.xerces.util.DOMInputSource
public final class DOMInputSource
An XMLInputSource
analogue to javax.xml.transform.dom.DOMSource
.
Constructor Summary | |
---|---|
DOMInputSource()
|
|
DOMInputSource(Node node)
|
|
DOMInputSource(Node node,
java.lang.String systemId)
|
Method Summary | |
---|---|
Node |
getNode()
|
void |
setNode(Node node)
|
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 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DOMInputSource()
public DOMInputSource(Node node)
public DOMInputSource(Node node, java.lang.String systemId)
Method Detail |
---|
public Node getNode()
public void setNode(Node node)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |