no.arktekk.atom

ElementWrapper

trait ElementWrapper extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ElementWrapper
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract type T <: ElementWrapper

Abstract Value Members

  1. abstract def copy(elem: Elem): T

  2. abstract def self: T

    Attributes
    protected
  3. abstract def wrapped: Elem

Concrete 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]

  7. def addChild(node: Node): T

  8. def addChild(w: ElementWrapper): T

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

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

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

  12. def addChild(text: String): T

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

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

  15. def addNamespace(prefixNS: (String, String)): T

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

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

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

  19. final def asInstanceOf[T0]: T0

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

  21. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  22. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean

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

  25. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  27. def hashCode(): Int

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

    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

    Definition Classes
    AnyRef
  35. def toString(): String

    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit

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

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

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

  40. def withAttribute(name: String, value: Any): T

  41. def withChildren(children: Group[Node]): T

  42. def withChildren(children: Seq[ElementWrapper]): T

  43. def writeTo(file: File)(implicit charset: Charset): Unit

    See also

    #writeTo(Writer)

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

    See also

    #writeTo(Writer)

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

Inherited from AnyRef

Inherited from Any

Ungrouped