summaryrefslogtreecommitdiff
path: root/ACEXML/examples/SAXPrint/SAXPrint_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/examples/SAXPrint/SAXPrint_Handler.h')
-rw-r--r--ACEXML/examples/SAXPrint/SAXPrint_Handler.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/ACEXML/examples/SAXPrint/SAXPrint_Handler.h b/ACEXML/examples/SAXPrint/SAXPrint_Handler.h
index 58e9a4c44ac..90fd8e9f113 100644
--- a/ACEXML/examples/SAXPrint/SAXPrint_Handler.h
+++ b/ACEXML/examples/SAXPrint/SAXPrint_Handler.h
@@ -1,10 +1,28 @@
// $Id$
+//=============================================================================
+/**
+ * @file SAXPrint_Handler.h
+ *
+ * $Id$
+ *
+ * @author Nanbor Wang <nanbor@cs.wustl.edu>
+ */
+//=============================================================================
+
#ifndef ACEXML_SAXPRINT_HANDLER_H
#define ACEXML_SAXPRINT_HANDLER_H
#include "common/DefaultHandler.h"
+/**
+ * @class ACEXML_SAXPrint_Handler
+ *
+ * @brief ACEXML_SAXPrint_Handler is an example SAX event handler.
+ *
+ * This SAX event handler try to regenerate the XML document it
+ * reads with correct indentation.
+ */
class ACEXML_SAXPrint_Handler : public ACEXML_DefaultHandler
{
public: