Ft.Xml.Lib.XmlPrettyPrinter

Classes

class XmlPrettyPrinter(Ft.Xml.Lib.XmlPrinter.XmlPrinter)
__init__(self, stream, encoding)
cdataSection(self, data)
comment(self, data)
endElement(self, namespaceUri, tagName)
processingInstruction(self, target, data)
startElement(self, namespaceUri, tagName, namespaces, attributes)
text(self, data, disableEscaping=0)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Xml.Lib.XmlPrettyPrinter'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
indent = ' '
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
class XmlPrinter
__init__(self, stream, encoding)
attribute(self, elementUri, elementName, name, value)
cdataSection(self, data)
comment(self, data)
doctype(self, name, publicId, systemId)
endDocument(self)
endElement(self, namespaceUri, tagName)
processingInstruction(self, target, data)
startDocument(self, version='1.0', standalone=None)
startElement(self, namespaceUri, tagName, namespaces, attributes)
text(self, text, disableEscaping=0)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Xml.Lib.XmlPrinter'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
attrEntitiesApos = <cEntityMap for 6 entities>
attrEntitiesQuot = <cEntityMap for 6 entities>
textEntities = <cEntityMap for 4 entities>

Data

__file__ = 'build/lib.linux-ppc-2.2/Ft/Xml/Lib/XmlPrettyPrinter.py'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__name__ = 'Ft.Xml.Lib.XmlPrettyPrinter'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.