Uploaded image for project: 'Commons JXPath'
  1. Commons JXPath
  2. JXPATH-105

BasicNodeSet.getNodes() returns values instead of nodes ?

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • Nightly Builds
    • 1.3
    • None
    • ALL

    Description

      In BasicNodeSet the method getNodes()
      adds the values instead of the nodes, using

      nodes.add(pointer.getValue());

      instead of what I think correct:

      nodes.add(pointer.getNode());

      Michele Vivoda

      Attachments

        Activity

          People

            Unassigned Unassigned
            vivodamichele@hotmail.com Michele Vivoda
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: