libdom
Loading...
Searching...
No Matches
Public Attributes | List of all members
dom_document Struct Reference

#include <document.h>

Public Attributes

dom_node_internal base
 
struct dom_doc_nlnodelists
 
dom_stringuri
 
struct list_entry pending_nodes
 
dom_stringid_name
 
dom_stringclass_string
 
dom_stringscript_string
 
dom_document_event_internal dei
 
dom_document_quirks_mode quirks
 
dom_string_memo_empty
 
dom_string_memo_domnodeinserted
 
dom_string_memo_domnoderemoved
 
dom_string_memo_domnodeinsertedintodocument
 
dom_string_memo_domnoderemovedfromdocument
 
dom_string_memo_domattrmodified
 
dom_string_memo_domcharacterdatamodified
 
dom_string_memo_domsubtreemodified
 

Detailed Description

DOM document This should be protected, because later the HTMLDocument will inherit from this.

Member Data Documentation

◆ _memo_domattrmodified

dom_string* dom_document::_memo_domattrmodified

DOMAttrModified

◆ _memo_domcharacterdatamodified

dom_string* dom_document::_memo_domcharacterdatamodified

DOMCharacterDataModified

◆ _memo_domnodeinserted

dom_string* dom_document::_memo_domnodeinserted

DOMNodeInserted

◆ _memo_domnodeinsertedintodocument

dom_string* dom_document::_memo_domnodeinsertedintodocument

DOMNodeInsertedIntoDocument

◆ _memo_domnoderemoved

dom_string* dom_document::_memo_domnoderemoved

DOMNodeRemoved

◆ _memo_domnoderemovedfromdocument

dom_string* dom_document::_memo_domnoderemovedfromdocument

DOMNodeRemovedFromDocument

◆ _memo_domsubtreemodified

dom_string* dom_document::_memo_domsubtreemodified

DOMSubtreeModified

◆ _memo_empty

dom_string* dom_document::_memo_empty

The string ''.

◆ base

dom_node_internal dom_document::base

Base node

◆ class_string

dom_string* dom_document::class_string

The string "class".

◆ dei

dom_document_event_internal dom_document::dei

The DocumentEvent interface

◆ id_name

dom_string* dom_document::id_name

The ID attribute's name

◆ nodelists

struct dom_doc_nl* dom_document::nodelists

List of active nodelists

◆ pending_nodes

struct list_entry dom_document::pending_nodes

The deletion pending list

◆ quirks

dom_document_quirks_mode dom_document::quirks

Document is in quirks mode

◆ script_string

dom_string* dom_document::script_string

The string "script".

◆ uri

dom_string* dom_document::uri

The uri of this document


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