Summary | |
XML processing means parsing an XML document. Applications use parsers to extract data from the XML documents. To process XML documents, applications can use DOM and SAX parsers. These parsers are available from different vendors. To enable vendor-neutral parsing, you can use JAXP. JAXP provides a common interface for creating and using the standard SAX and DOM parsers in Java language. Another mechanism for processing XML documents is JAXB. JAXB is a specification that specifies the mapping between XML documents and Java objects. In this module, you learned about:
|
![]() |