diff options
Diffstat (limited to 'ekhtml/docs/html/structekhtml__attr__t.html')
-rw-r--r-- | ekhtml/docs/html/structekhtml__attr__t.html | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/ekhtml/docs/html/structekhtml__attr__t.html b/ekhtml/docs/html/structekhtml__attr__t.html deleted file mode 100644 index e286fb0..0000000 --- a/ekhtml/docs/html/structekhtml__attr__t.html +++ /dev/null @@ -1,39 +0,0 @@ -<link rel="stylesheet" type="text/css" href="doxygen.css"> -<center> - <a href="http://ekhtml.sourceforge.net">[El-Kabong Home]</a> -</center> -<!-- Generated by Doxygen 1.2.14 --> -<center> -<a class="qindex" href="main.html">Main Page</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center> -<hr><h1>ekhtml_attr_t Struct Reference</h1>Attribute object, passed into callbacks. -<a href="#_details">More...</a> -<p> -<a href="structekhtml__attr__t-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0> -<tr><td colspan=2><br><h2>Public Attributes</h2></td></tr> -<tr><td nowrap align=right valign=top><a name="m0" doxytag="ekhtml_attr_t::name"></a> -<a class="el" href="structekhtml__string__t.html">ekhtml_string_t</a> </td><td valign=bottom><a class="el" href="structekhtml__attr__t.html#m0">name</a></td></tr> -<tr><td> </td><td><font size=-1><em>Name of the attribute.</em></font><br><br></td></tr> -<tr><td nowrap align=right valign=top><a name="m1" doxytag="ekhtml_attr_t::val"></a> -<a class="el" href="structekhtml__string__t.html">ekhtml_string_t</a> </td><td valign=bottom><a class="el" href="structekhtml__attr__t.html#m1">val</a></td></tr> -<tr><td> </td><td><font size=-1><em>Value of the attribute.</em></font><br><br></td></tr> -<tr><td nowrap align=right valign=top><a name="m2" doxytag="ekhtml_attr_t::isBoolean"></a> -unsigned int </td><td valign=bottom><a class="el" href="structekhtml__attr__t.html#m2">isBoolean</a></td></tr> -<tr><td> </td><td><font size=-1><em>True of the attribute is boolean.</em></font><br><br></td></tr> -<tr><td nowrap align=right valign=top><a name="m3" doxytag="ekhtml_attr_t::next"></a> -ekhtml_attr_t * </td><td valign=bottom><a class="el" href="structekhtml__attr__t.html#m3">next</a></td></tr> -<tr><td> </td><td><font size=-1><em>Pointer to next attribute in the list.</em></font><br><br></td></tr> -</table> -<hr><a name="_details"></a><h2>Detailed Description</h2> -Attribute object, passed into callbacks. -<p> -When ekhtml parses tags containing key/value attributes, it will pass this structure representing those values into the callbacks. Note, for speed reasons, things such as the 'name' and 'value' fields are not terminated with '\0', and therefore have an associated length field (namelen, vallen). -<p> -<hr>The documentation for this struct was generated from the following file:<ul> -<li><a class="el" href="ekhtml_8h.html">ekhtml.h</a></ul> -<hr><address><small>Generated on Sun Nov 10 15:54:34 2002 for ekhtml by -<a href="http://www.doxygen.org/index.html"> -<img src="doxygen.gif" alt="doxygen" align="middle" border=0 -width=110 height=53></a>1.2.14 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>, - © 1997-2002</small></address> -</body> -</html> |