Uses of Class
org.simpleframework.xml.stream.Formatter.Tag
-
Packages that use Formatter.Tag Package Description org.simpleframework.xml.stream -
-
Uses of Formatter.Tag in org.simpleframework.xml.stream
Fields in org.simpleframework.xml.stream declared as Formatter.Tag Modifier and Type Field Description private Formatter.Tag
Formatter. last
Represents the last type of content that was written.Methods in org.simpleframework.xml.stream that return Formatter.Tag Modifier and Type Method Description static Formatter.Tag
Formatter.Tag. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Formatter.Tag[]
Formatter.Tag. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-