CheckedWriter.writeXMLDeclaration

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void writeXMLDeclaration(Args args)
  2. void writeXMLDeclaration(StringType version_, StringType encoding, StringType standalone)
    struct CheckedWriter(WriterType, CursorType = void)
    if (
    isWriter!(WriterType) &&
    (
    is(CursorType == void) ||
    (
    isCursor!CursorType &&
    is(WriterType.StringType == CursorType.StringType)
    )
    )
    )

Meta