DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
xml.cpp File Reference
#include "oks/xml.hpp"
#include "oks/defs.hpp"
#include "oks/exceptions.hpp"
#include "oks/kernel.hpp"
#include "oks/object.hpp"
#include "oks/cstring.hpp"
#include <iostream>
#include <sstream>
#include <boost/spirit/include/karma.hpp>
#include <errno.h>
#include <stdlib.h>
#include "ers/ers.hpp"
#include "logging/Logging.hpp"
Include dependency graph for xml.cpp:

Go to the source code of this file.

Namespaces

namespace  dunedaq
 Including Qt Headers.
 
namespace  dunedaq::oks
 
namespace  dunedaq::oks::xml
 

Functions

void dunedaq::oks::throw_validate_not_empty (const char *name)
 
static std::string dunedaq::oks::report_unexpected (const char *what, const char expected, const char read)
 
static void dunedaq::oks::__throw_runtime_error_unexpected_symbol (const char expected, const char read)
 
static void dunedaq::oks::__throw_bad_file_data_unexpected_symbol (const char *what, const char expected, const char read, unsigned long l, unsigned long p)
 
bool dunedaq::oks::__is_comment (const char *s)
 

Variables

const char dunedaq::oks::xml::left_angle_bracket [] = "&lt;"
 
const char dunedaq::oks::xml::right_angle_bracket [] = "&gt;"
 
const char dunedaq::oks::xml::ampersand [] = "&amp;"
 
const char dunedaq::oks::xml::carriage_return [] = "&#xD;"
 
const char dunedaq::oks::xml::new_line [] = "&#xA;"
 
const char dunedaq::oks::xml::tabulation [] = "&#x9;"
 
const char dunedaq::oks::xml::single_quote [] = "&apos;"
 
const char dunedaq::oks::xml::double_quote [] = "&quot;"