Top | ![]() |
![]() |
![]() |
![]() |
void | AccessibleDocument_ref () |
void | AccessibleDocument_unref () |
char * | AccessibleDocument_getAttributeValue () |
AccessibleAttributeSet * | AccessibleDocument_getAttributes () |
char * | AccessibleDocument_getLocale () |
void
AccessibleDocument_ref (AccessibleDocument *obj
);
Increment the reference count for an AccessibleDocument object.
void
AccessibleDocument_unref (AccessibleDocument *obj
);
Decrement the reference count for an AccessibleDocument object.
char * AccessibleDocument_getAttributeValue (AccessibleDocument *obj
,char *attribute
);
Gets the value of a single attribute, if specified for the document as a whole.
(name-value pair) being queried.
Returns a string corresponding to the value of the specified attribute, or an empty string if the attribute is unspecified for the object.
obj |
a pointer to the Accessible object on which to operate. |
|
attribute |
a string indicating the name of a specific attribute |
AccessibleAttributeSet *
AccessibleDocument_getAttributes (AccessibleDocument *obj
);
Gets all attributes specified for a document as a whole.
For attributes which change within the document content, see Accessibility::Text::getAttributes instead.
Returns an ::AttributeSet containing the attributes of the document, as name-value pairs.
Since AT-SPI 1.8.0