object MinimizeMode extends Enumeration
Governs how empty elements (i.e. those without child elements) should be serialized.
- Alphabetic
- By Inheritance
- MinimizeMode
- Enumeration
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- abstract class Value extends Ordered[Value] with Serializable
- Definition Classes
- Enumeration
- Annotations
- @SerialVersionUID()
- class ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetOps[Value, SortedSet, ValueSet] with StrictOptimizedIterableOps[Value, Set, ValueSet] with Serializable
- Definition Classes
- Enumeration
- Annotations
- @SerialVersionUID()
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
- implicit object ValueOrdering extends Ordering[Value]
- Definition Classes
- Enumeration