Package org.kuali.coeus.s2sgen.impl.util
Class XPathExecutor
java.lang.Object
org.kuali.coeus.s2sgen.impl.util.XPathExecutor
Class processes XPath Queries.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
XPathExecutor
-
-
Method Details
-
execute
Method evaulates the XPath expression against the xml string. Currently utilizing a DOM implementation.- Returns:
- first node value returned
-
getNode
For a given XPath, a DOM Node that the XPath resolve to is returned.- Parameters:
xpath- A valid XPath referring to the Node that is to be returned- Returns:
- The Node referred to by the xpath argument.
-
getDoc
-
setDoc
-