Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: reduce the frequency at which we clear attribValue
We initialize it to the empty string at the start and then clear it after each processed attribute. We do not need to additionally clear it after getting an attribute name.
- Loading branch information