public class IdentityTransformerHandler extends ReceivingContentHandler implements TransformerHandler
Modifier | Constructor and Description |
---|---|
protected |
IdentityTransformerHandler(IdentityTransformer 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, unparsedEntityDecl
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startElement, startPrefixMapping
comment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntity
notationDecl, unparsedEntityDecl
protected IdentityTransformerHandler(IdentityTransformer controller)
controller
- the Controller for this transformationpublic Transformer getTransformer()
getTransformer
in interface TransformerHandler
public void setSystemId(String url)
setSystemId
in interface TransformerHandler
public String getSystemId()
getSystemId
in interface TransformerHandler
public void setResult(Result result)
setResult
in interface TransformerHandler
public Result getResult()
public void startDocument() throws SAXException
startDocument
in interface ContentHandler
startDocument
in class ReceivingContentHandler
SAXException
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.