fr.inria.oadymppac.parsing.gentra4cp
Class BasicVariablesEvent
java.lang.Object
fr.inria.oadymppac.parsing.event.EventImpl
fr.inria.oadymppac.parsing.gentra4cp.BasicVariablesEvent
- All Implemented Interfaces:
- java.lang.Cloneable, DTDVariablesElement, Event, VariablesAttributes, VariablesEvent
- Direct Known Subclasses:
- DefaultVariablesEvent
- public class BasicVariablesEvent
- extends EventImpl
- implements VariablesEvent, 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 |
BasicVariablesEvent
public BasicVariablesEvent()
getIdentifiers
public java.lang.String[] getIdentifiers()
- Specified by:
getIdentifiers
in interface VariablesAttributes
- Returns:
reset
public void reset()
- Specified by:
reset
in interface Event
- Overrides:
reset
in class EventImpl
setIdentifiers
public void setIdentifiers(java.lang.String[] identifiers)
- Specified by:
setIdentifiers
in interface VariablesAttributes
- Parameters:
identifiers
-
getInfo
public Info getInfo()
throws java.lang.CloneNotSupportedException
- Specified by:
getInfo
in interface Event
- Throws:
java.lang.CloneNotSupportedException
init
public void init(ContentHandler handler,
char[] ch,
int start,
int length)
- Specified by:
init
in interface Event
- Overrides:
init
in class EventImpl
getEventType
public int getEventType()
- Specified by:
getEventType
in interface Event