javax.xml.transform.sax
public interface TransformerHandler extends ContentHandler, LexicalHandler, DTDHandler
Modifier and Type | Method and Description |
---|---|
String |
getSystemId()
Returns the system ID relative to which URLs will be resolved.
|
Transformer |
getTransformer()
Returns the transformer associated with this handler in order to set
parameters and output properties.
|
void |
setResult(Result result)
Sets the result sink to be used as the output of the transformation.
|
void |
setSystemId(String systemID)
Sets the system ID relative to which URLs will be resolved.
|
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
comment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntity
notationDecl, unparsedEntityDecl
void setResult(Result result) throws IllegalArgumentException
IllegalArgumentException
- if the result is not a valid targetvoid setSystemId(String systemID)
String getSystemId()
Transformer getTransformer()