TSPLIB
Classes | Defines
src/ValidateSAX2ContentHandler.cpp File Reference

Defines the ContentHandler for the SAX2 parser. More...

#include <fstream>
#include <sstream>
#include <cmath>
#include <xercesc/util/XMLString.hpp>
#include <xercesc/sax2/Attributes.hpp>
#include "ValidateConstantsFunctionsAndClasses.hpp"
#include "ValidateSAX2ContentHandler.hpp"

Go to the source code of this file.

Classes

class  XMLStringTranscode
class  StringTranscode

Defines

#define unicodeForm(str)   XMLStringTranscode(str).unicodeForm()
#define stringForm(str)   StringTranscode(str).stringForm()

Detailed Description

Defines the ContentHandler for the SAX2 parser.

Defines the ContentHandler for the SAX2 parser.

Author:
Ulrich Pferschy and Rostislav Stanek (Institut fuer Statistik und Operations Research, Universitaet Graz)

Definition in file ValidateSAX2ContentHandler.cpp.


Define Documentation

#define stringForm (   str)    StringTranscode(str).stringForm()
#define unicodeForm (   str)    XMLStringTranscode(str).unicodeForm()
 All Classes Files Functions Variables Friends Defines