Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java704 InputSource inputSource = new InputSource(new StringReader(xml)); in getXmlNodes() local
706 return (NodeList) xpath.evaluate(xPathExpression, inputSource, XPathConstants.NODESET); in getXmlNodes()