public class Jaxp13XpathEngine extends Object implements XpathEngine
Constructor and Description |
---|
Jaxp13XpathEngine() |
Modifier and Type | Method and Description |
---|---|
String |
evaluate(String select,
Document document)
Evaluate the result of executing the specified xpath syntax
select expression on the specified document |
NodeList |
getMatchingNodes(String select,
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.
|
public Jaxp13XpathEngine() throws ConfigurationException
ConfigurationException
public NodeList getMatchingNodes(String select, Document document) throws XpathException
select
expression
on the specified document and return the list of nodes (could have
length zero) that matchgetMatchingNodes
in interface XpathEngine
select
- document
- XpathException
public String evaluate(String select, Document document) throws XpathException
select
expression on the specified documentevaluate
in interface XpathEngine
select
- document
- XpathException
public void setNamespaceContext(NamespaceContext ctx)
XpathEngine
setNamespaceContext
in interface XpathEngine
Copyright © 2001–2017 XMLUnit. All rights reserved.