VCF::XPathIterator Class Reference
#include <XMLKit.h>
Inheritance diagram for VCF::XPathIterator:

Public Types | |
| typedef Attachable< xmlXPathContextPtr, XPathIterator > | BaseT |
Public Member Functions | |
| XPathIterator (const XmlDocument &doc) | |
| VariantData | eval (const String &xpathQuery) |
| VariantData | eval (const XPathExpression &expression) |
| XmlNode | select (const String &xpathQuery) |
| XmlNode | select (const XPathExpression &expression) |
| XPathNodeIterator | selectNodes (const String &xpathQuery) |
| XPathNodeIterator | selectNodes (const XPathExpression &expression) |
| XPathNodeIterator | end () |
| XPathNodeIterator | begin () |
| void | registerNamespaces (Dictionary &namespaceDict) |
Static Public Member Functions | |
| static void | freeResource (xmlXPathContextPtr res) |
Protected Attributes | |
| xmlXPathObjectPtr | xpathObj_ |
| XmlNodeList | nodes_ |
Member Typedef Documentation
|
|
|
Constructor & Destructor Documentation
|
|
|
Member Function Documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Member Data Documentation
|
|
|
|
|
|
The documentation for this class was generated from the following file:
- vcf/XMLKit/XMLKit.h
