public static enum Xml.XmlStringBuilder.Step extends Enum<Xml.XmlStringBuilder.Step>
Enum Constant and Description |
---|
COMPACT |
FOUR_SPACES |
TABS |
THREE_SPACES |
TWO_SPACES |
Modifier and Type | Method and Description |
---|---|
int |
getIdent() |
static Xml.XmlStringBuilder.Step |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Xml.XmlStringBuilder.Step[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Xml.XmlStringBuilder.Step TWO_SPACES
public static final Xml.XmlStringBuilder.Step THREE_SPACES
public static final Xml.XmlStringBuilder.Step FOUR_SPACES
public static final Xml.XmlStringBuilder.Step COMPACT
public static final Xml.XmlStringBuilder.Step TABS
public static Xml.XmlStringBuilder.Step[] values()
for (Xml.XmlStringBuilder.Step c : Xml.XmlStringBuilder.Step.values()) System.out.println(c);
public static Xml.XmlStringBuilder.Step valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getIdent()
Copyright © 2019. All rights reserved.