summaryrefslogtreecommitdiff
path: root/ACEXML/examples/SAXPrint/Print_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/examples/SAXPrint/Print_Handler.h')
-rw-r--r--ACEXML/examples/SAXPrint/Print_Handler.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/ACEXML/examples/SAXPrint/Print_Handler.h b/ACEXML/examples/SAXPrint/Print_Handler.h
index d21f013a3b3..a9608c6b322 100644
--- a/ACEXML/examples/SAXPrint/Print_Handler.h
+++ b/ACEXML/examples/SAXPrint/Print_Handler.h
@@ -1,10 +1,28 @@
// $Id$
+//=============================================================================
+/**
+ * @file Print_Handler.h
+ *
+ * $Id$
+ *
+ * @author Nanbor Wang <nanbor@cs.wustl.edu>
+ */
+//=============================================================================
+
#ifndef ACEXML_PRINT_HANDLER_H
#define ACEXML_PRINT_HANDLER_H
#include "common/DefaultHandler.h"
+/**
+ * @class ACEXML_Print_Handler
+ *
+ * @brief ACEXML_Print_Handler is an example SAX event handler.
+ *
+ * This SAX event handler prints out a detailed event report
+ * on every event it received.
+ */
class ACEXML_Print_Handler : public ACEXML_DefaultHandler
{
public: