4Suite API Documentation

Module Ft.Xml.Xslt.XmlWriter

######################################################################## # $Header: /var/local/cvsroot/4Suite/Ft/Xml/Xslt/XmlWriter.py,v 1.27 2005/03/18 23:47:19 jkloth Exp $
Classes:
Fields:

Classes

class CdataSectionXmlWriter(XmlWriter)

Methods

__init__(self, outputParams, stream)
endElement(self, tagName, namespace=None)
startElement(self, tagName, namespace=None, extraNss=None)
text(self, text, escapeOutput=True)

Methods inherited from class XmlWriter

Methods inherited from class Ft.Xml.Xslt.NullWriter.NullWriter

Fields


Methods

__init__(self, outputParams, stream)
attribute(self, name, value, namespace=None)
changePrefix(self, namespace, forbidEmpty=False)
comment(self, body)
endElement(self, tagName, namespace=None)
getStream(self)
namespace(self, prefix, namespace)
processingInstruction(self, target, data)
startElement(self, tagName, namespace=None, extraNss=None)
text(self, text, escapeOutput=True)

Methods inherited from class Ft.Xml.Xslt.NullWriter.NullWriter

Fields

GENERATED_PREFIX = u'org.4suite.4xslt.ns%s'

Fields

DEFAULT_GENERATED_PREFIX = u'org.4suite.4xslt.ns'
XMLNS_NAMESPACE = u'http://www.w3.org/2000/xmlns/'
XML_NAMESPACE = u'http://www.w3.org/XML/1998/namespace'