4Suite API Documentation

Module Ft.Xml.Xslt.GenericVariable

######################################################################## # $Header: /var/local/cvsroot/4Suite/Ft/Xml/Xslt/GenericVariable.py,v 1.25 2005/04/06 23:05:47 jkloth Exp $
Classes:
Fields:

Classes

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

Methods

instantiate(self, context, processor)
setup(self)

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

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

Fields

category = None
content = <Ft.Xml.Xslt.ContentInfo.Rep instance>
Template is the set of text, instructions or result-elements
doesSetup = True
legalAttrs = {'f:node-set': <Ft.Xml.Xslt.AttributeInfo.YesNoAvt instance>, 'name': <Ft.Xml.Xslt.AttributeInfo.QName instance>, 'select': <Ft.Xml.Xslt.AttributeInfo.Expression instance>}

Fields

Fields


class PopVariablesNode(Ft.Xml.Xslt.StylesheetTree.XsltNode)

Methods

__init__(self, savedVariables)
instantiate(self, context, processor)

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

Fields


class PushVariablesNode(Ft.Xml.Xslt.StylesheetTree.XsltNode)
# pseudo-nodes for save/restore of variable bindings

Methods

__init__(self, root, baseUri)
instantiate(self, context, processor)
prime(self, processor, context)

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

Fields

Fields

FT_EXT_NAMESPACE = 'http://xmlns.4suite.org/ext'
XSL_NAMESPACE = u'http://www.w3.org/1999/XSL/Transform'