SAXPrint_Handler.inl

Go to the documentation of this file.
00001 // -*- C++ -*-  $Id: SAXPrint_Handler.inl 80826 2008-03-04 14:51:23Z wotte $
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 Tue Feb 2 17:37:00 2010 for ACEXML by  doxygen 1.4.7