Programmer's Guide > Interfaces > AElement interface > removeInternalAttribute method
  
removeInternalAttribute method
Deletes an attribute value. Allows deletion of Arbortext internal attributes which are excluded from standard DOM processing.
removeInternalAttribute(name )
Parameters
Stringname
Name of attribute to delete.
Returns
boolean. Returns true if the attribute was deleted. Returns false otherwise.