Uses of Enum Class
com.teamdev.jxbrowser.dom.XPathResultType
Package
Description
Provides the interfaces and classes for the Document Object Model (DOM).
-
Uses of XPathResultType in com.teamdev.jxbrowser.dom
Modifier and TypeMethodDescriptionstatic XPathResultType
XPathResultType.forNumber
(int value) XPathResult.type()
Returns the result type.static XPathResultType
XPathResultType.valueOf
(int value) Deprecated.static XPathResultType
XPathResultType.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static XPathResultType
Returns 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.Modifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<XPathResultType>
XPathResultType.internalGetValueMap()
Modifier and TypeMethodDescriptionNode.evaluate
(String expression, XPathResultType type) Evaluates the given XPathexpression
for the node and returns theXPathResult
object of the giventype
.