Tamino XML Server Version 9.7
 —  XQuery 4 Reference Guide  —

KindTest

Check the kind of node.


Syntax

KindTest

graphics/KindTest.png

ProcessingInstructionTest CommentTest TextTest AnyKindTest

Top of page

Description

A KindTest is one of the two forms of a NodeTest. In a step expression it can test the selected nodes in the following ways:

Top of page

Example

See the pages of the respective tests for examples.

Top of page

Related Syntax Constructs

The following construct(s) refer to this construct:

Top of page