Uses of Interface
com.lyncode.xoai.serviceprovider.parser.XMLParser
-
Packages that use XMLParser Package Description com.lyncode.xoai.serviceprovider.oaipmh com.lyncode.xoai.serviceprovider.oaipmh.oai_dc com.lyncode.xoai.serviceprovider.parser -
-
Uses of XMLParser in com.lyncode.xoai.serviceprovider.oaipmh
Classes in com.lyncode.xoai.serviceprovider.oaipmh that implement XMLParser Modifier and Type Class Description classAboutTypeParserclassDescriptionTypeParserclassElementParser<T>classErrorParserclassGetRecordParserclassHeaderParserclassIdentifyParserclassListIdentifiersParserclassListMetadataFormatsParserclassListRecordsParserclassListSetsParserclassMetadataFormatParserclassMetadataTypeParserclassOAIPMHParserclassRecordParserclassRequestParserclassResumptionTokenParserclassSetParserclassStringParser -
Uses of XMLParser in com.lyncode.xoai.serviceprovider.oaipmh.oai_dc
Classes in com.lyncode.xoai.serviceprovider.oaipmh.oai_dc that implement XMLParser Modifier and Type Class Description classOAIDCParser -
Uses of XMLParser in com.lyncode.xoai.serviceprovider.parser
Subinterfaces of XMLParser in com.lyncode.xoai.serviceprovider.parser Modifier and Type Interface Description interfaceAboutItemParserinterfaceAboutSetParserinterfaceDescriptionParserinterfaceMetadataParserMethods in com.lyncode.xoai.serviceprovider.parser with parameters of type XMLParser Modifier and Type Method Description static ObjectConcurrentParser. parse(XMLParser parser, XMLEventReader reader)Constructors in com.lyncode.xoai.serviceprovider.parser with parameters of type XMLParser Constructor Description ConcurrentParser(XMLParser parser, InputStream input)
-