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

Implements new properties and methods #9

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

DZamataev
Copy link

Thanks for the awesome work! This parser helped me a lot. Let me introduce some improvements.

Implements methods to get index and parent of the node. Pretty basic but needed in many scenarios.
Implements removeChildAtIndex: which is useful when you have index of element.
Implements removeAttributeForName: which is also very useful when dealing with HTML, clearing page, for example.

These improvements need more testing though.

@DZamataev
Copy link
Author

Ok, I did it.

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

Successfully merging this pull request may close these issues.

2 participants