Searched refs:xmlFile (Results 1 – 10 of 10) sorted by relevance
7 private final FsFile xmlFile; field in XmlContext10 public XmlContext(String packageName, FsFile xmlFile, Qualifiers qualifiers) { in XmlContext() argument12 this.xmlFile = xmlFile; in XmlContext()29 return xmlFile; in getXmlFile()33 return '{' + packageName + ':' + xmlFile + '}'; in toString()
25 FsFile xmlFile = xmlContext.getXmlFile(); in loadResourceXmlFile() local29 xmlStreamReader = factory.createXMLStreamReader(xmlFile.getInputStream()); in loadResourceXmlFile()32 throw new RuntimeException("error parsing " + xmlFile, e); in loadResourceXmlFile()
24 FsFile xmlFile = Fs.newFile(new File("res/values/foo.xml")); in setUp() local25 Qualifiers qualifiers = Qualifiers.fromParentDir(xmlFile.getParent()); in setUp()27 xmlContext = new XmlContext("", xmlFile, qualifiers); in setUp()
70 String xmlFile = artifactSpec.getKey(); in tagAll() local75 specApi = new ApiCheck().parseApi(xmlFile); in tagAll()80 "Failed to parse " + xmlFile + " for " + artifactName + " artifact data.\n" in tagAll()
61 String xmlFile = versionSpec.getKey(); in tagAll() local66 specApi = new ApiCheck().parseApi(xmlFile); in tagAll()71 "Failed to parse " + xmlFile + " for " + versionName + " since data.\n" in tagAll()
29 FsFile xmlFile = Fs.newFile(path + "/whatever.xml"); in configFrom() local30 Qualifiers qualifiers = Qualifiers.fromParentDir(xmlFile.getParent()); in configFrom()32 ResTable_config config = new XmlContext("package", xmlFile, qualifiers) in configFrom()
25 private synchronized static Document parse(FsFile xmlFile) { in parse() argument35 inputStream = xmlFile.getInputStream(); in parse()
63 roots = [ etree.parse(xmlFile).getroot() for xmlFile in xmlFiles ]
555 File xmlFile = new File(outputDir, locale + ".xml"); in writeXml() local563 out = new PrintWriter(xmlFile); in writeXml()567 System.err.println("Couldn't write " + xmlFile.getAbsolutePath() + " to disk."); in writeXml()
727 final File xmlFile = makeFileName(localeName, dir); in getSourceDirectoriesForLocale() local728 if (xmlFile.canRead()) { in getSourceDirectoriesForLocale()