4Suite API Documentation

Module Ft.Xml.Xslt.ElementElement

Implementation of xsl:element element
Copyright 2003 Fourthought, Inc. (USA).
Detailed license and copyright information: http://4suite.org/COPYRIGHT
Project home, documentation, distributions: http://4suite.org/
Classes:
Globals:

Classes

class ElementElement(Ft.Xml.Xslt.StylesheetTree.XsltElement)

Methods

execute(self, context, processor, name, namespace)
instantiate(self, context, processor)
Overrides: instantiate from class XsltElement

Methods inherited from class Ft.Xml.Xslt.StylesheetTree.XsltElement

Methods inherited from class Ft.Xml.Xslt.StylesheetTree.XsltNode

Members

category = 0
content = <Ft.Xml.Xslt.ContentInfo.Rep instance>
legalAttrs = {'name': <Ft.Xml.Xslt.AttributeInfo.RawQNameAvt instance>, 'namespace': <Ft.Xml.Xslt.AttributeInfo.UriReferenceAvt instance>, 'use-attribute-sets': <Ft.Xml.Xslt.AttributeInfo.QNames instance>}

Members inherited from class Ft.Xml.Xslt.StylesheetTree.XsltElement

Members inherited from class Ft.Xml.Xslt.StylesheetTree.XsltNode

Globals

EMPTY_NAMESPACE = None
XSL_NAMESPACE = u'http://www.w3.org/1999/XSL/Transform'