4Suite
™
API Documentation
►
Module
Ft
.
Xml
.
Xslt
.RtfWriter
######################################################################## # $Header: /var/local/cvsroot/4Suite/Ft/Xml/Xslt/RtfWriter.py,v 1.19 2005/03/23 07:07:07 mbrown Exp $
Classes:
RtfWriter
Fields:
EMPTY_NAMESPACE
,
XMLNS_NAMESPACE
,
implementation
Classes
class
RtfWriter
(
Ft.Xml.Xslt.NullWriter.NullWriter
)
Methods
__init__
(
self
,
outputParams
,
baseUri
,
implementation
=<DOMImplementation at 0x30062438>
)
attribute
(
self
,
name
,
value
,
namespace
=None
)
comment
(
self
,
data
)
endElement
(
self
,
name
,
namespace
=None
)
getResult
(
self
)
processingInstruction
(
self
,
target
,
data
)
startElement
(
self
,
name
,
namespace
=None
,
extraNss
=None
)
text
(
self
,
data
,
escapeOutput
=True
)
Methods inherited from class
Ft.Xml.Xslt.NullWriter.NullWriter
copyNodes
,
endDocument
,
getMediaType
,
getStream
,
namespace
,
startDocument
Fields
EMPTY_NAMESPACE
= None
XMLNS_NAMESPACE
= u'http://www.w3.org/2000/xmlns/'
implementation
= <DOMImplementation>
The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.