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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/libcore/xml/
MODULE_LICENSE_W3C 1 For org.w3c.dom code.
  /dalvik/libcore/dom/src/test/java/
README 3 http://www.w3.org/DOM/Test/
6 all additions under org.w3c.dom.* and org.w3c.dom.events.*
  /external/jdiff/
xerces.jar 
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/dom/
package.html 5 <title>javax.xml.transform.dom</title>
8 <p>This package implements DOM-specific transformation APIs.</p>
9 <p>The {@link javax.xml.transform.dom.DOMSource} class allows the
10 client of the implementation of this API to specify a DOM
11 {@link org.w3c.dom.Node} as the source of the input tree. The model of
12 how the Transformer deals with the DOM tree in terms of mismatches with the
15 derived from {@link org.w3c.dom.Node} are legal input.</p>
16 <p>The {@link javax.xml.transform.dom.DOMResult} class allows
17 a {@link org.w3c.dom.Node} to be specified to which result DOM nodes wil
    [all...]
  /external/skia/src/views/
SkParsePaint.cpp 7 static SkShader* inflate_shader(const SkDOM& dom, const SkDOM::Node* node)
9 if ((node = dom.getFirstChild(node, "shader")) == NULL)
14 if (dom.hasAttr(node, "type", "linear-gradient"))
20 if ((str = dom.findAttr(node, "c0")) != NULL &&
22 (str = dom.findAttr(node, "c1")) != NULL &&
24 dom.findScalars(node, "p0", &pts[0].fX, 2) &&
25 dom.findScalars(node, "p1", &pts[1].fX, 2))
30 if ((index = dom.findList(node, "tile-mode", "clamp,repeat,mirror")) >= 0)
35 else if (dom.hasAttr(node, "type", "bitmap"))
37 if ((str = dom.findAttr(node, "src")) == NULL
    [all...]
SkViewInflate.cpp 13 void SkViewInflate::rInflate(const SkDOM& dom, const SkDOM::Node* node, SkView* parent)
15 const char* str = dom.findAttr(node, "id");
19 const SkDOM::Node* child = dom.getFirstChild(node);
22 SkView* view = this->createView(dom, child);
25 this->rInflate(dom, child, view);
30 const char* name = dom.getName(child);
33 if (!strcmp(name, "listenTo") && (target = dom.findAttr(child, "target")) != NULL)
36 if (!strcmp(name, "broadcastTo") && (target = dom.findAttr(child, "target")) != NULL)
39 child = dom.getNextSibling(child);
43 this->inflateView(parent, dom, node)
96 SkDOM dom; local
    [all...]
SkBGViewArtist.cpp 20 void SkBGViewArtist::onInflate(const SkDOM& dom, const SkDOM::Node* node)
22 SkPaint_Inflate(&fPaint, dom, node);
SkViewPriv.cpp 11 void SkView::Artist::inflate(const SkDOM& dom, const SkDOM::Node* node)
13 SkASSERT(&dom && node);
14 this->onInflate(dom, node);
17 void SkView::Artist::onInflate(const SkDOM& dom, const SkDOM::Node* node)
57 void SkView::Layout::inflate(const SkDOM& dom, const SkDOM::Node* node)
59 SkASSERT(&dom && node);
60 this->onInflate(dom, node);
63 void SkView::Layout::onInflate(const SkDOM& dom, const SkDOM::Node* node)
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/
JunitTestCases.java 21 * Wrapper class to make the W3C DOM test work as JUnit test cases. Note this
34 runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attrcreatedocumentfragment");
38 runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attrcreatetextnode");
42 runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attrcreatetextnode2");
46 runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attreffectivevalue");
50 runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attrname");
54 runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attrnextsiblingnull");
58 runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attrparentnodenull");
62 runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attrprevioussiblingnull");
66 runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attrspecifiedvalue")
    [all...]
DOMLocatorImpl.java 14 import org.w3c.dom.DOMLocator;
15 import org.w3c.dom.Node;
41 * @see org.w3c.dom.DOMLocator#getLineNumber()
49 * @see org.w3c.dom.DOMLocator#getColumnNumber()
57 * @see org.w3c.dom.DOMLocator#getByteOffset()
64 * @see org.w3c.dom.DOMLocator#getUtf16Offset()
71 * @see org.w3c.dom.DOMLocator#getRelatedNode()
78 * @see org.w3c.dom.DOMLocator#getUri()
  /frameworks/base/tests/DumpRenderTree/assets/results/
layout_tests_passed.txt 36 /sdcard/android/layout_tests/dom/html/level1/core/hc_attrlastchild.html
37 /sdcard/android/layout_tests/dom/html/level1/core/hc_elementnormalize.html
38 /sdcard/android/layout_tests/dom/html/level1/core/hc_noderemovechildnode.html
39 /sdcard/android/layout_tests/dom/html/level1/core/hc_elementgetattributenodenull.html
40 /sdcard/android/layout_tests/dom/html/level1/core/hc_namednodemapreturnfirstitem.html
41 /sdcard/android/layout_tests/dom/html/level1/core/hc_attrparentnodenull.html
42 /sdcard/android/layout_tests/dom/html/level1/core/hc_namednodemapreturnattrnode.html
43 /sdcard/android/layout_tests/dom/html/level1/core/hc_elementsetattributenodenull.html
44 /sdcard/android/layout_tests/dom/html/level1/core/hc_elementnormalize2.html
45 /sdcard/android/layout_tests/dom/html/level1/core/hc_noderemovechild.htm
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
DOM3Serializer.java 26 import org.w3c.dom.DOMErrorHandler;
27 import org.w3c.dom.Node;
28 import org.w3c.dom.ls.LSSerializerFilter;
32 * by an end user, but rather by an XML parser that is implementing the DOM
36 * See the DOM Level 3 Load and Save interface at <a href="http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407/load-save.html#LS-LSSerializer">LSSeializer</a>.
38 * For a list of configuration parameters for DOM Level 3 see <a href="http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#DOMConfiguration">DOMConfiguration</a>.
39 * For additional configuration parameters available with the DOM Level 3 Load and Save API LSSerializer see
40 * <a href="http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407/load-save.html#LS-LSSerializer-config">LSerializer config</a>.
    [all...]
  /bionic/libc/kernel/arch-arm/asm/
domain.h 24 #define domain_val(dom,type) ((type) << (2*(dom)))
29 #define modify_domain(dom,type) do { } while (0)
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm/
domain.h 24 #define domain_val(dom,type) ((type) << (2*(dom)))
29 #define modify_domain(dom,type) do { } while (0)
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm/
domain.h 24 #define domain_val(dom,type) ((type) << (2*(dom)))
29 #define modify_domain(dom,type) do { } while (0)
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm/
domain.h 24 #define domain_val(dom,type) ((type) << (2*(dom)))
29 #define modify_domain(dom,type) do { } while (0)
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm/
domain.h 24 #define domain_val(dom,type) ((type) << (2*(dom)))
29 #define modify_domain(dom,type) do { } while (0)
  /packages/apps/Mms/src/com/android/mms/dom/
DocumentImpl.java 18 package com.android.mms.dom;
20 import org.w3c.dom.Attr;
21 import org.w3c.dom.CDATASection;
22 import org.w3c.dom.Comment;
23 import org.w3c.dom.DOMConfiguration;
24 import org.w3c.dom.DOMException;
25 import org.w3c.dom.DOMImplementation;
26 import org.w3c.dom.Document;
27 import org.w3c.dom.DocumentFragment;
28 import org.w3c.dom.DocumentType
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
DocumentTypeImpl.java 17 package org.apache.harmony.xml.dom;
19 import org.w3c.dom.DOMException;
20 import org.w3c.dom.DocumentType;
21 import org.w3c.dom.NamedNodeMap;
22 import org.w3c.dom.Node;
25 * Provides a straightforward implementation of the corresponding W3C DOM
31 * the DOM implementation can easily access them while maintaining the DOM tree
84 // TODO Dummy. Implement this later, if at all (we're DOM level 2 only).
89 // TODO Dummy. Implement this later, if at all (we're DOM level 2 only)
    [all...]
DocumentFragmentImpl.java 17 package org.apache.harmony.xml.dom;
19 import org.w3c.dom.DocumentFragment;
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
EntityReferenceImpl.java 17 package org.apache.harmony.xml.dom;
19 import org.w3c.dom.EntityReference;
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
NotationImpl.java 17 package org.apache.harmony.xml.dom;
19 import org.w3c.dom.Node;
20 import org.w3c.dom.Notation;
23 * Provides a straightforward implementation of the corresponding W3C DOM
29 * the DOM implementation can easily access them while maintaining the DOM tree
DOMImplementationImpl.java 17 package org.apache.harmony.xml.dom;
19 import org.w3c.dom.DOMException;
20 import org.w3c.dom.DOMImplementation;
21 import org.w3c.dom.Document;
22 import org.w3c.dom.DocumentType;
25 * Provides a straightforward implementation of the corresponding W3C DOM
31 * the DOM implementation can easily access them while maintaining the DOM tree
59 // "LS" (org.w3c.dom.ls) versions "3.0"
60 // "ElementTraversal" (org.w3c.dom.traversal) versions "1.0
    [all...]
  /packages/apps/Mms/src/org/w3c/dom/views/
DocumentView.java 13 package org.w3c.dom.views;
17 * <code>Document</code> objects in DOM implementations supporting DOM
20 * <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>.
21 * @since DOM Level 2
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
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 desired
    [all...]

Completed in 91 milliseconds

1 2 3 4 5 6 7 8 91011>>