Uses of Interface
org.loboevolution.html.xpath.XPathResult
Package
Description
-
Uses of XPathResult in org.loboevolution.apache.xml.dtm.ref
Modifier and TypeMethodDescriptionDTMNodeProxy.evaluate
(String expression, Node contextNode, XPathNSResolver resolver, short type, Object result) -
Uses of XPathResult in org.loboevolution.html.dom.nodeimpl
Modifier and TypeMethodDescriptionDocumentImpl.evaluate
(String expression, Node contextNode, XPathNSResolver resolver, short type, Object result) evaluate. -
Uses of XPathResult in org.loboevolution.html.dom.xpath
Modifier and TypeClassDescriptionclass
The class provides an implementation XPathResult according to the DOM L3 XPath Specification, Working Group Note 26 February 2004. -
Uses of XPathResult in org.loboevolution.html.js.xml
Modifier and TypeMethodDescriptionXMLDocument.evaluate
(String expression, Node contextNode, XPathNSResolver resolver, short type, Object result) evaluate. -
Uses of XPathResult in org.loboevolution.html.node
Modifier and TypeMethodDescriptionDocument.evaluate
(String expression, Node contextNode, XPathNSResolver resolver, short type, Object result) evaluate.