class documentation

class XMLFile: (source)

Implements interfaces: twisted.web.iweb.ITemplateLoader

View In Hierarchy

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.
Instance Variable _path The FilePath, file object, or filename that is being loaded from.
Method _loadDoc Read and parse the XML.
_loadedTemplate = (source)
The loaded document, or None, if not loaded.
(type: a list of Stan objects, or None.)
_path = (source)
The FilePath, file object, or filename that is being loaded from.
def __init__(self, path): (source)

Run the parser on a file.

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

Read and parse the XML.

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

Undocumented

ReturnsUndocumented (type: str)
def load(self): (source)

Return the document, first loading it if necessary.

Returnsthe loaded document. (type: a list of Stan objects.)
API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.