XMLFilterImpl.inl

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