Uses of Interface
org.loboevolution.html.xpath.XPathResult
Packages that use XPathResult
Package
Description
-
Uses of XPathResult in org.loboevolution.apache.xml.dtm.ref
Methods in org.loboevolution.apache.xml.dtm.ref that return XPathResultModifier and TypeMethodDescriptionDTMNodeProxy.evaluate
(String expression, Node contextNode, XPathNSResolver resolver, short type, Object result) -
Uses of XPathResult in org.loboevolution.html.dom.nodeimpl
Methods in org.loboevolution.html.dom.nodeimpl that return XPathResultModifier and TypeMethodDescriptionDocumentImpl.evaluate
(String expression, Node contextNode, XPathNSResolver resolver, short type, Object result) evaluate. -
Uses of XPathResult in org.loboevolution.html.dom.xpath
Classes in org.loboevolution.html.dom.xpath that implement XPathResultModifier 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
Methods in org.loboevolution.html.js.xml that return XPathResultModifier and TypeMethodDescriptionXMLDocument.evaluate
(String expression, Node contextNode, XPathNSResolver resolver, short type, Object result) evaluate. -
Uses of XPathResult in org.loboevolution.html.node
Methods in org.loboevolution.html.node that return XPathResultModifier and TypeMethodDescriptionDocument.evaluate
(String expression, Node contextNode, XPathNSResolver resolver, short type, Object result) evaluate.