t.w.t.XMLString(object) : class documentation

Part of twisted.web.template View Source View In Hierarchy

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. (type: a list of Stan objects.)
_loadedTemplate =
The loaded document. (type: a list of Stan objects.)
def __init__(self, s): (source)
Run the parser on a StringIO copy of the string.
ParameterssThe string from which to load the XML. (type: str)
def load(self): (source)
Return the document.
Returnsthe loaded document. (type: a list of Stan objects.)
API Documentation for Twisted, generated by pydoctor at 2013-04-03 11:20:05.