import "Accessibility_Document.idl";
Public Member Functions | |
| string | getLocale (in LOCALE_TYPE lctype) |
| Gets the locale associated with the document's content. | |
| string | getAttributeValue (in string attributename) |
| Gets the value of a single attribute, if specified for the document as a whole. | |
| AttributeSet | getAttributes () |
| Gets all attributes specified for a document as a whole. | |
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 expected to implement Collection as well.
"document:load-complete" A pending (static) document content load has completed. "document:reload" A reload of the document content has been initiated. "document:load-stopped" Loading of the document content has been interrupted. "document:content-changed" The contents of the Document container has changed. "document:attributes-changed" The global attributes (i.e. document-wide attributes) of the Document have changed.
State values with special semantics for Document include STATE_BUSY, which can indicate that a document is in the process of loading. This allows AT clients to detect objects for which they should expect a "document:load-complete" event.
Definition at line 55 of file Accessibility_Document.idl.
|
|
Gets the locale associated with the document's content. For the current message locale, use lctype LOCALE_TYPE_MESSAGES.
|
|
|
Gets the value of a single attribute, if specified for the document as a whole.
|
|
|
Gets all attributes specified for a document as a whole. For attributes which change within the document content, see Accessibility::Text::getAttributes instead.
|
1.4.3