|
||||||||||
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.ArgParseState
protected class JGLScript.ArgParseState
Reads direct argument: atomic type, 1D array..
Field Summary | |
---|---|
protected java.lang.StringBuffer |
sb
Accumulated text. |
protected int |
type
Node type (defined at constructing time by the parent node). |
protected java.lang.String |
typeAttr
Argument type defined by tag attribute. |
Fields inherited from class cz.cuni.jagrlib.xml.JGLScript.ParseState |
---|
context, parent |
Constructor Summary | |
---|---|
JGLScript.ArgParseState(int type,
org.xml.sax.Attributes attr)
|
Method Summary | |
---|---|
void |
endElement(java.lang.String qName)
My element was finished. |
protected void |
finish(java.lang.Object obj)
Finishes element processing (overridable method). |
void |
characters(char[] ch,
int start,
int length)
Swallows internal characters. |
Methods inherited from class cz.cuni.jagrlib.xml.JGLScript.ParseState |
---|
invokeMethod, newInstance, pop, setText, setValue, startElement |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final int type
protected java.lang.String typeAttr
protected java.lang.StringBuffer sb
Constructor Detail |
---|
public JGLScript.ArgParseState(int type, org.xml.sax.Attributes attr)
Method Detail |
---|
protected void finish(java.lang.Object obj)
public void characters(char[] ch, int start, int length)
characters
in class JGLScript.ParseState
public void endElement(java.lang.String qName)
endElement
in class JGLScript.ParseState
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |