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