Home | Trees | Indices | Help |
---|
|
The sax module contains a collection of classes that provide a (D)ocument (O)bject (M)odel representation of an XML document. The goal is to provide an easy, intuative interface for managing XML documents. Although, the term, DOM, is used above, this model is far better.
XML namespaces in suds are represented using a (2) element tuple containing the prefix and the URI. Eg: ('tns', 'http://myns')
|
|||
Handler sax hanlder |
|||
Parser SAX Parser |
|
|||
log = getLogger(__name__)
|
|||
__package__ =
|
|||
encoder = Encoder()
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Mar 21 14:39:08 2011 | http://epydoc.sourceforge.net |