java.lang.Object
org.htmlunit.html.xpath.XPathAdapter
XPath adapter implementation for HtmlUnit.
- Author:
- Ahmed Ashour, Ronald Brill
-
Constructor Summary
ConstructorsConstructorDescriptionXPathAdapter(String exprString, org.htmlunit.xpath.xml.utils.PrefixResolver prefixResolver, boolean caseSensitive) Constructor. -
Method Summary
-
Constructor Details
-
XPathAdapter
public XPathAdapter(String exprString, org.htmlunit.xpath.xml.utils.PrefixResolver prefixResolver, boolean caseSensitive) throws TransformerException Constructor.- Parameters:
exprString- the XPath expressionprefixResolver- a prefix resolver to use to resolve prefixes to namespace URIscaseSensitive- whether the attributes should be case-sensitive- Throws:
TransformerException- if a syntax or other error occurs
-