no.arktekk.atom

Person

case class Person extends PersonLike with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, PersonLike, ElementWrapper, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Person
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. PersonLike
  7. ElementWrapper
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type T = Person

    Definition Classes
    PersonElementWrapper

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def \[B](selector: Selector[B]): IndexedSeq[B]

    Definition Classes
    ElementWrapper
  7. def addChild(node: Node): T

    Definition Classes
    ElementWrapper
  8. def addChild(w: ElementWrapper): T

    Definition Classes
    ElementWrapper
  9. def addChild(ns: NamespaceBinding, name: String, node: Node): T

    Definition Classes
    ElementWrapper
  10. def addChild(ns: NamespaceBinding, name: String, text: String): T

    Definition Classes
    ElementWrapper
  11. def addChild(name: String, text: String): T

    Definition Classes
    ElementWrapper
  12. def addChild(text: String): T

    Definition Classes
    ElementWrapper
  13. def addChildren(children: Group[Node]): T

    Definition Classes
    ElementWrapper
  14. def addChildren(children: Seq[ElementWrapper]): T

    Definition Classes
    ElementWrapper
  15. def addNamespace(prefixNS: (String, String)): T

    Definition Classes
    ElementWrapper
  16. def addNamespace(prefix: Option[String], namespace: String): T

    Definition Classes
    ElementWrapper
  17. def addNamespaces(namespaces: Map[String, String]): T

    Definition Classes
    ElementWrapper
  18. def apply[A >: T, B](ext: AtomExtension[A, B], value: B): T

    Definition Classes
    ElementWrapper
  19. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  20. def attr(name: QName): Option[String]

    Definition Classes
    ElementWrapper
  21. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  22. def copy(elem: Elem): Person

    Definition Classes
    PersonElementWrapper
  23. lazy val email: Option[String]

    Definition Classes
    PersonPersonLike
  24. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. def extract[A >: T, B](ext: AtomExtension[A, B]): B

    Definition Classes
    ElementWrapper
  26. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  27. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. lazy val name: String

    Definition Classes
    PersonPersonLike
  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. def replaceChildren(selector: Selector[Elem], children: Group[Node]): T

    Definition Classes
    ElementWrapper
  34. def replaceChildren(selector: Selector[Elem], children: IndexedSeq[ElementWrapper]): T

    Definition Classes
    ElementWrapper
  35. val self: Person

    Definition Classes
    PersonElementWrapper
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. lazy val url: Option[String]

    Definition Classes
    PersonPersonLike
  38. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  39. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  40. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  41. def withAttribute(name: QName, value: Any): T

    Definition Classes
    ElementWrapper
  42. def withAttribute(name: String, value: Any): T

    Definition Classes
    ElementWrapper
  43. def withChildren(children: Group[Node]): T

    Definition Classes
    ElementWrapper
  44. def withChildren(children: Seq[ElementWrapper]): T

    Definition Classes
    ElementWrapper
  45. def withEmail(email: String): T

    Definition Classes
    PersonLike
  46. def withName(name: String): T

    Definition Classes
    PersonLike
  47. def withUrl(url: URI): T

    Definition Classes
    PersonLike
  48. val wrapped: Elem

    Definition Classes
    PersonElementWrapper
  49. def writeTo(file: File)(implicit charset: Charset): Unit

    Definition Classes
    ElementWrapper
    See also

    #writeTo(Writer)

  50. def writeTo(stream: OutputStream)(implicit charset: Charset): Unit

    Definition Classes
    ElementWrapper
    See also

    #writeTo(Writer)

  51. def writeTo(writer: Writer)(implicit charset: Charset): Unit

    Serializes the ElementWrapper to the given writer.

    Serializes the ElementWrapper to the given writer. Note that the writer will be flushed. but not closed,

    writer

    the writer to use

    charset

    requires a charset to be used.

    Definition Classes
    ElementWrapper

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from PersonLike

Inherited from ElementWrapper

Inherited from AnyRef

Inherited from Any

Ungrouped