DomNode.text

Sets the text of the node. If the text contains valid dom, then it'll be parsed. To just set the text without parsing use rawText.

  1. string text [@property getter]
  2. string text [@property setter]
    class DomNode
    final @property @safe
    void
    text
    (
    string newText
    )

Meta