[122] AnyKindTest ::= <"node" "("> ")"
[124] TextTest ::= <"text" "("> ")"
[125] CommentTest ::= <"comment" "("> ")"
************************************************************************/
final public NodeType parseKindTest() throws ParseException, XQueryException {
final NodeType nodeType;
switch(jj_nt.kind) {
case DocumentLpar:
case DocumentLparForKindTest:
nodeType = parseDocumentTest();
break;