|
Modeler Extensions Framework
|
Public Member Functions | |
| XMLTextIterator (CLEMEXTXMLIterator *) | |
| XMLTextIterator (const XMLTextIterator &other) | |
| XMLTextIterator & | operator= (const XMLTextIterator &other) |
| virtual | ~XMLTextIterator () |
| bool | hasMore () |
| const char * | next () |
| void | deleteCurrentItem () |
| virtual void | close () |
An iterator used to return all CDATA sections
Definition at line 94 of file XMLHelper.h.
| XMLTextIterator | ( | CLEMEXTXMLIterator * | ) |
| XMLTextIterator | ( | const XMLTextIterator & | other | ) |
copy constructor (new iterator shares the underlying resource with original)
| other | the document to copy |
|
virtual |
|
virtual |
close the iterator
| void deleteCurrentItem | ( | ) |
delete the current item
| bool hasMore | ( | ) |
any remaining CDATA sections to return?
| const char* next | ( | ) |
get the next CDATA section
| XMLTextIterator& operator= | ( | const XMLTextIterator & | other | ) |
assignment operator (new iterator shares the underlying resource with original)
| other | the document to copy |