|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.util.xml.parse.ParseElement
public abstract class ParseElement
Constructor Summary | |
---|---|
ParseElement()
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
|
java.lang.String |
getReturnValue()
|
static boolean |
isSpace(int c)
return true if input char is SP, HT, CR or LF. |
void |
listDependentParser(java.util.ArrayList<ParseElement> list)
|
abstract boolean |
match(char c)
|
abstract int |
parse(int next,
ElementParser parser)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParseElement()
Method Detail |
---|
public java.lang.String getDescription()
public abstract boolean match(char c)
public abstract int parse(int next, ElementParser parser) throws java.lang.Exception
java.lang.Exception
public java.lang.String getReturnValue()
public void listDependentParser(java.util.ArrayList<ParseElement> list)
public static boolean isSpace(int c)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |