#include <skTreeNodeObjectEnumerator.h>
Inheritance diagram for skTreeNodeObjectEnumerator:
Public Methods | |
skTreeNodeObjectEnumerator (skTreeNodeObject * element) | |
This constructor is for an enumerator that gives *all* the child elements of this element. | |
skTreeNodeObjectEnumerator (skTreeNodeObject * element,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. |