#include <mi32/html.h>
Public Attributes | |
| String | base |
| String | doctype |
| Boolean | is_index |
| XmHTMLLinkDataPtr | link |
| XmHTMLMetaDataPtr | meta |
| int | num_link |
| int | num_meta |
| String | script |
| String | script_lang |
| String | style |
| String | style_type |
| String | title |
| String XmHTMLHeadAttributes::base |
value of the <base> element
doctype data
| Boolean XmHTMLHeadAttributes::is_index |
true when the <isindex> element exists
array of LINK info to process
array of META info to process
number of LINK info to process
number of META info to process
| String XmHTMLHeadAttributes::script |
<script></script> contents
value of the language element tag
| String XmHTMLHeadAttributes::style |
<style></style> contents
value of the style type element tag
| String XmHTMLHeadAttributes::title |
document title
1.6.1