Tag.toSDLDocument

Treats this as the root tag. Note that root tags cannot have values or attributes, and cannot be part of a namespace. If this isn't a valid root tag, sdlang.exception.ValidationException will be thrown.

  1. string toSDLDocument(string indent, int indentLevel)
  2. void toSDLDocument(Sink sink, string indent, int indentLevel)
    class Tag
    void
    toSDLDocument
    (
    Sink
    )
    (
    ref Sink sink
    ,
    string indent = "\t"
    ,
    int indentLevel = 0
    )
    if (
    isOutputRange!(Sink, char)
    )

Meta