Uses of Class
org.simpleframework.xml.Element
-
Packages that use Element Package Description org.simpleframework.xml org.simpleframework.xml.core -
-
Uses of Element in org.simpleframework.xml
Methods in org.simpleframework.xml that return Element Modifier and Type Method Description Element[]
value()
This provides theElement
annotations that have been defined for this union. -
Uses of Element in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as Element Modifier and Type Field Description private Element
ElementLabel. label
References the annotation that was used by the field.Methods in org.simpleframework.xml.core that return Element Modifier and Type Method Description Element[]
ExtractorFactory.ElementExtractor. getAnnotations()
This is used to acquire each annotation that forms part of the union group.Methods in org.simpleframework.xml.core with parameters of type Element Modifier and Type Method Description Label
ExtractorFactory.ElementExtractor. getLabel(Element element)
This creates aLabel
object used to represent the annotation provided.java.lang.Class
ExtractorFactory.ElementExtractor. getType(Element element)
Each annotation can provide a class which is used to determine which label is used to serialize an object.Constructors in org.simpleframework.xml.core with parameters of type Element Constructor Description Contact(Element label, java.lang.reflect.Constructor factory, int index)
Constructor for theContact
object.Contact(Element element, java.lang.reflect.Constructor factory, int index)
Constructor for theContact
object.ElementLabel(Contact contact, Element label, Format format)
Constructor for theElementLabel
object.ElementParameter(java.lang.reflect.Constructor factory, Element value, Format format, int index)
Constructor for theElementParameter
object.ElementUnionLabel(Contact contact, ElementUnion union, Element element, Format format)
Constructor for theElementUnionLabel
object.ElementUnionParameter(java.lang.reflect.Constructor factory, ElementUnion union, Element element, Format format, int index)
Constructor for theElementUnionParameter
object.
-