Overview   Project   Class   Tree   Index 
CEF C++ API Docs - Revision 1123
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Class CefDOMVisitor

CefBase
   |
   +--CefDOMVisitor

   in cef_dom.h

class CefDOMVisitor
extends CefBase

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


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

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 
CEF C++ API Docs - Revision 1123
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

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