Uses of Enum Class
com.teamdev.jxbrowser.dom.NodeType
Packages that use NodeType
Package
Description
Provides the interfaces and classes for the Document Object Model (DOM).
-
Uses of NodeType in com.teamdev.jxbrowser.dom
Methods in com.teamdev.jxbrowser.dom that return NodeTypeModifier 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.Methods in com.teamdev.jxbrowser.dom that return types with arguments of type NodeTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<NodeType>
NodeType.internalGetValueMap()