You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: