Uses of Interface
com.teamdev.jxbrowser.dom.XPathResult
Package
Description
Provides the interfaces and classes for the Document Object Model (DOM).
-
Uses of XPathResult in com.teamdev.jxbrowser.dom
Modifier 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
.