object XML

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

Type Members

  1. type Attributes = List[Entry]

    XML trees *

  2. type Body = List[Tree]
  3. class Cache extends AnyRef

    cache for partial sharing (weak table) *

  4. case class Elem (markup: Markup, body: List[Tree]) extends Tree with Product with Serializable
  5. abstract class Error extends Exception

    XML as data representation language *

  6. case class Text (content: String) extends Tree with Product with Serializable
  7. sealed abstract class Tree extends AnyRef
  8. class XML_Atom extends Error
  9. class XML_Body extends Error

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. val XML_BODY: String
  5. val XML_ELEM: String
  6. val XML_NAME: String
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def content(tree: Tree): String
  10. def content(body: Body): String
  11. def elem(name: String): Elem
  12. def elem(name: String, body: List[Tree]): Elem
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  22. def string_of_body(body: Body): String

    string representation *

  23. def string_of_tree(tree: Tree): String
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def text_length(body: Body): Int
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. def traverse_text[A](body: Body)(a: A)(op: (A, String) ⇒ A): A
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. object Decode
  32. object Encode
  33. object Wrapped_Elem

Inherited from AnyRef

Inherited from Any

Ungrouped