You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



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++ .