Uses of Class
org.simpleframework.xml.stream.Format
Packages that use Format
-
Uses of Format in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as FormatModifier and TypeFieldDescriptionprivate final FormatAnnotationFactory.formatThis represents the format used for the serialization process.private FormatAttributeLabel.formatThis is the format that is used to style the path.private FormatElementArrayLabel.formatThis is used to style the elements associated with this.private FormatElementLabel.formatThis is the format used to style this element label.private FormatElementListLabel.formatThis is the format used to style the elements in the list.private FormatElementMapLabel.formatThis is the format used to style the elements for this.private final FormatExpressionBuilder.formatThis is the format used to style the path segments.private final FormatExtractorFactory.ElementExtractor.formatThis is the format used to style the elements created.private final FormatExtractorFactory.ElementListExtractor.formatThis is the format used to style the elements for this.private final FormatExtractorFactory.ElementMapExtractor.formatThis is the format used to style the elements created.private final FormatExtractorFactory.formatThe format used for each of the extractors instantiated.private final FormatIntrospector.formatThis is the format used to style the paths created.private final FormatLabelExtractor.formatContains the format that is associated with the serializer.private final FormatModelAssembler.formatThis is the format that is used to style the order values.private final FormatParameterFactory.formatThis format contains the style which is used to create names.private final FormatPersister.formatThis object is used to format the the generated XML document.private final FormatSupport.formatThis is the format used by this persistence support object.private FormatVersionLabel.formatThis is used to format the paths associated with this.Methods in org.simpleframework.xml.core that return FormatModifier and TypeMethodDescriptionSupport.getFormat()This is used to acquire theFormatfor this.Constructors in org.simpleframework.xml.core with parameters of type FormatModifierConstructorDescriptionAttributeLabel(Contact contact, Attribute label, Format format) Constructor for theAttributeLabelobject.AttributeParameter(Constructor factory, Attribute value, Format format, int index) Constructor for theAttributeParameterobject.ElementArrayLabel(Contact contact, ElementArray label, Format format) Constructor for theElementArrayLabelobject.ElementArrayParameter(Constructor factory, ElementArray value, Format format, int index) Constructor for theElementArrayParameterobject.ElementExtractor(Contact contact, ElementUnion union, Format format) Constructor for theElementExtractorobject.ElementLabel(Contact contact, Element label, Format format) Constructor for theElementLabelobject.ElementListExtractor(Contact contact, ElementListUnion union, Format format) Constructor for theElementListExtractorobject.ElementListLabel(Contact contact, ElementList label, Format format) Constructor for theElementListLabelobject.ElementListParameter(Constructor factory, ElementList value, Format format, int index) Constructor for theElementListParameterobject.ElementListUnionLabel(Contact contact, ElementListUnion union, ElementList element, Format format) Constructor for theElementListUnionLabelobject.ElementListUnionParameter(Constructor factory, ElementListUnion union, ElementList element, Format format, int index) Constructor for theElementListUnionParameterobject.ElementMapExtractor(Contact contact, ElementMapUnion union, Format format) Constructor for theElementMapExtractorobject.ElementMapLabel(Contact contact, ElementMap label, Format format) Constructor for theElementMapLabelobject.ElementMapParameter(Constructor factory, ElementMap value, Format format, int index) Constructor for theElementMapParameterobject.ElementMapUnionLabel(Contact contact, ElementMapUnion union, ElementMap element, Format format) Constructor for theElementMapUnionLabelobject.ElementMapUnionParameter(Constructor factory, ElementMapUnion union, ElementMap element, Format format, int index) Constructor for theElementMapUnionParameterobject.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.EmptyExpression(Format format) Constructor forEmptyExpressionobject.ExtractorFactory(Contact contact, Annotation label, Format format) Constructor for theExtractorFactoryobject.GroupExtractor(Contact contact, Annotation label, Format format) Constructor for theGroupExtractorobject.Introspector(Contact contact, Label label, Format format) Constructor for theIntrospectorobject.LabelExtractor(Format format) Constructor for theLabelExtractorobject.PathParser(String path, Type type, Format format) Constructor for thePathParserobject.Constructor for thePersisterobject.Constructor for thePersisterobject.Constructor for thePersisterobject.Constructor for thePersisterobject.Constructor for thePersisterobject.Constructor for thePersisterobject.Constructor for thePersisterobject.Constructor for thePersisterobject.Constructor for thePersisterobject.Constructor for thePersisterobject.Constructor for theSupportobject.Constructor for theTextLabelobject.TextParameter(Constructor factory, Text value, Format format, int index) Constructor for theTextParameterobject.VersionLabel(Contact contact, Version label, Format format) Constructor for theVersionLabelobject. -
Uses of Format in org.simpleframework.xml.stream
Methods in org.simpleframework.xml.stream with parameters of type FormatModifier and TypeMethodDescriptionstatic OutputNodeThis is used to create anOutputNodethat can be used to write a well formed XML document.Constructors in org.simpleframework.xml.stream with parameters of type FormatModifierConstructorDescriptionConstructor for theFormatterobject.Constructor for theIndenterobject.privateConstructor for theIndenterobject.NodeWriter(Writer result, Format format) Constructor for theNodeWriterobject.privateNodeWriter(Writer result, Format format, boolean verbose) Constructor for theNodeWriterobject.