object MinimizeMode extends Enumeration
Governs how empty elements (i.e. those without child elements) should be serialized.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MinimizeMode
- Enumeration
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
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