ParserContext.cpp

Go to the documentation of this file.
00001 // ParserContext.cpp,v 1.4 2006/04/20 09:55:37 jwillemsen Exp
00002 
00003 #include "ACEXML/parser/parser/ParserContext.h"
00004 
00005 #if !defined (__ACEXML_INLINE__)
00006 # include "ACEXML/parser/parser/ParserContext.inl"
00007 #endif /* __ACEXML_INLINE__ */
00008 
00009 ACEXML_Parser_Context::~ACEXML_Parser_Context()
00010 {
00011   delete this->instream_;
00012   this->instream_ = 0;
00013   delete this->locator_;
00014   this->locator_ = 0;
00015 }
00016 

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