org.util.xml.parse
クラス TextElementParser

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

public class TextElementParser
extends ParseElement

parse space. S ::= (#x20 | #x9 | #xD | #xA)+ W3C REC-xml-980210

作成者:
masaru

コンストラクタの概要
TextElementParser()
           
 
メソッドの概要
 boolean allow(int c)
           
 java.lang.String getReturnValue()
           
 boolean match(char c)
           
 int parse(int c, ElementParser parser)
           
 
クラス org.util.xml.parse.ParseElement から継承されたメソッド
getDescription, isSpace, listDependentParser
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

TextElementParser

public TextElementParser()
メソッドの詳細

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

getReturnValue

public java.lang.String getReturnValue()
オーバーライド:
クラス ParseElement 内の getReturnValue

allow

public boolean allow(int c)