4Suite API Documentation

Module Ft.Server.Server.Xslt.UriReferenceFile

XSLT extension elements and functions supporting the 4SS UriReferenceFile API
Copyright 2004 Fourthought, Inc. (USA).
Detailed license and copyright information: http://4suite.org/COPYRIGHT
Project home, documentation, distributions: http://4suite.org/
Classes:
Functions:
Globals:

Classes

class SetReferenceElement(Ft.Xml.Xslt.StylesheetTree.XsltElement)
Change what a URI reference references.

Methods

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

content = <Ft.Xml.Xslt.ContentInfo.Atom instance>
legalAttrs = {'path': <Ft.Xml.Xslt.AttributeInfo.UriReferenceAvt instance>, 'reference': <Ft.Xml.Xslt.AttributeInfo.UriReferenceAvt instance>}

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

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

Functions

GetReference(context, path=None)
Get the URI that this resource references

Globals

ExtElements = {('http://xmlns.4suite.org/4ss/score', 'set-reference'): <class Ft.Server.Server.Xslt.UriReferenceFile.SetReferenceElement>}
ExtFunctions = {('http://xmlns.4suite.org/4ss/score', 'get-reference'): <function GetReference>}
SCORE_NS = 'http://xmlns.4suite.org/4ss/score'