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