Class StringParser
- java.lang.Object
-
- com.lyncode.xoai.serviceprovider.oaipmh.ElementParser<String>
-
- com.lyncode.xoai.serviceprovider.oaipmh.StringParser
-
- All Implemented Interfaces:
XMLParser
public class StringParser extends ElementParser<String>
-
-
Constructor Summary
Constructors Constructor Description StringParser(OAIServiceConfiguration<MetadataParser,AboutItemParser,DescriptionParser,AboutSetParser> oaiServiceConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringparseElement(XMLEventReader reader)-
Methods inherited from class com.lyncode.xoai.serviceprovider.oaipmh.ElementParser
getConfiguration, getElement, nextElement, parse
-
-
-
-
Constructor Detail
-
StringParser
public StringParser(OAIServiceConfiguration<MetadataParser,AboutItemParser,DescriptionParser,AboutSetParser> oaiServiceConfiguration)
-
-
Method Detail
-
parseElement
public String parseElement(XMLEventReader reader) throws ParseException
- Specified by:
parseElementin classElementParser<String>- Throws:
ParseException
-
-