#include <skElementObjectEnumerator.h>
Inheritance diagram for skElementObjectEnumerator:
Public Member Functions | |
skElementObjectEnumerator (skElementObject *element, const skString &location) | |
This contructs an skElementObject enumerator over all the children. | |
skElementObjectEnumerator (skElementObject *element, const skString &location, const skString &tag) | |
This contructs an skElementObject enumerator over children with a particular tag name. | |
virtual | ~skElementObjectEnumerator () |
Destructor. | |
bool | method (const skString &s, skRValueArray &args, skRValue &r, skExecutableContext &ctxt) |
This method exposes the following methods to Simkin scripts: "next" - returns the next element in the enumeration - or null if there are no more "reset" - resets the iterator. | |
bool | next (skRValue &) |
This method implements the method in skExecutableIterator. |
|
This contructs an skElementObject enumerator over all the children.
|
|
This contructs an skElementObject enumerator over children with a particular tag name.
|
|
This method exposes the following methods to Simkin scripts: "next" - returns the next element in the enumeration - or null if there are no more "reset" - resets the iterator.
Reimplemented from skExecutable. |
|
This method implements the method in skExecutableIterator.
Implements skExecutableIterator. |