SAX Examples: Difference between revisions
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
* Parsing an XML File Using SAX https://docs.oracle.com/javase/tutorial/jaxp/sax/parsing.html | * 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 | * 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= | =Internal= |
Revision as of 02:21, 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
DTD and XML Schema Validation
TODO: https://docs.oracle.com/javase/tutorial/jaxp/sax/validation.html