00001 #ifndef RCPDF_PARSER_HH 00002 # define RCPDF_PARSER_HH 00003 # include <rcpdf_interface/model.hh> 00004 00005 namespace rcpdf 00006 { 00009 boost::shared_ptr<rcpdf_interface::ModelInterface> 00010 parseRCPDF(const std::string& xml_string); 00011 } // end of namespace rcpdf. 00012 00013 #endif //! RCPDF_PARSER_HH