Tamino XML Server Version 9.7
 —  XQuery 4 Reference Guide  —

tf:getCollection

Get collection name for some node within.


Syntax

tf:getCollection(documentNode $node) => NMTOKEN

Top of page

Description

The function tf:getCollection is specific to Tamino. It takes a node as argument and returns the name of the collection that the node is stored in.

Top of page

Argument

$node

a single node of any kind

Top of page

Examples

Top of page

Related Syntax Constructs

The following construct(s) refer to this construct:

Top of page