![]() |
Home | Libraries | License | Support | People | ALPS Web Site |
alps::DummyXMLHandler
// In header: <alps/parser/xmlhandler.h> class DummyXMLHandler : public alps::XMLHandlerBase { public: // construct/copy/destruct DummyXMLHandler(const std::string &); // public member functions void start_element(const std::string &, const XMLAttributes &, xml::tag_type); void end_element(const std::string &, xml::tag_type); void text(const std::string &); };
DummyXMLHandler
public member functionsvoid start_element(const std::string &, const XMLAttributes &, xml::tag_type);
void end_element(const std::string &, xml::tag_type);
void text(const std::string &);
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo |