Document.header

Prepend an XML header to the document tree. Note that this method currently allocates.

  1. Document header()
  2. Document header(Immut!(T)[] encoding)
    class Document(T_)
    final
    header
    (
    Immut!(T)[] encoding
    )

Parameters

encoding Immut!(T)[]

the encoding of the xml document

Meta