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...proc052/xml/arch/xmlarch.pyc' string __version__ = '0.20'
Version 0.20 (October 18th 1998)
Copyright (C) 1998 by Geir O. Grønmo, grove@infotek.no
Free for commercial and non-commercial use.
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.
![]() |
Author: Geir Ove Gr\370nmo Version: 0.20 |