Package rubacon :: Package parsers :: Module InformationParser :: Class information_handler
[hide private]
[frames] | no frames]

Class information_handler

source code


Parse the information file to a list of objects

Instance Methods [hide private]
 
__init__(self, classList)
Use the classnames and their attributes to validate the structure.
source code
 
startElement(self, name, attrs)
start the parsing of an element
source code

Inherited from xml.sax.handler.ContentHandler: characters, endDocument, endElement, endElementNS, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElementNS, startPrefixMapping

Method Details [hide private]

__init__(self, classList)
(Constructor)

source code 

Use the classnames and their attributes to validate the structure.

Overrides: xml.sax.handler.ContentHandler.__init__

startElement(self, name, attrs)

source code 

start the parsing of an element

Overrides: xml.sax.handler.ContentHandler.startElement