SAXPrint_Handler.i

Go to the documentation of this file.
00001 // -*- C++ -*-  SAXPrint_Handler.i,v 1.2 2002/01/24 21:00:01 nanbor Exp
00002 
00003 ACEXML_INLINE void
00004 ACEXML_SAXPrint_Handler::inc_indent (void)
00005 {
00006   this->indent_ += 1;
00007 }
00008 
00009 ACEXML_INLINE void
00010 ACEXML_SAXPrint_Handler::dec_indent (void)
00011 {
00012   this->indent_ -= 1;
00013 }

Generated on Thu Nov 9 11:45:39 2006 for ACEXML by doxygen 1.3.6