javax.xml.transform.dom
Class DOMResult
java.lang.Object
|
+--javax.xml.transform.dom.DOMResult
- All Implemented Interfaces:
- Result
- public class DOMResult
- extends java.lang.Object
- implements Result
DOM Result
- Version:
- 1.0
- Author:
- Andrew Selkirk
Field Summary |
static java.lang.String |
FEATURE
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FEATURE
public static final java.lang.String FEATURE
DOMResult
public DOMResult()
DOMResult
public DOMResult(Node node)
DOMResult
public DOMResult(Node node,
java.lang.String systemID)
setNode
public void setNode(Node node)
getNode
public Node getNode()
setSystemId
public void setSystemId(java.lang.String systemID)
- Specified by:
setSystemId
in interface Result
getSystemId
public java.lang.String getSystemId()
- Specified by:
getSystemId
in interface Result
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 2001-11-20.