XML Library
Classes | Namespaces | Functions
XPathIterator.hpp File Reference

The XPathIterator class declaration. More...

#include "Document.hpp"

Classes

class  XML::XPathIterator
 An iterator for enumerating an XML document according to an XPath expression. More...

Namespaces

namespace  XML
 

The XML Library namespace.


Functions

bool XML::operator== (const XPathIterator &LHS, const XPathIterator &RHS)
 Global equivalence operator for a XPath iterator.
bool XML::operator!= (const XPathIterator &LHS, const XPathIterator &RHS)
 Global non-equivalence operator for a XPath iterator.

Detailed Description

The XPathIterator class declaration.

Author:
Chris Oldwood