Packages

implicit final class BoundWriter extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BoundWriter
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BoundWriter(out: XMLStreamWriter)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  7. def toString(): String
    Definition Classes
    Any
  8. def write[T](value: T)(implicit arg0: XmlWrite[T]): Unit

    Helper to write an arbitrary value of a type that belongs to the XmlWrite typeclass, delegating to the implicit XmlWrite[T]

  9. def writeBase64(bytes: Array[Byte]): Unit

    Helper to write the base64-encoded form an array of bytes as XML characters

  10. def writeElem[A](name: String, attributes: Attributes*)(inner: => A): A

    Helper for writing an element.

    Helper for writing an element.

    name

    The element's name

    attributes

    A varargs of key-value pairs to be written as attributes on the element

    inner

    Code to execute before the "end element" is written, i.e. instructions to write the element's children

Inherited from AnyVal

Inherited from Any

Ungrouped