Package org.dspace.xoai.util
Class ItemUtils
java.lang.Object
org.dspace.xoai.util.ItemUtils
- Author:
- Lyncode Development Team (dspace at lyncode dot com)
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.lyncode.xoai.dataprovider.xml.xoai.Elementstatic com.lyncode.xoai.dataprovider.xml.xoai.Element.FieldcreateValue(String name, String value) static com.lyncode.xoai.dataprovider.xml.xoai.ElementgetElement(List<com.lyncode.xoai.dataprovider.xml.xoai.Element> list, String name) static com.lyncode.xoai.dataprovider.xml.xoai.MetadataretrieveMetadata(Context context, Item item) Utility method to retrieve a structured XML in XOAI format
-
Method Details