Uses of Class
com.lyncode.xoai.dataprovider.xml.xoai.Element
-
Packages that use Element Package Description com.lyncode.xoai.builders.dataprovider com.lyncode.xoai.dataprovider.xml.xoai -
-
Uses of Element in com.lyncode.xoai.builders.dataprovider
Methods in com.lyncode.xoai.builders.dataprovider that return Element Modifier and Type Method Description ElementElementBuilder. build()Methods in com.lyncode.xoai.builders.dataprovider with parameters of type Element Modifier and Type Method Description MetadataBuilderMetadataBuilder. withElement(Element elem)MetadataBuilderMetadataBuilder. withElement(Element... elems)ElementBuilderElementBuilder. withSubElements(Element... subElements) -
Uses of Element in com.lyncode.xoai.dataprovider.xml.xoai
Fields in com.lyncode.xoai.dataprovider.xml.xoai with type parameters of type Element Modifier and Type Field Description protected List<Element>Element. elementprotected List<Element>Metadata. elementMethods in com.lyncode.xoai.dataprovider.xml.xoai that return types with arguments of type Element Modifier and Type Method Description List<Element>Element. getElement()Gets the value of the element property.List<Element>Metadata. getElement()Gets the value of the element property.
-