|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cuni.jagrlib.xml.JGLScript.ParseState
cz.cuni.jagrlib.xml.JGLScript.SequenceState
cz.cuni.jagrlib.xml.JGLScript.ArrayState
protected class JGLScript.ArrayState
Defines general array object. Can be nested.
Field Summary | |
---|---|
Class<?> |
cl
Array element type, if null , no class-name has been defined yet. |
String |
id
Object id (unique in the whole script). |
protected Object |
result
The whole array object (used in the <data> variant). |
Fields inherited from class cz.cuni.jagrlib.xml.JGLScript.SequenceState |
---|
list |
Fields inherited from class cz.cuni.jagrlib.xml.JGLScript.ParseState |
---|
context, parent |
Constructor Summary | |
---|---|
JGLScript.ArrayState(Attributes atts)
|
Method Summary | |
---|---|
void |
endElement(String qName)
My element was finished. |
void |
setValue(int type,
Object value)
Arbitrary value from one of descendants.. |
void |
startElement(String qName,
Attributes atts)
A new XML element is starting in my context.. |
Methods inherited from class cz.cuni.jagrlib.xml.JGLScript.ParseState |
---|
characters, invokeMethod, newInstance, pop, setText |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String id
public Class<?> cl
null
, no class-name has been defined yet.
protected Object result
<data>
variant).
Constructor Detail |
---|
public JGLScript.ArrayState(Attributes atts)
Method Detail |
---|
public void startElement(String qName, Attributes atts)
startElement
in class JGLScript.SequenceState
public void endElement(String qName)
endElement
in class JGLScript.ParseState
public void setValue(int type, Object value)
setValue
in class JGLScript.SequenceState
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |