4Suite
™
API Documentation
►
Module
Ft
.
Server
.
Server
.
Xslt
.Http
######################################################################## # $Header: /var/local/cvsroot/4Suite/Ft/Server/Server/Xslt/Http.py,v 1.27 2005/04/06 23:05:46 jkloth Exp $
Classes:
RequestHeadersElement
,
ResponseUriElement
Functions:
GetQueryArguments
,
LocalPath
,
LocalUri
Fields:
ExtElements
,
ExtFunctions
,
HTTP_NS
,
RESERVED_NAMESPACE
Classes
class
RequestHeadersElement
(
Ft.Xml.Xslt.StylesheetTree.XsltElement
)
Methods
instantiate
(
self
,
context
,
processor
)
Methods inherited from class
Ft.Xml.Xslt.StylesheetTree.XsltElement
__init__
,
__str__
,
appendChild
,
expandQName
,
insertChild
,
parseAVT
,
parseExpression
,
parsePattern
,
processChildren
,
splitQName
Methods inherited from class
Ft.Xml.Xslt.StylesheetTree.XsltNode
idle
,
isLastChild
,
isPseudoNode
,
pprint
,
prime
,
setup
Fields
content
= <Ft.Xml.Xslt.ContentInfo.Atom instance>
Empty is the content model for childless elements
legalAttrs
= {}
Fields
Fields
class
ResponseUriElement
(
Ft.Xml.Xslt.StylesheetTree.XsltElement
)
Methods
instantiate
(
self
,
context
,
processor
)
Methods inherited from class
Ft.Xml.Xslt.StylesheetTree.XsltElement
__init__
,
__str__
,
appendChild
,
expandQName
,
insertChild
,
parseAVT
,
parseExpression
,
parsePattern
,
processChildren
,
splitQName
Methods inherited from class
Ft.Xml.Xslt.StylesheetTree.XsltNode
idle
,
isLastChild
,
isPseudoNode
,
pprint
,
prime
,
setup
Fields
content
= <Ft.Xml.Xslt.ContentInfo.Atom instance>
Empty is the content model for childless elements
legalAttrs
= {'uri': <Ft.Xml.Xslt.AttributeInfo.UriReferenceAvt instance>}
Fields
Fields
Functions
GetQueryArguments
(
context
)
LocalPath
(
context
,
path
)
LocalUri
(
context
,
uri
)
Fields
ExtElements
= {('http://xmlns.4suite.org/4ss/http', 'request-headers'): <class Ft.Server.Server.Xslt.Http.RequestHeadersElement>, ('http://xmlns.4suite.org/4ss/http', 'response-uri'): <class Ft.Server.Server.Xslt.Http.ResponseUriElement>}
ExtFunctions
= {('http://xmlns.4suite.org/4ss/http', 'get-query-args'): <function GetQueryArguments>, ('http://xmlns.4suite.org/4ss/http', 'local-path'): <function LocalPath>, ('http://xmlns.4suite.org/4ss/http', 'local-uri'): <function LocalUri>}
HTTP_NS
= 'http://xmlns.4suite.org/4ss/http'
RESERVED_NAMESPACE
= 'http://xmlns.4suite.org/reserved'