| java.lang.Object org.custommonkey.xmlunit.jaxp13.Jaxp13XpathEngine
Jaxp13XpathEngine | public class Jaxp13XpathEngine implements XpathEngine(Code) | | XPath engine based on javax.xml.xpath.
|
evaluate | public String evaluate(String select, Document document) throws XpathException(Code) | | Evaluate the result of executing the specified xpath syntax
select expression on the specified document
Parameters: select - Parameters: document - evaluated result throws: TransformerException - throws: TransformerConfigurationException - |
getMatchingNodes | public NodeList getMatchingNodes(String select, Document document) throws XpathException(Code) | | Execute the specified xpath syntax select expression
on the specified document and return the list of nodes (could have
length zero) that match
Parameters: select - Parameters: document - list of matching nodes |
|
|