Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
javax.xml.transform.dom.DOMResult
getNode()
method after the transformation.
Field Summary | |
static String |
|
Fields inherited from interface javax.xml.transform.Result | |
PI_DISABLE_OUTPUT_ESCAPING , PI_ENABLE_OUTPUT_ESCAPING |
Constructor Summary | |
| |
Method Summary | |
Node |
|
Node |
|
String |
|
void |
|
void | |
void |
|
public static final String FEATURE
Factory feature indicating that DOM results are supported.
public DOMResult()
Default constructor.
public DOMResult(Node node, String systemID)
Constructor with the node to append to and the system ID.
public DOMResult(Node node, Node nextSibling)
Constructor with the node to append to and the child node before which the result should be appended.
- Since:
- 1.3
public DOMResult(Node node, Node nextSibling, String systemID)
Constructor with the node to append to, the child node before which the result should be appended, and the system ID.
- Since:
- 1.3
public Node getNextSibling()
Returns the child node before which the result nodes will be inserted.
- Since:
- 1.3
public Node getNode()
Returns the node to which the result tree is to be appended, or the result tree after transformation if no node was previously set.
public String getSystemId()
Returns the system ID used to resolve external entities.
- Specified by:
- getSystemId in interface Result
public void setNextSibling(Node nextSibling)
Sets the child node before which the result nodes will be inserted.
- Since:
- 1.3
public void setNode(Node node)
Sets the node to which the result tree will be appended.
- Parameters:
node
- the node