Interface AxisEnumeration

    • Method Detail

      • hasMoreElements

        boolean hasMoreElements()
        Determine whether there are more nodes to come.
        (Note the term "Element" is used here in the sense of the standard Java Enumeration class, it has nothing to do with XML elements).
        Specified by:
        hasMoreElements in interface NodeEnumeration
        Returns:
        true if there are more nodes
      • nextElement

        NodeInfo nextElement()
        Get the next node in sequence.
        (Note the term "Element" is used here in the sense of the standard Java Enumeration class, it has nothing to do with XML elements).
        Specified by:
        nextElement in interface NodeEnumeration
        Returns:
        the next NodeInfo