public final class DOMInputSource extends XMLInputSource
An XMLInputSource
analogue to javax.xml.transform.dom.DOMSource
.
fBaseSystemId, fByteStream, fCharStream, fEncoding, fPublicId, fSystemId
Constructor and Description |
---|
DOMInputSource() |
DOMInputSource(Node node) |
DOMInputSource(Node node,
String systemId) |
Modifier and Type | Method and Description |
---|---|
Node |
getNode() |
void |
setNode(Node node) |
getBaseSystemId, getByteStream, getCharacterStream, getEncoding, getPublicId, getSystemId, setBaseSystemId, setByteStream, setCharacterStream, setEncoding, setPublicId, setSystemId
Copyright © 2017 JBoss by Red Hat. All rights reserved.