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 }