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 XPathResultTypeXPathResultType.forNumber(int value) XPathResult.type()Returns the result type.static XPathResultTypeXPathResultType.valueOf(int value) Deprecated.static XPathResultTypeXPathResultType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.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 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 XPathexpressionfor the node and returns theXPathResultobject of the giventype.