Node.HasAttributes

Node.HasAttributes method

The hasAttributes() method of the Element interface returns a boolean value indicating whether the current element has any attributes or not.

public virtual bool HasAttributes()

Return Value

boolean true if this node has any attributes, false otherwise.

See Also