class twisted.web.template.XMLString: (source)
Implements interfaces: twisted.web.iweb.ITemplateLoader
An ITemplateLoader
that loads and parses XML from a string.
Method | __init__ | Run the parser on a StringIO copy of the string. |
Method | load | Return the document. |
Instance Variable | _loadedTemplate | The loaded document. |
Return the document.
Returns | the loaded document. (type: a list of Stan objects.) |