javax.xml.transform.dom
public class DOMSource extends Object implements Source
Version: 1.0
Field Summary | |
---|---|
static String | FEATURE |
Constructor Summary | |
---|---|
DOMSource() | |
DOMSource(Node node) | |
DOMSource(Node node, String systemID) |
Method Summary | |
---|---|
Node | getNode() |
String | getSystemId() |
void | setNode(Node node) |
void | setSystemId(String systemID) |
Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2013-01-12.