4Suite
™
API Documentation
►
Module
Ft
.
Xml
.
Xslt
.DomWriter
######################################################################## # $Header: /var/local/cvsroot/4Suite/Ft/Xml/Xslt/DomWriter.py,v 1.15 2005/03/28 09:04:20 mbrown Exp $
Classes:
DomWriter
Fields:
EMPTY_NAMESPACE
,
XMLNS_NAMESPACE
,
implementation
Classes
class
DomWriter
(
Ft.Xml.Xslt.NullWriter.NullWriter
)
Methods
__init__
(
self
,
ownerDoc
=None
,
implementation
=<DOMImplementation at 0x30062438>
,
outputParams
=None
)
attribute
(
self
,
name
,
value
,
namespace
=None
)
comment
(
self
,
text
)
endElement
(
self
,
name
,
namespace
=None
)
getResult
(
self
)
processingInstruction
(
self
,
target
,
data
)
startElement
(
self
,
name
,
namespace
=None
,
extraNss
=None
)
text
(
self
,
text
,
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.