Part of twisted.web.template View Source View In Hierarchy
Implements interfaces: twisted.web.iweb.ITemplateLoader
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. (type: a list of Stan objects.) |
Parameters | s | The string from which to load the XML. (type: str ) |
Returns | the loaded document. (type: a list of Stan objects.) |