XMLFilterImpl.i

Go to the documentation of this file.
00001 // -*- C++ -*-  XMLFilterImpl.i,v 1.2 2002/01/24 21:00:01 nanbor Exp
00002 
00003 ACEXML_INLINE int
00004 ACEXML_XMLFilterImpl::setupParser (void)
00005 {
00006   if (this->parent_ == 0)
00007     return -1;
00008 
00009   this->parent_->setEntityResolver (this);
00010   this->parent_->setDTDHandler (this);
00011   this->parent_->setContentHandler (this);
00012   this->parent_->setErrorHandler (this);
00013   return 0;
00014 }

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