University of Cincinnati logo and link  
JAXP Detailed
 
 

The Java API for XML Processing

UC ingotDon'e let the new acronym confuse you.  We're already experienced in this.  JAXP uses the SAX and DOM parsers to parse XML documents.  WE covered these parsers a few slides ago.
  • Thus, we can re-use what we already know: the methods, validating, etc.
    • We can also use the Java XML Stylesheet Language for Transformations (XSLT) to transform our document to other formats.
 JAXB