| Package | Description |
|---|---|
| javax.xml.transform.sax |
This package implements SAX2-specific transformation APIs.
|
| org.xml.sax.helpers |
This package contains "helper" classes, including support for bootstrapping SAX-based applications.
|
| Modifier and Type | Method and Description |
|---|---|
abstract XMLFilter |
SAXTransformerFactory.newXMLFilter(Source
Create an XMLFilter that uses the given Source as the transformation instructions.
|
abstract XMLFilter |
SAXTransformerFactory.newXMLFilter(Templates
Create an XMLFilter, based on the Templates argument..
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMLFilterImpl
Base class for deriving an XML filter.
|