5. xml.sax.saxutils

Canonizer (writer)
A SAX document handler that produces canonicalized XML output. writer must support a write() method which accepts a single string.

ErrorPrinter ()
A simple class that just prints error messages to standard error (sys.stderr).

ESISDocHandler (writer)
A SAX document handler that produces naive ESIS output. writer must support a write() method which accepts a single string.

EventBroadcaster (list)
Takes a list of objects and forwards any method calls received to all objects in the list. The attribute list holds the list and can freely be modified by clients.

Location (locator)
Represents a location in an XML entity. Initialized by being passed a locator, from which it reads off the current location, which is then stored internally.