1#ifndef UTIL_XML_END_TAG_H
2#define UTIL_XML_END_TAG_H
12#include "XmlAttribute.h"
47 bool match(
const std::string&
string,
int begin);
58 void match(
const std::string expected,
59 const std::string&
string,
int begin);
Base class for classes that parse XML markup tags.
Parser for an XML end tag.
const std::string label()
Label string.
bool match(const std::string &string, int begin)
Attempt to match any end tag.
Utility classes for scientific computation.