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 nsIAccessibleHyperText

nsIAccessibleHyperText interface


Public Fields


[more] readonly attribute long links
A long type readonly attributeReturns the links of accessible hypertext


Public Methods


[more] nsIAccessibleHyperLink getLink (in long index)
getLink:Gets the link in this hypertext document at index link_index
[more] long getLinkIndex (in long charIndex)
Gets the index into the array of hyperlinks that is associated with the character specified by charindex


Documentation

nsIAccessibleHyperText interface
o readonly attribute long links
A long type readonly attributeReturns the links of accessible hypertext


o nsIAccessibleHyperLink getLink(in long index)
getLink:Gets the link in this hypertext document at index link_index

Parameters:
index - input a long parameter specifying the desired link
Returns:
the link in this hypertext document at index

o long getLinkIndex(in long charIndex)
Gets the index into the array of hyperlinks that is associated with the character specified by charindex

Parameters:
charIndex - a character index
Returns:
an index into the array of hyperlinks in hypertext


This class has no child classes.


Alphabetic index



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