/////////////////////////////////////////////////////////////////////////////
// Name: html/htmlpars.h
-// Purpose: documentation for wxHtmlTagHandler class
+// Purpose: interface of wxHtmlTagHandler
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@library{wxhtml}
@category{html}
- @seealso
- Overview, wxHtmlTag
+ @see Overview(), wxHtmlTag
*/
class wxHtmlTagHandler : public wxObject
{
};
+
/**
@class wxHtmlParser
@headerfile htmlpars.h wx/html/htmlpars.h
@library{wxhtml}
@category{html}
- @seealso
- @ref overview_cells "Cells Overview", @ref overview_handlers "Tag Handlers
+ @see @ref overview_cells "Cells Overview", @ref overview_handlers "Tag Handlers
Overview", wxHtmlTag
*/
class wxHtmlParser
reference to it is parent parser it can easily request the file by
calling
*/
- wxFileSystem* GetFS();
+ wxFileSystem* GetFS() const;
/**
Returns product of parsing. Returned value is result of parsing
*/
void StopParsing();
};
+