Record TCefDomDocument

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefDomDocument = record

Description

Structure used to represent a DOM document. The functions of this structure should only be called on the render process main thread thread.

Implemented by ICefDomDocument.

<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_dom_capi.h">CEF source file: /include/capi/cef_dom_capi.h (cef_domdocument_t))

Overview

Fields

Public base: TCefBaseRefCounted;
Public get_type: function(self: PCefDomDocument): TCefDomDocumentType; stdcall;
Public get_document: function(self: PCefDomDocument): PCefDomNode; stdcall;
Public get_body: function(self: PCefDomDocument): PCefDomNode; stdcall;
Public get_head: function(self: PCefDomDocument): PCefDomNode; stdcall;
Public get_title: function(self: PCefDomDocument): PCefStringUserFree; stdcall;
Public get_element_by_id: function(self: PCefDomDocument; const id: PCefString): PCefDomNode; stdcall;
Public get_focused_node: function(self: PCefDomDocument): PCefDomNode; stdcall;
Public has_selection: function(self: PCefDomDocument): Integer; stdcall;
Public get_selection_start_offset: function(self: PCefDomDocument): Integer; stdcall;
Public get_selection_end_offset: function(self: PCefDomDocument): Integer; stdcall;
Public get_selection_as_markup: function(self: PCefDomDocument): PCefStringUserFree; stdcall;
Public get_selection_as_text: function(self: PCefDomDocument): PCefStringUserFree; stdcall;
Public get_base_url: function(self: PCefDomDocument): PCefStringUserFree; stdcall;
Public get_complete_url: function(self: PCefDomDocument; const partialURL: PCefString): PCefStringUserFree; stdcall;

Description

Fields

Public base: TCefBaseRefCounted;

This item has no description.

Public get_type: function(self: PCefDomDocument): TCefDomDocumentType; stdcall;

This item has no description.

Public get_document: function(self: PCefDomDocument): PCefDomNode; stdcall;

This item has no description.

Public get_body: function(self: PCefDomDocument): PCefDomNode; stdcall;

This item has no description.

Public get_head: function(self: PCefDomDocument): PCefDomNode; stdcall;

This item has no description.

Public get_title: function(self: PCefDomDocument): PCefStringUserFree; stdcall;

This item has no description.

Public get_element_by_id: function(self: PCefDomDocument; const id: PCefString): PCefDomNode; stdcall;

This item has no description.

Public get_focused_node: function(self: PCefDomDocument): PCefDomNode; stdcall;

This item has no description.

Public has_selection: function(self: PCefDomDocument): Integer; stdcall;

This item has no description.

Public get_selection_start_offset: function(self: PCefDomDocument): Integer; stdcall;

This item has no description.

Public get_selection_end_offset: function(self: PCefDomDocument): Integer; stdcall;

This item has no description.

Public get_selection_as_markup: function(self: PCefDomDocument): PCefStringUserFree; stdcall;

This item has no description.

Public get_selection_as_text: function(self: PCefDomDocument): PCefStringUserFree; stdcall;

This item has no description.

Public get_base_url: function(self: PCefDomDocument): PCefStringUserFree; stdcall;

This item has no description.

Public get_complete_url: function(self: PCefDomDocument; const partialURL: PCefString): PCefStringUserFree; stdcall;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.