|
FERS 1.0.0
The Flexible Extensible Radar Simulator
|
Wrapper for managing XML documents and elements using libxml2. More...
#include "libxml_wrapper.h"#include "libxml/encoding.h"#include "libxml/parser.h"#include "libxml/valid.h"#include "libxml/xmlIO.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 83 of file libxml_wrapper.cpp.
References XmlElement::getNode(), and XmlDocument::getRootElement().
Here is the call 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 98 of file libxml_wrapper.cpp.
References XmlElement::childElement(), and XmlDocument::getRootElement().
Here is the call graph for this function: