Ft.Xml.Lib.XmlPrinter
Modules
StreamWriter
Classes
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
XMLNS_NAMESPACE
= u'http://www.w3.org/2000/xmlns/'
unicode(string [, encoding[, errors]]) -> object
Create a new Unicode object from the given encoded string.
encoding defaults to the current default string encoding and
errors, defining the error handling, to 'strict'.
__file__
= 'build/lib.linux-ppc-2.2/Ft/Xml/Lib/XmlPrinter.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.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.