DomNode.toString

Converts the node to a properly formatted dom node-string.

  1. string toString(size_t index)
  2. string toString()
    class DomNode
    final override @safe
    string
    toString
    ()

Return Value

Type: string

A string equivalent to the properly formatted dom node-string.

Meta