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