import "Accessibility_Hyperlink.idl";
Public Member Functions | |
Accessible | getObject (in long i) |
string | getURI (in long i) |
boolean | isValid () |
Data Fields | |
readonly attribute short | nAnchors |
readonly attribute long | startIndex |
readonly attribute long | endIndex |
Accessible Accessibility::Hyperlink::getObject | ( | in long | i | ) |
Gets the i'th object, (where i is an integer between 0 and Hyperlink::numAnchors - 1, inclusive) associated with a Hyperlink. The objects returned are usually actionable (i.e. they should implement Accessibility::Action), and the available actions often include "open", "bookmark", "save link as", etc. They may also implement Accessibility::StreamableContent, although clients can normally use getURI to obtain a resource locator via which the object's data may be accessed.
ith
anchor can be accessed. string Accessibility::Hyperlink::getURI | ( | in long | i | ) |
Obtain a resource locator ('URI') which can be used to access the content to which this link "points" or is connected.
boolean Accessibility::Hyperlink::isValid | ( | ) |
Check the hyperlink to see if a connection to its backing content can be established, or if its URI is valid.
True
if the object's content is available, or False
if the hyperlink's URI is invalid, or a connection to the resource can not be established.
readonly attribute short Accessibility::Hyperlink::nAnchors |
the number of separate anchors associated with this Hyperlink
readonly attribute long Accessibility::Hyperlink::startIndex |
readonly attribute long Accessibility::Hyperlink::endIndex |