| |
| | XML.com: The Evolution of JAXP |
 | | So, JAXP is a lightweight API to process XML documents by being agnostic of the underlying XML processor, which are pluggable. |
 | | By the way, the XPath APIs in JAXP are designed to be stateless, which means every time you want to evaluate an XPath expression, you also need to pass in the XML document. |
 | | A JAXP implementation comes with a default parser, transformer, xpath engine, and a schema validator, but, as mentioned earlier, JAXP is a pluggable API, and we can plug in any JAXP complaint processor to change the defaults. |
| www.xml.com /lpt/a/2005/07/06/jaxp.html (2277 words) |
|