Class/Object

rapture.xml

XmlBuffer

Related Docs: object XmlBuffer | package xml

Permalink

class XmlBuffer extends XmlDataType[XmlBuffer, XmlBufferAst] with MutableDataType[XmlBuffer, XmlBufferAst] with DynamicData[XmlBuffer, XmlBufferAst]

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

Instance Constructors

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

    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: XmlBufferAst

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

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

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

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

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

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

    Permalink
    Definition Classes
    XmlBuffer → DataType
  10. def +=[T2](v: T2)(implicit ser: data.Serializer[T2, XmlBuffer]): Unit

    Permalink
    Definition Classes
    MutableDataType
  11. def -=(k: String): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def \(key: String): XmlBuffer

    Permalink
    Definition Classes
    DataType
  14. def \\(key: String): XmlBuffer

    Permalink
    Definition Classes
    DataType
  15. def ^dateParents(p: Vector[Either[Int, String]], newVal: Any): Unit

    Permalink
    Definition Classes
    MutableDataType
  16. def apply(i: Int): XmlBuffer

    Permalink
    Definition Classes
    DataType
  17. def applyDynamic(key: String)(i: Int): XmlBuffer

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  32. def selectDynamic(key: String): XmlBuffer

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

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

    Permalink
    Definition Classes
    XmlBuffer → AnyRef → Any
  35. def update[T2](i: Int, v: T2)(implicit ser: data.Serializer[T2, XmlBuffer]): Unit

    Permalink
    Definition Classes
    MutableDataType
  36. def updateDynamic(key: String)(v: ForcedConversion2[XmlBuffer]): Unit

    Permalink
    Definition Classes
    MutableDataType
  37. final def wait(): Unit

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

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

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

Inherited from DynamicData[XmlBuffer, XmlBufferAst]

Inherited from Dynamic

Inherited from MutableDataType[XmlBuffer, XmlBufferAst]

Inherited from XmlDataType[XmlBuffer, XmlBufferAst]

Inherited from DataType[XmlBuffer, XmlBufferAst]

Inherited from AnyRef

Inherited from Any

Ungrouped