Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/xml/
DXsltXPathConformanceTestSuite.java169 … Element majorPathElement = (Element) testCatalog.getElementsByTagName("major-path").item(0); in suite() local
170 String majorPath = majorPathElement.getTextContent(); in suite()