StAX Examples: Difference between revisions
Jump to navigation
Jump to search
(→GitHub) |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | |||
* https://docs.oracle.com/javase/tutorial/jaxp/stax/using.html | |||
* https://docs.oracle.com/javase/tutorial/jaxp/stax/example.html | |||
=Internal= | =Internal= | ||
* [[JAXP StAX#StAX_Example|StAX]] | * [[JAXP StAX#StAX_Example|StAX]] | ||
= | =Iterator-Based Parsing= | ||
<blockquote style="background-color: AliceBlue; border: solid thin LightSteelBlue;"> | <blockquote style="background-color: AliceBlue; border: solid thin LightSteelBlue;"> | ||
:https://github.com/NovaOrdis/playground/tree/master/java/xml/stax<br> | :https://github.com/NovaOrdis/playground/tree/master/java/xml/stax-iterator<br> | ||
</blockquote> | </blockquote> | ||
=Cursor-Based Parsing= | |||
<font color=red>TODO</font> |
Latest revision as of 04:12, 11 November 2016
External
- https://docs.oracle.com/javase/tutorial/jaxp/stax/using.html
- https://docs.oracle.com/javase/tutorial/jaxp/stax/example.html
Internal
Iterator-Based Parsing
Cursor-Based Parsing
TODO