An XmlPrettyPrinter instance provides functions for serializing an
XML or XML-like document to a stream, based on SAX-like event calls
initiated by an Ft.Xml.Lib.Print.PrintVisitor instance.
The methods in this subclass of XmlPrinter produce the same output
as the base class, but with extra whitespace added for visual
formatting. The indent attribute is the string used for each level
of indenting. It defaults to 2 spaces.
Methods
startElement(
self,
namespaceUri,
tagName,
namespaces,
attributes)
text(
self,
data,
disableEscaping=0)
Fields
Fields