Searched refs:featuresXML (Results 1 – 5 of 5) sorted by relevance
91 List<String> featuresXML = new ArrayList<String>(); in testIsSupported1() local92 featuresXML.add("XML"); in testIsSupported1()93 featuresXML.add("xmL"); in testIsSupported1()101 for (int indexN10063 = 0; indexN10063 < featuresXML.size(); indexN10063++) { in testIsSupported1()102 featureXML = (String) featuresXML.get(indexN10063); in testIsSupported1()126 List<String> featuresXML = new ArrayList<String>(); in testIsSupported2() local127 featuresXML.add("XML"); in testIsSupported2()128 featuresXML.add("xmL"); in testIsSupported2()136 for (int indexN10064 = 0; indexN10064 < featuresXML.size(); indexN10064++) { in testIsSupported2()137 featureXML = (String) featuresXML.get(indexN10064); in testIsSupported2()
82 List<String> featuresXML = new ArrayList<String>(); in testHasFeature1() local83 featuresXML.add("XML"); in testHasFeature1()84 featuresXML.add("xmL"); in testHasFeature1()92 for (int indexN10063 = 0; indexN10063 < featuresXML.size(); indexN10063++) { in testHasFeature1()93 featureXML = (String) featuresXML.get(indexN10063); in testHasFeature1()
75 java.util.List featuresXML = new java.util.ArrayList(); in runTest() local76 featuresXML.add("XML"); in runTest()77 featuresXML.add("xmL"); in runTest()85 for (int indexN10064 = 0; indexN10064 < featuresXML.size(); indexN10064++) { in runTest()86 featureXML = (String) featuresXML.get(indexN10064); in runTest()
75 java.util.List featuresXML = new java.util.ArrayList(); in runTest() local76 featuresXML.add("XML"); in runTest()77 featuresXML.add("xmL"); in runTest()85 for (int indexN10063 = 0; indexN10063 < featuresXML.size(); indexN10063++) { in runTest()86 featureXML = (String) featuresXML.get(indexN10063); in runTest()