Trees | Indices | Help |
|
---|
|
|
|||
XMLFilterBase This class is designed to sit between an XMLReader and the client application's event handlers. |
|||
XMLGenerator |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
_StringTypes =
|
|||
_error_handling =
|
|
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. |
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. |
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. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Thu Oct 25 16:27:43 2007 | http://epydoc.sourceforge.net |