org.simpleframework.xml.stream.IndentationMode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of simple-xml Show documentation
Show all versions of simple-xml Show documentation
Simple is a high performance XML serialization and configuration framework for Java
package org.simpleframework.xml.stream;
public enum IndentationMode {
ENABLED,
DISABLED
}