cz.cuni.jagrlib.xml
Class JGLScript.SetState
java.lang.Object
cz.cuni.jagrlib.xml.JGLScript.ParseState
cz.cuni.jagrlib.xml.JGLScript.SequenceState
cz.cuni.jagrlib.xml.JGLScript.SetState
- Enclosing class:
- JGLScript
protected class JGLScript.SetState
- extends JGLScript.SequenceState
Invokes the set()
method of the ancestor object.
Uses common parameter-parsing scheme from JGLScript.ConstructorState
.
Field Summary |
protected String |
key
Key string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
protected String key
- Key string.
JGLScript.SetState
public JGLScript.SetState(Attributes atts)
- Force ancestor to create object instance.
startElement
public void startElement(String qName,
Attributes atts)
- A new XML element is starting in my context..
- Overrides:
startElement
in class JGLScript.SequenceState
endElement
public void endElement(String qName)
- My element was finished.
- Overrides:
endElement
in class JGLScript.ParseState
setText
public void setText(int type,
String value)
- Text from one of descendants..
- Overrides:
setText
in class JGLScript.ParseState