HomeSort by relevance Sort by last modified time
    Searched full:dom (Results 751 - 775 of 2077) sorted by null

<<31323334353637383940>>

  /dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
InnerNodeImpl.java 17 package org.apache.harmony.xml.dom;
19 import org.w3c.dom.DOMException;
20 import org.w3c.dom.Node;
21 import org.w3c.dom.NodeList;
27 * Provides a straightforward implementation of the corresponding W3C DOM
33 * to the DOM implementation can easily access them while maintaining the DOM
109 * @throws DOMException If the attempted operation violates the XML/DOM
NamedNodeMapImpl.java 17 package org.apache.harmony.xml.dom;
19 import org.w3c.dom.DOMException;
20 import org.w3c.dom.Document;
21 import org.w3c.dom.NamedNodeMap;
22 import org.w3c.dom.Node;
28 * Provides a straightforward implementation of the corresponding W3C DOM
34 * the DOM implementation can easily access them while maintaining the DOM tree
TextImpl.java 17 package org.apache.harmony.xml.dom;
19 import org.w3c.dom.DOMException;
20 import org.w3c.dom.Node;
21 import org.w3c.dom.Text;
24 * Provides a straightforward implementation of the corresponding W3C DOM
30 * the DOM implementation can easily access them while maintaining the DOM tree
150 * <p>Although this method alters the structure of the DOM tree, it does
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/
DTMDOMException.java 30 public class DTMDOMException extends org.w3c.dom.DOMException
34 * Constructs a DOM/DTM exception.
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
NodeConsumer.java 23 import org.w3c.dom.Node;
28 * DOM backpointers for things that are normally created via
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
Entity.java 13 package org.w3c.dom;
21 * structure model is passed to the DOM; in this case there will be no
31 * <p>DOM Level 3 does not support editing <code>Entity</code> nodes; if a
44 * <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>.
70 * @since DOM Level 3
78 * @since DOM Level 3
86 * @since DOM Level 3
  /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
NamespaceURI.java 22 package tests.org.w3c.dom;
29 import org.w3c.dom.Attr;
30 import org.w3c.dom.Document;
31 import org.w3c.dom.NodeList;
32 import org.w3c.dom.Element;
33 import org.w3c.dom.Node;
48 * href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-NodeNSname">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-NodeNSname</a>
  /dalvik/libcore/xml/src/test/java/tests/xml/
SimpleBuilderTest.java 27 import org.w3c.dom.Comment;
28 import org.w3c.dom.Document;
29 import org.w3c.dom.Element;
30 import org.w3c.dom.NamedNodeMap;
31 import org.w3c.dom.Node;
32 import org.w3c.dom.NodeList;
33 import org.w3c.dom.ProcessingInstruction;
34 import org.w3c.dom.Text;
  /external/webkit/WebCore/dom/
DocumentType.idl 26 // DOM Level 1
32 // DOM Level 2
ProcessingInstruction.idl 25 // DOM Level 1
31 // interface LinkStyle from DOM Level 2 Style Sheets
Text.idl 24 // DOM Level 1
29 // Introduced in DOM Level 3:
  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementLayout.java 13 package org.w3c.dom.smil;
15 import org.w3c.dom.DOMException;
ElementParallelTimeContainer.java 13 package org.w3c.dom.smil;
15 import org.w3c.dom.DOMException;
ElementTimeContainer.java 13 package org.w3c.dom.smil;
15 import org.w3c.dom.NodeList;
SMILAnimateMotionElement.java 13 package org.w3c.dom.smil;
15 import org.w3c.dom.DOMException;
SMILLayoutElement.java 17 package org.w3c.dom.smil;
19 import org.w3c.dom.NodeList;
SMILRegionElement.java 19 package org.w3c.dom.smil;
21 import org.w3c.dom.DOMException;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
MockNodeList.java 19 import org.w3c.dom.Node;
20 import org.w3c.dom.NodeList;
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMNamedNodeMap.java 25 import org.w3c.dom.DOMException;
26 import org.w3c.dom.NamedNodeMap;
27 import org.w3c.dom.Node;
30 * DTMNamedNodeMap is a quickie (as opposed to quick) implementation of the DOM's
158 * <code>Element</code> object. The DOM user must explicitly clone
188 * DOM implementations do not need to implement this method.
195 * @since DOM Level 2
222 * <br>HTML-only DOM implementations do not need to implement this method.
236 * <code>Element</code> object. The DOM user must explicitly clone
238 * @since DOM Level
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java 35 import org.w3c.dom.Attr;
36 import org.w3c.dom.DOMException;
37 import org.w3c.dom.Document;
38 import org.w3c.dom.Element;
39 import org.w3c.dom.NamedNodeMap;
40 import org.w3c.dom.Node;
41 import org.w3c.dom.NodeList;
42 import org.w3c.dom.TypeInfo;
43 import org.w3c.dom.UserDataHandler;
544 * @see org.w3c.dom.Nod
    [all...]
  /cts/tools/utils/
android_api_description_splitter.py 24 # 1. Read the xml file and generate DOM tree
80 import xml.dom.minidom; namespace
86 self.doc = xml.dom.minidom.parse(xmlfile)
106 if child.nodeType == xml.dom.minidom.Node.ELEMENT_NODE:
125 doc = xml.dom.minidom.Document()
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
documentcreateattribute.java 22 import org.w3c.dom.*;
34 * Retrieve the entire DOM document and invoke its
41 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#ID-1084891198">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#ID-1084891198</a>
84 return "http://www.w3.org/2001/DOM-Test-Suite/level1/core/documentcreateattribute";
documentcreatecdatasection.java 22 import org.w3c.dom.*;
33 * Retrieve the entire DOM document and invoke its
40 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#ID-D26C0AF8">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#ID-D26C0AF8</a>
83 return "http://www.w3.org/2001/DOM-Test-Suite/level1/core/documentcreatecdatasection";
documentcreatecomment.java 22 import org.w3c.dom.*;
33 * Retrieve the entire DOM document and invoke its
39 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#ID-1334481328">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#ID-1334481328</a>
82 return "http://www.w3.org/2001/DOM-Test-Suite/level1/core/documentcreatecomment";
documentcreatedocumentfragment.java 22 import org.w3c.dom.*;
33 * Retrieve the entire DOM document and invoke its
38 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#ID-35CB04B5">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#ID-35CB04B5</a>
86 return "http://www.w3.org/2001/DOM-Test-Suite/level1/core/documentcreatedocumentfragment";

Completed in 284 milliseconds

<<31323334353637383940>>