JAVA, XML and JAXP
Author: Arthur Griffith,John Wiley and Sons
The book covers following topics -
Introduction to XML with JAXP.
XML Document Format details like DTD,Schema,Entity and namespace etc.
SAX and DOM in the JAXP, sequential parse vs. memory resident tree of objects which can be accessed randomly.
SAX Parser - Java classes and methods and how to implement the Parser.
SAX Document Manipulation.
DOM Parser, DOM Document Parse and Read and how to implement and manipulate documents.
Editing the DOM Parse Tree -locating tree nodes by tag name, deleting and replacing nodes,Editing textof node etc.
It describes the XML based build tool Ant in detail.
The book talks about the JAXP XSL Document Transformation using the xml.transform.TransformerFactory and xml.transform.Transformer. It also describes XPATH for traversing nodes.

























