@designliquido/xpath
    Preparing search index...

    Class NodeKindTest

    NodeKindTest: node() - matches any node

    Hierarchy

    • KindTestImpl
      • NodeKindTest
    Index

    Constructors

    Properties

    name: string

    Human-readable name of the item type

    nodeKind: string

    The node kind being tested Possible values: 'element', 'attribute', 'text', 'comment', 'processing-instruction', 'document-node'

    nodeName?: string

    Optional name constraint for the node

    nodeType?: string

    Optional type constraint for the node

    isWildcardName?: boolean

    Indicates if name is a wildcard (*)

    Methods