Unit 'uCEFInterfaces' Package
[Overview][Types][Classes][Index] [#pl_cef4typhon]

ICefDomNode

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: uCEFInterfaces.pas line 3762

type ICefDomNode = interface(ICefBaseRefCounted)

  function GetType;

  

  function IsText;

  

  function IsElement;

  

  function IsEditable;

  

  function IsFormControlElement;

  

  function GetFormControlElementType;

  

  function IsSame();

  

  function GetName;

  

  function GetValue;

  

  function SetValue();

  

  function GetAsMarkup;

  

  function GetDocument;

  

  function GetParent;

  

  function GetPreviousSibling;

  

  function GetNextSibling;

  

  function HasChildren;

  

  function GetFirstChild;

  

  function GetLastChild;

  

  function GetElementTagName;

  

  function HasElementAttributes;

  

  function HasElementAttribute();

  

  function GetElementAttribute();

  

  procedure GetElementAttributes();

  

  function SetElementAttribute();

  

  function GetElementInnerText;

  

  function GetElementBounds;

  

  property NodeType: TCefDomNodeType; [r]

  

  property Name: ustring; [r]

  

  property AsMarkup: ustring; [r]

  

  property Document: ICefDomDocument; [r]

  

  property Parent: ICefDomNode; [r]

  

  property PreviousSibling: ICefDomNode; [r]

  

  property NextSibling: ICefDomNode; [r]

  

  property FirstChild: ICefDomNode; [r]

  

  property LastChild: ICefDomNode; [r]

  

  property ElementTagName: ustring; [r]

  

  property ElementInnerText: ustring; [r]

  

  property ElementBounds: TCefRect; [r]

  

end;

Inheritance

ICefDomNode

  

|

ICefBaseRefCounted

  

|

IInterface



CT Web help

CodeTyphon Studio