csEmptyDocumentNodeIterator Class Reference
Document node iterator does not return any nodes. More...
#include <csutil/documentcommon.h>
Inheritance diagram for csEmptyDocumentNodeIterator:

| Public Member Functions | |
| virtual bool | HasNext () | 
| Are there more elements? | |
| virtual csRef< iDocumentNode > | Next () | 
| Get next element. | |
Detailed Description
Document node iterator does not return any nodes.
Definition at line 35 of file documentcommon.h.
Member Function Documentation
| virtual bool csEmptyDocumentNodeIterator::HasNext | ( | ) |  [inline, virtual] | 
Are there more elements?
Implements iDocumentNodeIterator.
Definition at line 44 of file documentcommon.h.
| virtual csRef<iDocumentNode> csEmptyDocumentNodeIterator::Next | ( | ) |  [inline, virtual] | 
The documentation for this class was generated from the following file:
- csutil/documentcommon.h
Generated for Crystal Space by doxygen 1.4.7

