Name
Package javax.xml.transform.sax
Synopsis
This
package defines
Source and Result
implementations that work with SAX events. In addition, it includes
an extension to the TransformerFactory class that
has additional methods for returning
TemplatesHandler and
TransformerHandler objects. These objects
implement SAX handler interfaces and are able to work with a SAX
parser object to turn a series of SAX parse events into a
Templates object or into a
Result document. SAXSource and
SAXResult adapt the org.xml.sax
framework for use in the javax.xml.transform
framework. By contrast, SAXTransformerFactory,
TemplatesHandler, and
TransfomerHandler adapt the
javax.xml.transform framework for use within the
org.xml.sax parsing framework.
Interfaces
public interface TemplatesHandler extends org.xml.sax.ContentHandler; public interface TransformerHandler extends org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.ext.LexicalHandler;
Classes
public class SAXResult implements javax.xml.transform.Result; public class SAXSource implements javax.xml.transform.Source; public abstract class SAXTransformerFactory extends javax.xml.transform.TransformerFactory;
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access