Tamino XML Server Version 9.7
 —  XQuery 4 Reference Guide  —

tf:getInoId

Get ino:id for document element.


Syntax

tf:getInoId(node $document) => unsignedInt

Top of page

Description

The function tf:getInoId is specific to Tamino. It takes a node as argument and returns the value of the public inoId of the document that the node is part of. It returns 0 if the node is not stored in Tamino.

Top of page

Argument

$document

node

Top of page

Example

Top of page

Related Syntax Constructs

The following construct(s) refer to this construct:

Top of page