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