cz.cuni.jagrlib.xml
Class JGLScript.ScriptState

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

protected class JGLScript.ScriptState
extends JGLScript.ParseState

Parses the whole JGL script (inside of the <script> tag).


Field Summary
 
Fields inherited from class cz.cuni.jagrlib.xml.JGLScript.ParseState
context, parent
 
Constructor Summary
protected JGLScript.ScriptState()
           
 
Method Summary
 void startElement(java.lang.String qName, org.xml.sax.Attributes atts)
          A new XML element is starting in my context..
 
Methods inherited from class cz.cuni.jagrlib.xml.JGLScript.ParseState
endElement, characters, invokeMethod, newInstance, pop, setText, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JGLScript.ScriptState

protected JGLScript.ScriptState()
Method Detail

startElement

public void startElement(java.lang.String qName,
                         org.xml.sax.Attributes atts)
A new XML element is starting in my context..

Overrides:
startElement in class JGLScript.ParseState