Programmer's Guide > 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
Stringname
Attribute name.
Returns
String. Attribute value or null if no such attribute is defined.