Searched defs:DOMResult (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/javax/xml/transform/dom/
H A DDOMResult.java39 public class DOMResult implements Result { class in inherits:Result
45 public static final String FEATURE = "http://javax.xml.transform.dom.DOMResult/feature";
55 public DOMResult() { method in class:DOMResult
76 public DOMResult(Node node) { method in class:DOMResult
96 public DOMResult(Node node, String systemId) { method in class:DOMResult
118 * then the behavior is the same as calling {@link #DOMResult(Node node)},
132 public DOMResult(Node node, Node nextSibling) { method in class:DOMResult
138 throw new IllegalArgumentException("Cannot create a DOMResult when the nextSibling is contained by the \"null\" node.");
143 throw new IllegalArgumentException("Cannot create a DOMResult when the nextSibling is not contained by the node.");
169 * then the behavior is the same as calling {@link #DOMResult(Nod
183 public DOMResult(Node node, Node nextSibling, String systemId) { method in class:DOMResult
[all...]

Completed in 86 milliseconds