Uses of Class
org.simpleframework.xml.stream.Format

Packages that use Format
org.simpleframework.xml.core   
org.simpleframework.xml.stream   
 

Uses of Format in org.simpleframework.xml.core
 

Constructors in org.simpleframework.xml.core with parameters of type Format
Persister(Filter filter, Format format)
          Constructor for the Persister object.
Persister(Filter filter, Matcher matcher, Format format)
          Constructor for the Persister object.
Persister(Format format)
          Constructor for the Persister object.
Persister(Map filter, Format format)
          Constructor for the Persister object.
Persister(Matcher matcher, Format format)
          Constructor for the Persister object.
Persister(Strategy strategy, Filter filter, Format format)
          Constructor for the Persister object.
Persister(Strategy strategy, Filter filter, Matcher matcher, Format format)
          Constructor for the Persister object.
Persister(Strategy strategy, Format format)
          Constructor for the Persister object.
Persister(Strategy strategy, Map data, Format format)
          Constructor for the Persister object.
Persister(Strategy strategy, Matcher matcher, Format format)
          Constructor for the Persister object.
 

Uses of Format in org.simpleframework.xml.stream
 

Methods in org.simpleframework.xml.stream with parameters of type Format
static OutputNode NodeBuilder.write(Writer result, Format format)
          This is used to create an OutputNode that can be used to write a well formed XML document.
 



Copyright © 2013. All Rights Reserved.