Class NodeIterator

    • Constructor Detail

      • NodeIterator

        protected NodeIterator​(Node contextNode)
        Deprecated.
    • Method Detail

      • hasNext

        public boolean hasNext()
        Deprecated.
        Specified by:
        hasNext in interface Iterator<Node>
      • remove

        public void remove()
        Deprecated.
        Specified by:
        remove in interface Iterator<Node>
      • getFirstNode

        protected abstract Node getFirstNode​(Node contextNode)
        Deprecated.
      • getNextNode

        protected abstract Node getNextNode​(Node contextNode)
        Deprecated.
      • getPreviousSibling

        protected Node getPreviousSibling​(Node contextNode)
        Deprecated.
      • getNextSibling

        protected Node getNextSibling​(Node contextNode)
        Deprecated.
      • getFirstChild

        protected Node getFirstChild​(Node contextNode)
        Deprecated.
      • getLastChild

        protected Node getLastChild​(Node contextNode)
        Deprecated.