Searched refs:inputSource (Results 1 – 1 of 1) sorted by relevance
704 InputSource inputSource = new InputSource(new StringReader(xml)); in getXmlNodes() local706 return (NodeList) xpath.evaluate(xPathExpression, inputSource, XPathConstants.NODESET); in getXmlNodes()