ReactOS 0.4.15-dev-7958-gcd0bb1a
HTMLDocumentNode Struct Reference

#include <mshtml_private.h>

Collaboration diagram for HTMLDocumentNode:

Public Attributes

HTMLDOMNode node
 
HTMLDocument basedoc
 
IInternetHostSecurityManager IInternetHostSecurityManager_iface
 
nsIDocumentObserver nsIDocumentObserver_iface
 
LONG ref
 
HTMLInnerWindowwindow
 
nsIDOMHTMLDocumentnsdoc
 
BOOL content_ready
 
event_target_tbody_event_target
 
IHTMLDOMImplementation * dom_implementation
 
ICatInformationcatmgr
 
nsDocumentEventListenernsevent_listener
 
BOOLevent_vector
 
WCHAR ** elem_vars
 
unsigned elem_vars_size
 
unsigned elem_vars_cnt
 
BOOL skip_mutation_notif
 
UINT charset
 
struct list selection_list
 
struct list range_list
 
struct list plugin_hosts
 

Detailed Description

Definition at line 771 of file mshtml_private.h.

Member Data Documentation

◆ basedoc

◆ body_event_target

event_target_t* HTMLDocumentNode::body_event_target

Definition at line 785 of file mshtml_private.h.

◆ catmgr

ICatInformation* HTMLDocumentNode::catmgr

Definition at line 789 of file mshtml_private.h.

◆ charset

UINT HTMLDocumentNode::charset

Definition at line 799 of file mshtml_private.h.

Referenced by get_document_charset().

◆ content_ready

BOOL HTMLDocumentNode::content_ready

Definition at line 784 of file mshtml_private.h.

◆ dom_implementation

IHTMLDOMImplementation* HTMLDocumentNode::dom_implementation

Definition at line 787 of file mshtml_private.h.

Referenced by HTMLDocument5_get_implementation().

◆ elem_vars

WCHAR** HTMLDocumentNode::elem_vars

Definition at line 793 of file mshtml_private.h.

◆ elem_vars_cnt

unsigned HTMLDocumentNode::elem_vars_cnt

Definition at line 795 of file mshtml_private.h.

◆ elem_vars_size

unsigned HTMLDocumentNode::elem_vars_size

Definition at line 794 of file mshtml_private.h.

◆ event_vector

BOOL* HTMLDocumentNode::event_vector

Definition at line 791 of file mshtml_private.h.

Referenced by detach_events(), doc_init_events(), and ensure_doc_nsevent_handler().

◆ IInternetHostSecurityManager_iface

IInternetHostSecurityManager HTMLDocumentNode::IInternetHostSecurityManager_iface

Definition at line 775 of file mshtml_private.h.

Referenced by create_activex_object().

◆ node

◆ nsdoc

◆ nsevent_listener

nsDocumentEventListener* HTMLDocumentNode::nsevent_listener

◆ nsIDocumentObserver_iface

nsIDocumentObserver HTMLDocumentNode::nsIDocumentObserver_iface

Definition at line 777 of file mshtml_private.h.

Referenced by init_document_mutation(), and release_document_mutation().

◆ plugin_hosts

struct list HTMLDocumentNode::plugin_hosts

Definition at line 803 of file mshtml_private.h.

Referenced by alloc_doc_node(), and create_plugin_host().

◆ range_list

struct list HTMLDocumentNode::range_list

Definition at line 802 of file mshtml_private.h.

Referenced by alloc_doc_node(), get_range_object(), and HTMLTxtRange_Create().

◆ ref

LONG HTMLDocumentNode::ref

Definition at line 779 of file mshtml_private.h.

Referenced by alloc_doc_node().

◆ selection_list

struct list HTMLDocumentNode::selection_list

Definition at line 801 of file mshtml_private.h.

Referenced by alloc_doc_node(), and HTMLSelectionObject_Create().

◆ skip_mutation_notif

BOOL HTMLDocumentNode::skip_mutation_notif

Definition at line 797 of file mshtml_private.h.

Referenced by load_nsuri().

◆ window


The documentation for this struct was generated from the following file: