Class Converter<T>
java.lang.Object
org.dspace.external.provider.orcid.xml.Converter<T>
- Type Parameters:
T- type
- Direct Known Subclasses:
XMLtoBio
- Author:
- Antoine Snyers (antoine at atmire.com), Kevin Van de Velde (kevin at atmire dot com), Ben Bosman (ben at atmire dot com), Mark Diggory (markd at atmire dot com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Tconvert(InputStream document) protected Objectunmarshall(InputStream input, Class<?> type)
-
Constructor Details
-
Converter
public Converter()
-
-
Method Details
-
convert
-
unmarshall
protected Object unmarshall(InputStream input, Class<?> type) throws SAXException, URISyntaxException - Throws:
SAXExceptionURISyntaxException
-