Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Class CefDOMVisitor

CefBaseRefCounted
   |
   +--CefDOMVisitor

   in cef_dom.h

class CefDOMVisitor
extends CefBaseRefCounted

Interface to implement for visiting the DOM. The methods of this class will be called on the render process main thread.


Method Summary
 virtual void Visit( CefRefPtr< CefDOMDocument > document )= 0
          Method executed for visiting the DOM.
   
Methods inherited from class CefBaseRefCounted
AddRef, Release, HasOneRef, HasAtLeastOneRef
 

Method Detail

Visit

public virtual void Visit( CefRefPtr< CefDOMDocument > document )= 0;
Method executed for visiting the DOM. The document object passed to this method represents a snapshot of the DOM at the time this method is executed. DOM objects are only valid for the scope of this method. Do not keep references to or attempt to access any DOM objects outside the scope of this method.

 Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Chromium Embedded Framework (CEF) Copyright © 2016 Marshall A. Greenblatt