Home
last modified time | relevance | path

Searched refs:xmlFile (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/test/javax/xml/jaxp/transform/
DXSLTExFuncTest.java67 InputStream xslFile, xmlFile; field in XSLTExFuncTest
75 xmlFile = XSLTExFuncTest.class.getResourceAsStream("tokenize.xml"); in setUp()
204 transformer.transform(new SAXSource(new InputSource(xmlFile)), result); in testTemplatesEnableExtFunc()
231 transformer.transform(new SAXSource(new InputSource(xmlFile)), result); in transform()
/libcore/benchmarks/src/benchmarks/
DXmlParseBenchmark.java41 @Param String xmlFile; field in XmlParseBenchmark
75 FileInputStream fileIn = new FileInputStream(xmlFile); in getXmlBytes()