|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.util.xml.parse.ParseElement
org.util.xml.parse.EqParser
public class EqParser
コンストラクタの概要 | |
---|---|
EqParser()
|
メソッドの概要 | |
---|---|
int |
escape(ElementParser parser,
java.lang.String message)
|
void |
listDependentParser(java.util.ArrayList<ParseElement> list)
|
boolean |
match(char c)
|
int |
parse(int c,
ElementParser parser)
|
クラス org.util.xml.parse.ParseElement から継承されたメソッド |
---|
getDescription, getReturnValue, isSpace |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public EqParser()
メソッドの詳細 |
---|
public boolean match(char c)
ParseElement
内の match
public int parse(int c, ElementParser parser) throws java.lang.Exception
ParseElement
内の parse
java.lang.Exception
public void listDependentParser(java.util.ArrayList<ParseElement> list)
ParseElement
内の listDependentParser
public int escape(ElementParser parser, java.lang.String message) throws java.lang.Exception
java.lang.Exception
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |