Uses of Annotation Interface
org.simpleframework.xml.Element
Packages that use Element
-
Uses of Element in org.simpleframework.xml.core
Subclasses with type arguments of type Element in org.simpleframework.xml.coreModifier and TypeClassDescriptionprivate static classTheContactrepresents a contact object that is to be used for a label in order to extract a parameter name.private static classTheContactrepresents a contact object that is to be used for a label in order to extract a parameter name.Classes in org.simpleframework.xml.core that implement interfaces with type arguments of type ElementModifier and TypeClassDescriptionprivate static classTheElementExtractorobject is used extract the constituent parts of the provided union annotation.Fields in org.simpleframework.xml.core declared as ElementModifier and TypeFieldDescriptionprivate ElementElementLabel.labelReferences 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 aLabelobject 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 theContactobject.Contact(Element element, Constructor factory, int index) Constructor for theContactobject.ElementLabel(Contact contact, Element label, Format format) Constructor for theElementLabelobject.ElementParameter(Constructor factory, Element value, Format format, int index) Constructor for theElementParameterobject.ElementUnionLabel(Contact contact, ElementUnion union, Element element, Format format) Constructor for theElementUnionLabelobject.ElementUnionParameter(Constructor factory, ElementUnion union, Element element, Format format, int index) Constructor for theElementUnionParameterobject.