Guide du programmeur > Interfaces > AElement interface > getInternalAttribute method
getInternalAttribute method
Returns the value of an attribute as a string. Allows examination of Arbortext-specific internal attributes, which are not supported using the standard DOM interfaces.
getInternalAttribute(name )
Parameters
String name
Attribute name.
Returns
String. Attribute value or null if no such attribute is defined.
Est-ce que cela a été utile ?