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.
这对您有帮助吗?