|
Jive reference manual
|
#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) |
| DOMElement * | get () const |
| int | dir () const |
| int | depth () const |
| DOMElement * | next () |
| DOMElement * | goUp () |
| void | stop () |
| void | setMaxDepth (int maxDepth) |
| jem::xml::DOMIterator::DOMIterator | ( | ) |
|
explicit |
| 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 | ) |