You are viewing information archived from Mozilla.org on 2015-08-05.

interface nsIAccessibleHyperLink

The nsIAccessible interface provided by MAI which the user can activate/interact with



Public Fields



[more] readonly attribute long links
gets readonly attribute links.
[more] readonly attribute long getStartIndex
gets readonly attribute getStartIndex.
[more] readonly attribute long getEndIndex
gets readonly attribute getStartIndex.



Public Methods



[more] nsIURI getURI (in long i)
method getURI
[more] nsIAccessible getObject (in long i)
method getObject
[more] boolean isValid ()
method isValid


Documentation

The nsIAccessible interface provided by MAI which the user can activate/interact with
o readonly attribute long links
gets readonly attribute links. A long type attribute which indicates the hyperlink's index




o readonly attribute long getStartIndex
gets readonly attribute getStartIndex. A long type attribute which indicates the starting index of the hyperlink




o readonly attribute long getEndIndex
gets readonly attribute getStartIndex. A long type attribute which indicates the starting index of the hyperlink




o nsIURI getURI(in long i)
method getURI


Parameters:
i - input a long type parameter which represents the index of the hyperlink

Returns:
a nsIURI object representing the hyperlink



o nsIAccessible getObject(in long i)
method getObject


Parameters:
i - input a long type parameter representing the accessible object

Returns:
a nsIAccessible object



o boolean isValid()
method isValid


Returns:
Since the document that a link is associated with may have changed this method returns TRUE <br> if the link is still valid (with respect to the document it references) and FALSE otherwise.




This class has no child classes.




Alphabetic index



This page was generated with the help of DOC++ .