public class OpenTrialsXsltFunctions extends Object
| Constructor and Description |
|---|
OpenTrialsXsltFunctions() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getMainIdentifierURL(String jsonProvList)
Parses a json to get the first url item.
|
static List<eu.dnetlib.data.transform.xml.OpenTrialsXsltFunctions.JsonProv> |
getProvs(String jsonProvList) |
public static String getMainIdentifierURL(String jsonProvList)
jsonProvList - A json string in the following format: [{"url" : "theUrl", "sourceID" : "theSourceId", "sourceName" : "theSourceName"}]Copyright © 2017. All rights reserved.