Searched refs:version1 (Results 1 – 5 of 5) sorted by relevance
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
D | NodeIsSupported.java | 86 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()
|
D | DOMImplementationHasFeature.java | 77 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/ |
D | nodeissupported02.java | 70 String version1 = "1.0"; in runTest() local 89 success = attribute.isSupported(featureXML, version1); in runTest() 96 success = attribute.isSupported(featureCore, version1); in runTest()
|
D | domimplementationhasfeature01.java | 70 String version1 = "1.0"; in runTest() local 89 success = domImpl.hasFeature(featureXML, version1); in runTest() 96 success = domImpl.hasFeature(featureCore, version1); in runTest()
|
D | nodeissupported01.java | 70 String version1 = "1.0"; in runTest() local 89 success = element.isSupported(featureXML, version1); in runTest() 96 success = element.isSupported(featureCore, version1); in runTest()
|