public class XSLTransformStep extends BasePipelineStep
| Constructor and Description |
|---|
XSLTransformStep() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
String |
getDescription() |
String |
getName() |
IParameters |
getParameters() |
protected Event |
handleEndBatch(Event event) |
protected Event |
handleRawDocument(Event event) |
protected Event |
handleStartBatch(Event event) |
protected Event |
handleStartBatchItem(Event event) |
boolean |
isDone() |
void |
setEntityResolver(EntityResolver entityResolver) |
void |
setErrorListener(ErrorListener errorListener) |
void |
setInput(RawDocument input) |
void |
setOutputURI(URI outputURI) |
void |
setParameters(IParameters params) |
void |
setSecondInput(RawDocument secondInput) |
void |
setSystemId(String systemId) |
void |
setThirdInput(RawDocument thridInput) |
void |
setUriResolver(URIResolver uriResolver) |
cancel, getHelpLocation, handleCustom, handleDocumentPart, handleEndBatchItem, handleEndDocument, handleEndGroup, handleEndSubDocument, handleEndSubfilter, handleEvent, handleMultiEvent, handlePipelineParameters, handleStartDocument, handleStartGroup, handleStartSubDocument, handleStartSubfilter, handleTextUnit, isLastOutputStep, setLastOutputSteppublic void destroy()
destroy in interface IPipelineStepdestroy in class BasePipelineSteppublic void setOutputURI(URI outputURI)
public void setInput(RawDocument input)
public void setSecondInput(RawDocument secondInput)
public void setThirdInput(RawDocument thridInput)
public String getDescription()
public String getName()
public IParameters getParameters()
getParameters in interface IPipelineStepgetParameters in class BasePipelineSteppublic boolean isDone()
isDone in interface IPipelineStepisDone in class BasePipelineSteppublic void setParameters(IParameters params)
setParameters in interface IPipelineStepsetParameters in class BasePipelineStepprotected Event handleStartBatch(Event event)
handleStartBatch in class BasePipelineStepprotected Event handleStartBatchItem(Event event)
handleStartBatchItem in class BasePipelineStepprotected Event handleRawDocument(Event event)
handleRawDocument in class BasePipelineStepprotected Event handleEndBatch(Event event)
handleEndBatch in class BasePipelineSteppublic void setErrorListener(ErrorListener errorListener)
public void setSystemId(String systemId)
public void setEntityResolver(EntityResolver entityResolver)
public void setUriResolver(URIResolver uriResolver)
Copyright © 2020. All rights reserved.