TUM CCSM Commons

edu.tum.cs.commons.xml
Interface IXMLElementProcessor<E extends java.lang.Enum<E>,X extends java.lang.Exception>

Type Parameters:
E - the enumeration describing the XML elements
X - the exception type this processor might throw

public interface IXMLElementProcessor<E extends java.lang.Enum<E>,X extends java.lang.Exception>

This interface defines processors that process elements from an XML file.

Version:
$Rev: 26283 $
Author:
Florian Deissenboeck, $Author: juergens $
Rating:
GREEN Hash: E4A6E96107E4109C9F540C7E9F75D891

Method Summary
 E getTargetElement()
          The element type this processor is meant to process.
 void process()
          Process element.
 

Method Detail

getTargetElement

E getTargetElement()
The element type this processor is meant to process.


process

void process()
             throws X extends java.lang.Exception
Process element.

Throws:
X extends java.lang.Exception

TUM CCSM Commons

TUM CCSM Commons - 2.7