Attributes
From nsIAccessible
First child in accessible tree
Focused accessible child of node
Last child in accessible tree
Next sibling in accessible tree
Parent node in accessible tree.
Previous sibling in accessible tree
From nsIAccessibleDocument
From nsIAccessibleEvent
The nsIAccessible associated with the event. May return null if no accessible is available
From nsIAccessibleProvider
Returns
From nsIAccessibilityService
nsIAccessible
createHTMLAccessibleByMarkup(in nsISupports aFrame, in nsIWeakReference aWeakShell, in nsIDOMNode aDOMNode, in AString aRole)
nsIAccessible
createHTMLAreaAccessible(in nsIWeakReference aPresShell, in nsIDOMNode aDOMNode, in nsIAccessible aAccParent)
nsIAccessible
createHTMLLIAccessible(in nsISupports aFrame, in nsISupports aBulletFrame, in AString aBulletText)
nsIAccessible
createHTMLSelectOptionAccessible(in nsIDOMNode aNode, in nsIAccessible aAccParent, in nsISupports aPresShell)
[noscript]
nsIAccessible
getAccessible(in nsIDOMNode aNode, in nsIPresShell aPresShell, in nsIWeakReference aWeakShell, inout nsIFrame frameHint, out boolean aIsHidden)
From nsIAccessible
Accessible node geometrically above this one
Accessible node geometrically below this one
Accessible node related to this one
Accessible node geometrically to the left of this one
Accessible node geometrically to the right of this one
Nth accessible child using zero-based index or last child if index less than zero
Accessible child which contains the coordinate at x,y
From nsIAccessibleDocument
Returns the first accessible parent of a DOM node.
Guaranteed not to return nsnull if the DOM node is in a document.
@param aDOMNode The DOM node we need an accessible for.
@return An first nsIAccessible found by crawling up the DOM node
to the document root.
From nsIAccessibleRetrieval
Return an nsIAccessible for a DOM node in pres shell 0. Create a new accessible of the appropriate type if necessary, or use one from the accessibility cache if it already exists. @param aNode The DOM node to get an accessible for. @return The nsIAccessible for the given DOM node.
Return an nsIAccessible for a DOM node in the given pres shell. Create a new accessible of the appropriate type if necessary, or use one from the accessibility cache if it already exists. @param aNode The DOM node to get an accessible for. @param aPresShell The presentation shell which contains layout info for the DOM node. @return The nsIAccessible for the given DOM node.
Return an nsIAccessible for a DOM node in the given weak shell. Create a new accessible of the appropriate type if necessary, or use one from the accessibility cache if it already exists. @param aNode The DOM node to get an accessible for. @param aPresShell The presentation shell which contains layout info for the DOM node. @return The nsIAccessible for the given DOM node.
Return an nsIAccessible for a DOM node in pres shell for this DOM window. Create a new accessible of the appropriate type if necessary, or use one from the accessibility cache if it already exists. @param aNode The DOM node to get an accessible for. @param aDOMWin The DOM window containing the node. @return The nsIAccessible for the given DOM node.
Return an nsIAccessible for an already created DOM node in the given weak shell.
Does not create a new one -- only returns cached accessibles.
@param aNode The DOM node to get an accessible for.
@param aPresShell The presentation shell which contains layout info for the DOM node.
@return The nsIAccessible for the given DOM node or null if
an accessible does not already exist for this DOM node.
From nsIAccessibleSelectable
Returns a reference to the accessible object representing the specified selected child of the object. @param index Zero-based selected accessible child index @return The nth selected accessible child
From nsIAccessibleTreeCache
Get tree item from cache according to row and column, create if doesn't exist in cache "aColumn" can be nsnull
Parameters
From nsIAccessibilityService
nsIAccessible
createHTMLAreaAccessible(in nsIWeakReference aPresShell, in nsIDOMNode aDOMNode, in nsIAccessible aAccParent)
nsIAccessible
createHTMLSelectOptionAccessible(in nsIDOMNode aNode, in nsIAccessible aAccParent, in nsISupports aPresShell)
From nsPIAccessible
[noscript]
void
fireToolkitEvent(in unsigned long aEvent, in nsIAccessible aTarget, in voidPtr aData)