public class WebInterfaceLayoutXmlConverter extends AbstractConverter<eu.dnetlib.domain.functionality.WebInterfaceLayout> implements ResourceToXmlConverter<eu.dnetlib.domain.functionality.WebInterfaceLayout>
| Constructor and Description |
|---|
WebInterfaceLayoutXmlConverter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
String |
ObjectToXml(eu.dnetlib.domain.functionality.WebInterfaceLayout layout)
Converts the Java object to its xml representation.
|
String |
toXQueryString(eu.dnetlib.domain.SearchCriteria criteria)
Creates an XQuery from the given search criteria.
|
String |
toXQueryString(eu.dnetlib.domain.functionality.WebInterfaceLayout exampleInstance)
Deprecated.
|
String |
toXQueryString(eu.dnetlib.domain.functionality.WebInterfaceSearchCriteria criteria) |
eu.dnetlib.domain.functionality.WebInterfaceLayout |
XmlToObject(String xml)
Converts the xml representation to a Java object.
|
getMarshaller, getUnmarshallerpublic WebInterfaceLayoutXmlConverter()
throws JAXBException
JAXBExceptionpublic String ObjectToXml(eu.dnetlib.domain.functionality.WebInterfaceLayout layout) throws JAXBException
ObjectToXmlConverterObjectToXml in interface ObjectToXmlConverter<eu.dnetlib.domain.functionality.WebInterfaceLayout>layout - The object to convert.JAXBExceptionpublic eu.dnetlib.domain.functionality.WebInterfaceLayout XmlToObject(String xml) throws JAXBException
ObjectToXmlConverterXmlToObject in interface ObjectToXmlConverter<eu.dnetlib.domain.functionality.WebInterfaceLayout>xml - The xml representation to convertJAXBExceptionpublic String toXQueryString(eu.dnetlib.domain.SearchCriteria criteria)
ResourceToXmlConvertertoXQueryString in interface ResourceToXmlConverter<eu.dnetlib.domain.functionality.WebInterfaceLayout>criteria - The search criteria.public String toXQueryString(eu.dnetlib.domain.functionality.WebInterfaceSearchCriteria criteria)
@Deprecated public String toXQueryString(eu.dnetlib.domain.functionality.WebInterfaceLayout exampleInstance)
public static void main(String[] args) throws JAXBException
JAXBExceptionCopyright © 2022. All rights reserved.