Uses of Enum Class
com.teamdev.jxbrowser.dom.XPathResultType
Packages that use XPathResultType
Package
Description
Provides the interfaces and classes for the Document Object Model (DOM).
-
Uses of XPathResultType in com.teamdev.jxbrowser.dom
Methods in com.teamdev.jxbrowser.dom that return XPathResultTypeModifier and TypeMethodDescriptionXPathResult.type()Returns the result type.static XPathResultTypeReturns the enum constant of this class with the specified name.static XPathResultType[]XPathResultType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.teamdev.jxbrowser.dom with parameters of type XPathResultTypeModifier and TypeMethodDescriptionNode.evaluate(String expression, XPathResultType type) Evaluates the given XPathexpressionfor the node and returns theXPathResultobject of the giventype.