An interface for in-process accessibility clients
that wish to retrieve information about a document.
When accessibility is turned on in Gecko,
there is an nsIAccessibleDocument for each document
whether it is XUL, HTML or whatever.
You can QueryInterface to nsIAccessibleDocument from the nsIAccessible for
the root node of a document or you can get one from
nsIAccessible::GetDocument().
Return the child document accessible at the given index.
The URL of the document
The title of the document, as specified in the document.
The mime type of the document
The doc type of the document, as specified in the document.
The nsIDOMDocument interface associated with this document.
The nsIDOMWindow that the document resides in.
Return the parent document accessible.
Return the count of child document accessibles.
The virtual cursor pivot this document manages.