XMLFilterImpl.inl

Go to the documentation of this file.
00001 // -*- C++ -*-  $Id: XMLFilterImpl.inl 80826 2008-03-04 14:51:23Z 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 Tue Feb 2 17:37:00 2010 for ACEXML by  doxygen 1.4.7