4Suite API Documentation

Module Ft.Xml.Xslt.Exslt.Functions

EXSLT 2.0 - Functions (http://www.exslt.org/func/index.html) WWW: http://4suite.org/XSLT e-mail: support@4suite.org

Copyright (c) 2001 Fourthought Inc, USA. All Rights Reserved.
See http://4suite.org/COPYRIGHT for license and copyright information
Classes:
Fields:

Classes

Methods

__call__(self, context, *args)
prime(self, processor, context)

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

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

Fields

content = <Ft.Xml.Xslt.ContentInfo.Seq instance>
legalAttrs = {'name': <Ft.Xml.Xslt.AttributeInfo.QNameButNotNCName instance>}
validator = <Ft.Xml.Xslt.ContentInfo.Validator instance>

Fields

Fields


When an func:result element is instantiated, during the instantiation of a func:function element, the function returns with its value.

Methods

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

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

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

Fields

content = <Ft.Xml.Xslt.ContentInfo.Rep instance>
Template is the set of text, instructions or result-elements
legalAttrs = {'select': <Ft.Xml.Xslt.AttributeInfo.Expression instance>}
validator = <Ft.Xml.Xslt.ContentInfo.Validator instance>

Fields

Fields


NOT YET IMPLEMENTED

The top-level func:script element provides an implementation of
extension functions in a particular namespace.

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

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

Fields

Fields

Fields

EXSL_FUNCTIONS_NS = 'http://exslt.org/functions'
ExtElements = {('http://exslt.org/functions', 'function'): <class Ft.Xml.Xslt.Exslt.Functions.FunctionElement>, ('http://exslt.org/functions', 'result'): <class Ft.Xml.Xslt.Exslt.Functions.ResultElement>}
ExtNamespaces = {'http://exslt.org/functions': 'func'}
XSL_NAMESPACE = u'http://www.w3.org/1999/XSL/Transform'