fr.inria.oadymppac.parsing.gentra4cp
Class BasicVariablesEvent

java.lang.Object
  extended byfr.inria.oadymppac.parsing.event.EventImpl
      extended byfr.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

Field Summary
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.VariablesEvent
EVENT_TYPE
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.VariablesAttributes
IDENTIFIERS_NONE, IDENTIFIERS_SEPARATOR
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDVariablesElement
IDENTIFIERS, VARIABLES
 
Fields inherited from interface fr.inria.oadymppac.parsing.event.Event
logger
 
Constructor Summary
BasicVariablesEvent()
           
 
Method Summary
 int getEventType()
           
 java.lang.String[] getIdentifiers()
           
 Info getInfo()
           
 void init(ContentHandler handler, char[] ch, int start, int length)
           
 void reset()
           
 void setIdentifiers(java.lang.String[] identifiers)
           
 
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

BasicVariablesEvent

public BasicVariablesEvent()
Method Detail

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