DomNode.toString

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

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

Parameters

index size_t

The tab index of the node.

Return Value

Type: string

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

Meta