From 376594ac1d65cbb31165f5a74775d624c3fd2981 Mon Sep 17 00:00:00 2001 From: "admin@progandy.co.cc" Date: Mon, 13 Sep 2010 18:11:13 +0000 Subject: - added basic html conversion for receiving (maybe a bit too powerful) - some bugfixes git-svn-id: http://mirotr.googlecode.com/svn/trunk@12 eced67a3-f377-a0ae-92ae-d6de1850b05a --- ekhtml/docs/html/structekhtml__attr__t.html | 39 +++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 ekhtml/docs/html/structekhtml__attr__t.html (limited to 'ekhtml/docs/html/structekhtml__attr__t.html') diff --git a/ekhtml/docs/html/structekhtml__attr__t.html b/ekhtml/docs/html/structekhtml__attr__t.html new file mode 100644 index 0000000..e286fb0 --- /dev/null +++ b/ekhtml/docs/html/structekhtml__attr__t.html @@ -0,0 +1,39 @@ + +
+ [El-Kabong Home] +
+ +
+Main Page   Compound List   File List   Compound Members   File Members  
+

ekhtml_attr_t Struct Reference

Attribute object, passed into callbacks. +More... +

+List of all members. + + + + + + + + + +

Public Attributes

+ekhtml_string_t name
 Name of the attribute.

+ekhtml_string_t val
 Value of the attribute.

+unsigned int isBoolean
 True of the attribute is boolean.

+ekhtml_attr_t * next
 Pointer to next attribute in the list.

+


Detailed Description

+Attribute object, passed into callbacks. +

+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). +

+


The documentation for this struct was generated from the following file: +
Generated on Sun Nov 10 15:54:34 2002 for ekhtml by + +doxygen1.2.14 written by Dimitri van Heesch, + © 1997-2002
+ + -- cgit v1.2.3