#include <skTreeNodeObjectEnumerator.h>
Inheritance diagram for skTreeNodeObjectEnumerator::
Public Methods | |
skTreeNodeObjectEnumerator (skTreeNode *element, const skString &location) | |
This constructor is for an enumerator that gives *all* the child elements of this element. | |
skTreeNodeObjectEnumerator (skTreeNode *element, 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. | |
bool | method (const skString &s, skRValueArray &args, skRValue &r) |
This method exposes the following methods to Simkin scripts: returns the next object in the enumeration - or null if there are no more. | |
bool | next (skRValue &) |
This method implements the method in skExecutableIterator. |