Interface PatternFinder

    • Method Detail

      • selectNodes

        SequenceIterator selectNodes​(DocumentInfo doc,
                                     XPathContext context)
                              throws XPathException
        Select nodes in a document using this PatternFinder.
        Parameters:
        doc - the document node at the root of a tree
        context - the dynamic evaluation context
        Returns:
        an iterator over the selected nodes in the document.
        Throws:
        XPathException