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

Adding new and improving existing member methods of Node #21

Merged
merged 10 commits into from
Sep 25, 2023

Conversation

dabico
Copy link
Member

@dabico dabico commented Sep 25, 2023

Methods that have been added:

  • getDescendant
  • getNamedDescendant

Both methods take in as argument a byte or Point range to search for the descendants. Note that the existing getDescendantForByteRange method will be deprecated in favour of the new additions. Apart from that, changes have been made to getChildren in order to reduce the number of native code calls from n to 1.

@dabico dabico merged commit 81edf81 into master Sep 25, 2023
@dabico dabico deleted the enhancement/node branch September 25, 2023 15:04
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.

1 participant