libdom
Loading...
Searching...
No Matches
dom_html_document Struct Reference

#include <html_document.h>

Public Attributes

struct dom_document base
 
dom_stringtitle
 
dom_stringreferrer
 
dom_stringdomain
 
dom_stringurl
 
dom_stringcookie
 
dom_html_elementbody
 
dom_string ** memoised
 
dom_string ** elements
 

Detailed Description

Member Data Documentation

◆ base

struct dom_document dom_html_document::base

The base class

◆ body

dom_html_element* dom_html_document::body

HTML BodyElement

◆ cookie

dom_string* dom_html_document::cookie

HTML document cookie

◆ domain

dom_string* dom_html_document::domain

HTML document domain

◆ elements

dom_string** dom_html_document::elements

Cached strings for HTML element names

◆ memoised

dom_string** dom_html_document::memoised

Cached strings for html objects to use

◆ referrer

dom_string* dom_html_document::referrer

HTML document referrer

◆ title

dom_string* dom_html_document::title

HTML document title

◆ url

dom_string* dom_html_document::url

HTML document URL


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