Home
last modified time | relevance | path

Searched refs:getImplementation (Results 1 – 25 of 70) sorted by relevance

123

/libcore/luni/src/test/java/tests/org/w3c/dom/
DDOMImplementationHasFeature.java60 domImpl = doc.getImplementation(); in testHasFeatureCore()
69 domImpl = doc.getImplementation(); in testHasFeatureXml()
91 domImpl = doc.getImplementation(); in testHasFeature1()
113 domImpl = doc.getImplementation(); in testHasFeature2()
DDOMImplementationCreateDocument.java76 domImpl = doc.getImplementation(); in testCreateDocument3()
94 domImpl = doc.getImplementation(); in testCreateDocument4()
115 domImpl = doc.getImplementation(); in testCreateDocument5()
135 domImpl = doc.getImplementation(); in testCreateDocument7()
DCreateDocument.java92 domImpl = doc.getImplementation(); in testCreateDocument1()
113 domImpl = doc.getImplementation(); in testCreateDocument2()
208 domImpl = doc.getImplementation(); in testCreateDocument5()
229 domImpl = doc.getImplementation(); in testCreateDocument6()
251 domImpl = doc.getImplementation(); in testCreateDocument7()
DCreateDocumentType.java91 domImpl = doc.getImplementation(); in testCreateDocumentType1()
142 domImpl = doc.getImplementation(); in testCreateDocumentType2()
168 domImpl = doc.getImplementation(); in testCreateDocumentType3()
DNodeGetOwnerDocument.java83 domImpl = doc.getImplementation(); in testGetOwnerDocument1()
99 domImpl = doc.getImplementation(); in testGetOwnerDocument2()
DDOMImplementationCreateDocumentType.java92 domImpl = doc.getImplementation(); in testCreateDocumentType1()
134 domImpl = doc.getImplementation(); in testCreateDocumentType2()
171 domImpl = doc.getImplementation(); in testCreateDocumentType4()
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
Ddomimplementationfeaturecore.java87 domImpl = doc.getImplementation(); in runTest()
Ddomimplementationfeaturexmlversion2.java87 domImpl = doc.getImplementation(); in runTest()
Ddomimplementationhasfeature02.java69 domImpl = doc.getImplementation(); in runTest()
DcreateDocument08.java65 domImpl = getImplementation(); in runTest()
DcreateDocumentType04.java66 domImpl = getImplementation(); in runTest()
Ddocumenttypesystemid01.java70 domImpl = doc.getImplementation(); in runTest()
Ddocumenttypepublicid01.java72 domImpl = doc.getImplementation(); in runTest()
DdocumenttypeinternalSubset01.java72 domImpl = doc.getImplementation(); in runTest()
DdocumentgetelementsbytagnameNS01.java77 domImpl = doc.getImplementation(); in runTest()
Ddomimplementationcreatedocument07.java85 domImpl = doc.getImplementation(); in runTest()
DcreateDocument06.java81 domImpl = doc.getImplementation(); in runTest()
DcreateDocumentType01.java78 domImpl = doc.getImplementation(); in runTest()
DcreateDocument03.java77 domImpl = doc.getImplementation(); in runTest()
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
Ddocumentgetimplementation.java67 docImpl = doc.getImplementation(); in runTest()
Ddomimplementationfeaturenoversion.java63 domImpl = doc.getImplementation(); in runTest()
Ddomimplementationfeaturexml.java62 domImpl = doc.getImplementation(); in runTest()
Dhc_domimplementationfeaturenoversion.java68 domImpl = doc.getImplementation(); in runTest()
Dhc_documentgetimplementation.java67 docImpl = doc.getImplementation(); in runTest()
Dhc_domimplementationfeaturexml.java66 domImpl = doc.getImplementation(); in runTest()

123