DomNode.getAttributeNames

Gets all attribute names.

class DomNode
final @trusted
string[]
getAttributeNames
()

Return Value

Type: string[]

An array of the attribute names.

Meta