Uses of Interface
org.simpleframework.xml.stream.Style
-
Packages that use Style Package Description org.simpleframework.xml.core org.simpleframework.xml.stream -
-
Uses of Style in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as Style Modifier and Type Field Description private StyleCompositeInlineMap. styleThis is the style used to style the names used for the XML.private StyleCompositeKey. styleThis is the style used to style the names used for the XML.private StyleCompositeListUnion. styleThis is this style associated with the serialization context.private StyleCompositeMap. styleThis is the style used to style the names used for the XML.private StyleCompositeMapUnion. styleThis is this style associated with the serialization context.private StyleCompositeValue. styleThis is the style used to style the names used for the XML.private 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 StylePrimitiveKey. styleThis is the style used to style the XML elements for the key.private StylePrimitiveValue. styleThis is the style used to style the XML names for the value.private StyleTraverser. styleThis is the style that is used to style the XML roots.Methods in org.simpleframework.xml.core that return Style Modifier and Type Method Description StyleContext. getStyle()This is used to acquire theStylefor the format.StyleSource. getStyle()This is used to acquire theStylefor the format.StyleSupport. getStyle()This is used to acquire theStylefor the format. -
Uses of Style in org.simpleframework.xml.stream
Classes in org.simpleframework.xml.stream that implement Style Modifier and Type Class Description (package private) classBuilderTheBuilderclass is used to represent an XML style that can be applied to a serialized object.(package private) classCamelCaseBuilderTheCamelCaseBuilderis used to represent an XML style that can be applied to a serialized object.classCamelCaseStyleTheCamelCaseStyleis used to represent an XML style that can be applied to a serialized object.(package private) classHyphenBuilderTheHyphenBuilderis used to represent an XML style that can be applied to a serialized object.classHyphenStyleTheHyphenStyleis used to represent an XML style that can be applied to a serialized object.(package private) classIdentityStyleTheIdentityStyleobject is used to represent a style that does not modify the tokens passed in to it.Fields in org.simpleframework.xml.stream declared as Style Modifier and Type Field Description private StyleBuilder. styleThis is the style object used to create the values used.private StyleCamelCaseStyle. styleThis is the strategy used to generate the style tokens.private StyleFormat. styleThis is the style that is used internally by the format.private StyleHyphenStyle. styleThis is the strategy used to generate the style tokens.Methods in org.simpleframework.xml.stream that return Style Modifier and Type Method Description StyleFormat. getStyle()This is used to acquire theStylefor the format.Constructors in org.simpleframework.xml.stream with parameters of type Style Constructor Description Builder(Style style)Constructor for theBuilderobject.Format(int indent, java.lang.String prolog, Style style)Constructor for theFormatobject.Format(int indent, java.lang.String prolog, Style style, Verbosity verbosity)Constructor for theFormatobject.Format(int indent, Style style)Constructor for theFormatobject.Format(int indent, Style style, Verbosity verbosity)Constructor for theFormatobject.Format(Style style)Constructor for theFormatobject.Format(Style style, Verbosity verbosity)Constructor for theFormatobject.
-