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)
    class Tag
    string
    toSDLDocument
    ()
    (
    string indent = "\t"
    ,
    int indentLevel = 0
    )
  2. void toSDLDocument(Sink sink, string indent, int indentLevel)

Meta