XSLT extension elements and functions supporting the 4SS XPathDocumentDefinition API
Copyright 2004 Fourthought, Inc. (USA).
Detailed license and copyright information: http://4suite.org/COPYRIGHT
Project home, documentation, distributions: http://4suite.org/
Classes
- class AddNsMapElement(Ft.Xml.Xslt.StylesheetTree.XsltElement)
-
Change the namespace mapping of this doc def.
Methods
- instantiate(self, context, processor)
- Overrides: instantiate from class XsltElement
Members
- content = <Ft.Xml.Xslt.ContentInfo.Atom instance>
- legalAttrs = {'path': <Ft.Xml.Xslt.AttributeInfo.UriReferenceAvt instance>, 'prefix': <Ft.Xml.Xslt.AttributeInfo.PrefixAvt instance>, 'uri': <Ft.Xml.Xslt.AttributeInfo.UriReferenceAvt instance>}
attributes,
baseUri,
children,
columnNumber,
doesIdle,
doesPrime,
doesSetup,
expandedName,
importIndex,
lineNumber,
nodeName,
parent,
root
- class AddRdfMapElement(Ft.Xml.Xslt.StylesheetTree.XsltElement)
-
Change the rdf mapping of this doc def.
Methods
- instantiate(self, context, processor)
- Overrides: instantiate from class XsltElement
Members
- content = <Ft.Xml.Xslt.ContentInfo.Atom instance>
- legalAttrs = {'object': <Ft.Xml.Xslt.AttributeInfo.StringAvt instance>, 'object-is-resource': <Ft.Xml.Xslt.AttributeInfo.YesNoAvt instance>, 'path': <Ft.Xml.Xslt.AttributeInfo.UriReferenceAvt instance>, 'predicate': <Ft.Xml.Xslt.AttributeInfo.StringAvt instance>, 'subject': <Ft.Xml.Xslt.AttributeInfo.StringAvt instance>}
attributes,
baseUri,
children,
columnNumber,
doesIdle,
doesPrime,
doesSetup,
expandedName,
importIndex,
lineNumber,
nodeName,
parent,
root
- class RemoveNsMapElement(Ft.Xml.Xslt.StylesheetTree.XsltElement)
-
Change the namespace mapping of this doc def.
Methods
- instantiate(self, context, processor)
- Overrides: instantiate from class XsltElement
Members
- content = <Ft.Xml.Xslt.ContentInfo.Atom instance>
- legalAttrs = {'path': <Ft.Xml.Xslt.AttributeInfo.UriReferenceAvt instance>, 'prefix': <Ft.Xml.Xslt.AttributeInfo.PrefixesAvt instance>}
attributes,
baseUri,
children,
columnNumber,
doesIdle,
doesPrime,
doesSetup,
expandedName,
importIndex,
lineNumber,
nodeName,
parent,
root
- class RemoveRdfMapElement(Ft.Xml.Xslt.StylesheetTree.XsltElement)
-
Change the rdf mapping of this doc def.
Methods
- instantiate(self, context, processor)
- Overrides: instantiate from class XsltElement
Members
- content = <Ft.Xml.Xslt.ContentInfo.Atom instance>
- legalAttrs = {'object': <Ft.Xml.Xslt.AttributeInfo.StringAvt instance>, 'path': <Ft.Xml.Xslt.AttributeInfo.UriReferenceAvt instance>, 'predicate': <Ft.Xml.Xslt.AttributeInfo.StringAvt instance>, 'subject': <Ft.Xml.Xslt.AttributeInfo.StringAvt instance>}
attributes,
baseUri,
children,
columnNumber,
doesIdle,
doesPrime,
doesSetup,
expandedName,
importIndex,
lineNumber,
nodeName,
parent,
root
Globals
- ExtElements = {('http://xmlns.4suite.org/4ss/score', 'add-ns-map'): <class Ft.Server.Server.Xslt.XPathDocumentDefinition.AddNsMapElement>, ('http://xmlns.4suite.org/4ss/score', 'add-rdf-map'): <class Ft.Server.Server.Xslt.XPathDocumentDefinition.AddRdfMapElement>, ('http://xmlns.4suite.org/4ss/score', 'remove-ns-map'): <class Ft.Server.Server.Xslt.XPathDocumentDefinition.RemoveNsMapElement>, ('http://xmlns.4suite.org/4ss/score', 'remove-rdf-map'): <class Ft.Server.Server.Xslt.XPathDocumentDefinition.RemoveRdfMapElement>}
- ExtFunctions = {('http://xmlns.4suite.org/4ss/score', 'get-ns-map'): <function GetNsMap>, ('http://xmlns.4suite.org/4ss/score', 'get-rdf-maps'): <function GetRdfMaps>}
- FTSERVER_NAMESPACE = 'http://xmlns.4suite.org/reserved'
- OBJECT_TYPE_LITERAL = 'L'
- OBJECT_TYPE_RESOURCE = 'R'
- SCORE_NS = 'http://xmlns.4suite.org/4ss/score'