4Suite API Documentation

Module Ft.Xml.Xslt.SaxWriter

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

Classes

class ElementData

Methods

__init__(self, name, attrs, extraNss=None)

class SaxWriter

Methods

__init__(self, outputParams, saxHandler=None, fragment=False)
attribute(self, name, value, namespace=None)
comment(self, body)
complete(self)
endElement(self, name)
getResult(self)
processingInstruction(self, target, data)
startElement(self, name, namespace=None, extraNss=None)
text(self, text, escapeOutput=True)

Fields

XMLNS_NAMESPACE = u'http://www.w3.org/2000/xmlns/'
XSL_NAMESPACE = u'http://www.w3.org/1999/XSL/Transform'
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.