Packages

sealed trait Content extends AnyRef

Source
Content.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Content
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def comment: Option[QName.Str]
  7. def commentOr(s: ⇒ QName.Str): QName.Str
  8. def cref: Option[QName.Str]
  9. def crefOr(s: ⇒ QName.Str): QName.Str
  10. def elem: Option[Element]
  11. def elemOr(e: ⇒ Element): Element
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def fold[X](elem: (Element) ⇒ X, text: (CData) ⇒ X, cref: (QName.Str) ⇒ X, comment: (QName.Str) ⇒ X): X
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  18. def isComment: Boolean
  19. def isCref: Boolean
  20. def isElem: Boolean
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isText: Boolean
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def text: Option[CData]
  28. def textOr(d: ⇒ CData): CData
  29. def toCursor: Cursor
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def unary_+: Cursor
  32. def usingComment(k: (QName.Str) ⇒ QName.Str): Content
  33. def usingCref(k: (QName.Str) ⇒ QName.Str): Content
  34. def usingElem(k: (Element) ⇒ Element): Content
  35. def usingText(k: (CData) ⇒ CData): Content
  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 walk(k: (Cursor) ⇒ Content): Content

Inherited from AnyRef

Inherited from Any

Ungrouped