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 file that is being loaded from. |
| Method | _loadDoc |
Read and parse the XML. |
Return the document, first loading it if necessary.
| Returns | the loaded document. (type: List[Flattenable]) | |