cz.cuni.jagrlib.xml
Class JGLScript.ReturnState
java.lang.Object
cz.cuni.jagrlib.xml.JGLScript.ParseState
cz.cuni.jagrlib.xml.JGLScript.SequenceState
cz.cuni.jagrlib.xml.JGLScript.ReturnState
- Enclosing class:
- JGLScript
protected class JGLScript.ReturnState
- extends JGLScript.SequenceState
Defines result object map.
Field Summary |
protected String |
key
Current key. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
protected String key
- Current key.
JGLScript.ReturnState
protected JGLScript.ReturnState()
startElement
public void startElement(String qName,
Attributes atts)
- A new XML element is starting in my context..
- Overrides:
startElement
in class JGLScript.SequenceState
setValue
public void setValue(int type,
Object value)
- Arbitrary value from one of descendants..
- Overrides:
setValue
in class JGLScript.SequenceState
setText
public void setText(int type,
String value)
- Text from one of descendants..
- Overrides:
setText
in class JGLScript.ParseState