org.util.xml.parse
Class AttValueParser

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

public class AttValueParser
extends ParseElement

Author:
masaru

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

Constructor Detail

AttValueParser

public AttValueParser()
Method Detail

match

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

parse

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

getReturnValue

public java.lang.String getReturnValue()
Overrides:
getReturnValue in class ParseElement

allow

public boolean allow(int c)