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 bool HasAttributes()
Return Value
boolean true if this node has any attributes, false otherwise.
See Also
- class Node
- package com.aspose.html.Dom
- package Aspose.HTML