4Suite API Documentation

Module Ft.Server.Server.Xslt.RawFile

XSLT extension elements and functions supporting the 4SS RawFile 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 SetImtElement(Ft.Xml.Xslt.StylesheetTree.XsltElement)
Change the IMT of a resource

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 = {'imt': <Ft.Xml.Xslt.AttributeInfo.StringAvt instance>, 'path': <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

GetImt(context, path=None)
Get the IMT of a resource

Globals

ExtElements = {('http://xmlns.4suite.org/4ss/score', 'set-imt'): <class Ft.Server.Server.Xslt.RawFile.SetImtElement>}
ExtFunctions = {('http://xmlns.4suite.org/4ss/score', 'get-imt'): <function GetImt>}
SCORE_NS = 'http://xmlns.4suite.org/4ss/score'