Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/xml/
DXsltXPathConformanceTestSuite.java135 File catalogXml = new File(args[0]); in main() local
146 public static Test suite(File catalogXml) throws Exception { in suite() argument
165 .newDocumentBuilder().parse(catalogXml); in suite()
171 File base = new File(catalogXml.getParentFile(), majorPath); in suite()