Java API for XML Processing: Difference between revisions

Content deleted Content added
Chobot (talk | contribs)
m robot Adding: ko:JAXP
new reference to catalog resolver
Line 28:
 
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 a [[XML Catalog Resolver|Catalog resolver]].
 
== XSLT interface ==