4Suite API Documentation

Module Ft.Xml.Xslt.Exslt.Sets

Functions:
Fields:

Functions

Difference(context, nodes1, nodes2)
Distinct(context, nodeset)
HasSameNode(context, ns1, ns2)
Intersection(context, ns1, ns2)
Leading(context, ns1, ns2)
Trailing(context, ns1, ns2)

Fields

EXSL_SETS_NS = 'http://exslt.org/sets'
ExtFunctions = {('http://exslt.org/sets', 'difference'): <function Difference>, ('http://exslt.org/sets', 'distinct'): <function Distinct>, ('http://exslt.org/sets', 'has-same-node'): <function HasSameNode>, ('http://exslt.org/sets', 'intersection'): <function Intersection>, ('http://exslt.org/sets', 'leading'): <function Leading>, ('http://exslt.org/sets', 'trailing'): <function Trailing>}
ExtNamespaces = {'http://exslt.org/sets': 'set'}