Class SimpleTypeParser
- java.lang.Object
-
- com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse.Parser<SimpleType>
-
- com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse.parameters.SimpleTypeParser
-
- Direct Known Subclasses:
BooleanValueParser,DoubleValueParser,FloatValueParser,IntValueParser,StringValueParser
public abstract class SimpleTypeParser extends Parser<SimpleType>
-
-
Constructor Summary
Constructors Constructor Description SimpleTypeParser()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description SimpleTypeparse(XmlReader reader)protected abstract SimpleTypeparse(String name, String data)
-
-
-
Method Detail
-
parse
public SimpleType parse(XmlReader reader) throws ParseException
- Specified by:
parsein classParser<SimpleType>- Throws:
ParseException
-
parse
protected abstract SimpleType parse(String name, String data)
-
-