Class GetRecordParser
- java.lang.Object
-
- com.lyncode.xoai.serviceprovider.oaipmh.ElementParser<GetRecordType>
-
- com.lyncode.xoai.serviceprovider.oaipmh.GetRecordParser
-
- All Implemented Interfaces:
XMLParser
public class GetRecordParser extends ElementParser<GetRecordType>
-
-
Constructor Summary
Constructors Constructor Description GetRecordParser(OAIServiceConfiguration<MetadataParser,AboutItemParser,DescriptionParser,AboutSetParser> oaiServiceConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected GetRecordTypeparseElement(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
-
GetRecordParser
public GetRecordParser(OAIServiceConfiguration<MetadataParser,AboutItemParser,DescriptionParser,AboutSetParser> oaiServiceConfiguration)
-
-
Method Detail
-
parseElement
protected GetRecordType parseElement(XMLEventReader reader) throws ParseException
- Specified by:
parseElementin classElementParser<GetRecordType>- Throws:
ParseException
-
-