Package | Description |
---|---|
com.teamdev.jxbrowser.dom |
Provides the interfaces and classes for the Document Object Model (DOM).
|
Modifier and Type | Method and Description |
---|---|
static DocumentPosition |
DocumentPosition.forNumber(int value) |
static DocumentPosition |
DocumentPosition.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DocumentPosition |
DocumentPosition.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DocumentPosition |
DocumentPosition.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DocumentPosition[] |
DocumentPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<DocumentPosition> |
Node.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() |