| Package | Description |
|---|---|
| com.teamdev.jxbrowser.dom |
Provides the interfaces and classes for the Document Object Model (DOM).
|
| Modifier and Type | Method and Description |
|---|---|
XPathResult |
Node.evaluate(java.lang.String expression)
Evaluates the given XPath
expression for the node and returns the XPathResult
of the XPathResultType.ANY type. |
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. |