| S3FC project page | S3FC home page |
#include <xercesc/util/PlatformUtils.hpp>
#include <xercesc/dom/deprecated/DOM.hpp>
#include <xercesc/dom/deprecated/DOMParser.hpp>
#include <xercesc/sax2/DefaultHandler.hpp>
#include <string>
#include <stdlib.h>
#include <iostream>
#include <list>
#include <s3fc/s3_config_base.h>
#include <s3fc/s3_config_node.h>
#include <s3fc/s3_exception.h>
Include dependency graph for s3_xml_config.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Compounds | |
| class | s3_xml_config::error_handler |
| Error handler that reports all warnings, errors and fatal errors by throwing an s3_xml_exception. More... | |
| class | s3_xml_config |
Create a tree of s3_config_node s from an XML file. More... | |
| class | s3_xml_exception |
| Exception indicating an XML parse error. More... | |
Defines | |
| #define | XERCES_2 (1) |
Functions | |
| std::ostream & | operator<< (std::ostream &str, const DOMString &s) |
| Stream inserter for DOMStrings. More... | |
Definition in file s3_xml_config.h.
|
|
Definition at line 33 of file s3_xml_config.h. |
|
||||||||||||
|
Stream inserter for DOMStrings.
Definition at line 447 of file s3_xml_config.cc. |
| Send comments to: s3fc@stonethree.com |
|