HomeSort by relevance Sort by last modified time
    Searched defs:DOMResult (Results 1 - 2 of 2) sorted by null

  /dalvik/libcore/xml/src/main/java/javax/xml/transform/dom/
DOMResult.java 18 // $Id: DOMResult.java 569995 2007-08-27 04:31:06Z mrglavas $
34 public class DOMResult implements Result {
40 public static final String FEATURE = "http://javax.xml.transform.dom.DOMResult/feature";
50 public DOMResult() {
71 public DOMResult(Node node) {
91 public DOMResult(Node node, String systemId) {
113 * then the behavior is the same as calling {@link #DOMResult(Node node)},
126 public DOMResult(Node node, Node nextSibling) {
132 throw new IllegalArgumentException("Cannot create a DOMResult when the nextSibling is contained by the \"null\" node.");
137 throw new IllegalArgumentException("Cannot create a DOMResult when the nextSibling is not contained by the node.")
    [all...]
  /prebuilt/sdk/8/
android.jar 

Completed in 31 milliseconds