cz.cuni.jagrlib.xml
Class JGLScript.ScriptState
java.lang.Object
cz.cuni.jagrlib.xml.JGLScript.ParseState
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).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JGLScript.ScriptState
protected JGLScript.ScriptState()
startElement
public void startElement(String qName,
Attributes atts)
- A new XML element is starting in my context..
- Overrides:
startElement
in class JGLScript.ParseState