|
||||||||||
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 StringBuffer |
sb
Accumulated text. |
protected int |
type
Node type (defined at constructing time by the parent node). |
protected 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,
Attributes attr)
|
Method Summary | |
---|---|
void |
endElement(String qName)
My element was finished. |
protected void |
finish(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 String typeAttr
protected StringBuffer sb
Constructor Detail |
---|
public JGLScript.ArgParseState(int type, Attributes attr)
Method Detail |
---|
protected void finish(Object obj)
public void characters(char[] ch, int start, int length)
characters
in class JGLScript.ParseState
public void endElement(String qName)
endElement
in class JGLScript.ParseState
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |