no.arktekk.atom.extension.thr

InReplyTo

case class InReplyTo(wrapped: Elem) extends ElementWrapper with Product with Serializable

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

Instance Constructors

  1. new InReplyTo(wrapped: Elem)

Type Members

  1. type T = InReplyTo

    Definition Classes
    InReplyToElementWrapper

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): InReplyTo

    Definition Classes
    InReplyToElementWrapper
  23. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    ElementWrapper
  25. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  27. def href: Option[URI]

  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. def mediaType: Option[MediaType]

  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 ref: URI

  34. def replaceChildren(selector: Selector[Elem], children: Group[Node]): T

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

    Definition Classes
    ElementWrapper
  36. def self: InReplyTo

    Attributes
    protected
    Definition Classes
    InReplyToElementWrapper
  37. def source: Option[URI]

  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. final def wait(): Unit

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

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

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

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

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

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

    Definition Classes
    ElementWrapper
  46. val wrapped: Elem

    Definition Classes
    InReplyToElementWrapper
  47. def writeTo(file: File)(implicit charset: Charset): Unit

    Definition Classes
    ElementWrapper
    See also

    #writeTo(Writer)

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

    Definition Classes
    ElementWrapper
    See also

    #writeTo(Writer)

  49. 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 ElementWrapper

Inherited from AnyRef

Inherited from Any

Ungrouped