Module java.xml

Class DOMResult

java.lang.Object
javax.xml.transform.dom.DOMResult
All Implemented Interfaces:
Result

public class DOMResult extends Object implements Result
Acts as a holder for a transformation result tree in the form of a Document Object Model (DOM) tree.

If no output DOM source is set, the transformation will create a Document node as the holder for the result of the transformation, which may be retrieved with getNode().

Since:
1.4