Java API for XML Processing: Difference between revisions

Content deleted Content added
new reference to catalog resolver
Line 29:
Clients provide a subclass of the <code>DefaultHandler</code> that overrides these methods and processes the data. This may involve storing the data into a database or writing it out to a stream.
 
During parsing, the parser may need to access external documents. It is possible to store a local cache for frequently-used documents using aan [[XML Catalog Resolver|Catalog resolver]].
 
== XSLT interface ==