Rocket::Core::Python::ElementChildrenProxy Class Reference
#include <ElementChildrenProxy.h>
|
Public Member Functions |
|
| ElementChildrenProxy (Element *element) |
|
int | Len () |
| | Python __len__ override.
|
|
Element * | GetItem (int index) |
| | Python __getitem__ override.
|
Static Public Member Functions |
|
static void | InitialisePythonInterface () |
| | Initialise the interface.
|
Detailed Description
Thin lightweight proxy object for providing a DOM-like element.children accessor.
- Author:
- Lloyd Weehuizen
The documentation for this class was generated from the following files: