| Trees | Index | Help |
|---|
| Package _xmlplus :: Package dom :: Package ext :: Module Printer :: Class PrintVisitor |
|
Visitor --+
|
PrintVisitor
_PrintFragmentVisitor| Method Summary | |
|---|---|
__init__(self,
stream,
encoding,
indent,
plainElements,
nsHints,
isXhtml,
force8bit)
| |
_tryIndent(self)
| |
_write(self,
text)
| |
Default behavior for the visitor is simply to print an informational message | |
visitAttr(self,
node)
| |
visitCDATASection(self,
node)
| |
visitComment(self,
node)
| |
visitDocument(self,
node)
| |
visitDocumentFragment(self,
node)
| |
visitDocumentType(self,
doctype)
| |
visitElement(self,
node)
| |
Visited from a NamedNodeMap in DocumentType | |
visitEntityReference(self,
node)
| |
visitNamedNodeMap(self,
node)
| |
visitNodeList(self,
node,
exclude)
| |
Visited from a NamedNodeMap in DocumentType | |
visitProcessingInstruction(self,
node)
| |
visitProlog(self)
| |
visitText(self,
node)
| |
| Method Details |
|---|
visit(self, node)Default behavior for the visitor is simply to print an informational message
|
visitEntity(self, node)Visited from a NamedNodeMap in DocumentType |
visitNotation(self, node)Visited from a NamedNodeMap in DocumentType |
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Sat Aug 06 12:38:27 2005 | http://epydoc.sf.net |