Package pyxb :: Package binding :: Module saxer
[hide private]
[frames] | no frames]

Module saxer

source code

This module contains support for generating bindings from an XML stream using a SAX parser.

Classes [hide private]
  _SAXElementState
State required to generate bindings for a specific element.
  PyXBSAXHandler
A SAX handler class which generates a binding instance for a document through a streaming parser.
Functions [hide private]
 
make_parser(*args, **kw)
Extend pyxb.utils.saxutils.make_parser to change the default content_handler_constructor to be PyXBSAXHandler.
source code
Variables [hide private]
  _log = logging.getLogger(__name__)
  __package__ = 'pyxb.binding'