E
- the enumeration describing the XML elementsX
- the exception type this processor might throwpublic interface IXMLElementProcessor<E extends java.lang.Enum<E>,X extends java.lang.Exception>
Modifier and Type | Method and Description |
---|---|
E |
getTargetElement()
The element type this processor is meant to process.
|
void |
process()
Process element.
|
E getTargetElement()