public class IdentityTransformerHandler extends ContentEmitter implements javax.xml.transform.sax.TransformerHandler
| Modifier | Constructor and Description |
|---|---|
protected |
IdentityTransformerHandler(Controller controller)
Create a IdentityTransformerHandler and initialise variables.
|
| Modifier and Type | Method and Description |
|---|---|
void |
endDocument()
Override the behaviour of endDocument() in ContentEmitter
|
javax.xml.transform.Result |
getResult()
Get the output destination of the transformation
|
java.lang.String |
getSystemId()
Get the systemId of the document
|
javax.xml.transform.Transformer |
getTransformer()
Get the Transformer used for this transformation
|
void |
setResult(javax.xml.transform.Result result)
Set the output destination of the transformation
|
void |
setSystemId(java.lang.String url)
Set the SystemId of the document
|
void |
startDocument()
Override the behaviour of startDocument() in ContentEmitter
|
characters, comment, endCDATA, endDTD, endElement, endEntity, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, setDocumentLocator, setEmitter, setNamePool, skippedEntity, startCDATA, startDTD, startElement, startEntity, startPrefixMapping, unparsedEntityDeclclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcharacters, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startElement, startPrefixMappingprotected IdentityTransformerHandler(Controller controller)
public javax.xml.transform.Transformer getTransformer()
getTransformer in interface javax.xml.transform.sax.TransformerHandlerpublic void setSystemId(java.lang.String url)
setSystemId in interface javax.xml.transform.sax.TransformerHandlerpublic java.lang.String getSystemId()
getSystemId in interface javax.xml.transform.sax.TransformerHandlerpublic void setResult(javax.xml.transform.Result result)
setResult in interface javax.xml.transform.sax.TransformerHandlerpublic javax.xml.transform.Result getResult()
public void startDocument()
throws org.xml.sax.SAXException
startDocument in interface org.xml.sax.ContentHandlerstartDocument in class ContentEmitterorg.xml.sax.SAXExceptionpublic void endDocument()
throws org.xml.sax.SAXException
endDocument in interface org.xml.sax.ContentHandlerendDocument in class ContentEmitterorg.xml.sax.SAXException