OpenDDS  Snapshot(2023/04/28-20:55)
Namespaces | Macros | Functions
XmlUtils.cpp File Reference
#include "XmlUtils.h"
#include <dds/DCPS/debug.h>
#include <ace/OS_NS_strings.h>
#include <ace/OS_NS_time.h>
#include <xercesc/framework/MemBufInputSource.hpp>
#include <xercesc/sax/ErrorHandler.hpp>
#include <xercesc/util/XMLDateTime.hpp>
#include <xercesc/util/PlatformUtils.hpp>
#include <xercesc/util/XercesVersion.hpp>
#include <stdexcept>
Include dependency graph for XmlUtils.cpp:

Go to the source code of this file.

Namespaces

 OpenDDS
 The Internal API and Implementation of OpenDDS.
 
module  OpenDDS::Security
 
 OpenDDS::Security::XmlUtils
 

Macros

#define XMLDATETIME_HAS_GETEPOCH   0
 

Functions

std::string OpenDDS::Security::XmlUtils::to_string (const xercesc::SAXParseException &ex)
 
bool OpenDDS::Security::XmlUtils::get_parser (ParserPtr &parser, const std::string &filename, const std::string &xml)
 
std::string OpenDDS::Security::XmlUtils::to_string (const XMLCh *in)
 
bool OpenDDS::Security::XmlUtils::parse_bool (const XMLCh *in, bool &value)
 
bool OpenDDS::Security::XmlUtils::parse_time (const XMLCh *in, time_t &value)
 
bool OpenDDS::Security::XmlUtils::parse_domain_id_set (const xercesc::DOMNode *node, Security::DomainIdSet &domain_id_set)
 

Macro Definition Documentation

◆ XMLDATETIME_HAS_GETEPOCH

#define XMLDATETIME_HAS_GETEPOCH   0

Definition at line 171 of file XmlUtils.cpp.