Class XMLtoBio


  • public class XMLtoBio
    extends Converter<List<org.orcid.jaxb.model.search_v2.Result>>
    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 Detail

      • XMLtoBio

        public XMLtoBio()
    • Method Detail

      • convert

        public List<org.orcid.jaxb.model.search_v2.Result> convert​(InputStream xml)
        Specified by:
        convert in class Converter<List<org.orcid.jaxb.model.search_v2.Result>>
      • getNumberOfResultsFromXml

        public int getNumberOfResultsFromXml​(InputStream xml)
      • convertSinglePerson

        public org.orcid.jaxb.model.record_v2.Person convertSinglePerson​(InputStream xml)