cz.cuni.jagrlib.xml
Class JGLScript.ConstructorState

java.lang.Object
  extended by cz.cuni.jagrlib.xml.JGLScript.ParseState
      extended by cz.cuni.jagrlib.xml.JGLScript.SequenceState
          extended by cz.cuni.jagrlib.xml.JGLScript.ConstructorState
Enclosing class:
JGLScript

protected class JGLScript.ConstructorState
extends JGLScript.SequenceState

Constructs the object using explicitly defined constructor. Implements argument-parsing schema.


Field Summary
 
Fields inherited from class cz.cuni.jagrlib.xml.JGLScript.SequenceState
list
 
Fields inherited from class cz.cuni.jagrlib.xml.JGLScript.ParseState
context, parent
 
Constructor Summary
protected JGLScript.ConstructorState()
           
 
Method Summary
 void endElement(java.lang.String qName)
          My element was finished.
 
Methods inherited from class cz.cuni.jagrlib.xml.JGLScript.SequenceState
setValue, startElement
 
Methods inherited from class cz.cuni.jagrlib.xml.JGLScript.ParseState
characters, invokeMethod, newInstance, pop, setText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JGLScript.ConstructorState

protected JGLScript.ConstructorState()
Method Detail

endElement

public void endElement(java.lang.String qName)
My element was finished.

Overrides:
endElement in class JGLScript.ParseState