Parent

« nsIAccessible Page

Summary

Returns parent node in accessible tree.

 attribute nsIAccessible parent;

Exceptions thrown

NS_ERROR_FAILURE
Indicates that the accessible is unattached from the accessible tree.

Remarks

Every accessible in the tree has accessible parent excepting application accessible (top level accessible).

See Also