WebHitTestResult
Object Hierarchy:
Description:
[
CCode ( type_id =
"webkit_web_hit_test_result_get_type ()" ) ]
[
Version ( since =
"2.8" ) ]
public sealed class WebHitTestResult :
Object
Result of a Hit Test (Web Process Extensions).
WebKitWebHitTestResult extends HitTestResult to provide
information about the WebKitDOMNode
in the coordinates of the Hit Test.
Content:
Creation methods:
Methods:
- public bool context_is_editable ()
Check whether there is an editable element at the hit test position.
- public bool context_is_image ()
Check whether there is an image element at the hit test position.
- public bool context_is_link ()
Check whether there is a link element at the hit test position.
- public bool context_is_media ()
Check whether there is a media element at the hit test position.
- public bool context_is_scrollbar ()
Check whether there is a scrollbar at the hit test position.
- public bool context_is_selection ()
Check whether there is a selected element at the hit test position.
- public uint get_context ()
Gets the the context flags for the hit test result.
- public unowned string get_image_uri ()
Obtains the URI associated with the image element at the hit test position.
- public Value? get_js_node (ScriptWorld? world)
Get the Value
for the DOM node in world
at the coordinates of the Hit Test.
- public unowned string get_link_label ()
Obtains the label associated with the link element at the hit test position.
- public unowned string get_link_title ()
Obtains the title associated with the link element at the hit test position.
- public unowned string get_link_uri ()
Obtains the URI associated with the link element at the hit test position.
- public unowned string get_media_uri ()
Obtains the URI associated with the media element at the hit test position.
Inherited Members:
All known members inherited from class GLib.Object