Declared in module xml.arch
class ArchDocHandler(DocumentHandler) # SAX DocumentHandler for processing XML architectures. class ArchException(SAXException) # Architecture Exception class ArchParseState # Class representing parsing state with regard to XML architectures. class Architecture # Class that represents an XML architecture. class AttributeParser # Class used for parsing attribute specification strings. class EventTracker # Class that tracks method calls on itself. class Prettifier(HandlerBase) # A SAX document handler that produces normalized/prettified XML output. string __author__ = 'Geir Ove Gr\370nmo, grove@infotek.no' string __file__ = '/home/infotek/prosjekt/pyth...xmlproc/xml/arch/xmlarch.pyc' string __version__ = '0.25'
Version 0.25 (March 22nd 1999)
Copyright (C) 1998 by Geir O. Grønmo, grove@infotek.no
It is free for non-commercial use, if you modify it please let me know.
The xmlarch module contains an XML architectural forms processor written in Python. It allows you to process XML architectural forms using any parser that uses the SAX interfaces. The module allow you to process several architectures in one parse pass.
Architectural document events for an architecture can even be broadcasted to multiple DocumentHandlers.