org.util.xml.parse
クラス EqParser

java.lang.Object
  上位を拡張 org.util.xml.parse.ParseElement
      上位を拡張 org.util.xml.parse.EqParser

public class EqParser
extends ParseElement

作成者:
masaru

コンストラクタの概要
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
 

コンストラクタの詳細

EqParser

public EqParser()
メソッドの詳細

match

public boolean match(char c)
定義:
クラス ParseElement 内の match

parse

public int parse(int c,
                 ElementParser parser)
          throws java.lang.Exception
定義:
クラス ParseElement 内の parse
例外:
java.lang.Exception

listDependentParser

public void listDependentParser(java.util.ArrayList<ParseElement> list)
オーバーライド:
クラス ParseElement 内の listDependentParser

escape

public int escape(ElementParser parser,
                  java.lang.String message)
           throws java.lang.Exception
例外:
java.lang.Exception