ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Class StylesheetXMLHandler

alps::StylesheetXMLHandler

Synopsis

// In header: <alps/parser/xmlhandler.h>


class StylesheetXMLHandler : public alps::XMLHandlerBase {
public:
  // construct/copy/destruct
  StylesheetXMLHandler(std::string &);

  // public member functions
  virtual void 
  start_element(const std::string &, const XMLAttributes &, xml::tag_type);
  virtual void end_element(const std::string &, xml::tag_type);
  virtual void text(const std::string &);
};

Description

StylesheetXMLHandler public construct/copy/destruct

  1. StylesheetXMLHandler(std::string & style);

StylesheetXMLHandler public member functions

  1. virtual void 
    start_element(const std::string &, const XMLAttributes & attributes, 
                  xml::tag_type type);
  2. virtual void end_element(const std::string &, xml::tag_type);
  3. virtual void text(const std::string &);
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo

PrevUpHomeNext