Uses of Annotation Interface
org.simpleframework.xml.Element
Packages that use Element
-
Uses of Element in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as ElementModifier and TypeFieldDescriptionprivate Element
ElementLabel.label
References the annotation that was used by the field.Methods in org.simpleframework.xml.core that return ElementModifier and TypeMethodDescriptionElement[]
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 ElementModifier and TypeMethodDescriptionThis creates aLabel
object used to represent the annotation provided.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 ElementModifierConstructorDescriptionContact
(Element label, Constructor factory, int index) Constructor for theContact
object.Contact
(Element element, Constructor factory, int index) Constructor for theContact
object.ElementLabel
(Contact contact, Element label, Format format) Constructor for theElementLabel
object.ElementParameter
(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
(Constructor factory, ElementUnion union, Element element, Format format, int index) Constructor for theElementUnionParameter
object.