| Trees | Indices | Help |
|
|---|
|
|
A library of useful helper classes to the SAX classes, for the convenience of application and driver writers.
|
|||
| XMLGenerator | |||
|
XMLFilterBase This class is designed to sit between an XMLReader and the client application's event handlers. |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
_StringTypes =
|
|||
_error_handling =
|
|||
Imports: os, urlparse, urllib, types, handler, xmlreader
|
|||
Escape &, <, and > in a string of data. You can escape other strings of data by passing a dictionary as the optional entities parameter. The keys and values must all be strings; each key will be replaced with its corresponding value. |
Unescape &, <, and > in a string of data. You can unescape other strings of data by passing a dictionary as the optional entities parameter. The keys and values must all be strings; each key will be replaced with its corresponding value. |
Escape and quote an attribute value. Escape &, <, and > in a string of data, then quote it for use as an attribute value. The " character will be escaped as well, if necessary. You can escape other strings of data by passing a dictionary as the optional entities parameter. The keys and values must all be strings; each key will be replaced with its corresponding value. |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0 on Tue Jan 29 22:41:35 2008 | http://epydoc.sourceforge.net |