Packages

final case class XmlAttribute(key: String, value: XmlData) extends Xml with Serializable with Product

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

Instance Constructors

  1. new XmlAttribute(key: String, value: XmlData)

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. final def asAttribute: Option[XmlAttribute]
    Definition Classes
    Xml
  5. final def asData: Option[XmlData]
    Definition Classes
    Xml
  6. final def asGroup: Option[XmlNode.Group]
    Definition Classes
    Xml
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. final def asNode: Option[Node]
    Definition Classes
    Xml
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  10. def duplicate: XmlAttribute

    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
    XmlAttributeXml
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(obj: Any): Boolean
    Definition Classes
    Xml → AnyRef → Any
  13. def exists(key: String)(valuep: (String) => Boolean)(implicit dummyImplicit: DummyImplicit): Boolean
  14. def exists(key: String, valuep: (XmlData) => Boolean): Boolean
  15. def exists(key: String, value: String): Boolean
  16. def exists(key: String, value: XmlData): Boolean
  17. def exists(keyp: (String) => Boolean, valuep: (XmlData) => Boolean): Boolean
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. final lazy val isAttribute: Boolean
    Definition Classes
    Xml
  20. final lazy val isData: Boolean
    Definition Classes
    Xml
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final lazy val isNode: Boolean
    Definition Classes
    Xml
  23. final lazy val isNull: Boolean
    Definition Classes
    Xml
  24. val key: String
  25. def map(f: Endo[XmlData]): XmlAttribute
  26. def map[U](f: (XmlData) => U)(implicit arg0: DataEncoder[U]): XmlAttribute
  27. def mapDecode[T, U](f: (T) => U)(implicit arg0: Decoder[T], arg1: DataEncoder[U]): Result[XmlAttribute]
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  31. def productElementNames: Iterator[String]
    Definition Classes
    Product
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. final def toString(): String
    Definition Classes
    Xml → AnyRef → Any
  34. val value: XmlData
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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 Product

Inherited from Equals

Inherited from Serializable

Inherited from Xml

Inherited from AnyRef

Inherited from Any

Ungrouped