Packages

o

scala.xml

MinimizeMode

object MinimizeMode extends Enumeration

Governs how empty elements (i.e. those without child elements) should be serialized.

Linear Supertypes
Enumeration, Serializable, java.io.Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MinimizeMode
  2. Enumeration
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class Value extends Ordered[Value] with Serializable
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  2. class ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetLike[Value, ValueSet] with Serializable
    Definition Classes
    Enumeration

Value Members

  1. 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.

  2. val Default: Value

    Minimize empty tags if they were originally empty when parsed, or if they were constructed with scala.xml.Elem#minimizeEmpty == true

  3. val Never: Value

    Never minimize empty tags.

  4. final def apply(x: Int): Value
    Definition Classes
    Enumeration
  5. final def maxId: Int
    Definition Classes
    Enumeration
  6. def toString(): String
    Definition Classes
    Enumeration → AnyRef → Any
  7. def values: ValueSet
    Definition Classes
    Enumeration
  8. final def withName(s: String): Value
    Definition Classes
    Enumeration