Attributes
From nsIAccessNode
The first nsIAccessNode child
The last nsIAccessNode child
The next nsIAccessNode sibling
The parent nsIAccessNode
The previous nsIAccessNode sibling
Returns
From nsIAccessNode
Get the nth child of this node @param childNum Zero-based child index @return The nth nsIAccessNode child
From nsIAccessibleDocument
Returns the access node cached by this document
@param aUniqueID The unique ID used to cache the node.
This matches up with the uniqueID attribute on
nsIAccessNode.
@return The nsIAccessNode cached for this particular unique ID.
From nsIAccessibleRetrieval
Return an nsIAccessNode for an already created DOM node in the given weak shell.
Does not create a new one -- only returns cached access nodes.
@param aNode The DOM node to get an access node for.
@param aPresShell The presentation shell which contains layout info for the DOM node.
@return The nsIAccessNode for the given DOM node or null if
an access node does not already exist for this DOM node.
