Uses of Interface
org.loboevolution.html.xpath.XPathExpression
Package
Description
-
Uses of XPathExpression in org.loboevolution.apache.xml.dtm.ref
-
Uses of XPathExpression in org.loboevolution.html.dom.nodeimpl
Modifier and TypeMethodDescriptionDocumentImpl.createExpression()
createExpression.DocumentImpl.createExpression
(String expression, XPathNSResolver resolver) Creates a parsed XPath expression with resolved namespaces. -
Uses of XPathExpression in org.loboevolution.html.dom.xpath
Modifier and TypeClassDescriptionclass
The class provides an implementation of XPathExpression according to the DOM L3 XPath Specification, Working Group Note 26 February 2004.Modifier and TypeMethodDescriptionXPathEvaluatorImpl.createExpression
(String expression, XPathNSResolver resolver) Creates a parsed XPath expression with resolved namespaces. -
Uses of XPathExpression in org.loboevolution.html.js.xml
-
Uses of XPathExpression in org.loboevolution.html.node
-
Uses of XPathExpression in org.loboevolution.html.xpath
Modifier and TypeMethodDescriptionXPathEvaluator.createExpression
(String expression, XPathNSResolver resolver) Creates a parsed XPath expression with resolved namespaces.