Home
last modified time | relevance | path

Searched refs:version1 (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/test/java/tests/org/w3c/dom/
DNodeIsSupported.java86 String version1 = "1.0"; in testIsSupported1() local
105 success = element.isSupported(featureXML, version1); in testIsSupported1()
112 success = element.isSupported(featureCore, version1); in testIsSupported1()
121 String version1 = "1.0"; in testIsSupported2() local
140 success = attribute.isSupported(featureXML, version1); in testIsSupported2()
147 success = attribute.isSupported(featureCore, version1); in testIsSupported2()
DDOMImplementationHasFeature.java77 String version1 = "1.0"; in testHasFeature1() local
96 success = domImpl.hasFeature(featureXML, version1); in testHasFeature1()
103 success = domImpl.hasFeature(featureCore, version1); in testHasFeature1()
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
Dnodeissupported02.java70 String version1 = "1.0"; in runTest() local
89 success = attribute.isSupported(featureXML, version1); in runTest()
96 success = attribute.isSupported(featureCore, version1); in runTest()
Ddomimplementationhasfeature01.java70 String version1 = "1.0"; in runTest() local
89 success = domImpl.hasFeature(featureXML, version1); in runTest()
96 success = domImpl.hasFeature(featureCore, version1); in runTest()
Dnodeissupported01.java70 String version1 = "1.0"; in runTest() local
89 success = element.isSupported(featureXML, version1); in runTest()
96 success = element.isSupported(featureCore, version1); in runTest()