Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement NodeIterator #5981

Merged
merged 5 commits into from May 28, 2015
Merged

Implement NodeIterator #5981

merged 5 commits into from May 28, 2015

Commits on May 27, 2015

  1. Implement NodeIterator's attributes

     - root, whatToShow, and filter
    Jinwoo-Song committed May 27, 2015
  2. Implement more NodeIterator attribute and methods

    Just implement the skelectons
     - referenceNode attribute
     - nextNode() and previousNode()
    Jinwoo-Song committed May 27, 2015
  3. Implement nextNode(), previousNode() and detach() in NodeIterator

    First patch to resolve #1235. We need more implementation for handling node removals,
    and I'll implement in next patch.
    Jinwoo-Song committed May 27, 2015

Commits on May 28, 2015

  1. Update NodeIterator code to apply review comments.

    Jinwoo-Song committed May 28, 2015
You can’t perform that action at this time.