Class RequestParser
- java.lang.Object
-
- com.lyncode.xoai.serviceprovider.oaipmh.ElementParser<RequestType>
-
- com.lyncode.xoai.serviceprovider.oaipmh.RequestParser
-
- All Implemented Interfaces:
XMLParser
public class RequestParser extends ElementParser<RequestType>
-
-
Constructor Summary
Constructors Constructor Description RequestParser(OAIServiceConfiguration<MetadataParser,AboutItemParser,DescriptionParser,AboutSetParser> oaiServiceConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RequestTypeparseElement(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
-
VERB
public static final String VERB
- See Also:
- Constant Field Values
-
IDENTIFIER
public static final String IDENTIFIER
- See Also:
- Constant Field Values
-
METADATAPREFIX
public static final String METADATAPREFIX
- See Also:
- Constant Field Values
-
FROM
public static final String FROM
- See Also:
- Constant Field Values
-
UNTIL
public static final String UNTIL
- See Also:
- Constant Field Values
-
SET
public static final String SET
- See Also:
- Constant Field Values
-
RESUMPTION_TOKEN
public static final String RESUMPTION_TOKEN
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RequestParser
public RequestParser(OAIServiceConfiguration<MetadataParser,AboutItemParser,DescriptionParser,AboutSetParser> oaiServiceConfiguration)
-
-
Method Detail
-
parseElement
public RequestType parseElement(XMLEventReader reader) throws ParseException
- Specified by:
parseElementin classElementParser<RequestType>- Throws:
ParseException
-
-