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

Delete node #12

Open
RLieske opened this issue Jan 27, 2014 · 1 comment
Open

Delete node #12

RLieske opened this issue Jan 27, 2014 · 1 comment
Milestone

Comments

@RLieske
Copy link

RLieske commented Jan 27, 2014

There is a method to add new nodes to the tree. It would be good, to also have the functionality to delete nodes (matching some criteria, like node.getName().equals(criteria)).
The node should be removed from both list and map.

@chris-martin
Copy link
Contributor

Keep in mind this library was initially written just as a parser, without any consideration to being able to programmatically construct nodes. Perhaps it ought to be redesigned a bit to help support that use case. Will give it some thought.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants