isabelle

XML

object XML

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

Type Members

  1. type Attributes = List[(String, String)]

  2. type Body = List[Tree]

  3. class Cache extends AnyRef

    cache for partial sharing (weak table) *

  4. case class Elem(markup: Markup, body: Body) 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: 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. object Decode

  7. object Encode

  8. object Wrapped_Elem

  9. val XML_BODY: String

  10. val XML_ELEM: String

  11. val XML_NAME: String

  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def content(tree: Tree): String

  15. def content(body: Body): String

  16. def elem(name: String): Elem

  17. def elem(name: String, body: Body): Elem

  18. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

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

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

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

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

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

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

    Definition Classes
    AnyRef
  27. def string_of_body(body: Body): String

    string representation *

  28. def string_of_tree(tree: Tree): String

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

    Definition Classes
    AnyRef
  30. def text_length(body: Body): Int

  31. def toString(): String

    Definition Classes
    AnyRef → Any
  32. def traverse_text[A](body: Body)(a: A)(op: (A, String) ⇒ A): A

  33. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped