@designliquido/xpath
    Preparing search index...

    Variable KIND_TESTSConst

    KIND_TESTS: {
        node: NodeKindTest;
        element: ElementTest;
        attribute: AttributeTest;
        documentNode: DocumentNodeTest;
        text: TextTest;
        comment: CommentTest;
        processingInstruction: ProcessingInstructionTest;
    } = ...

    Pre-defined KindTest instances for common cases

    Type Declaration