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 java.lang.String |
key
Current key. |
Method Summary |
void |
setText(int type,
java.lang.String value)
Text from one of descendants.. |
void |
setValue(int type,
java.lang.Object value)
Arbitrary value from one of descendants.. |
void |
startElement(java.lang.String qName,
org.xml.sax.Attributes atts)
A new XML element is starting in my context.. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
protected java.lang.String key
- Current key.
JGLScript.ReturnState
protected JGLScript.ReturnState()
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.SequenceState
setValue
public void setValue(int type,
java.lang.Object value)
- Arbitrary value from one of descendants..
- Overrides:
setValue
in class JGLScript.SequenceState
setText
public void setText(int type,
java.lang.String value)
- Text from one of descendants..
- Overrides:
setText
in class JGLScript.ParseState