fr.inria.oadymppac.parsing.gentra4cp
Class BasicDeltaEvent
java.lang.Object
fr.inria.oadymppac.parsing.event.EventImpl
fr.inria.oadymppac.parsing.gentra4cp.BasicDeltaEvent
- All Implemented Interfaces:
- java.lang.Cloneable, DeltaAttributes, DeltaEvent, DTDDeltaElement, Event
- Direct Known Subclasses:
- DefaultDeltaEvent
- public class BasicDeltaEvent
- extends EventImpl
- implements DeltaEvent
- Author:
- raf
Fields inherited from interface fr.inria.oadymppac.parsing.event.Event |
logger |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicDeltaEvent
public BasicDeltaEvent()
init
public void init(ContentHandler handler,
org.xml.sax.Attributes atts)
- 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
getVariable
public java.lang.String getVariable()
- Specified by:
getVariable
in interface DeltaAttributes
- Returns:
setVariable
public void setVariable(java.lang.String variable)
- Specified by:
setVariable
in interface DeltaAttributes
- Parameters:
variable
-
getEventType
public int getEventType()
- Specified by:
getEventType
in interface Event