1.5. Supported Models
- Simple API for XML (SAX)
- The SAX event model is based on the hierarchical SAX events you can generate from an XML source. These include the
startElementandendElement. Apply it to other structured and hierarchical data sources likeEDI,CSVand Java files. - Document Object Model (DOM)
- Use this object model to map the message source and its final result.
Note
The most important events have
visitBefore and visitAfter in their titles.