Uses of Interface
org.simpleframework.xml.stream.Style

Packages that use Style
org.simpleframework.xml.stream   
 

Uses of Style in org.simpleframework.xml.stream
 

Classes in org.simpleframework.xml.stream that implement Style
 class CamelCaseStyle
          The CamelCaseStyle is used to represent an XML style that can be applied to a serialized object.
 class HyphenStyle
          The HyphenStyle is used to represent an XML style that can be applied to a serialized object.
 

Methods in org.simpleframework.xml.stream that return Style
 Style Format.getStyle()
          This is used to acquire the Style for the format.
 

Constructors in org.simpleframework.xml.stream with parameters of type Style
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.
 



Copyright © 2013. All Rights Reserved.