Package | Description |
---|---|
com.aspose.html.dom |
Modifier and Type | Method and Description |
---|---|
NamedNodeMap |
Element.getAttributes()
A NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.
|
NamedNodeMap |
Node.getAttributes()
A NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.
|