#include <ElementDocumentWrapper.h>


Public Member Functions | |
| ElementDocumentWrapper (PyObject *self, const char *tag) | |
| virtual void | LoadScript (Rocket::Core::Stream *stream, const Rocket::Core::String &source_name) |
| Load a python script into this document. | |
| PyObject * | GetModuleNamespace () |
| Get the namespace for this module. | |
Adds support for inline scripts within a document.