fr.inria.oadymppac.parsing.event
Class EventImpl
java.lang.Object
fr.inria.oadymppac.parsing.event.EventImpl
- All Implemented Interfaces:
- java.lang.Cloneable, Event
- Direct Known Subclasses:
- BasicAnnotationCommandEvent, BasicCauseEvent, BasicChoiceConstraintEvent, BasicConstraintEvent, BasicConstraintsEvent, BasicDeltaEvent, BasicEvent, BasicExplanationEvent, BasicStageCommentEvent, BasicStateMiscEvent, BasicUpdateEvent, BasicVarDomainEvent, BasicVariableEvent, BasicVariablesEvent, DefaultBreakPointEvent, DefaultChecksumEvent, DefaultComplementEvent, DefaultContributorEvent, DefaultCreatorEvent, DefaultDateEvent, DefaultDescriptionEvent, DefaultIdentifierEvent, DefaultPacketEvent, DefaultParametersEvent, DefaultProvideElementEvent, DefaultProvideEvent, DefaultRangeEvent, DefaultRightsEvent, DefaultSolverEvent, DefaultSourceEvent, DefaultValuesEvent, NoneEvent
- public abstract class EventImpl
- extends java.lang.Object
- implements Event
- 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 |
EventImpl
public EventImpl()
getAnyValue
public java.lang.String getAnyValue(java.lang.String name)
- Specified by:
getAnyValue
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
terminate
public void terminate()
- Specified by:
terminate
in interface Event
reset
public void reset()
- Specified by:
reset
in interface Event
getSource
public ContentHandler getSource()
- Specified by:
getSource
in interface Event
- Returns:
- Returns the source.
setSource
public void setSource(ContentHandler source)
- Specified by:
setSource
in interface Event
- Parameters:
source
- The source to set.
getAllAttributes
public org.xml.sax.Attributes getAllAttributes()
- Returns:
- Returns the allAttributes.
setAllAttributes
public void setAllAttributes(org.xml.sax.Attributes allAttributes)
- Parameters:
allAttributes
- The allAttributes to set.