class documentation
class XMLFile: (source)
Constructor: XMLFile(path)
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. |
| Method | _load |
Read and parse the XML. |
| Instance Variable | _loaded |
The loaded document, or None, if not loaded. |
| Instance Variable | _path |
The file that is being loaded from. |