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

Compare with parser combinator patterns #16

Open
gwenn opened this issue Feb 8, 2024 · 0 comments
Open

Compare with parser combinator patterns #16

gwenn opened this issue Feb 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@gwenn
Copy link
Owner

gwenn commented Feb 8, 2024

  • Only START_ELEMENT (and sometimes END_ELEMENT) events are useful because with XMLStreamReader2 we can have access directly to attributes or text content from there.
  • On START_ELEMENT event, we may need to initialise some state.
  • And on corresponding END_ELEMENT event, we may need to finalise this state.
@gwenn gwenn added the enhancement New feature or request label Feb 8, 2024
@gwenn gwenn changed the title Compare with parser combinator pattern Compare with parser combinator patterns Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant