4Suite
™
API Documentation
►
Module
Ft
.
Xml
.
Lib
.XmlPrinter
######################################################################## # $Header: /var/local/cvsroot/4Suite/Ft/Xml/Lib/XmlPrinter.py,v 1.13 2005/02/09 09:11:13 mbrown Exp $
Classes:
XmlPrinter
Classes
class
XmlPrinter
Methods
__init__
(
self
,
stream
,
encoding
)
attribute
(
self
,
elementUri
,
elementName
,
name
,
value
)
# elementUri and elementName are only needed for HTML output
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
)
Fields
attrEntitiesApos
= <cEntityMap>
attrEntitiesQuot
= <cEntityMap>
textEntities
= <cEntityMap>