Package pyffi :: Package object_models :: Package xml
[hide private]
[frames] | no frames]

Package xml

source code

Format classes and metaclasses for binary file formats described by an xml file, and xml handler for converting the xml description into Python classes.
Submodules [hide private]

Classes [hide private]
  MetaFileFormat
The MetaFileFormat metaclass transforms the XML description of a file format into a bunch of classes which can be directly used to manipulate files in this format.
  FileFormat
This class can be used as a base class for file formats described by an xml file.
  StructAttribute
Helper class to collect attribute data of struct add tags.
  BitStructAttribute
Helper class to collect attribute data of bitstruct bits tags.
  XmlError
The XML handler will throw this exception if something goes wrong while parsing.
  XmlSaxHandler
This class contains all functions for parsing the xml and converting the xml structure into Python classes.
Variables [hide private]
  __package__ = 'pyffi.object_models.xml'