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 theElementannotations 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 ElementElementLabel. labelReferences 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 LabelExtractorFactory.ElementExtractor. getLabel(Element element)This creates aLabelobject used to represent the annotation provided.java.lang.ClassExtractorFactory.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 theContactobject.Contact(Element element, java.lang.reflect.Constructor factory, int index)Constructor for theContactobject.ElementLabel(Contact contact, Element label, Format format)Constructor for theElementLabelobject.ElementParameter(java.lang.reflect.Constructor factory, Element value, Format format, int index)Constructor for theElementParameterobject.ElementUnionLabel(Contact contact, ElementUnion union, Element element, Format format)Constructor for theElementUnionLabelobject.ElementUnionParameter(java.lang.reflect.Constructor factory, ElementUnion union, Element element, Format format, int index)Constructor for theElementUnionParameterobject.
-