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 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.Methods in com.teamdev.jxbrowser.dom that return types with arguments of type XPathResultTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<XPathResultType>
XPathResultType.internalGetValueMap()
Methods in com.teamdev.jxbrowser.dom with parameters of type XPathResultTypeModifier and TypeMethodDescriptionNode.evaluate
(String expression, XPathResultType type) Evaluates the given XPathexpression
for the node and returns theXPathResult
object of the giventype
.