HomeSort by relevance Sort by last modified time
    Searched defs:dom (Results 1 - 25 of 360) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/org/w3c/dom/
CDATASection.java 13 package org.w3c.dom;
51 * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification</a>.
Comment.java 13 package org.w3c.dom;
27 * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification</a>.
DocumentFragment.java 13 package org.w3c.dom;
50 * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification</a>.
EntityReference.java 13 package org.w3c.dom;
40 * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification</a>.
DOMErrorHandler.java 13 package org.w3c.dom;
16 * <code>DOMErrorHandler</code> is a callback interface that the DOM
24 * <p> The application that is using the DOM implementation is expected to
26 * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification</a>.
27 * @since DOM Level 3
35 * may be reused by the DOM implementation across multiple calls to
38 * <code>false</code>, the DOM implementation should stop the current
DOMImplementationList.java 13 package org.w3c.dom;
17 * of an ordered collection of DOM implementations, without defining or
21 * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification</a>.
22 * @since DOM Level 3
DOMImplementationSource.java 13 package org.w3c.dom;
16 * This interface permits a DOM implementer to supply one or more
21 * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification</a>.
22 * @since DOM Level 3
26 * A method to request the first DOM implementation that supports the
34 * request a DOM implementation that supports the module "XML" for its
40 * @return The first DOM implementation that support the desired
46 * A method to request a list of DOM implementations that support the
53 * @return A list of DOM implementations that support the desire
    [all...]
DOMStringList.java 13 package org.w3c.dom;
21 * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification</a>.
22 * @since DOM Level 3
NodeList.java 13 package org.w3c.dom;
18 * is implemented. <code>NodeList</code> objects in the DOM are live.
21 * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification</a>.
Notation.java 13 package org.w3c.dom;
21 * <p>The DOM Core does not support editing <code>Notation</code> nodes; they
24 * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification</a>.
ProcessingInstruction.java 13 package org.w3c.dom;
25 * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification</a>.
  /external/testng/src/main/java/org/testng/xml/dom/
ParentSetter.java 1 package org.testng.xml.dom;
ITagFactory.java 1 package org.testng.xml.dom;
ITagSetter.java 1 package org.testng.xml.dom;
3 import org.w3c.dom.Node;
OnElement.java 1 package org.testng.xml.dom;
OnElementList.java 1 package org.testng.xml.dom;
Tag.java 1 package org.testng.xml.dom;
TagContent.java 1 package org.testng.xml.dom;
TestNGTagFactory.java 1 package org.testng.xml.dom;
  /libcore/luni/src/main/java/javax/xml/transform/dom/
DOMLocator.java 20 package javax.xml.transform.dom;
23 import org.w3c.dom.Node;
27 * Indicates the position of a node in a source DOM, intended
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSResourceResolver.java 13 package org.w3c.dom.ls;
29 * <p> Many DOM applications will not need to implement this interface, but it
35 * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407'>Document Object Model (DOM) Level 3 Load
LSSerializerFilter.java 13 package org.w3c.dom.ls;
15 import org.w3c.dom.traversal.NodeFilter;
21 * based on the <code>NodeFilter</code> interface defined in [<a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>DOM Level 2 Traversal and Range</a>]
36 * <p> DOM applications must not raise exceptions in a filter. The effect of
37 * throwing exceptions from a filter is DOM implementation dependent.
42 * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407'>Document Object Model (DOM) Level 3 Load
57 * <br> Unlike [<a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>DOM Level 2 Traversal and Range</a>
    [all...]
  /external/python/cpython2/Doc/includes/
minidom-example.py 1 import xml.dom.minidom
19 dom = xml.dom.minidom.parseString(document) variable
64 handleSlideshow(dom)
  /libcore/dom/src/test/java/tests/api/org/w3c/dom/
AllTests_Level1.java 17 package tests.api.org.w3c.dom;
36 // from http://www.w3.org/DOM/Test/
48 throw new RuntimeException("problem creating dom test suite, "+e.getClass().getName()+", "+e.getMessage(), e);
AllTests_Level2.java 17 package tests.api.org.w3c.dom;
36 // from http://www.w3.org/DOM/Test/
48 throw new RuntimeException("problem creating dom test suite", e);

Completed in 136 milliseconds

1 2 3 4 5 6 7 8 91011>>