| Home | Trees | Index | Help | 
|---|
| Package EaseXML :: Module PrettyXMLPrinter :: Class PrettyXMLPrinter | 
  | 
| Method Summary | |
|---|---|
__init__(self)
 | |
Begin Tag  | |
CDATA section  | |
Comment  | |
Element's content  | |
Closing Tag  | |
Processing Instruction  | |
prettyPrint(self,
          stringToProcess,
          indent)
 | |
_buildTag(self,
          tagName,
          attrs,
          alone)
 | |
_reset(self)
 | |
| Class Variable Summary | |
|---|---|
list | 
regexps = [('processing_instruction', <_sre.SRE_Pattern ...
 | 
| Method Details | 
|---|
  handle_begin_tag(self, stringToProcess, reGroups)Begin Tag | 
  handle_cdata(self, stringToProcess, reGroups)CDATA section | 
  handle_comment(self, stringToProcess, reGroups)Comment | 
  handle_content(self, stringToProcess, reGroups)Element's content | 
  handle_end_tag(self, stringToProcess, reGroups)Closing Tag | 
  handle_processing_instruction(self, stringToProcess, reGroups)Processing Instruction | 
| Class Variable Details | 
|---|
| Home | Trees | Index | Help | 
|---|
| Generated by Epydoc 2.1 on Sun Dec 12 17:20:24 2004 | http://epydoc.sf.net |