cz.cuni.jagrlib.xml
Class JGLScript.ClassState

java.lang.Object
  extended by cz.cuni.jagrlib.xml.JGLScript.ParseState
      extended by cz.cuni.jagrlib.xml.JGLScript.TextParseState
          extended by cz.cuni.jagrlib.xml.JGLScript.ClassState
Enclosing class:
JGLScript

protected class JGLScript.ClassState
extends JGLScript.TextParseState

Reads full class specification and returns it using setValue().


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

Constructor Detail

JGLScript.ClassState

public JGLScript.ClassState()
Method Detail

endElement

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

Overrides:
endElement in class JGLScript.TextParseState