1 #ifndef UTIL_XML_ATTRIBUTE_H 2 #define UTIL_XML_ATTRIBUTE_H 41 bool match(
const std::string&
string,
int begin);
65 std::stringstream value_;
Base class for classes that parse XML markup tags.
XmlAttribute()
Constructor.
std::stringstream & value()
Return value string, without quotes.
Parser for an XML attribute.
const std::string & label()
Return label string.
Utility classes for scientific computation.
virtual ~XmlAttribute()
Destructor.
bool match(const std::string &string, int begin)
Return true if an attribute is found, false otherwise.