|
||||||||||
| 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 | |
|---|---|
java.lang.Class<?> |
cl
Array element type, if null, no class-name has been defined yet. |
java.lang.String |
id
Object id (unique in the whole script). |
protected java.lang.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(org.xml.sax.Attributes atts)
|
|
| Method Summary | |
|---|---|
void |
endElement(java.lang.String qName)
My element was finished. |
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 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 java.lang.String id
public java.lang.Class<?> cl
null, no class-name has been defined yet.
protected java.lang.Object result
<data> variant).
| Constructor Detail |
|---|
public JGLScript.ArrayState(org.xml.sax.Attributes atts)
| Method Detail |
|---|
public void startElement(java.lang.String qName,
org.xml.sax.Attributes atts)
startElement in class JGLScript.SequenceStatepublic void endElement(java.lang.String qName)
endElement in class JGLScript.ParseState
public void setValue(int type,
java.lang.Object value)
setValue in class JGLScript.SequenceState
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||