Searched refs:xmlFile (Results 1 – 2 of 2) sorted by relevance
67 InputStream xslFile, xmlFile; field in XSLTExFuncTest75 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()
41 @Param String xmlFile; field in XmlParseBenchmark75 FileInputStream fileIn = new FileInputStream(xmlFile); in getXmlBytes()