import "Accessibility_Document.idl";
Public Member Functions | |
string | getLocale () |
string | getAttributeValue (in string attributename) |
AttributeSet | getAttributes () |
Primarily a 'tagging' interface which indicates the start of document content in the Accessibility hierarchy. Accessible objects below the node implementing Document are normally assumed to be part of the document content. Attributes of Document are those attributes associated with the document as a whole. Objects that implement Document are normally expected to implement Collection as well.
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.