Document.getAttributeValue

string getAttributeValue(string attributeName)

Retrieves the value of the given attribute_name inside document.

Parameters

attributeNamea character string representing the name of the attribute whose value is being queried.

Returns

a string value associated with the named

attribute for this document, or null if a value for attribute_name has not been specified for this document.