cz.cuni.jagrlib.xml
Class JGLScript.InitState
java.lang.Object
cz.cuni.jagrlib.xml.JGLScript.ParseState
cz.cuni.jagrlib.xml.JGLScript.InitState
- Enclosing class:
- JGLScript
protected class JGLScript.InitState
- extends JGLScript.ParseState
Global parsing state encapsulating the whole XML file.
Only single <script>
tag is expected.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JGLScript.InitState
protected JGLScript.InitState()
startElement
public void startElement(String qName,
Attributes atts)
- A new XML element is starting in my context..
- Overrides:
startElement
in class JGLScript.ParseState