XSLT and XPath extensions supporting the 4SS group API
Copyright 2004 Fourthought, Inc. (USA).
Detailed license and copyright information: http://4suite.org/COPYRIGHT
Project home, documentation, distributions: http://4suite.org/
Classes
- class AddMemberElement(Ft.Xml.Xslt.StylesheetTree.XsltElement)
-
Adds a user or group to the specified group
Methods
- instantiate(self, context, processor)
- Overrides: instantiate from class XsltElement
Members
- content = <Ft.Xml.Xslt.ContentInfo.Atom instance>
- legalAttrs = {'member-path': <Ft.Xml.Xslt.AttributeInfo.UriReferenceAvt instance>, 'path': <Ft.Xml.Xslt.AttributeInfo.UriReferenceAvt instance>}
attributes,
baseUri,
children,
columnNumber,
doesIdle,
doesPrime,
doesSetup,
expandedName,
importIndex,
lineNumber,
nodeName,
parent,
root
- class RemoveMemberElement(Ft.Xml.Xslt.StylesheetTree.XsltElement)
-
Removes a user or group from the specified group
Methods
- instantiate(self, context, processor)
- Overrides: instantiate from class XsltElement
Members
- content = <Ft.Xml.Xslt.ContentInfo.Atom instance>
- legalAttrs = {'member-path': <Ft.Xml.Xslt.AttributeInfo.UriReferenceAvt instance>, 'path': <Ft.Xml.Xslt.AttributeInfo.UriReferenceAvt instance>}
attributes,
baseUri,
children,
columnNumber,
doesIdle,
doesPrime,
doesSetup,
expandedName,
importIndex,
lineNumber,
nodeName,
parent,
root
Functions
- GetMemberPaths(context, group)
-
Returns, as a node-set of 'path' elements, the full paths to all
user resources that are members of the specified group
Globals
- ExtElements = {('http://xmlns.4suite.org/4ss/score', 'add-member'): <class Ft.Server.Server.Xslt.Group.AddMemberElement>, ('http://xmlns.4suite.org/4ss/score', 'remove-member'): <class Ft.Server.Server.Xslt.Group.RemoveMemberElement>}
- ExtFunctions = {('http://xmlns.4suite.org/4ss/score', 'get-member-paths'): <function GetMemberPaths>}
- SCORE_NS = 'http://xmlns.4suite.org/4ss/score'