Package _xmlplus :: Package dom :: Package ext :: Module Printer :: Class PrintVisitor
[show private | hide private]
[frames | no frames]

Class PrintVisitor

Visitor --+
          |
         PrintVisitor

Known Subclasses:
_PrintFragmentVisitor

Method Summary
  __init__(self, stream, encoding, indent, plainElements, nsHints, isXhtml, force8bit)
  _tryIndent(self)
  _write(self, text)
  visit(self, node)
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)
  visitEntity(self, node)
Visited from a NamedNodeMap in DocumentType
  visitEntityReference(self, node)
  visitNamedNodeMap(self, node)
  visitNodeList(self, node, exclude)
  visitNotation(self, node)
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
Overrides:
_xmlplus.dom.ext.Visitor.Visitor.visit (inherited documentation)

visitEntity(self, node)

Visited from a NamedNodeMap in DocumentType

visitNotation(self, node)

Visited from a NamedNodeMap in DocumentType

Generated by Epydoc 2.1 on Sat Aug 06 12:38:27 2005 http://epydoc.sf.net