public class IdentityTransformerHandler extends ReceivingContentHandler implements TransformerHandler
| Modifier | Constructor and Description |
|---|---|
protected |
IdentityTransformerHandler(Controller controller)
Create a IdentityTransformerHandler and initialise variables.
|
| Modifier and Type | Method and Description |
|---|---|
Result |
getResult()
Get the output destination of the transformation
|
String |
getSystemId()
Get the systemId of the document
|
Transformer |
getTransformer()
Get the Transformer used for this transformation
|
void |
setResult(Result result)
Set the output destination of the transformation
|
void |
setSystemId(String url)
Set the SystemId of the document
|
void |
startDocument()
Override the behaviour of startDocument() in ReceivingContentHandler
|
characters, comment, endCDATA, endDocument, endDTD, endElement, endEntity, endPrefixMapping, getConfiguration, getPipelineConfiguration, getReceiver, ignorableWhitespace, isIgnoringIgnorableWhitespace, notationDecl, processingInstruction, reset, setDocumentLocator, setIgnoreIgnorableWhitespace, setPipelineConfiguration, setReceiver, skippedEntity, startCDATA, startDTD, startElement, startEntity, startPrefixMapping, unparsedEntityDeclclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcharacters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startElement, startPrefixMappingcomment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntitynotationDecl, unparsedEntityDeclprotected IdentityTransformerHandler(Controller controller)
controller - the Controller for this transformationpublic Transformer getTransformer()
getTransformer in interface TransformerHandlerpublic void setSystemId(String url)
setSystemId in interface TransformerHandlerpublic String getSystemId()
getSystemId in interface TransformerHandlerpublic void setResult(Result result)
setResult in interface TransformerHandlerpublic Result getResult()
public void startDocument()
throws SAXException
startDocument in interface ContentHandlerstartDocument in class ReceivingContentHandlerSAXExceptionCopyright (c) 2004-2013 Saxonica Limited. All rights reserved.