|
|
javax > javax.xml > javax.xml.transform > javax.xml.transform.dom > javax.xml.transform.dom.domsource >
Class: javax.xml.transform.dom.DOMSource java.lang.Object javax.xml.transform.dom.DOMSource
public class DOMSource extends Object implements Source
FIELDS:
public static final String FEATURE : http://javax.xml.transform.dom.DOMSource/feature |
|
|
|
CONSTRUCTORS:
| | | public | DOMSource() |
| | public | DOMSource(Node n) |
| | public | DOMSource(Node node, String systemID) |
| |
|
|
|
METHODS:
| | | | public | Node | getNode() |
| | public | String | getSystemId() |
| | public | void | setNode(Node node) |
| | public | void | setSystemId(String systemID) |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|