|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.util.xml.parse.ParseElement
public abstract class ParseElement
コンストラクタの概要 | |
---|---|
ParseElement()
|
メソッドの概要 | |
---|---|
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)
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ParseElement()
メソッドの詳細 |
---|
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)
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |