- SAX parser
- DOM parser
- Non-validating parser
- Validating parser
|
- An application requires access to some elements of the |||XML document.
- An application requires access to the entire document tree.
- An application is mainly concerned with access to elements |||content. Document validity has been established a priori.
- An application is concerned with the validity of an XML |||document against a specified DTD and well-formedness
|