SAXPrint_Handler.inl

Go to the documentation of this file.
00001 // -*- C++ -*-  $Id: SAXPrint_Handler.inl 73790 2006-07-27 20:43:46Z 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 Sun Jan 27 13:04:15 2008 for ACEXML by doxygen 1.3.6