SAX Examples: Difference between revisions
Jump to navigation
Jump to search
m (Ovidiu moved page SAX Example to SAX Examples without leaving a redirect) |
No edit summary |
||
Line 8: | Line 8: | ||
* [[JAXP SAX#SAX_Example|SAX]] | * [[JAXP SAX#SAX_Example|SAX]] | ||
= | =Simple 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/sax<br> | :https://github.com/NovaOrdis/playground/tree/master/java/xml/sax<br> | ||
</blockquote> | </blockquote> | ||
=DTD and XML Schema Validation= | |||
<font color=red>TODO: https://docs.oracle.com/javase/tutorial/jaxp/sax/validation.html</font> |
Revision as of 02:16, 10 November 2016
External
- Parsing an XML File Using SAX https://docs.oracle.com/javase/tutorial/jaxp/sax/parsing.html
- Implementing SAX Validation https://docs.oracle.com/javase/tutorial/jaxp/sax/validation.html
Internal
Simple Parsing
DTD and XML Schema Validation
TODO: https://docs.oracle.com/javase/tutorial/jaxp/sax/validation.html