Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface TransformerHandler
extends ContentHandler, LexicalHandler, DTDHandler
Method Summary | |
String |
|
Transformer |
|
void | |
void |
|
Methods inherited from interface org.xml.sax.ContentHandler | |
characters , endDocument , endElement , endPrefixMapping , ignorableWhitespace , processingInstruction , setDocumentLocator , skippedEntity , startDocument , startElement , startPrefixMapping |
Methods inherited from interface org.xml.sax.DTDHandler | |
notationDecl , unparsedEntityDecl |
Methods inherited from interface org.xml.sax.ext.LexicalHandler | |
comment , endCDATA , endDTD , endEntity , startCDATA , startDTD , startEntity |
public String getSystemId()
Returns the system ID relative to which URLs will be resolved.
public Transformer getTransformer()
Returns the transformer associated with this handler in order to set parameters and output properties.
public void setResult(Result result) throws IllegalArgumentException
Sets the result sink to be used as the output of the transformation.
public void setSystemId(String systemID)
Sets the system ID relative to which URLs will be resolved.