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 | _loadDoc |
Read and parse the XML. |
| 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. |
| Returns | |
| a list of Stan objects. | the loaded document. |