|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.custommonkey.xmlunit.jaxp13.Jaxp13XpathEngine
public class Jaxp13XpathEngine
XPath engine based on javax.xml.xpath.
| Constructor Summary | |
|---|---|
Jaxp13XpathEngine()
|
|
| Method Summary | |
|---|---|
java.lang.String |
evaluate(java.lang.String select,
org.w3c.dom.Document document)
Evaluate the result of executing the specified xpath syntax select expression on the specified document |
org.w3c.dom.NodeList |
getMatchingNodes(java.lang.String select,
org.w3c.dom.Document document)
Execute the specified xpath syntax select expression
on the specified document and return the list of nodes (could have
length zero) that match |
void |
setNamespaceContext(NamespaceContext ctx)
Establish a namespace context. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Jaxp13XpathEngine()
throws ConfigurationException
ConfigurationException| Method Detail |
|---|
public org.w3c.dom.NodeList getMatchingNodes(java.lang.String select,
org.w3c.dom.Document document)
throws XpathException
select expression
on the specified document and return the list of nodes (could have
length zero) that match
getMatchingNodes in interface XpathEngineselect - document -
XpathException
public java.lang.String evaluate(java.lang.String select,
org.w3c.dom.Document document)
throws XpathException
select expression on the specified document
evaluate in interface XpathEngineselect - document -
TransformerException
TransformerConfigurationException
XpathExceptionpublic void setNamespaceContext(NamespaceContext ctx)
XpathEngine
setNamespaceContext in interface XpathEngine
|
XMLUnit is hosted by sourceforge.net |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||