Annotation of libwww/Library/src/HTMLGen.html, revision 2.7

2.6       timbl       1: <HTML>
                      2: <HEAD>
                      3: <TITLE>/Net/dxcern/userd/timbl/hypertext/WWW/Library/Implementation/HTMLGen.html</TITLE></HEAD>
                      4: <BODY>
                      5: <H1>HTML generator</H1>This module converts structed stream
                      6: into stream.  That is, given a stream
                      7: to write to, it will give you a structured
                      8: stream to 
                      9: <PRE>#ifndef HTMLGEN_H
2.1       timbl      10: #define HTMLGEN_H
                     11: 
                     12: #include "HTML.h"
                     13: #include "HTStream.h"
                     14: 
                     15: /* Subclass:
                     16: */
                     17: /* extern CONST HTStructuredClass HTMLGeneration; */
                     18: 
                     19: /* Special Creation:
                     20: */
                     21: extern HTStructured * HTMLGenerator PARAMS((HTStream * output));
                     22: 
2.7     ! timbl      23: extern HTConverter HTPlainToHTML;
2.1       timbl      24: 
                     25: 
                     26: #endif
2.7     ! timbl      27: 
2.6       timbl      28: 
                     29: </PRE></BODY>
                     30: </HTML>

Webmaster