Document.CreateAttribute

Document.CreateAttribute method

Creates an Attr of the given name.

public Attr CreateAttribute(string localName)
ParameterTypeDescription
localNameStringThe attribute name.

Return Value

The Attr.

See Also