public class OAIPMHParser extends ElementParser<OAIPMHtype>
| Constructor and Description |
|---|
OAIPMHParser(OAIServiceConfiguration<MetadataParser,AboutItemParser,DescriptionParser,AboutSetParser> oaiServiceConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
static OAIPMHtype |
parse(File f,
OAIServiceConfiguration<MetadataParser,AboutItemParser,DescriptionParser,AboutSetParser> oaiServiceConfiguration) |
static OAIPMHtype |
parse(InputStream instream,
OAIServiceConfiguration<MetadataParser,AboutItemParser,DescriptionParser,AboutSetParser> oaiServiceConfiguration) |
static OAIPMHtype |
parse(String filepath,
OAIServiceConfiguration<MetadataParser,AboutItemParser,DescriptionParser,AboutSetParser> oaiServiceConfiguration) |
protected OAIPMHtype |
parseElement(XMLEventReader reader) |
getConfiguration, getElement, nextElement, parsepublic OAIPMHParser(OAIServiceConfiguration<MetadataParser,AboutItemParser,DescriptionParser,AboutSetParser> oaiServiceConfiguration)
public static OAIPMHtype parse(InputStream instream, OAIServiceConfiguration<MetadataParser,AboutItemParser,DescriptionParser,AboutSetParser> oaiServiceConfiguration) throws ParseException
ParseExceptionpublic static OAIPMHtype parse(File f, OAIServiceConfiguration<MetadataParser,AboutItemParser,DescriptionParser,AboutSetParser> oaiServiceConfiguration) throws FileNotFoundException, ParseException
FileNotFoundExceptionParseExceptionpublic static OAIPMHtype parse(String filepath, OAIServiceConfiguration<MetadataParser,AboutItemParser,DescriptionParser,AboutSetParser> oaiServiceConfiguration) throws FileNotFoundException, XMLStreamException, ParseException
protected OAIPMHtype parseElement(XMLEventReader reader) throws ParseException
parseElement in class ElementParser<OAIPMHtype>ParseExceptionCopyright © 2020. All rights reserved.