Packages

sealed trait XmlNumber extends XmlData with Serializable

Linear Supertypes
XmlData, Serializable, Xml, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XmlNumber
  2. XmlData
  3. Serializable
  4. Xml
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def as[T](implicit arg0: Decoder[T]): Result[T]
    Definition Classes
    XmlData
  5. final def asAttribute: Option[XmlAttribute]
    Definition Classes
    Xml
  6. final def asData: Option[XmlData]
    Definition Classes
    Xml
  7. final def asGroup: Option[XmlNode.Group]
    Definition Classes
    Xml
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. final def asNode: Option[Node]
    Definition Classes
    Xml
  10. def asString: String
    Definition Classes
    XmlData
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  12. def duplicate: XmlData

    Create a new immutable instance with the same values of the current one

    Create a new immutable instance with the same values of the current one

    returns

    A new instance with the same values of the current one

    Definition Classes
    XmlDataXml
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(obj: Any): Boolean
    Definition Classes
    Xml → AnyRef → Any
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. final lazy val isAttribute: Boolean
    Definition Classes
    Xml
  18. final lazy val isData: Boolean
    Definition Classes
    Xml
  19. def isEmpty: Boolean
    Definition Classes
    XmlData
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final lazy val isNode: Boolean
    Definition Classes
    Xml
  22. final lazy val isNull: Boolean
    Definition Classes
    Xml
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. final def stringValue: String
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. final def toBigDecimal: Option[BigDecimal]
  29. final def toBigInt: Option[BigInt]
  30. final def toByte: Option[Byte]
  31. final def toDouble: Double
  32. final def toFloat: Float
  33. final def toInt: Option[Int]
  34. final def toLong: Option[Long]
  35. final def toShort: Option[Short]
  36. final def toString(): String
    Definition Classes
    Xml → AnyRef → Any
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. def widen: XmlData
    Definition Classes
    XmlData

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from XmlData

Inherited from Serializable

Inherited from Xml

Inherited from AnyRef

Inherited from Any

Ungrouped