--- libwww/Library/src/HTML.html 1993/04/30 16:17:39 2.5 +++ libwww/Library/src/HTML.html 1993/06/18 11:03:36 2.6 @@ -1,21 +1,24 @@ -
-/* The HTML to rtf object converter HTML.h -** -------------------------------- -*/ - -#ifndef HTML_H ++ + +HTML to rich text converter for libwww The HTML to rtf object converter
+#ifndef HTML_H #define HTML_H #include "HTUtils.h" #include "HTAnchor.h" #include "HTMLDTD.h" +#ifdef SHORT_NAMES +#define HTMLPresentation HTMLPren +#define HTMLPresent HTMLPres +#endif extern CONST HTStructuredClass HTMLPresentation; -/* HTConverter to present HTML -*/ -PUBLIC HTStream* HTMLToPlain PARAMS(( ++HTConverter to present HTML
+PUBLIC HTStream* HTMLToPlain PARAMS(( HTPresentation * pres, HTParentAnchor * anchor, HTStream * sink)); @@ -45,20 +48,19 @@ typedef enum _HTMLCharacterSet { extern void HTMLUseCharacterSet PARAMS((HTMLCharacterSet i)); -/* Record error message as a hypertext object -** ------------------------------------------ -** -** The error message should be marked as an error so that -** it can be reloaded later. -** This implementation just throws up an error message -** and leaves the document unloaded. -** -** On entry, ++Record error message as a hypertext +object
The error message should be marked +as an error so that it can be reloaded +later. This implementation just throws +up an error message and leaves the +document unloaded. +/* On entry, ** sink is a stream to the output device if any ** number is the HTTP error number ** message is the human readable message. ** On exit, -** a retrun code like HT_LOADED if object exists else < 0 +** a retrun code like HT_LOADED if object exists else 60; 0 */ PUBLIC int HTLoadError PARAMS(( @@ -67,4 +69,5 @@ PUBLIC int HTLoadError PARAMS(( CONST char * message)); #endif -+ +