You have options for parsing XML documents using DOM and SAX, which are the standard parsing techniques. You also have the option to use the Java API for XML Processing (JAXP).
The Java API for XML Messaging (JAXM) supports the sending and receiving of XML messages through a standardized API. Based on a service provider interface (SPI), JAXM allows developers to write ...