1 #ifndef UTIL_XML_XML_TAG_H     2 #define UTIL_XML_XML_TAG_H    12 #include "XmlAttribute.h"    49       bool match(
const std::string& 
string, 
int begin);
    69       bool matchLabel(
const std::string& 
string, 
int begin);
    83       {  
return endBracket_; }
 
Base class for classes that parse XML markup tags. 
 
Parser for an XML attribute. 
 
Parser for an XML file declaration tag (first line in file). 
 
bool match(const std::string &string, int begin)
Attempt to match entire xml tag. 
 
Utility classes for scientific computation.