DomNode.getAttribute

Gets an attribute from the node.

class DomNode
final @safe
getAttribute
(
string name
)

Parameters

name string

The name of the attribute to retrieve.

Return Value

The attribute if present, otherwise null.

Meta