|
|
Cheshire3 Object Model: Class SgmlPreParser |
object --+
|
configParser.C3Object --+
|
baseObjects.PreParser --+
|
SgmlPreParser
|
__init__(self,
session,
server,
config)
The constructor for all Cheshire3 objects take the same arguments: session: A Session object topNode: The <config> or <subConfig> domNode for the configuration parent: The object that provides the scope for this object. |
|
| _loneAmpersand(self, match) | |
| _lowerElement(self, match) | |
| _attributeFix(self, match) | |
| _emptyElement(self, match) | |
|
process_document(self,
session,
doc)
Take a Document, transform it and return a new Document object. |
|
|
Inherited from Inherited from Inherited from |
|
| entities | |
| emptyTags | |
| doctype_re | |
| attr_re | |
| elem_re | |
| amp_re | |
| inMimeType | |
| outMimeType | |
|
Inherited from Inherited from Inherited from |
|
|
|
|
|
|
|
entities
|
emptyTags
|
doctype_re
|
attr_re
|
elem_re
|
amp_re
|
inMimeType
|
outMimeType
|
| Generated by Epydoc 3.0alpha2 on Wed Aug 9 18:09:59 2006 | http://epydoc.sf.net |