|
FERS 0.1.0
The Flexible Extensible Radar Simulator
|
Wrapper for managing XML documents and elements using libxml2. More...
#include "libxml_wrapper.h"#include <array>#include <cctype>#include <cstdarg>#include <cstdio>#include <format>#include <limits>#include <string>#include "libxml/encoding.h"#include "libxml/parser.h"#include "libxml/valid.h"#include "libxml/xmlIO.h"#include "libxml/xmlerror.h"#include "libxml/xmlschemas.h"
Include dependency graph for libxml_wrapper.cpp:Go to the source code of this file.
Functions | |
| void | mergeXmlDocuments (const XmlDocument &mainDoc, const XmlDocument &includedDoc) |
| Merge two XML documents. | |
| void | removeIncludeElements (const XmlDocument &doc) |
| Remove "include" elements from the XML document. | |
Wrapper for managing XML documents and elements using libxml2.
Definition in file libxml_wrapper.cpp.
| void mergeXmlDocuments | ( | const XmlDocument & | mainDoc, |
| const XmlDocument & | includedDoc | ||
| ) |
Merge two XML documents.
| mainDoc | The main XML document. |
| includedDoc | The XML document to include. |
Definition at line 214 of file libxml_wrapper.cpp.
References max.
Referenced by serial::xml_parser_utils::addIncludeFilesToMainDocument().
Here is the caller graph for this function:| void removeIncludeElements | ( | const XmlDocument & | doc | ) |
Remove "include" elements from the XML document.
| doc | The XML document from which to remove the "include" elements. |
Definition at line 229 of file libxml_wrapper.cpp.
References max.
Referenced by serial::xml_parser_utils::addIncludeFilesToMainDocument().
Here is the caller graph for this function: