InputProcessorChain
, OutputProcessorChain
InputProcessorChainImpl
, OutputProcessorChainImpl
public interface ProcessorChain
Modifier and Type | Method | Description |
---|---|---|
void |
doFinal() |
Will finally be called when the whole document is processed
Important note: Every processor in the chain has to call doFinal() in its own doFinal() method.
|
void |
reset() |
resets the chain so that the next event will go again to the first processor in the chain.
|
void reset()
void doFinal() throws XMLStreamException, XMLSecurityException
XMLStreamException
- thrown when a streaming error occursXMLSecurityException
- thrown when a Security failure occursCopyright © 2000–2018 The Apache Software Foundation. All rights reserved.