org.util.xml.parse
クラス AttributeParser

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

public class AttributeParser
extends ParseElement

作成者:
masaru

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

コンストラクタの詳細

AttributeParser

public AttributeParser()
メソッドの詳細

match

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

parse

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

getAttribute

public Attribute getAttribute()