Package | Description |
---|---|
com.teamdev.jxbrowser.dom |
Provides the interfaces and classes for the Document Object Model (DOM).
|
Modifier and Type | Method and Description |
---|---|
static XPathResultType |
XPathResultType.forNumber(int value) |
XPathResultType |
XPathResult.type()
Returns the result type.
|
static XPathResultType |
XPathResultType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static XPathResultType |
XPathResultType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static XPathResultType |
XPathResultType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XPathResultType[] |
XPathResultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<XPathResultType> |
XPathResultType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
XPathResult |
Node.evaluate(java.lang.String expression,
XPathResultType type)
Evaluates the given XPath
expression for the node and returns the XPathResult
object of the given type . |