Uses of Interface
com.teamdev.jxbrowser.dom.XPathResult
Packages that use XPathResult
Package
Description
Provides the interfaces and classes for the Document Object Model (DOM).
-
Uses of XPathResult in com.teamdev.jxbrowser.dom
Methods in com.teamdev.jxbrowser.dom that return XPathResultModifier and TypeMethodDescriptionEvaluates the given XPathexpression
for the node and returns theXPathResult
of theXPathResultType.ANY
type.Node.evaluate
(String expression, XPathResultType type) Evaluates the given XPathexpression
for the node and returns theXPathResult
object of the giventype
.