ElementNode::getAttributes

The getAttributes() method retrieves all attributes of the current element. It returns an Attributes instance which represents a collection of all attributes that belong to the element.

Description

public ElementNode::getAttributes(): Attributes

Parameters

None

Return Value

Returns an Attributes collection that contains all attributes of the element.

Exceptions

None

Source Code
If you find this project useful, consider leaving a on GitHub! Thank you!