| Interface | Description |
|---|---|
| DOMXPathEvaluator |
Provides XPath functionalities (http://www.w3.org/TR/DOM-Level-3-XPath/) For examples,
https://developer.mozilla.org/en/Introduction_to_using_XPath_in_JavaScript,
http://www.wrox.com/WileyCDA/Section/id-291861.html, and http://xqilla.sourceforge
.net/docs/dom3-api/classxercesc_1_1DOMXPathEvaluator.html
|
| DOMXPathExpression | |
| DOMXPathNSResolver | |
| DOMXPathResult | |
| XPathNamespace |
| Exception | Description |
|---|---|
| DOMDOMException |
In general, DOM methods return specific error values in ordinary processing
situations, such as out-of-bound errors.
|
| DOMXPathException |
Copyright © 2020 OXPath Team. All rights reserved.