DomNode.addAttribute

Adds an attribute to the node.

  1. void addAttribute(DomAttribute attribute)
  2. void addAttribute(string name, string value)
    class DomNode
    final @safe
    void
    addAttribute
    (
    string name
    ,
    string value
    )

Parameters

name string

The name of the attribute.

value string

The value of the attribute.

Meta