#include <string>
#include <xercesc/sax2/DefaultHandler.hpp>
#include <xercesc/sax2/Attributes.hpp>
#include <xercesc/util/PlatformUtils.hpp>
#include <xercesc/util/XMLException.hpp>
#include <xercesc/util/XMLString.hpp>
#include "XercesUtil.hpp"
#include <lib/support/diagnostics.h>
Go to the source code of this file.
◆ FiniXerces()
◆ getAttr() [1/2]
string getAttr |
( |
const Attributes & |
attributes, |
|
|
int |
i |
|
) |
| |
◆ getAttr() [2/2]
string getAttr |
( |
const Attributes & |
attributes, |
|
|
const XMLCh *const |
name |
|
) |
| |
◆ InitXerces()