► Module Ft.Xml.Xslt.DomWriter
DOM DocumentFragment writer for XSLT output
Much inspired by RtfWriter.
Copyright (c) 2000-2001 Alexandre Fayolle (France).
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation.
THIS PROGRAM IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
Classes
Methods
__init__(
self,
ownerDoc=None,
implementation=<DOMImplementation at 0x3c9050>,
outputParams=None)
Note: if no ownerDoc, there is no way to set the document's base URI.
text(
self,
text,
escapeOutput=True)
The escapeOutput parameter is ignored
Fields
The DOMImplementation interface provides a number of methods for performing
operations that are independent of any particular instance of the document
object model.