Packages

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 Attribute = (String, String)

    XML trees *

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

    cache for partial sharing (weak table) *

  5. case class Elem(markup: Markup, body: Body) extends Tree with Product with Serializable
  6. abstract class Error extends Exception

    XML as data representation language *

  7. case class Text(content: String) extends Tree with Product with Serializable
  8. sealed abstract class Tree extends AnyRef
  9. class XML_Atom extends Error
  10. 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
    @native() @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: Body): Elem
  13. def elem(markup: Markup): Elem
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def output_char(c: Char, s: StringBuilder): Unit

    string representation *

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

Inherited from AnyRef

Inherited from Any

Ungrouped