Package suds :: Package sax :: Module parser
[hide private]
[frames] | no frames]

Module parser

source code

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')

Classes [hide private]
  Handler
sax hanlder
  Parser
SAX Parser
Variables [hide private]
  log = getLogger(__name__)
  __package__ = 'suds.sax'
  encoder = Encoder()