#import <xpath.h>
Inheritance diagram for XPath:
Public Member Functions | |
(id) | - init |
Initialize the XPath data for XML document. | |
(BOOL) | - compile: |
Compile XPath expression. | |
(BOOL) | - evaluate: |
Evaluate document by compiled expression. | |
(XmlNodeSet *) | - getResultNodeSet |
Get result of evaluation. | |
Protected Attributes | |
xmlXPathCompExprPtr | xpath_exp |
xmlXPathObjectPtr | xpath_eval_result |
|
Compile XPath expression.
|
|
Evaluate document by compiled expression.
|
|
Get result of evaluation.
|
|
Initialize the XPath data for XML document.
Reimplemented from XmlObject. |
|
Result of evaluation |
|
Xpath expression |