API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.transform.sax. TransformerHandler View Source
Author(s)
Since
Version
Serial
Hierarchy
 ContentHandler
      TransformerHandler
Subinterfaces
Description
public interface TransformerHandler
A TransformerHandler listens for SAX ContentHandler parse events and transforms them to a Result.
See also:   
Methods
Hide/Show inherited methods
public String getSystemId ()
  Get the base ID (URI or system ID) from where relative URLs will be resolved.
public Transformer getTransformer ()
  Get the Transformer associated with this handler, which is needed in order to set parameters and output properties.
public void setResult (Result result) throws IllegalArgumentException
  Set the Result associated with this TransformerHandler to be used for the transformation.
public void setSystemId (String systemID)
  Set the base ID (URI or system ID) from where relative URLs will be resolved.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar