|
|
|
htmlDocContentDumpFormatOutput(self,
cur,
encoding,
format)
Dump an HTML document. |
source code
|
|
|
|
|
htmlNodeDumpFormatOutput(self,
doc,
cur,
encoding,
format)
Dump an HTML node, recursive behaviour,children are printed
too. |
source code
|
|
|
htmlNodeDumpOutput(self,
doc,
cur,
encoding)
Dump an HTML node, recursive behaviour,children are printed too,
and formatting returns/spaces are added. |
source code
|
|
|
nodeDumpOutput(self,
doc,
cur,
level,
format,
encoding)
Dump an XML node, recursive behaviour, children are printed
too. |
source code
|
|
|
|
|
|
|
write(self,
len,
buf)
Write the content of the array in the output I/O buffer This
routine handle the I18N transcoding from internal UTF-8 The buffer is
lossless, i.e. |
source code
|
|
|
writeString(self,
str)
Write the content of the string in the output I/O buffer This
routine handle the I18N transcoding from internal UTF-8 The buffer is
lossless, i.e. |
source code
|
|
Inherited from ioWriteWrapper :
__del__ ,
close ,
flush
Inherited from ioWrapper :
io_close ,
io_flush ,
io_read ,
io_write
|