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_;
Parser for an XML attribute.
XmlAttribute()
Constructor.
const std::string & label()
Return label string.
std::stringstream & value()
Return value string, without quotes.
virtual ~XmlAttribute()
Destructor.
bool match(const std::string &string, int begin)
Return true if an attribute is found, false otherwise.
Base class for classes that parse XML markup tags.
Utility classes for scientific computation.