@designliquido/xpath
    Preparing search index...

    Interface XPathSequence

    XPath sequence type (XPath 2.0+). In XPath 2.0+, all values are sequences (even single items are sequences of length 1).

    interface XPathSequence {
        items: any[];
        type?: XPathType;
    }
    Index

    Properties

    Properties

    items: any[]
    type?: XPathType