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

2.1     ! timbl       1: <PRE>
        !             2: /*             HTML generator
        !             3: */
        !             4: 
        !             5: #ifndef HTMLGEN_H
        !             6: #define HTMLGEN_H
        !             7: 
        !             8: #include "HTML.h"
        !             9: #include "HTStream.h"
        !            10: 
        !            11: /* Subclass:
        !            12: */
        !            13: /* extern CONST HTStructuredClass HTMLGeneration; */
        !            14: 
        !            15: /* Special Creation:
        !            16: */
        !            17: extern HTStructured * HTMLGenerator PARAMS((HTStream * output));
        !            18: 
        !            19: extern HTStream * HTPlainToHTML PARAMS((
        !            20:        HTPresentation *        pres,
        !            21:        HTParentAnchor *        anchor, 
        !            22:        HTStream *              sink));
        !            23: 
        !            24: 
        !            25: #endif
        !            26: </PRE>

Webmaster