4Suite API Documentation

Module Ft.Server.Server.Xslt.XPathDocumentDefinition

######################################################################## # $Header: /var/local/cvsroot/4Suite/Ft/Server/Server/Xslt/XPathDocumentDefinition.py,v 1.7 2005/04/06 23:05:46 jkloth Exp $
Classes:
Functions:
Fields:

Classes

Methods

instantiate(self, context, processor)

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

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

Fields

content = <Ft.Xml.Xslt.ContentInfo.Atom instance>
Empty is the content model for childless elements
legalAttrs = {'path': <Ft.Xml.Xslt.AttributeInfo.UriReferenceAvt instance>, 'prefix': <Ft.Xml.Xslt.AttributeInfo.PrefixAvt instance>, 'uri': <Ft.Xml.Xslt.AttributeInfo.UriReferenceAvt instance>}

Fields

Fields


Methods

instantiate(self, context, processor)

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

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

Fields

content = <Ft.Xml.Xslt.ContentInfo.Atom instance>
Empty is the content model for childless elements
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>}

Fields

Fields


class RemoveNsMapElement(Ft.Xml.Xslt.StylesheetTree.XsltElement)

Methods

instantiate(self, context, processor)

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

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

Fields

content = <Ft.Xml.Xslt.ContentInfo.Atom instance>
Empty is the content model for childless elements
legalAttrs = {'path': <Ft.Xml.Xslt.AttributeInfo.UriReferenceAvt instance>, 'prefix': <Ft.Xml.Xslt.AttributeInfo.PrefixesAvt instance>}

Fields

Fields


class RemoveRdfMapElement(Ft.Xml.Xslt.StylesheetTree.XsltElement)

Methods

instantiate(self, context, processor)

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

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

Fields

content = <Ft.Xml.Xslt.ContentInfo.Atom instance>
Empty is the content model for childless elements
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>}

Fields

Fields

Functions

GetNsMap(context, path=None)
GetRdfMaps(context, path=None)

Fields

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'
SCORE_NS = 'http://xmlns.4suite.org/4ss/score'