Regina 7.0 Calculation Engine
|
Various classes and routines for XML manipulation. The libxml2 library is used to do most of the underlying work. More...
#include <map>
#include <string>
#include <sstream>
#include "regina-core.h"
#include "utilities/boolset.h"
Namespaces | |
namespace | regina |
Contains the entire Regina calculation engine. | |
namespace | regina::xml |
Various classes and routines for XML manipulation, some taken or modified from the libxml++ library. | |
Functions | |
std::string | regina::xml::xmlEncodeSpecialChars (const std::string &original) |
Returns the given string with special characters converted to XML entities. More... | |
std::string | regina::xml::xmlEncodeComment (const std::string &comment) |
Returns the given string encoded so it is suitable for use inside an XML comment. More... | |
template<class T > | |
std::string | regina::xml::xmlValueTag (const std::string &tagName, const T &value) |
Returns an XML tag with a single property containing the given value. More... | |
Various classes and routines for XML manipulation. The libxml2 library is used to do most of the underlying work.
The libxml++ library is copyright (C) 2000 by Ari Johnson, and is covered by the GNU Lesser General Public License.