| Package | Description |
|---|---|
| com.aspose.html.dom | |
| com.aspose.html.dom.xpath |
| Modifier and Type | Method and Description |
|---|---|
IXPathResult |
Document.evaluate(String expression,
Node contextNode,
IXPathNSResolver resolver,
int type,
Object result)
Evaluates an XPath expression string and returns a result of the specified type if possible.
|
| Modifier and Type | Method and Description |
|---|---|
IXPathResult |
IXPathExpression.evaluate(Node contextNode,
int type,
Object result)
Evaluates this XPath expression and returns a result.
|
IXPathResult |
IXPathEvaluator.evaluate(String expression,
Node contextNode,
IXPathNSResolver resolver,
int type,
Object result)
Evaluates an XPath expression string and returns a result of the specified type if possible.
|