no.arktekk.atom

Service

case class Service(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. Service
  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 Service(wrapped: Elem)

Type Members

  1. type T = Service

    Definition Classes
    ServiceElementWrapper

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 addWorkspace(workspace: Workspace): Service

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

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

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

    Definition Classes
    ElementWrapper
  22. def clone(): AnyRef

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

    Definition Classes
    ServiceElementWrapper
  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. def findWorkspace(title: String): Option[Workspace]

  28. final def getClass(): Class[_]

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

    Definition Classes
    Any
  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. def self: Service

    Attributes
    protected
    Definition Classes
    ServiceElementWrapper
  36. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

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

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

    Definition Classes
    ElementWrapper
  44. def withWorkspaces(workspaces: IndexedSeq[Workspace]): Service

  45. def workspaces: IndexedSeq[Workspace]

  46. val wrapped: Elem

    Definition Classes
    ServiceElementWrapper
  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