Searched refs:Document (Results 1 - 25 of 929) sorted by relevance

1234567891011>>

/dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
H A DNodeGetOwnerDocument.java30 import org.w3c.dom.Document;
38 * The method getOwnerDocument returns the Document object associated with this
41 * Create a new DocumentType node. Since this node is not used with any Document
88 Document doc;
89 Document ownerDoc;
94 doc = (Document) load("staff", builder);
107 Document doc;
108 Document newDoc;
110 Document ownerDocDoc;
111 Document ownerDocEle
[all...]
H A DOwnerDocument.java30 import org.w3c.dom.Document;
45 @TestTargetClass(Document.class)
80 Document doc;
82 doc = (Document) load("staff", builder);
H A DImportNode.java32 import org.w3c.dom.Document;
49 * The "importNode(importedNode,deep)" method for a Document should import the
50 * given importedNode into that Document. The importedNode is of type Attr. The
65 * href="http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode">http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode</a>
67 @TestTargetClass(Document.class)
104 Document doc;
105 Document aNewDoc;
109 Document ownerDocument;
122 doc = (Document) loa
[all...]
H A DHasAttribute.java9 import org.w3c.dom.Document;
62 Document doc;
66 doc = (Document) load("staff", builder);
75 // Document doc;
79 // doc = (Document) load("staff", builder);
92 Document doc;
96 doc = (Document) load("staff", builder);
109 Document doc;
113 doc = (Document) load("staffNS", builder);
H A DPrefix.java30 import org.w3c.dom.Document;
89 Document doc;
92 doc = (Document) load("staffNS", builder);
104 Document doc;
109 doc = (Document) load("staffNS", builder);
124 Document doc;
128 doc = (Document) load("staffNS", builder);
142 Document doc;
146 doc = (Document) load("staffNS", builder);
159 Document do
[all...]
H A DDocumentGetElementsByTagnameNS.java8 import org.w3c.dom.Document;
19 * encountered in a preorder traversal of the Document tree.
21 * Invoke the getElementsByTagNameNS method on a new Document object with the
34 @TestTargetClass(Document.class)
71 Document doc;
72 Document newDoc;
79 doc = (Document) load("staffNS", builder);
93 Document doc;
98 doc = (Document) load("staffNS", builder);
113 Document do
[all...]
H A DLocalName.java9 import org.w3c.dom.Document;
68 Document doc;
73 doc = (Document) load("staffNS", builder);
88 Document doc;
91 doc = (Document) load("staffNS", builder);
103 Document doc;
108 doc = (Document) load("staffNS", builder);
122 Document doc;
126 doc = (Document) load("staffNS", builder);
H A DHasAttributes.java30 import org.w3c.dom.Document;
83 Document doc;
87 doc = (Document) load("staff", builder);
100 Document doc;
104 doc = (Document) load("staff", builder);
H A DIsSupported.java11 import org.w3c.dom.Document;
33 @TestTargetClass(Document.class)
70 Document doc;
73 doc = (Document) load("staff", builder);
85 Document doc;
88 doc = (Document) load("staff", builder);
100 Document doc;
103 doc = (Document) load("staff", builder);
115 Document doc;
118 doc = (Document) loa
[all...]
/dalvik/libcore/dom/src/test/java/org/w3c/domts/
H A DXalanDOMTestDocumentBuilderFactory.java33 import org.w3c.dom.Document;
67 public Object createXPathEvaluator(Document doc) {
71 Constructor constructor = xpathClass.getConstructor(new Class[] {Document.class});
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Dhc_nodegetownerdocumentnull.java35 * document. The Document returned should be null.
61 Document doc;
62 Document ownerDocument;
63 doc = (Document) load("hc_staff", false);
H A Dnodegetownerdocumentnull.java59 Document doc;
60 Document ownerDocument;
61 doc = (Document) load("staff", false);
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A DimportNode16.java35 * Document should raise NOT_SUPPORTED_ERR DOMException if
45 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode">http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode</a>
46 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('Core-Document-importNode')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NOT_SUPPORTED_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('Core-Document-importNode')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NOT_SUPPORTED_ERR'])</a>
71 Document doc;
72 Document anotherDoc;
75 doc = (Document) load("staffNS", true);
76 anotherDoc = (Document) load("staffNS", true);
H A DimportNode17.java35 * Document should raise NOT_SUPPORTED_ERR DOMException if
36 * the type of node being imported is Document.
45 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode">http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode</a>
46 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('Core-Document-importNode')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NOT_SUPPORTED_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('Core-Document-importNode')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NOT_SUPPORTED_ERR'])</a>
71 Document doc;
72 Document anotherDoc;
74 doc = (Document) load("staffNS", true);
75 anotherDoc = (Document) loa
[all...]
H A DimportNode02.java35 * Document should import the given importedNode into that Document.
44 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode">http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode</a>
69 Document doc;
70 Document aNewDoc;
73 Document ownerDocument;
77 doc = (Document) load("staffNS", true);
78 aNewDoc = (Document) load("staffNS", true);
H A DimportNode03.java35 * Document should import the given importedNode into that Document.
45 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode">http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode</a>
70 Document doc;
71 Document aNewDoc;
74 Document ownerDocument;
78 doc = (Document) load("staffNS", true);
79 aNewDoc = (Document) load("staffNS", true);
H A DimportNode05.java35 * Document should import the given importedNode into that Document.
46 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode">http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode</a>
71 Document doc;
72 Document aNewDoc;
76 Document ownerDocument;
81 doc = (Document) load("staffNS", true);
82 aNewDoc = (Document) load("staffNS", true);
H A DimportNode08.java35 * Document should import the given importedNode into that Document.
45 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode">http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode</a>
71 Document doc;
72 Document aNewDoc;
76 Document ownerDocument;
79 doc = (Document) load("staffNS", true);
80 aNewDoc = (Document) load("staffNS", true);
H A DimportNode10.java35 * Document should import the given importedNode into that Document.
47 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode">http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode</a>
72 Document doc;
73 Document aNewDoc;
76 Document ownerDocument;
80 doc = (Document) load("staffNS", true);
81 aNewDoc = (Document) load("staffNS", true);
H A DimportNode12.java35 * Document should import the given importedNode into that Document.
44 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode">http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode</a>
69 Document doc;
70 Document aNewDoc;
75 Document ownerDocument;
81 doc = (Document) load("staffNS", true);
82 aNewDoc = (Document) load("staffNS", true);
H A DimportNode13.java35 * Document should import the given importedNode into that Document.
45 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode">http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode</a>
70 Document doc;
71 Document aNewDoc;
76 Document ownerDocument;
80 doc = (Document) load("staffNS", true);
81 aNewDoc = (Document) load("staffNS", true);
H A DimportNode14.java35 * Document should import the given importedNode into that Document.
44 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode">http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode</a>
69 Document doc;
70 Document aNewDoc;
73 Document ownerDocument;
80 doc = (Document) load("staffNS", true);
81 aNewDoc = (Document) load("staffNS", true);
H A DimportNode15.java35 * Document should import the given importedNode into that Document.
45 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode">http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode</a>
70 Document doc;
71 Document aNewDoc;
74 Document ownerDocument;
78 doc = (Document) load("staffNS", true);
79 aNewDoc = (Document) load("staffNS", true);
H A Dnodegetownerdocument02.java34 * The method getOwnerDocument returns the Document object associated with this node
36 * Create a new Document node. Since this node is not used with any Document yet
37 * verify if the ownerDocument is null. Create a new element Node on the new Document
72 Document doc;
73 Document newDoc;
75 Document ownerDocDoc;
76 Document ownerDocElem;
81 doc = (Document) load("staff", false);
/dalvik/libcore/xml/src/main/java/javax/xml/parsers/
H A DDocumentBuilder.java28 import org.w3c.dom.Document;
37 * Defines the API to obtain DOM Document instances from an XML
39 * {@link Document} from XML.<p>
50 * <code>Document</code>. It merely requires that the implementation
91 * document and return a new DOM {@link Document} object.
96 * @return <code>Document</code> result of parsing the
103 public Document parse(InputStream is)
115 * XML document and return a new DOM {@link Document} object.
121 * @return A new DOM Document object.
127 public Document pars
[all...]

Completed in 489 milliseconds

1234567891011>>