Class ResumptionTokenParser
- java.lang.Object
-
- com.lyncode.xoai.serviceprovider.oaipmh.ElementParser<ResumptionTokenType>
-
- com.lyncode.xoai.serviceprovider.oaipmh.ResumptionTokenParser
-
- All Implemented Interfaces:
XMLParser
public class ResumptionTokenParser extends ElementParser<ResumptionTokenType>
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMPLETE_LIST_SIZEstatic StringCURSORstatic StringEXPIRATION_DATEstatic StringNAME
-
Constructor Summary
Constructors Constructor Description ResumptionTokenParser(OAIServiceConfiguration<MetadataParser,AboutItemParser,DescriptionParser,AboutSetParser> oaiServiceConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResumptionTokenTypeparseElement(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
-
EXPIRATION_DATE
public static final String EXPIRATION_DATE
- See Also:
- Constant Field Values
-
COMPLETE_LIST_SIZE
public static final String COMPLETE_LIST_SIZE
- See Also:
- Constant Field Values
-
CURSOR
public static final String CURSOR
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ResumptionTokenParser
public ResumptionTokenParser(OAIServiceConfiguration<MetadataParser,AboutItemParser,DescriptionParser,AboutSetParser> oaiServiceConfiguration)
-
-
Method Detail
-
parseElement
public ResumptionTokenType parseElement(XMLEventReader reader) throws ParseException
- Specified by:
parseElementin classElementParser<ResumptionTokenType>- Throws:
ParseException
-
-