| Home | Trees | Index | Help |
|---|
_BaseAdapter--+ |TransformAdapter--+ |ContentHandler--+ |TransformAdapter--+ | TransformAdapter
| Method Summary | |
|---|---|
Signals the end of an element in non-namespace mode. | |
escape(self,
s)
| |
merge(self,
data,
template,
output)
| |
sendFax(self,
faxnum)
| |
Signals the start of an element in non-namespace mode. | |
| Class Variable Summary | |
|---|---|
int |
COMMENTABLE = 0 |
str |
MIMETYPE = 'application/postscript'
|
str |
NAME = 'Postscript/HylaFax'
|
str |
NEWLINE = ' '
|
str |
NEWRECORD = ''
|
str |
REGEX = '\\A()(.*)()\\Z'
|
| Method Details |
|---|
endElement(self, name)Signals the end of an element in non-namespace mode. The name parameter contains the name of the element type, just as with the startElement event.
|
escape(self, s) |
merge(self, data, template, output) |
sendFax(self, faxnum) |
startElement(self, name, attrs)Signals the start of an element in non-namespace mode. The name parameter contains the raw XML 1.0 name of the element type as a string and the attrs parameter holds an instance of the Attributes class containing the attributes of the element.
|
| Class Variable Details |
|---|
COMMENTABLE
|
MIMETYPE
|
NAME
|
NEWLINE
|
NEWRECORD
|
REGEX
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Nov 19 23:03:50 2008 | http://epydoc.sf.net |