#include <skTreeNodeObjectEnumerator.h>
Inheritance diagram for skTreeNodeObjectEnumerator:
Public Member Functions | |
IMPORT_C | skTreeNodeObjectEnumerator (skTreeNodeObject *obj, const skString &location) |
This constructor is for an enumerator that gives *all* the child elements of this element. | |
IMPORT_C | skTreeNodeObjectEnumerator (skTreeNodeObject *obj, const skString &location, const skString &tag) |
This constructor is for an enumerator that gives the child elements of this element whose tag name matches that given. | |
virtual | ~skTreeNodeObjectEnumerator () |
Destructor. | |
virtual bool | method (const skString &s, skRValueArray &args, skRValue &r, skExecutableContext &ctxt) |
This method exposes the following methods to Simkin scripts: "next" - returns the next object in the enumeration - or null if there are no more "reset" - resets the enumeration to the start. | |
virtual bool | next (skRValue &) |
This method implements the method in skExecutableIterator. |
|
This method exposes the following methods to Simkin scripts: "next" - returns the next object in the enumeration - or null if there are no more "reset" - resets the enumeration to the start.
Reimplemented from skExecutable. |
|
This method implements the method in skExecutableIterator.
Implements skExecutableIterator. |