此内容没有您所选择的语言版本。
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
startElement
andendElement
. Apply it to other structured and hierarchical data sources likeEDI
,CSV
and 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.