CrystalSpace

Public API Reference

csEmptyDocumentNodeIterator Class Reference

Document node iterator does not return any nodes. More...

#include <csutil/documentcommon.h>

Inheritance diagram for csEmptyDocumentNodeIterator:

List of all members.

Public Member Functions

virtual size_t GetEndPosition ()
 Return the index of the "end" position (the position that is taken after no more elements are available).
virtual size_t GetNextPosition ()
 Get an index of the next node.
virtual bool HasNext ()
 Are there more elements?
virtual csRef< iDocumentNodeNext ()
 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 size_t csEmptyDocumentNodeIterator::GetEndPosition (  )  [inline, virtual]

Return the index of the "end" position (the position that is taken after no more elements are available).

Implements iDocumentNodeIterator.

Definition at line 47 of file documentcommon.h.

virtual size_t csEmptyDocumentNodeIterator::GetNextPosition (  )  [inline, virtual]

Get an index of the next node.

Implements iDocumentNodeIterator.

Definition at line 46 of file documentcommon.h.

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]

Get next element.

Implements iDocumentNodeIterator.

Definition at line 45 of file documentcommon.h.


The documentation for this class was generated from the following file:

Generated for Crystal Space 2.0 by doxygen 1.6.1