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 Style
    Modifier and Type
    Field
    Description
    private final Style
    CompositeInlineMap.style
    This is the style used to style the names used for the XML.
    private final Style
    CompositeKey.style
    This is the style used to style the names used for the XML.
    private final Style
    CompositeListUnion.style
    This is this style associated with the serialization context.
    private final Style
    CompositeMap.style
    This is the style used to style the names used for the XML.
    private final Style
    CompositeMapUnion.style
    This is this style associated with the serialization context.
    private final Style
    CompositeValue.style
    This is the style used to style the names used for the XML.
    private final 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 final Style
    PrimitiveKey.style
    This is the style used to style the XML elements for the key.
    private final Style
    PrimitiveValue.style
    This is the style used to style the XML names for the value.
    private final 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
    Context.getStyle()
    This is used to acquire the Style for the format.
    Source.getStyle()
    This is used to acquire the Style for the format.
    Support.getStyle()
    This is used to acquire the Style 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 
    The Builder class is used to represent an XML style that can be applied to a serialized object.
    (package private) class 
    The CamelCaseBuilder is used to represent an XML style that can be applied to a serialized object.
    class 
    The CamelCaseStyle is used to represent an XML style that can be applied to a serialized object.
    (package private) class 
    The HyphenBuilder is used to represent an XML style that can be applied to a serialized object.
    class 
    The HyphenStyle is used to represent an XML style that can be applied to a serialized object.
    (package private) class 
    The IdentityStyle object is used to represent a style that does not modify the tokens passed in to it.
    Modifier and Type
    Field
    Description
    private final Style
    Builder.style
    This is the style object used to create the values used.
    private final Style
    CamelCaseStyle.style
    This is the strategy used to generate the style tokens.
    private final Style
    Format.style
    This is the style that is used internally by the format.
    private final 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
    Format.getStyle()
    This is used to acquire the Style for the format.
    Constructors in org.simpleframework.xml.stream with parameters of type Style
    Modifier
    Constructor
    Description
     
    Builder(Style style)
    Constructor for the Builder object.
     
    Format(int indent, String prolog, Style style)
    Constructor for the Format object.
     
    Format(int indent, String prolog, Style style, Verbosity verbosity)
    Constructor for the Format object.
     
    Format(int indent, Style style)
    Constructor for the Format object.
     
    Format(int indent, Style style, Verbosity verbosity)
    Constructor for the Format object.
     
    Format(Style style)
    Constructor for the Format object.
     
    Format(Style style, Verbosity verbosity)
    Constructor for the Format object.