Class DTMDefaultBaseIterators.InternalAxisIteratorBase

    • Constructor Detail

      • InternalAxisIteratorBase

        public InternalAxisIteratorBase()
    • Method Detail

      • setMark

        public void setMark()
        Remembers the current node for the next call to gotoMark(). %REVIEW% Should this save _position too?
      • gotoMark

        public void gotoMark()
        Restores the current node remembered by setMark(). %REVEIW% Should this restore _position too?