#include <skMSXMLElementObjectEnumerator.h>
Inheritance diagram for skMSXMLElementObjectEnumerator:
Public Member Functions | |
skMSXMLElementObjectEnumerator (XMLElement &element, bool add_if_not_present, const skString &location) | |
Construct an enumerator for the given XML element. | |
skMSXMLElementObjectEnumerator (XMLElement &element, bool add_if_not_present, const skString &location, const skString &tag) | |
This contructs an skMSXMLElementObject enumerator over children with a particular tag name. | |
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 enumeration to the start. | |
bool | next (skRValue &) |
This method implements the method in skExecutableIterator. |
|
Construct an enumerator for the given XML element.
|
|
This contructs an skMSXMLElementObject 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 enumeration to the start.
Reimplemented from skExecutable. |