SAX Examples: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 14: | Line 14: | ||
:https://github.com/NovaOrdis/playground/tree/master/java/xml/sax<br> | :https://github.com/NovaOrdis/playground/tree/master/java/xml/sax<br> | ||
</blockquote> | </blockquote> | ||
=Location in an XML Document= | |||
<blockquote style="background-color: AliceBlue; border: solid thin LightSteelBlue;"> | |||
:https://github.com/NovaOrdis/playground/tree/master/java/xml/sax-location<br> | |||
</blockquote> | |||
=DTD and XML Schema Validation= | =DTD and XML Schema Validation= | ||
<font color=red>TODO: https://docs.oracle.com/javase/tutorial/jaxp/sax/validation.html</font> | <font color=red>TODO: https://docs.oracle.com/javase/tutorial/jaxp/sax/validation.html</font> |
Revision as of 02:42, 10 November 2016
External
- Parsing an XML File Using SAX https://docs.oracle.com/javase/tutorial/jaxp/sax/parsing.html
- Handling Lexical Events https://docs.oracle.com/javase/tutorial/jaxp/sax/events.html
- Using the DTDHandler and EntityResolver https://docs.oracle.com/javase/tutorial/jaxp/sax/using.html
Internal
Simple Parsing
Location in an XML Document
DTD and XML Schema Validation
TODO: https://docs.oracle.com/javase/tutorial/jaxp/sax/validation.html