Class XOAIParser
- java.lang.Object
-
- com.lyncode.xoai.dataprovider.xml.xoai.XOAIParser
-
public class XOAIParser extends Object
-
-
Constructor Summary
Constructors Constructor Description XOAIParser(InputStream stream)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Metadataparse()static Metadataparse(InputStream st)
-
-
-
Constructor Detail
-
XOAIParser
public XOAIParser(InputStream stream) throws XMLStreamException
- Throws:
XMLStreamException
-
-
Method Detail
-
parse
public static Metadata parse(InputStream st) throws XMLStreamException
- Throws:
XMLStreamException
-
parse
public Metadata parse() throws XMLStreamException
- Throws:
XMLStreamException
-
-