Package fabmetheus_utilities :: Module xml_simple_reader :: Class XMLSimpleReader
[hide private]
[frames] | no frames]

Class XMLSimpleReader

source code

A simple xml parser.

Instance Methods [hide private]
 
__init__(self, fileName, parentNode, xmlText)
Add empty lists.
source code
 
__repr__(self)
Get the string representation of this parser.
source code
 
getOriginalRoot(self)
Get the original reparsed root element.
source code
 
getRoot(self)
Get the root element.
source code
 
parseLine(self, line)
Parse an xml line and add it to the xml tree.
source code