Writer.writeDeclaration

<p> This will write the declaration to the given Writer. Assumes XML version 1.0 since we don't directly know. </p>

  1. void writeDeclaration(string decl, string content)
  2. void writeDeclaration(Element node)
    struct Writer(alias OutRange, alias PrettyPrinter = PrettyPrinters.Minimalizer)
    protected
    void
    writeDeclaration

Meta