javax.xml.transform.sax
public abstract class SAXTransformerFactory extends TransformerFactory
| Field Summary | |
|---|---|
| static String | FEATURE
Factory feature indicating that the factory can be cast to this class. |
| static String | FEATURE_XMLFILTER
Factory feature indicating that this factory can create new XMLFilters. |
| Constructor Summary | |
|---|---|
| protected | SAXTransformerFactory() |
| Method Summary | |
|---|---|
| abstract TemplatesHandler | newTemplatesHandler()
Returns a content handler that can process SAX events into a
transformation template. |
| abstract TransformerHandler | newTransformerHandler(Source src)
Returns a content handler that can process SAX events into a result,
using the specified transformation. |
| abstract TransformerHandler | newTransformerHandler(Templates templates)
Returns a content handler that can process SAX events into a result,
using the specified transformation. |
| abstract TransformerHandler | newTransformerHandler()
Returns a content handler that can process SAX events into a result,
using the identity transform. |
| abstract XMLFilter | newXMLFilter(Source src)
Creates an XML filter for the specified source. |
| abstract XMLFilter | newXMLFilter(Templates templates)
Creates an XML filter for the specified compiled stylesheet. |
Parameters: src the source stylesheet
Parameters: templates the compiled stylesheet