javax.xml.transform.dom
public class DOMSource extends Object implements Source
Field Summary | |
---|---|
static String | FEATURE
Factory feature indicating that DOM sources are supported. |
Constructor Summary | |
---|---|
DOMSource()
Default constructor. | |
DOMSource(Node node)
Constructor with a context node. | |
DOMSource(Node node, String systemId)
Constructor with a context node and system ID. |
Method Summary | |
---|---|
Node | getNode()
Returns the context node. |
String | getSystemId()
Returns the base URI to use as the context for resolving entities. |
void | setNode(Node node)
Sets the context node. |
void | setSystemId(String systemId)
Sets the base URI to use as the context for resolving entities. |