Uses of Interface
org.simpleframework.xml.core.Section
Packages that use Section
-
Uses of Section in org.simpleframework.xml.core
Classes in org.simpleframework.xml.core that implement SectionModifier and TypeClassDescription(package private) classTheModelSectionrepresents a section that is backed by aModelinstance.private static classTheEmptySectionobject creates a section for used with primitives that has no values.Fields in org.simpleframework.xml.core declared as SectionModifier and TypeFieldDescriptionprivate final SectionClassSchema.sectionThis represents the XML section defined for the class schema.private final SectionPrimitiveScanner.sectionThis is an empty section that is used by every scanner object.Methods in org.simpleframework.xml.core that return SectionModifier and TypeMethodDescriptionClassSchema.getSection()This is used to acquire theSectionthat defines the XML structure for this class schema.DefaultScanner.getSection()This is used to create aSectiongiven the context used for serialization.ModelSection.getSection(String name) Returns the named section as aSectionobject.ObjectScanner.getSection()This is used to create aSectiongiven the context used for serialization.PrimitiveScanner.EmptySection.getSection(String name) Returns the named section as aSectionobject.PrimitiveScanner.getSection()This is used to create aSectiongiven the context used for serialization.Scanner.getSection()This is used to create aSectiongiven the context used for serialization.Schema.getSection()This is used to acquire theSectionthat defines the XML structure for this class schema.Section.getSection(String name) Returns the named section as aSectionobject.Structure.getSection()This is used to acquire theSectionrepresenting the class schema.Methods in org.simpleframework.xml.core with parameters of type SectionModifier and TypeMethodDescriptionprivate voidComposite.readAttribute(InputNode node, Object source, Section section, LabelMap map) ThisreadAttributemethod is used for deserialization of the provided node object using a delegate converter.private voidComposite.readAttributes(InputNode node, Object source, Section section) ThisreadAttributesmethod reads the attributes from the provided XML element.private voidComposite.readElement(InputNode node, Object source, Section section, LabelMap map) ThisreadElementmethod is used for deserialization of the provided node object using a delegate converter.private voidComposite.readElements(InputNode node, Object source, Section section) ThisreadElementsmethod reads the elements from the provided XML element.private voidComposite.readSection(InputNode node, Object source, Section section) ThisreadSectionmethod performs deserialization of a schema class type by traversing the contacts and instantiating them using details from the provided XML element.private voidThisreadTextmethod is used to read the text value from the XML element node specified.private voidComposite.validateAttribute(InputNode node, Section section, LabelMap map) ThisvalidateAttributemethod performs a validation of the provided node object using a delegate converter.private voidComposite.validateAttributes(InputNode node, Section section) ThisvalidateAttributesmethod validates the attributes from the provided XML element.private voidComposite.validateElement(InputNode node, Section section, LabelMap map) ThisvalidateElementmethod performs a validation of the provided node object using a delegate converter.private voidComposite.validateElements(InputNode node, Section section) ThisvalidateElementsmethod validates the elements from the provided XML element.private voidComposite.validateSection(InputNode node, Section section) ThisvalidateSectionmethod performs validation of a schema class type by traversing the contacts and validating them using details from the provided XML element.private voidComposite.writeAttributes(OutputNode node, Object source, Section section) This write method is used to write all the attribute contacts from the provided source object to the XML element.private voidComposite.writeElements(OutputNode node, Object source, Section section) This write method is used to write all the element contacts from the provided source object to the XML element.private voidComposite.writeSection(OutputNode node, Object source, Section section) ThiswriteSectionmethod is used to perform serialization of the given source object.private voidComposite.writeText(OutputNode node, Object source, Section section) This write method is used to write the text contact from the provided source object to the XML element.private voidComposite.writeUnion(OutputNode node, Object source, Section section, Label label) ThewriteUnionmethod is determine the unions for a particular label and set the value of that union to the same value as the label.