object MinimizeMode extends Enumeration
Governs how empty elements (i.e. those without child elements) should be serialized.
- Alphabetic
- By Inheritance
- MinimizeMode
- Enumeration
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
abstract
class
Value extends Ordered[Value] with Serializable
- Definition Classes
- Enumeration
- Annotations
- @SerialVersionUID()
-
class
ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetLike[Value, ValueSet] with Serializable
- Definition Classes
- Enumeration
Value Members
-
val
Always: Value
Always minimize empty tags.
Always minimize empty tags. Note that this may be problematic for XHTML, in which case scala.xml.Xhtml
#toXhtml
should be used instead. -
val
Default: Value
Minimize empty tags if they were originally empty when parsed, or if they were constructed with scala.xml.Elem
#minimizeEmpty
== true -
val
Never: Value
Never minimize empty tags.
-
final
def
apply(x: Int): Value
- Definition Classes
- Enumeration
-
final
def
maxId: Int
- Definition Classes
- Enumeration
-
def
toString(): String
- Definition Classes
- Enumeration → AnyRef → Any
-
def
values: ValueSet
- Definition Classes
- Enumeration
-
final
def
withName(s: String): Value
- Definition Classes
- Enumeration