Home
last modified time | relevance | path

Searched defs: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()