public class XMLtoBio extends Converter
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
AFFILIATIONS |
protected java.lang.String |
BIOGRAPHY |
protected java.lang.String |
CONTACT_DETAILS |
protected java.lang.String |
COUNTRY |
protected java.lang.String |
CREDIT_NAME |
protected java.lang.String |
EXTERNAL_ID_COMMNON_NAME |
protected java.lang.String |
EXTERNAL_ID_ORCID |
protected java.lang.String |
EXTERNAL_ID_REFERENCE |
protected java.lang.String |
EXTERNAL_ID_URL |
protected java.lang.String |
EXTERNAL_IDENTIFIER |
protected java.lang.String |
EXTERNAL_IDENTIFIERS |
protected java.lang.String |
FAMILY_NAME |
protected java.lang.String |
GIVEN_NAMES |
protected java.lang.String |
KEYWORD |
protected java.lang.String |
KEYWORDS |
protected java.lang.String |
ORCID |
protected java.lang.String |
ORCID_BIO
orcid-message XPATHs
|
protected java.lang.String |
ORCID_NOT_FOUND
Regex
|
protected java.lang.String |
OTHER_NAME |
protected java.lang.String |
OTHER_NAMES |
protected java.lang.String |
PERSONAL_DETAILS |
protected java.lang.String |
RESEARCHER_URL |
protected java.lang.String |
RESEARCHER_URLS |
protected java.lang.String |
URL |
protected java.lang.String |
URL_NAME |
| Constructor and Description |
|---|
XMLtoBio() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Bio> |
convert(org.w3c.dom.Document xml) |
protected void |
processError(org.w3c.dom.Document xml) |
protected void |
setBiography(org.w3c.dom.Node xml,
Bio bio) |
protected void |
setContactDetails(org.w3c.dom.Node xml,
Bio bio) |
protected void |
setExternalIdentifiers(org.w3c.dom.Node xml,
Bio bio) |
protected void |
setKeywords(org.w3c.dom.Node xml,
Bio bio) |
protected void |
setPersonalDetails(org.w3c.dom.Node xml,
Bio bio) |
protected void |
setResearcherUrls(org.w3c.dom.Node xml,
Bio bio) |
protected java.lang.String ORCID_BIO
protected java.lang.String ORCID
protected java.lang.String PERSONAL_DETAILS
protected java.lang.String GIVEN_NAMES
protected java.lang.String FAMILY_NAME
protected java.lang.String CREDIT_NAME
protected java.lang.String OTHER_NAMES
protected java.lang.String OTHER_NAME
protected java.lang.String CONTACT_DETAILS
protected java.lang.String COUNTRY
protected java.lang.String KEYWORDS
protected java.lang.String KEYWORD
protected java.lang.String EXTERNAL_IDENTIFIERS
protected java.lang.String EXTERNAL_IDENTIFIER
protected java.lang.String EXTERNAL_ID_ORCID
protected java.lang.String EXTERNAL_ID_COMMNON_NAME
protected java.lang.String EXTERNAL_ID_REFERENCE
protected java.lang.String EXTERNAL_ID_URL
protected java.lang.String RESEARCHER_URLS
protected java.lang.String RESEARCHER_URL
protected java.lang.String URL_NAME
protected java.lang.String URL
protected java.lang.String BIOGRAPHY
protected java.lang.String AFFILIATIONS
protected java.lang.String ORCID_NOT_FOUND
public java.util.List<Bio> convert(org.w3c.dom.Document xml)
protected void processError(org.w3c.dom.Document xml)
processError in class Converterprotected void setBiography(org.w3c.dom.Node xml,
Bio bio)
protected void setResearcherUrls(org.w3c.dom.Node xml,
Bio bio)
protected void setExternalIdentifiers(org.w3c.dom.Node xml,
Bio bio)
protected void setKeywords(org.w3c.dom.Node xml,
Bio bio)
protected void setContactDetails(org.w3c.dom.Node xml,
Bio bio)
protected void setPersonalDetails(org.w3c.dom.Node xml,
Bio bio)
Copyright © 2014 DuraSpace. All Rights Reserved.