Home
last modified time | relevance | path

Searched refs:Document (Results 1 – 25 of 912) sorted by relevance

12345678910>>...37

/libcore/luni/src/test/java/tests/org/w3c/dom/
DImportNode.java27 import org.w3c.dom.Document;
92 Document doc; in _testImportNode1()
93 Document aNewDoc; in _testImportNode1()
97 Document ownerDocument; in _testImportNode1()
110 doc = (Document) load("staffNS", builder); in _testImportNode1()
111 aNewDoc = (Document) load("staffNS", builder); in _testImportNode1()
135 Document doc; in testImportNode2()
136 Document aNewDoc; in testImportNode2()
139 Document ownerDocument; in testImportNode2()
143 doc = (Document) load("staffNS", builder); in testImportNode2()
[all …]
DIsSupported.java6 import org.w3c.dom.Document;
58 Document doc; in testIsSupported1()
61 doc = (Document) load("staff", builder); in testIsSupported1()
67 Document doc; in testIsSupported2()
70 doc = (Document) load("staff", builder); in testIsSupported2()
76 Document doc; in testIsSupported4()
79 doc = (Document) load("staff", builder); in testIsSupported4()
85 Document doc; in testIsSupported5()
88 doc = (Document) load("staff", builder); in testIsSupported5()
94 Document doc; in testIsSupported6()
[all …]
DDocumentImportNode.java3 import org.w3c.dom.Document;
88 Document doc; in testImportNode2()
89 Document docImported; in testImportNode2()
98 doc = (Document) load("staffNS", builder); in testImportNode2()
99 docImported = (Document) load("staff", builder); in testImportNode2()
170 Document doc; in testImportNode5()
171 Document docImported; in testImportNode5()
178 doc = (Document) load("staffNS", builder); in testImportNode5()
179 docImported = (Document) load("staff", builder); in testImportNode5()
193 Document doc; in testImportNode6()
[all …]
DPrefix.java25 import org.w3c.dom.Document;
77 Document doc; in testGetPrefix1()
80 doc = (Document) load("staffNS", builder); in testGetPrefix1()
86 Document doc; in testGetPrefix2()
91 doc = (Document) load("staffNS", builder); in testGetPrefix2()
100 Document doc; in testGetPrefix3()
104 doc = (Document) load("staffNS", builder); in testGetPrefix3()
112 Document doc; in testGetPrefix4()
116 doc = (Document) load("staffNS", builder); in testGetPrefix4()
123 Document doc; in testGetPrefix5()
[all …]
DGetElementsByTagNameNS.java27 import org.w3c.dom.Document;
72 Document doc; in testGetElementsByTagNameNS1()
74 doc = (Document) load("staffNS", builder); in testGetElementsByTagNameNS1()
81 Document doc; in testGetElementsByTagNameNS2()
86 doc = (Document) load("staffNS", builder); in testGetElementsByTagNameNS2()
96 Document doc; in testGetElementsByTagNameNS3()
118 doc = (Document) load("staffNS", builder); in testGetElementsByTagNameNS3()
128 Document doc; in testGetElementsByTagNameNS4()
141 doc = (Document) load("staffNS", builder); in testGetElementsByTagNameNS4()
153 Document doc; in testGetElementsByTagNameNS5()
[all …]
DDocumentGetElementsByTagnameNS.java3 import org.w3c.dom.Document;
59 Document doc; in testGetElementsByTagNameNS1()
60 Document newDoc; in testGetElementsByTagNameNS1()
67 doc = (Document) load("staffNS", builder); in testGetElementsByTagNameNS1()
75 Document doc; in testGetElementsByTagNameNS2()
80 doc = (Document) load("staffNS", builder); in testGetElementsByTagNameNS2()
89 Document doc; in testGetElementsByTagNameNS3()
91 doc = (Document) load("staffNS", builder); in testGetElementsByTagNameNS3()
97 Document doc; in testGetElementsByTagNameNS4()
101 doc = (Document) load("staffNS", builder); in testGetElementsByTagNameNS4()
[all …]
DNodeSetPrefix.java28 import org.w3c.dom.Document;
82 Document doc; in testSetPrefix1()
88 doc = (Document) load("staff", builder); in testSetPrefix1()
126 Document doc; in testSetPrefix3()
128 doc = (Document) load("staffNS", builder); in testSetPrefix3()
167 Document doc; in testSetPrefix5()
177 doc = (Document) load("staffNS", builder); in testSetPrefix5()
195 Document doc; in testSetPrefix6()
197 doc = (Document) load("staffNS", builder); in testSetPrefix6()
212 Document doc; in testSetPrefix7()
[all …]
DDocumentCreateAttributeNS.java27 import org.w3c.dom.Document;
80 Document doc; in testCreateAttributeNS1()
88 doc = (Document) load("staffNS", builder); in testCreateAttributeNS1()
102 Document doc; in testCreateAttributeNS2()
110 doc = (Document) load("staffNS", builder); in testCreateAttributeNS2()
142 Document doc; in testCreateAttributeNS3()
157 doc = (Document) load("staffNS", builder); in testCreateAttributeNS3()
173 Document doc; in testCreateAttributeNS4()
184 doc = (Document) load("staffNS", builder); in testCreateAttributeNS4()
202 Document doc; in testCreateAttributeNS5()
[all …]
DNodeGetOwnerDocument.java25 import org.w3c.dom.Document;
76 Document doc; in testGetOwnerDocument1()
77 Document ownerDoc; in testGetOwnerDocument1()
82 doc = (Document) load("staff", builder); in testGetOwnerDocument1()
89 Document doc; in testGetOwnerDocument2()
90 Document newDoc; in testGetOwnerDocument2()
92 Document ownerDocDoc; in testGetOwnerDocument2()
93 Document ownerDocElem; in testGetOwnerDocument2()
98 doc = (Document) load("staff", builder); in testGetOwnerDocument2()
DNamedNodeMapRemoveNamedItemNS.java25 import org.w3c.dom.Document;
76 Document doc; in testRemoveNamedItemNS1()
81 doc = (Document) load("staffNS", builder); in testRemoveNamedItemNS1()
116 Document doc; in testRemoveNamedItemNS3()
124 doc = (Document) load("staffNS", builder); in testRemoveNamedItemNS3()
141 Document doc; in _testRemoveNamedItemNS4()
147 doc = (Document) load("staffNS", builder); in _testRemoveNamedItemNS4()
208 Document doc; in testRemoveNamedItemNS6()
213 doc = (Document) load("staffNS", builder); in testRemoveNamedItemNS6()
230 Document doc; in testRemoveNamedItemNS7()
[all …]
DSetAttributeNS.java25 import org.w3c.dom.Document;
82 Document doc; in testSetAttributeNS1()
85 doc = (Document) load("staffNS", builder); in testSetAttributeNS1()
103 Document doc; in testSetAttributeNS2()
106 doc = (Document) load("staffNS", builder); in testSetAttributeNS2()
162 Document doc; in testSetAttributeNS4()
170 doc = (Document) load("staffNS", builder); in testSetAttributeNS4()
193 Document doc; in testSetAttributeNS5()
198 doc = (Document) load("staffNS", builder); in testSetAttributeNS5()
211 Document doc; in testSetAttributeNS6()
[all …]
DNamedNodeMapSetNamedItemNS.java25 import org.w3c.dom.Document;
84 Document doc; in testSetNamedItemNS1()
92 doc = (Document) load("staffNS", builder); in testSetNamedItemNS1()
105 Document doc; in testSetNamedItemNS2()
112 doc = (Document) load("staffNS", builder); in testSetNamedItemNS2()
125 Document doc; in testSetNamedItemNS3()
126 Document docAlt; in testSetNamedItemNS3()
137 doc = (Document) load("staffNS", builder); in testSetNamedItemNS3()
141 docAlt = (Document) load("staffNS", builder); in testSetNamedItemNS3()
159 Document doc; in testSetNamedItemNS4()
[all …]
DAttrGetOwnerElement.java4 import org.w3c.dom.Document;
59 Document doc; in testGetOwnerElement2()
65 doc = (Document) load("staffNS", builder); in testGetOwnerElement2()
74 Document doc; in testGetOwnerElement3()
77 doc = (Document) load("staffNS", builder); in testGetOwnerElement3()
83 Document doc; in testGetOwnerElement4()
84 Document docImp; in testGetOwnerElement4()
91 doc = (Document) load("staffNS", builder); in testGetOwnerElement4()
92 docImp = (Document) load("staff", builder); in testGetOwnerElement4()
104 Document doc; in testGetOwnerElement5()
[all …]
DCreateElementNS.java27 import org.w3c.dom.Document;
83 Document doc; in testCreateElementNS1()
85 doc = (Document) load("staffNS", builder); in testCreateElementNS1()
101 Document doc; in testCreateElementNS2()
103 doc = (Document) load("staffNS", builder); in testCreateElementNS2()
118 Document doc; in testCreateElementNS3()
149 doc = (Document) load("staffNS", builder); in testCreateElementNS3()
167 Document doc; in testCreateElementNS4()
169 doc = (Document) load("staffNS", builder); in testCreateElementNS4()
184 Document doc; in testCreateElementNS5()
[all …]
DCreateAttributeNS.java27 import org.w3c.dom.Document;
65 Document doc; in testCreateAttributeNS1()
67 doc = (Document) load("staffNS", builder); in testCreateAttributeNS1()
83 Document doc; in testCreateAttributeNS2()
85 doc = (Document) load("staffNS", builder); in testCreateAttributeNS2()
100 Document doc; in testCreateAttributeNS3()
131 doc = (Document) load("staffNS", builder); in testCreateAttributeNS3()
148 Document doc; in testCreateAttributeNS4()
150 doc = (Document) load("staffNS", builder); in testCreateAttributeNS4()
165 Document doc; in testCreateAttributeNS5()
[all …]
DElementSetAttributeNS.java8 import org.w3c.dom.Document;
56 Document doc; in testSetAttributeNS1()
61 doc = (Document) load("staff", builder); in testSetAttributeNS1()
73 Document doc; in testSetAttributeNS2()
79 doc = (Document) load("staff", builder); in testSetAttributeNS2()
94 Document doc; in testSetAttributeNS3()
100 doc = (Document) load("staffNS", builder); in testSetAttributeNS3()
117 Document doc; in testSetAttributeNS4()
131 doc = (Document) load("staffNS", builder); in testSetAttributeNS4()
150 Document doc; in testSetAttributeNS5()
[all …]
DElementSetAttributeNodeNS.java25 import org.w3c.dom.Document;
77 Document doc; in testSetAttributeNodeNS1()
88 doc = (Document) load("staff", builder); in testSetAttributeNodeNS1()
110 Document doc; in testSetAttributeNodeNS2()
121 doc = (Document) load("staffNS", builder); in testSetAttributeNodeNS2()
135 Document doc; in testSetAttributeNodeNS3()
143 doc = (Document) load("staffNS", builder); in testSetAttributeNodeNS3()
161 Document doc; in testSetAttributeNodeNS4()
166 doc = (Document) load("staffNS", builder); in testSetAttributeNodeNS4()
183 Document doc; in testSetAttributeNodeNS5()
[all …]
DLocalName.java4 import org.w3c.dom.Document;
56 Document doc; in testGetLocalName1()
61 doc = (Document) load("staffNS", builder); in testGetLocalName1()
70 Document doc; in testGetLocalName2()
73 doc = (Document) load("staffNS", builder); in testGetLocalName2()
79 Document doc; in testGetLocalName3()
84 doc = (Document) load("staffNS", builder); in testGetLocalName3()
92 Document doc; in testGetLocalName4()
96 doc = (Document) load("staffNS", builder); in testGetLocalName4()
DSetAttributeNodeNS.java25 import org.w3c.dom.Document;
85 Document doc; in testSetAttributeNode1()
91 doc = (Document) load("staffNS", builder); in testSetAttributeNode1()
151 Document doc; in testSetAttributeNode3()
156 doc = (Document) load("staffNS", builder); in testSetAttributeNode3()
166 Document doc; in testSetAttributeNode4()
172 doc = (Document) load("staffNS", builder); in testSetAttributeNode4()
185 Document doc1; in testSetAttributeNode5()
186 Document doc2; in testSetAttributeNode5()
191 doc1 = (Document) load("staffNS", builder); in testSetAttributeNode5()
[all …]
DDocumentCreateElementNS.java3 import org.w3c.dom.Document;
56 Document doc; in testCreateElementNS1()
65 doc = (Document) load("staffNS", builder); in testCreateElementNS1()
80 Document doc; in testCreateElementNS2()
85 doc = (Document) load("staffNS", builder); in testCreateElementNS2()
98 Document doc; in testCreateElementNS5()
103 doc = (Document) load("staffNS", builder); in testCreateElementNS5()
116 Document doc; in testCreateElementNS6()
117 Document newDoc; in testCreateElementNS6()
124 doc = (Document) load("staffNS", builder); in testCreateElementNS6()
DNodeHasAttributes.java25 import org.w3c.dom.Document;
75 Document doc; in testHasAttributes1()
79 doc = (Document) load("staff", builder); in testHasAttributes1()
90 Document doc; in testHasAttributes2()
93 doc = (Document) load("staffNS", builder); in testHasAttributes2()
99 Document doc; in testHasAttributes3()
103 doc = (Document) load("staffNS", builder); in testHasAttributes3()
111 Document doc; in testHasAttributes4()
112 Document newDoc; in testHasAttributes4()
124 doc = (Document) load("staffNS", builder); in testHasAttributes4()
DHasAttributeNS.java25 import org.w3c.dom.Document;
76 Document doc; in testHasAttributeNS1()
80 doc = (Document) load("staffNS", builder); in testHasAttributeNS1()
89 Document doc; in testHasAttributeNS2()
93 doc = (Document) load("staffNS", builder); in testHasAttributeNS2()
102 Document doc; in testHasAttributeNS3()
106 doc = (Document) load("staffNS", builder); in testHasAttributeNS3()
132 Document doc; in testHasAttributeNS5()
136 doc = (Document) load("staffNS", builder); in testHasAttributeNS5()
DSetNamedItemNS.java26 import org.w3c.dom.Document;
77 Document doc; in testSetNamedItemNS1()
85 doc = (Document) load("staffNS", builder); in testSetNamedItemNS1()
106 Document doc; in testSetNamedItemNS2()
107 Document anotherDoc; in testSetNamedItemNS2()
113 doc = (Document) load("staffNS", builder); in testSetNamedItemNS2()
114 anotherDoc = (Document) load("staffNS", builder); in testSetNamedItemNS2()
134 Document doc; in testSetNamedItemNS3()
142 doc = (Document) load("staffNS", builder); in testSetNamedItemNS3()
199 Document doc; in testSetNamedItemNS5()
[all …]
DDOMImplementationCreateDocument.java7 import org.w3c.dom.Document;
56 Document doc; in testCreateDocument3()
58 Document newDoc; in testCreateDocument3()
75 doc = (Document) load("staffNS", builder); in testCreateDocument3()
85 Document doc; in testCreateDocument4()
93 doc = (Document) load("staffNS", builder); in testCreateDocument4()
107 Document doc; in testCreateDocument5()
114 doc = (Document) load("staffNS", builder); in testCreateDocument5()
128 Document doc; in testCreateDocument7()
134 doc = (Document) load("staffNS", builder); in testCreateDocument7()
DElementHasAttribute.java4 import org.w3c.dom.Document;
49 Document doc; in testHasAttribute1()
52 doc = (Document) load("staff", builder); in testHasAttribute1()
72 Document doc; in testHasAttribute3()
77 doc = (Document) load("staff", builder); in testHasAttribute3()
87 Document doc; in testHasAttribute4()
92 doc = (Document) load("staff", builder); in testHasAttribute4()

12345678910>>...37