프로그래머 안내서 > 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.
도움이 되셨나요?