libdom
|
#include <html_document.h>
Public Attributes | |
struct dom_document | base |
dom_string * | title |
dom_string * | referrer |
dom_string * | domain |
dom_string * | url |
dom_string * | cookie |
dom_html_element * | body |
dom_string ** | memoised |
dom_string ** | elements |
The dom_html_document class
struct dom_document dom_html_document::base |
The base class
dom_html_element* dom_html_document::body |
HTML BodyElement
dom_string* dom_html_document::cookie |
HTML document cookie
dom_string* dom_html_document::domain |
HTML document domain
dom_string** dom_html_document::elements |
Cached strings for HTML element names
dom_string** dom_html_document::memoised |
Cached strings for html objects to use
dom_string* dom_html_document::referrer |
HTML document referrer
dom_string* dom_html_document::title |
HTML document title
dom_string* dom_html_document::url |
HTML document URL