Jive reference manual
List of all members | Public Types | Public Member Functions
jem::xml::DOMIterator Class Reference

#include <jem/xml/DOMIterator.h>

Public Types

typedef DOMIterator Self
 

Public Member Functions

 DOMIterator ()
 
 DOMIterator (Ref< DOMElement > root)
 
bool operator== (const Self &rhs) const
 
bool operator!= (const Self &rhs) const
 
void start (Ref< DOMElement > root)
 
DOMElementget () const
 
int dir () const
 
int depth () const
 
DOMElementnext ()
 
DOMElementgoUp ()
 
void stop ()
 
void setMaxDepth (int maxDepth)
 

Member Typedef Documentation

Constructor & Destructor Documentation

jem::xml::DOMIterator::DOMIterator ( )
jem::xml::DOMIterator::DOMIterator ( Ref< DOMElement root)
explicit

Member Function Documentation

bool jem::xml::DOMIterator::operator== ( const Self rhs) const
bool jem::xml::DOMIterator::operator!= ( const Self rhs) const
void jem::xml::DOMIterator::start ( Ref< DOMElement root)
DOMElement * jem::xml::DOMIterator::get ( ) const
int jem::xml::DOMIterator::dir ( ) const
int jem::xml::DOMIterator::depth ( ) const
DOMElement* jem::xml::DOMIterator::next ( )
DOMElement* jem::xml::DOMIterator::goUp ( )
void jem::xml::DOMIterator::stop ( )
void jem::xml::DOMIterator::setMaxDepth ( int  maxDepth)