![]() |
Home | Libraries | License | Support | People | ALPS Web Site |
alps::XMLTag — a struct to store the contents of an XML tag
// In header: <alps/parser/parser.h> struct XMLTag { enum @0 { OPENING, CLOSING, SINGLE, COMMENT, PROCESSING }; // public member functions bool is_comment(); bool is_processing(); bool is_element(); std::string name; // the name of the tag XMLAttributes attributes; // the attributes enum alps::XMLTag::@0 type; };
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo |