fplutil
An open source project by
FPL.
|
XML file base class factored for testability. More...
Public Member Functions | |
def | parse |
Parse the XML file and extract useful information. More... | |
Public Attributes | |
path | |
Path to XML file as set in initializer. More... | |
XML file base class factored for testability.
Subclasses implement process(self, etree) to process the parsed XML. On error, they should raise common.ConfigurationError.
def fplutil.buildutil.android.XMLFile.parse | ( | self | ) |
Parse the XML file and extract useful information.
ConfigurationError | Elements were missing or incorrect in the file. |
IOError | Could not open XML file. |
fplutil.buildutil.android.XMLFile.path |
Path to XML file as set in initializer.