fr.inria.oadymppac.parsing.event
Class AbstractEvent

java.lang.Object
  extended byfr.inria.oadymppac.parsing.event.AbstractEvent
All Implemented Interfaces:
Event
Direct Known Subclasses:
BasicEvent, DefaultChecksumEvent, DefaultContributorEvent, DefaultCreatorEvent, DefaultDateEvent, DefaultDescriptionEvent, DefaultIdentifierEvent, DefaultParametersEvent, DefaultRightsEvent, DefaultSolverEvent, DefaultSourceEvent

public abstract class AbstractEvent
extends java.lang.Object
implements Event

Author:
raf

Constructor Summary
AbstractEvent()
           
 
Method Summary
 java.lang.String getValue(java.lang.String name)
           
 void init(ContentHandler handler, org.xml.sax.Attributes atts)
           
 void init(ContentHandler handler, char[] ch, int start, int length)
           
 void reset()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractEvent

public AbstractEvent()
Method Detail

getValue

public java.lang.String getValue(java.lang.String name)
Specified by:
getValue in interface Event

init

public void init(ContentHandler handler,
                 org.xml.sax.Attributes atts)
Specified by:
init in interface Event

init

public void init(ContentHandler handler,
                 char[] ch,
                 int start,
                 int length)
Specified by:
init in interface Event

reset

public void reset()
Specified by:
reset in interface Event