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

1 2 34 5 6 7 8 91011>>

  /dalvik/libcore/xml/src/main/java/javax/xml/parsers/
package.html 12 <li>DOM (Document Object Model)
  /external/webkit/LayoutTests/storage/domstorage/localstorage/
private-browsing-affects-storage-expected.txt 3 Caught exception trying to change item: Error: QUOTA_EXCEEDED_ERR: DOM Exception 22
  /external/webkit/LayoutTests/storage/domstorage/sessionstorage/
private-browsing-affects-storage-expected.txt 3 Caught exception trying to change item: Error: QUOTA_EXCEEDED_ERR: DOM Exception 22
  /external/webkit/LayoutTests/storage/
open-database-set-empty-version-expected.txt 2 SUCCESS, an exception was thrown. Error: INVALID_STATE_ERR: DOM Exception 11
  /external/webkit/WebCore/dom/
DOMImplementation.idl 25 // DOM Level 1
30 // DOM Level 2
41 // DOMImplementationCSS interface from DOM Level 2 CSS
47 // HTMLDOMImplementation interface from DOM Level 2 HTML
DOMCoreException.idl 53 // Introduced in DOM Level 2:
55 // Introduced in DOM Level 2:
57 // Introduced in DOM Level 2:
59 // Introduced in DOM Level 2:
61 // Introduced in DOM Level 2:
63 // Introduced in DOM Level 3:
65 // Introduced in DOM Level 3:
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilElementImpl.java 18 package com.android.mms.dom.smil;
20 import org.w3c.dom.DOMException;
21 import org.w3c.dom.smil.SMILElement;
23 import com.android.mms.dom.ElementImpl;
SmilDocumentImpl.java 18 package com.android.mms.dom.smil;
20 import org.w3c.dom.DOMException;
21 import org.w3c.dom.Element;
22 import org.w3c.dom.Node;
23 import org.w3c.dom.NodeList;
24 import org.w3c.dom.events.DocumentEvent;
25 import org.w3c.dom.events.Event;
26 import org.w3c.dom.smil.ElementSequentialTimeContainer;
27 import org.w3c.dom.smil.ElementTime;
28 import org.w3c.dom.smil.SMILDocument
    [all...]
  /packages/apps/Mms/src/org/w3c/dom/events/
EventException.java 13 package org.w3c.dom.events;
18 * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113'>Document Object Model (DOM) Level 2 Events Specification</a>.
19 * @since DOM Level 2
  /packages/apps/Mms/src/org/w3c/dom/views/
AbstractView.java 13 package org.w3c.dom.views;
17 * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113'>Document Object Model (DOM) Level 2 Views Specification</a>.
18 * @since DOM Level 2
  /dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
CDATASectionImpl.java 17 package org.apache.harmony.xml.dom;
19 import org.w3c.dom.CDATASection;
20 import org.w3c.dom.Node;
23 * Provides a straightforward implementation of the corresponding W3C DOM
29 * the DOM implementation can easily access them while maintaining the DOM tree
77 * will be removed from the DOM tree and the new node inserted in its place.
LeafNodeImpl.java 17 package org.apache.harmony.xml.dom;
19 import org.w3c.dom.Node;
22 * Provides a straightforward implementation of the corresponding W3C DOM
28 * the DOM implementation can easily access them while maintaining the DOM tree
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
DOMSerializer.java 25 import org.w3c.dom.Node;
28 * Interface for a DOM serializer implementation.
32 * A serializer may or may not support a DOM serializer, if it does not then the
38 * org.w3c.dom.Document doc = ...;
45 * // serialize the DOM using that Serializer
65 * Serializes the DOM node. Throws an exception only if an I/O
70 * @param node the DOM node to serialize
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
DOM2Helper.java 30 import org.w3c.dom.Attr;
31 import org.w3c.dom.Document;
32 import org.w3c.dom.Element;
33 import org.w3c.dom.Node;
39 * This class provides a DOM level 2 "helper", which provides services currently
40 * not provided be the DOM standard.
51 * Check node to see if it was created by a DOM implementation
54 * that they implement org.apache.xerces.dom.NodeImpl.
66 // if(!(node instanceof org.apache.xerces.dom.NodeImpl))
72 * Returns true if the DOM implementation handled by this helpe
    [all...]
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
createDocumentType04.java 25 import org.w3c.dom.*;
36 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-DOM-createDocType">http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-DOM-createDocType</a>
37 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('Level-2-Core-DOM-createDocType')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INVALID_CHARACTER_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('Level-2-Core-DOM-createDocType')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INVALID_CHARACTER_ERR'])</a>
83 return "http://www.w3.org/2001/DOM-Test-Suite/level2/core/createDocumentType04"
    [all...]
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
DocumentType.java 13 package org.w3c.dom;
18 * <code>DocumentType</code> interface in the DOM Core provides an interface
22 * <p>DOM Level 3 doesn't support editing <code>DocumentType</code> nodes.
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>.
45 * <br>The DOM Level 2 does not support editing entities, therefore
54 * <br>The DOM Level 2 does not support editing notations, therefore
61 * @since DOM Level 2
68 * @since DOM Level 2
79 * @since DOM Level
    [all...]
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
  /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
AttrGetOwnerElement.java 1 package tests.org.w3c.dom;
8 import org.w3c.dom.Attr;
9 import org.w3c.dom.Document;
10 import org.w3c.dom.Element;
11 import org.w3c.dom.Node;
12 import org.w3c.dom.NodeList;
13 import org.w3c.dom.NamedNodeMap;
79 attr = doc.createAttributeNS("http://www.w3.org/DOM/L1", "L1:att");
96 attr = doc.createAttributeNS("http://www.w3.org/DOM", "dom:attr")
    [all...]
NodeGetOwnerDocument.java 22 package tests.org.w3c.dom;
29 import org.w3c.dom.Node;
30 import org.w3c.dom.Document;
31 import org.w3c.dom.DocumentType;
32 import org.w3c.dom.DOMImplementation;
33 import org.w3c.dom.Element;
47 * href="http://www.w3.org/TR/DOM-Level-2-Core/core#node-ownerDoc">http://www.w3.org/TR/DOM-Level-2-Core/core#node-ownerDoc</a>
119 newDoc = domImpl.createDocument("http://www.w3.org/DOM/Test", "mydoc",
124 .createElementNS("http://www.w3.org/DOM/Test", "myelem")
    [all...]
NamedNodeMapGetNamedItemNS.java 22 package tests.org.w3c.dom;
29 import org.w3c.dom.NamedNodeMap;
30 import org.w3c.dom.Document;
31 import org.w3c.dom.Node;
32 import org.w3c.dom.NodeList;
33 import org.w3c.dom.Attr;
34 import org.w3c.dom.Element;
46 * href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-getNamedItemNS">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-getNamedItemNS</a>
52 * href="http://lists.w3.org/Archives/Member/w3c-dom-ig/2003Nov/0016.html">http://lists.w3.org/Archives/Member/w3c-dom-ig/2003Nov/0016.html</a
    [all...]
DOMImplementationCreateDocument.java 1 package tests.org.w3c.dom;
11 import org.w3c.dom.DOMImplementation;
12 import org.w3c.dom.Document;
13 import org.w3c.dom.DocumentType;
14 import org.w3c.dom.DOMException;
19 * The createDocument method with valid arguments, should create a DOM Document
29 * href="http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-DOM-createDocument">http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-DOM-createDocument</a
    [all...]
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/
LSException.java 13 package org.w3c.dom.ls;
23 * <code>DOMError</code> interface, a DOM implementation may choose to
24 * continue after a fatal error, but the resulting DOM tree is then
26 * <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
  /external/skia/src/views/
SkWidgets.cpp 11 static void assert_no_attr(const SkDOM& dom, const SkDOM::Node* node, const char attr[])
13 const char* value = dom.findAttr(node, attr);
18 #define assert_no_attr(dom, node, attr)
122 void SkWidget::onInflate(const SkDOM& dom, const SkDOM::Node* node)
124 this->INHERITED::onInflate(dom, node);
126 if ((node = dom.getFirstChild(node, "event")) != NULL)
127 fEvent.inflate(dom, node);
170 void SkHasLabelWidget::onInflate(const SkDOM& dom, const SkDOM::Node* node)
172 this->INHERITED::onInflate(dom, node);
174 const char* text = dom.findAttr(node, "label")
    [all...]
  /frameworks/base/media/libdrm/mobile2/include/util/domcore/
DOMException.h 23 * DOM operations only raise exceptions in "exceptional" circumstances, i.e.,
25 * or because the implementation has become unstable). In general, DOM methods return specific error
53 * @since http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html
58 * @since http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html
65 * @since http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html
74 * @since http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html
80 * @since http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html
87 * @since http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html
94 * @since http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html
101 * @since http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html
    [all...]
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
documentcreateprocessinginstruction.java 22 import org.w3c.dom.*;
35 * Retrieve the entire DOM document and invoke its
43 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#</a>
44 * @see <a href="http://lists.w3.org/Archives/Public/www-dom-ts/2001Apr/0020.html">http://lists.w3.org/Archives/Public/www-dom-ts/2001Apr/0020.html</a>
45 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#ID-135944439">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#ID-135944439</a>
90 return "http://www.w3.org/2001/DOM-Test-Suite/level1/core/documentcreateprocessinginstruction";

Completed in 53 milliseconds

1 2 34 5 6 7 8 91011>>