► 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 0x2a89d3b8>,
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
Functions
SplitQName(qualifiedName) -> (prefix, localName)
where 'qualifiedName' is a QName according to XML Namespaces 1.0
<http://www.w3.org/TR/REC-xml-names>.
returns the name parts according to the spec.
Fields
The DOMImplementation interface provides a number of methods for performing
operations that are independent of any particular instance of the document
object model.