Uses of Interface
org.simpleframework.xml.stream.Style
Packages that use Style
-
Uses of Style in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as StyleModifier and TypeFieldDescriptionprivate final StyleCompositeInlineMap.styleThis is the style used to style the names used for the XML.private final StyleCompositeKey.styleThis is the style used to style the names used for the XML.private final StyleCompositeListUnion.styleThis is this style associated with the serialization context.private final StyleCompositeMap.styleThis is the style used to style the names used for the XML.private final StyleCompositeMapUnion.styleThis is this style associated with the serialization context.private final StyleCompositeValue.styleThis is the style used to style the names used for the XML.private final StyleEmptyExpression.styleThis is the style that is used to style any paths created.protected StylePathParser.styleThis is the format used to style the path segments.private final StylePrimitiveKey.styleThis is the style used to style the XML elements for the key.private final StylePrimitiveValue.styleThis is the style used to style the XML names for the value.private final StyleTraverser.styleThis is the style that is used to style the XML roots.Methods in org.simpleframework.xml.core that return Style -
Uses of Style in org.simpleframework.xml.stream
Classes in org.simpleframework.xml.stream that implement StyleModifier and TypeClassDescription(package private) classTheBuilderclass is used to represent an XML style that can be applied to a serialized object.(package private) classTheCamelCaseBuilderis used to represent an XML style that can be applied to a serialized object.classTheCamelCaseStyleis used to represent an XML style that can be applied to a serialized object.(package private) classTheHyphenBuilderis used to represent an XML style that can be applied to a serialized object.classTheHyphenStyleis used to represent an XML style that can be applied to a serialized object.(package private) classTheIdentityStyleobject is used to represent a style that does not modify the tokens passed in to it.Fields in org.simpleframework.xml.stream declared as StyleModifier and TypeFieldDescriptionprivate final StyleBuilder.styleThis is the style object used to create the values used.private final StyleCamelCaseStyle.styleThis is the strategy used to generate the style tokens.private final StyleFormat.styleThis is the style that is used internally by the format.private final StyleHyphenStyle.styleThis is the strategy used to generate the style tokens.Methods in org.simpleframework.xml.stream that return StyleModifier and TypeMethodDescriptionFormat.getStyle()This is used to acquire theStylefor the format.Constructors in org.simpleframework.xml.stream with parameters of type StyleModifierConstructorDescriptionConstructor for theBuilderobject.Constructor for theFormatobject.Constructor for theFormatobject.Constructor for theFormatobject.Constructor for theFormatobject.Constructor for theFormatobject.Constructor for theFormatobject.