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 XPathexpressionfor the node and returns theXPathResultof theXPathResultType.ANYtype.Node.evaluate(String expression, XPathResultType type) Evaluates the given XPathexpressionfor the node and returns theXPathResultobject of the giventype.