|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProcessorChain
Basic interface for Output- and Input-Processor chains
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void reset()
void doFinal()
throws XMLStreamException,
XMLSecurityException
XMLStreamException - thrown when a streaming error occurs
XMLSecurityException - thrown when a Security failure occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||