Lines Matching refs:DOMResult

39 public class DOMResult implements Result {
45 public static final String FEATURE = "http://javax.xml.transform.dom.DOMResult/feature";
55 public DOMResult() {
76 public DOMResult(Node node) {
96 public DOMResult(Node node, String systemId) {
118 * then the behavior is the same as calling {@link #DOMResult(Node node)},
132 public DOMResult(Node node, Node nextSibling) {
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(Node node, String systemId)},
183 public DOMResult(Node node, Node nextSibling, String systemId) {
189 throw new IllegalArgumentException("Cannot create a DOMResult when the nextSibling is contained by the \"null\" node.");
194 throw new IllegalArgumentException("Cannot create a DOMResult when the nextSibling is not contained by the node.");
231 throw new IllegalStateException("Cannot create a DOMResult when the nextSibling is contained by the \"null\" node.");
236 throw new IllegalArgumentException("Cannot create a DOMResult when the nextSibling is not contained by the node.");
247 * {@link #DOMResult(Node node)},
248 * {@link #DOMResult(Node node, String systeId)},
249 * {@link #DOMResult(Node node, Node nextSibling)},
250 * {@link #DOMResult(Node node, Node nextSibling, String systemId)} or
271 * then the behavior is the same as calling {@link #DOMResult(Node node)},
289 throw new IllegalStateException("Cannot create a DOMResult when the nextSibling is contained by the \"null\" node.");
294 throw new IllegalArgumentException("Cannot create a DOMResult when the nextSibling is not contained by the node.");
305 * {@link #DOMResult(Node node, Node nextSibling)},
306 * {@link #DOMResult(Node node, Node nextSibling, String systemId)} or
331 * {@link #DOMResult(Node node, String systemId)},
332 * {@link #DOMResult(Node node, Node nextSibling, String systemId)} or