|
This package implements SAX2-specific transformation APIs.
See:
This package implements SAX2-specific transformation APIs. It provides also provides methods to set the input source as an transformations to "pull" from other transformations, and lets the transformer specify the SAX source. SAX2 events from the transformation. instance returned from allows a transformation to be created from SAX2 parse events, which is a "push" model rather than the "pull" model that normally occurs for a transformation. Normal parse events are received through the startCDATA and endCDATA are received through the the start or end of disabling output escaping are received via target parameter being parameters, output properties, or other features need to be set on the will need to be obtained from the methods invoked from that reference. events are complete, the Templates object may be obtained from normally be called in order to establish a base system ID from which relative URLs may be resolved.The encapsulates the SAX2 notion of a "pull" transformation. The following illustrates several transformations chained together. Each filter points to a reader in the chain.
|