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 Format
AnnotationFactory.format
This represents the format used for the serialization process.private Format
AttributeLabel.format
This is the format that is used to style the path.private Format
ElementArrayLabel.format
This is used to style the elements associated with this.private Format
ElementLabel.format
This is the format used to style this element label.private Format
ElementListLabel.format
This is the format used to style the elements in the list.private Format
ElementMapLabel.format
This is the format used to style the elements for this.private final Format
ExpressionBuilder.format
This is the format used to style the path segments.private final Format
ExtractorFactory.ElementExtractor.format
This is the format used to style the elements created.private final Format
ExtractorFactory.ElementListExtractor.format
This is the format used to style the elements for this.private final Format
ExtractorFactory.ElementMapExtractor.format
This is the format used to style the elements created.private final Format
ExtractorFactory.format
The format used for each of the extractors instantiated.private final Format
Introspector.format
This is the format used to style the paths created.private final Format
LabelExtractor.format
Contains the format that is associated with the serializer.private final Format
ModelAssembler.format
This is the format that is used to style the order values.private final Format
ParameterFactory.format
This format contains the style which is used to create names.private final Format
Persister.format
This object is used to format the the generated XML document.private final Format
Support.format
This is the format used by this persistence support object.private Format
VersionLabel.format
This 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 theFormat
for this.Constructors in org.simpleframework.xml.core with parameters of type FormatModifierConstructorDescriptionAttributeLabel
(Contact contact, Attribute label, Format format) Constructor for theAttributeLabel
object.AttributeParameter
(Constructor factory, Attribute value, Format format, int index) Constructor for theAttributeParameter
object.ElementArrayLabel
(Contact contact, ElementArray label, Format format) Constructor for theElementArrayLabel
object.ElementArrayParameter
(Constructor factory, ElementArray value, Format format, int index) Constructor for theElementArrayParameter
object.ElementExtractor
(Contact contact, ElementUnion union, Format format) Constructor for theElementExtractor
object.ElementLabel
(Contact contact, Element label, Format format) Constructor for theElementLabel
object.ElementListExtractor
(Contact contact, ElementListUnion union, Format format) Constructor for theElementListExtractor
object.ElementListLabel
(Contact contact, ElementList label, Format format) Constructor for theElementListLabel
object.ElementListParameter
(Constructor factory, ElementList value, Format format, int index) Constructor for theElementListParameter
object.ElementListUnionLabel
(Contact contact, ElementListUnion union, ElementList element, Format format) Constructor for theElementListUnionLabel
object.ElementListUnionParameter
(Constructor factory, ElementListUnion union, ElementList element, Format format, int index) Constructor for theElementListUnionParameter
object.ElementMapExtractor
(Contact contact, ElementMapUnion union, Format format) Constructor for theElementMapExtractor
object.ElementMapLabel
(Contact contact, ElementMap label, Format format) Constructor for theElementMapLabel
object.ElementMapParameter
(Constructor factory, ElementMap value, Format format, int index) Constructor for theElementMapParameter
object.ElementMapUnionLabel
(Contact contact, ElementMapUnion union, ElementMap element, Format format) Constructor for theElementMapUnionLabel
object.ElementMapUnionParameter
(Constructor factory, ElementMapUnion union, ElementMap element, Format format, int index) Constructor for theElementMapUnionParameter
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.EmptyExpression
(Format format) Constructor forEmptyExpression
object.ExtractorFactory
(Contact contact, Annotation label, Format format) Constructor for theExtractorFactory
object.GroupExtractor
(Contact contact, Annotation label, Format format) Constructor for theGroupExtractor
object.Introspector
(Contact contact, Label label, Format format) Constructor for theIntrospector
object.LabelExtractor
(Format format) Constructor for theLabelExtractor
object.PathParser
(String path, Type type, Format format) Constructor for thePathParser
object.Constructor for thePersister
object.Constructor for thePersister
object.Constructor for thePersister
object.Constructor for thePersister
object.Constructor for thePersister
object.Constructor for thePersister
object.Constructor for thePersister
object.Constructor for thePersister
object.Constructor for thePersister
object.Constructor for thePersister
object.Constructor for theSupport
object.Constructor for theTextLabel
object.TextParameter
(Constructor factory, Text value, Format format, int index) Constructor for theTextParameter
object.VersionLabel
(Contact contact, Version label, Format format) Constructor for theVersionLabel
object. -
Uses of Format in org.simpleframework.xml.stream
Methods in org.simpleframework.xml.stream with parameters of type FormatModifier and TypeMethodDescriptionstatic OutputNode
This is used to create anOutputNode
that can be used to write a well formed XML document.Constructors in org.simpleframework.xml.stream with parameters of type FormatModifierConstructorDescriptionConstructor for theFormatter
object.Constructor for theIndenter
object.private
Constructor for theIndenter
object.NodeWriter
(Writer result, Format format) Constructor for theNodeWriter
object.private
NodeWriter
(Writer result, Format format, boolean verbose) Constructor for theNodeWriter
object.