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 Style
CompositeInlineMap. style
This is the style used to style the names used for the XML.private Style
CompositeKey. style
This is the style used to style the names used for the XML.private Style
CompositeListUnion. style
This is this style associated with the serialization context.private Style
CompositeMap. style
This is the style used to style the names used for the XML.private Style
CompositeMapUnion. style
This is this style associated with the serialization context.private Style
CompositeValue. style
This is the style used to style the names used for the XML.private Style
EmptyExpression. style
This is the style that is used to style any paths created.protected Style
PathParser. style
This is the format used to style the path segments.private Style
PrimitiveKey. style
This is the style used to style the XML elements for the key.private Style
PrimitiveValue. style
This is the style used to style the XML names for the value.private Style
Traverser. style
This 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 Style
Context. getStyle()
This is used to acquire theStyle
for the format.Style
Source. getStyle()
This is used to acquire theStyle
for the format.Style
Support. getStyle()
This is used to acquire theStyle
for 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) class
Builder
TheBuilder
class is used to represent an XML style that can be applied to a serialized object.(package private) class
CamelCaseBuilder
TheCamelCaseBuilder
is used to represent an XML style that can be applied to a serialized object.class
CamelCaseStyle
TheCamelCaseStyle
is used to represent an XML style that can be applied to a serialized object.(package private) class
HyphenBuilder
TheHyphenBuilder
is used to represent an XML style that can be applied to a serialized object.class
HyphenStyle
TheHyphenStyle
is used to represent an XML style that can be applied to a serialized object.(package private) class
IdentityStyle
TheIdentityStyle
object 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 Style
Builder. style
This is the style object used to create the values used.private Style
CamelCaseStyle. style
This is the strategy used to generate the style tokens.private Style
Format. style
This is the style that is used internally by the format.private Style
HyphenStyle. style
This is the strategy used to generate the style tokens.Methods in org.simpleframework.xml.stream that return Style Modifier and Type Method Description Style
Format. getStyle()
This is used to acquire theStyle
for the format.Constructors in org.simpleframework.xml.stream with parameters of type Style Constructor Description Builder(Style style)
Constructor for theBuilder
object.Format(int indent, java.lang.String prolog, Style style)
Constructor for theFormat
object.Format(int indent, java.lang.String prolog, Style style, Verbosity verbosity)
Constructor for theFormat
object.Format(int indent, Style style)
Constructor for theFormat
object.Format(int indent, Style style, Verbosity verbosity)
Constructor for theFormat
object.Format(Style style)
Constructor for theFormat
object.Format(Style style, Verbosity verbosity)
Constructor for theFormat
object.
-