fr.inria.oadymppac.parsing.gentra4cp
Class DefaultSourceEvent

java.lang.Object
  extended byfr.inria.oadymppac.parsing.event.EventImpl
      extended byfr.inria.oadymppac.parsing.gentra4cp.DefaultSourceEvent
All Implemented Interfaces:
java.lang.Cloneable, Event, SourceAttributes, SourceEvent

public class DefaultSourceEvent
extends EventImpl
implements SourceEvent

Author:
raf

Field Summary
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.header.SourceEvent
EVENT_TYPE
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.header.attributes.SourceAttributes
SOURCE_NONE
 
Fields inherited from interface fr.inria.oadymppac.parsing.event.Event
logger
 
Constructor Summary
DefaultSourceEvent()
           
 
Method Summary
 int getEventType()
           
 java.lang.String getHeadSource()
           
 Info getInfo()
           
 void init(ContentHandler handler, char[] ch, int start, int length)
           
 void reset()
           
 void setHeadSource(java.lang.String source)
           
 
Methods inherited from class fr.inria.oadymppac.parsing.event.EventImpl
getAllAttributes, getAnyValue, getSource, init, setAllAttributes, setSource, terminate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fr.inria.oadymppac.parsing.event.Event
getAnyValue, getSource, init, setSource, terminate
 

Constructor Detail

DefaultSourceEvent

public DefaultSourceEvent()
Method Detail

getHeadSource

public java.lang.String getHeadSource()
Specified by:
getHeadSource in interface SourceEvent
Returns:
Returns the checksum.

setHeadSource

public void setHeadSource(java.lang.String source)
Specified by:
setHeadSource in interface SourceEvent

init

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

reset

public void reset()
Specified by:
reset in interface Event
Overrides:
reset in class EventImpl

getInfo

public Info getInfo()
             throws java.lang.CloneNotSupportedException
Specified by:
getInfo in interface Event
Throws:
java.lang.CloneNotSupportedException

getEventType

public int getEventType()
Specified by:
getEventType in interface Event