Class/Object

rapture.xml

Xml

Related Docs: object Xml | package xml

Permalink

class Xml extends XmlDataType[Xml, XmlAst] with DynamicData[Xml, XmlAst]

Represents some parsed XML.

Linear Supertypes
DynamicData[Xml, XmlAst], Dynamic, XmlDataType[Xml, XmlAst], DataType[Xml, XmlAst], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Xml
  2. DynamicData
  3. Dynamic
  4. XmlDataType
  5. DataType
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Xml(arg0: MutableCell, arg1: Vector[Either[Int, String]] = Vector())(implicit arg0: XmlAst)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. implicit val $ast: XmlAst

    Permalink
    Definition Classes
    Xml → DataType
  4. def $deref(path: Vector[Either[Int, String]]): Xml

    Permalink
    Definition Classes
    Xml → DynamicData → DataType
  5. def $extract(sp: Vector[Either[Int, String]]): Xml

    Permalink
    Definition Classes
    Xml → DataType
  6. def $normalize: Any

    Permalink
    Definition Classes
    DataType
  7. val $path: Vector[Either[Int, String]]

    Permalink
    Definition Classes
    Xml → DynamicData → DataType
  8. val $root: MutableCell

    Permalink
    Definition Classes
    Xml → DataType
  9. def $wrap(any: Any, path: Vector[Either[Int, String]]): Xml

    Permalink
    Definition Classes
    Xml → DataType
  10. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def \(key: String): Xml

    Permalink
    Definition Classes
    DataType
  12. def \\(key: String): Xml

    Permalink
    Definition Classes
    DataType
  13. def apply(i: Int): Xml

    Permalink
    Definition Classes
    DataType
  14. def applyDynamic(key: String)(i: Int): Xml

    Permalink
    Definition Classes
    DynamicData
  15. def as[S](implicit ext: data.Extractor[S, Xml], mode: Mode[Data#as]): Wrap[S, Throws]

    Permalink
    Definition Classes
    DataType
  16. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  17. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def doNormalize(orEmpty: Boolean): Any

    Permalink
    Attributes
    protected
    Definition Classes
    DataType
  19. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def equals(any: Any): Boolean

    Permalink
    Definition Classes
    DataType → AnyRef → Any
  21. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    DataType → AnyRef → Any
  24. def is[S](implicit ext: data.Extractor[S, Xml]): Boolean

    Permalink
    Definition Classes
    DataType
  25. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. def selectDynamic(key: String): Xml

    Permalink
    Definition Classes
    DynamicData
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    Xml → AnyRef → Any
  32. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DynamicData[Xml, XmlAst]

Inherited from Dynamic

Inherited from XmlDataType[Xml, XmlAst]

Inherited from DataType[Xml, XmlAst]

Inherited from AnyRef

Inherited from Any

Ungrouped