Searched defs:xmlFile (Results 1 – 11 of 11) sorted by relevance
8 private final Path xmlFile; field in XmlContext11 public XmlContext(String packageName, Path xmlFile, Qualifiers qualifiers) { in XmlContext()
27 Path xmlFile = xmlContext.getXmlFile(); in loadResourceXmlFile() local
200 File xmlFile = new File(xmlName); in transform() local359 File xmlFile = new File(xmlName); in transformWithStylesheet() local439 File xmlFile = new File(xmlName); in transformEmbedded() local
29 String xmlFile = "<user name=\"user\" pass=\"pass\"></user>"; in fuzzerInitialize() local
23 Path xmlFile = Paths.get("res/values/foo.xml"); in setUp() local
31 Path xmlFile = Paths.get(path, "whatever.xml"); in configFrom() local
26 private static synchronized Document parse(Path xmlFile) { in parse()
70 String xmlFile = artifactSpec.getKey(); in tagAll() local
61 String xmlFile = versionSpec.getKey(); in tagAll() local
86 … File xmlFile = new File(XmlTreeBuilder.class.getResource("/htmltests/xml-test.xml").toURI()); in testSupplyParserToDataStream() local135 … File xmlFile = new File(XmlTreeBuilder.class.getResource("/htmltests/xml-charset.xml").toURI()); in testDetectCharsetEncodingDeclaration() local
537 File xmlFile = new File(outputDir, locale + ".xml"); in writeXml() local