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