XPathExpression.Evaluate Method
| Explanation | ||
| Call format | var result = expression.Evaluate( node [, type [, result ] ] ) | |
| Return value | ||
| Arguments | XmlNode node | |
| integer type | ||
| XPathResult result | ||
| Exception | XPath-51 | EXPRESSION_ERR |
| XPath-52 | TYPE_ERR | |
| DOM-4 | WRONG_DOCUMENT_ERR | |
| DOM-14 | NAMESPACE_ERR | |
| Example of use | | |
| Related item | ||