import "Accessibility_Document.idl";
Public Member Functions | |
string | getLocale () |
string | getAttributeValue (in string attributename) |
AttributeSet | getAttributes () |
AttributeSet Accessibility::Document::getAttributes | ( | ) |
Gets all attributes specified for a document as a whole. For attributes which change within the document content, see Accessibility::Text::getAttributes instead.
string Accessibility::Document::getAttributeValue | ( | in string | attributename | ) |
Gets the value of a single attribute, if specified for the document as a whole.
attributename,: | a string indicating the name of a specific attribute (name-value pair) being queried. |
string Accessibility::Document::getLocale | ( | ) |
Gets the locale associated with the document's content. e.g. the locale for LOCALE_TYPE_MESSAGES.