|
||||||||||
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.MemberState
protected class JGLScript.MemberState
Fetches member variable from the given class/instance.
Field Summary | |
---|---|
protected java.lang.Class<?> |
cl
Class object. |
protected java.lang.Object |
instance
Object instance. |
protected java.lang.String |
name
Member identifier. |
Fields inherited from class cz.cuni.jagrlib.xml.JGLScript.ParseState |
---|
context, parent |
Constructor Summary | |
---|---|
protected |
JGLScript.MemberState()
|
Method Summary | |
---|---|
void |
endElement(java.lang.String qName)
My element was finished. |
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 cz.cuni.jagrlib.xml.JGLScript.ParseState |
---|
characters, invokeMethod, newInstance, pop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.Class<?> cl
protected java.lang.Object instance
protected java.lang.String name
Constructor Detail |
---|
protected JGLScript.MemberState()
Method Detail |
---|
public void startElement(java.lang.String qName, org.xml.sax.Attributes atts)
startElement
in class JGLScript.ParseState
public void endElement(java.lang.String qName)
endElement
in class JGLScript.ParseState
public void setValue(int type, java.lang.Object value)
setValue
in class JGLScript.ParseState
public void setText(int type, java.lang.String value)
setText
in class JGLScript.ParseState
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |