Ft.Xml.Xslt.RtfWriter
Classes
class
NullWriter
__init__
(self, outputParams
=None
)
attribute
(self, name, value, namespace
=None
)
comment
(self, body)
copyNodes
(self, nodeOrNodelist)
endDocument
(self)
endElement
(self, name, namespace
=None
)
getMediaType
(self)
getResult
(self)
getStream
(self)
namespace
(self, prefix, namespace)
processingInstruction
(self, target, data)
startDocument
(self)
startElement
(self, name, namespace
=None
, extraNss
=None
)
text
(self, text, escapeOutput
=1
, asis
=0
)
Data and other non-method functions defined here:
__doc__
= None
__module__
= 'Ft.Xml.Xslt.NullWriter'
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
RtfWriter
(
Ft.Xml.Xslt.NullWriter.NullWriter
)
_RtfWriter__completeTextNode
= __completeTextNode(self)
__init__
(self, outputParams, baseUri, implementation
=<cDOMImplementation at 0x103b1770>
)
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
=1
, asis
=0
)
Data and other non-method functions defined here:
__doc__
= None
__module__
= 'Ft.Xml.Xslt.RtfWriter'
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
Data
EMPTY_NAMESPACE
= None
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/Xslt/RtfWriter.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.Xslt.RtfWriter'
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
implementation
= <cDOMImplementation>