Annotation of libwww/Library/src/WWWHTML.html, revision 2.3

2.1       frystyk     1: <HTML>
                      2: <HEAD>
2.3     ! frystyk     3: <TITLE>W3C Reference Library libwww HTML PARSER</TITLE>
2.2       frystyk     4: <!-- Changed by: Henrik Frystyk Nielsen,  1-Feb-1996 -->
2.1       frystyk     5: <NEXTID N="z11">
                      6: </HEAD>
                      7: <BODY>
                      8: 
                      9: <H1>Declaration of W3C Reference HTML MODULE</H1>
                     10: 
                     11: <PRE>
                     12: /*
                     13: **     (c) COPYRIGHT MIT 1995.
                     14: **     Please first read the full copyright statement in the file COPYRIGH.
                     15: */
                     16: </PRE>
                     17: 
2.2       frystyk    18: This is the include file for the basic HTML module that can be used
                     19: together with the core of the W3C Reference Library. It contains all
                     20: HTML specific modules which are required to compile and build the HTML
                     21: DLL.  Please note that as the HText is <B>not</B> included in this
                     22: interface. The reason is that the HText interface only is declared by
                     23: the Library but must be defined by the application. Therefore it can
                     24: not be part of a DLL but must be included directly in the
                     25: application.<P>
2.1       frystyk    26: 
                     27: <PRE>
                     28: #ifndef WWWHTML_H
                     29: #define WWWHTML_H
                     30: </PRE>
                     31: 
                     32: <H2>Library Includes</H2>
                     33: 
                     34: <PRE>
                     35: #ifdef __cplusplus
                     36: extern "C" { 
                     37: #endif
                     38: </PRE>
                     39: 
                     40: <PRE>
                     41: #include "HTMLPDTD.h"
                     42: #include "SGML.h"
                     43: #include "HTMLGen.h"
                     44: #include "HTTeXGen.h"
                     45: </PRE>
                     46: 
                     47: End of HTML module
                     48: 
                     49: <PRE>
                     50: #ifdef __cplusplus
                     51: } /* end extern C definitions */
                     52: #endif
                     53: 
                     54: #endif
                     55: </PRE>
                     56: 
                     57: End of WWWHTML API definition
                     58: 
                     59: </BODY>
                     60: </HTML>

Webmaster