SAX Examples: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 2: | Line 2: | ||
* 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 | |||
=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
Internal
Simple Parsing
DTD and XML Schema Validation
TODO: https://docs.oracle.com/javase/tutorial/jaxp/sax/validation.html