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