Unit 'uCEFDomNode' Package
[Overview][Classes][Index] [#pl_cef4typhon]

TCefDomNodeRef

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

Declaration

Source position: uCEFDomNode.pas line 23

type TCefDomNodeRef = class(TCefBaseRefCountedRef,ICefDomNode)

protected

  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;

  

public

  class function UnWrap();

  

end;

Inheritance

TCefDomNodeRef

  

|

TCefBaseRefCountedRef,ICefDomNode

  

|

TObject,ICefBaseRefCounted



CT Web help

CodeTyphon Studio