Uses of Enum Class
com.teamdev.jxbrowser.dom.NodeType
Package
Description
Provides the interfaces and classes for the Document Object Model (DOM).
-
Uses of NodeType in com.teamdev.jxbrowser.dom
Modifier and TypeMethodDescriptionstatic NodeType
NodeType.forNumber
(int value) Node.type()
Returns the node type.static NodeType
NodeType.valueOf
(int value) Deprecated.static NodeType
NodeType.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static NodeType
Returns the enum constant of this class with the specified name.static NodeType[]
NodeType.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<NodeType>
NodeType.internalGetValueMap()