JavaScript is disabled on your browser.
Description
Nested Class Summary
Enum Constant Summary
Constructor Summary
Method Summary
Enum Constant Details
REPLACE_SELF_CLOSING_WITH_NULL
REPLACE_SELF_CLOSING_WITH_STRING
REPLACE_EMPTY_VALUE_WITH_NULL
REPLACE_EMPTY_TAG_WITH_NULL
REPLACE_EMPTY_TAG_WITH_STRING
REMOVE_FIRST_LEVEL
WITHOUT_NAMESPACES
REPLACE_MINUS_WITH_AT
REPLACE_EMPTY_TAG_WITH_NULL_AND_MINUS_WITH_AT
Constructor Details
XmlToJsonMode()
Method Details
values()
valueOf(String)
Enum Constant Summary
Enum Constants
Constructor Summary
Constructors
Method Summary
All Methods Static Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
REPLACE_SELF_CLOSING_WITH_NULL
REPLACE_SELF_CLOSING_WITH_STRING
REPLACE_EMPTY_VALUE_WITH_NULL
REPLACE_EMPTY_TAG_WITH_NULL
REPLACE_EMPTY_TAG_WITH_STRING
REPLACE_EMPTY_TAG_WITH_NULL_AND_MINUS_WITH_AT