Implements interfaces: twisted.web.iweb.ITemplateLoader

An ITemplateLoader that loads and parses XML from a file.

Method __init__ Run the parser on a file.
Method __repr__ Undocumented
Method load Return the document, first loading it if necessary.
Instance Variable _loadedTemplate The loaded document, or None, if not loaded. (type: a list of Stan objects, or None.)
Instance Variable _path The FilePath, file object, or filename that is being loaded from.
Method _loadDoc Read and parse the XML.
_loadedTemplate =
The loaded document, or None, if not loaded. (type: a list of Stan objects, or None.)
_path =
The FilePath, file object, or filename that is being loaded from.
def __init__(self, path):

Run the parser on a file.

ParameterspathThe file from which to load the XML. (type: FilePath)
def _loadDoc(self):

Read and parse the XML.

Returnsthe loaded document. (type: a list of Stan objects.)
def __repr__(self):
Undocumented
def load(self):

Return the document, first loading it if necessary.

Returnsthe loaded document. (type: a list of Stan objects.)
API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.