Defined in file: hzDocument.h
A document description, commonly used as a 'page marker' for webpages in web-scraping programs. This will have the URL, the scrambled filename for storing the page in the repository and both the date last fetched and the expiry date.
Constructors/Detructors
hzDocMeta* | hzDocMeta | (void) | |
Default constructor | hzDocMeta() | Not specified in code. Default applies |
Public Methods:
void | Clear | (void) | |
hzString | Domain | (void) | |
hzUrl& | Locale | (void) |
Overloaded operators:
hzDocMeta& | operator= | (const hzDocMeta& op) |
Member Variables:
hzString | m_Desc | No description | |
hzDoctype | m_Doctype | No description | |
hzXDate | m_Download | No description | |
hzString | m_Etag | No description | |
hzXDate | m_Expires | No description | |
hzString | m_Filename | No description | |
unsigned int | m_Id | No description | |
hzXDate | m_Modified | No description | |
hzString | m_Title | No description | |
hzUrl | m_urlAct | No description | |
hzUrl | m_urlReq | No description |