javax.xml.transform.dom
public class DOMResult extends Object implements Result
Version: 1.0
Field Summary | |
---|---|
static String | FEATURE |
Constructor Summary | |
---|---|
DOMResult() | |
DOMResult(Node node) | |
DOMResult(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.