rapture.xml

Xml

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

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. implicit val $ast: XmlAst

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

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

    Definition Classes
    Xml → DataType
  7. def $normalize: Any

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

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

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

    Definition Classes
    Xml → DataType
  11. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  13. def @tribute(attribute: Symbol): XmlAttribute

  14. def \(key: String): Xml

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

    Definition Classes
    DataType
  16. def apply(attribute: Symbol): XmlAttribute

  17. def apply(i: Int): Xml

    Definition Classes
    DataType
  18. def applyDynamic[L, R](field: String)(dynApp: DynamicApplied[L, R] = 0): R

  19. def as[S](implicit ext: data.Extractor[S, Xml], mode: Mode[Data#as]): Wrap[S, Throws]

    Definition Classes
    DataType
  20. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  21. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    DynamicData
  34. def self: Xml

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

    Definition Classes
    AnyRef
  36. def toBareString: String

    Definition Classes
    Xml → DataType
  37. def toString(): String

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

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

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

    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