#include <skElementObjectEnumerator.h>
Inheritance diagram for skElementObjectEnumerator:
Public Member Functions | |
IMPORT_C | skElementObjectEnumerator (skElementObject *element, const skString &location) |
This contructs an skElementObject enumerator over all the children. | |
IMPORT_C | skElementObjectEnumerator (skElementObject *element, const skString &location, const skString &tag) |
This contructs an skElementObject enumerator over children with a particular tag name. | |
virtual IMPORT_C | ~skElementObjectEnumerator () |
Destructor. | |
IMPORT_C 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. | |
IMPORT_C 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. |