org.util.xml.parse
Class AttributeParser

java.lang.Object
  extended by org.util.xml.parse.ParseElement
      extended by org.util.xml.parse.AttributeParser

public class AttributeParser
extends ParseElement

Author:
masaru

Constructor Summary
AttributeParser()
           
 
Method Summary
 Attribute getAttribute()
           
 boolean match(char c)
           
 int parse(int next, ElementParser parser)
           
 
Methods inherited from class org.util.xml.parse.ParseElement
getDescription, getReturnValue, isSpace, listDependentParser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeParser

public AttributeParser()
Method Detail

match

public boolean match(char c)
Specified by:
match in class ParseElement

parse

public int parse(int next,
                 ElementParser parser)
          throws XMLParseException,
                 java.io.IOException
Specified by:
parse in class ParseElement
Throws:
XMLParseException
java.io.IOException

getAttribute

public Attribute getAttribute()