public interface AttributeReadAttribute extends Accessibility
attribute
attribute of an object.WAI_ARIA
Modifier and Type | Method and Description |
---|---|
String |
getAttribute(String name)
This method gets the attribute with the given
name of this object. |
String getAttribute(String name)
name
of this object. This is generic
and not further specified. It can e.g. allow to get DOM attributes of an element.name
- is the name of the requested attribute.name
or null
if NOT set.Copyright © 2001–2016 mmm-Team. All rights reserved.