Uses of Enum Class
com.teamdev.jxbrowser.dom.DocumentPosition
Package
Description
Provides the interfaces and classes for the Document Object Model (DOM).
-
Uses of DocumentPosition in com.teamdev.jxbrowser.dom
Modifier and TypeMethodDescriptionstatic DocumentPosition
DocumentPosition.forNumber
(int value) static DocumentPosition
DocumentPosition.valueOf
(int value) Deprecated.static DocumentPosition
DocumentPosition.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static DocumentPosition
Returns the enum constant of this class with the specified name.static DocumentPosition[]
DocumentPosition.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionNode.compareDocumentPosition
(Node otherNode) Compares position of the current node against another node in a DOM tree.static com.google.protobuf.Internal.EnumLiteMap<DocumentPosition>
DocumentPosition.internalGetValueMap()