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