|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xerces.xni.parser.XMLInputSource | +--org.apache.xerces.util.DOMInputSource
An XMLInputSource
analogue to javax.xml.transform.dom.DOMSource
.
Fields inherited from class org.apache.xerces.xni.parser.XMLInputSource |
fBaseSystemId, fByteStream, fCharStream, fEncoding, fPublicId, fSystemId |
Constructor Summary | |
DOMInputSource()
|
|
DOMInputSource(org.w3c.dom.Node node)
|
|
DOMInputSource(org.w3c.dom.Node node,
java.lang.String systemId)
|
Method Summary | |
org.w3c.dom.Node |
getNode()
|
void |
setNode(org.w3c.dom.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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DOMInputSource()
public DOMInputSource(org.w3c.dom.Node node)
public DOMInputSource(org.w3c.dom.Node node, java.lang.String systemId)
Method Detail |
public org.w3c.dom.Node getNode()
public void setNode(org.w3c.dom.Node node)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |