#include <dtUtil/export.h>#include <string>#include <vector>#include <map>#include <xercesc/util/XercesDefs.hpp>#include <xercesc/sax2/Attributes.hpp>#include <xercesc/dom/DOM.hpp>#include <xercesc/util/XMLString.hpp>Namespaces | |
| namespace | dtUtil |
Classes | |
| class | dtUtil::XMLStringConverter |
| Utility methods for using strings, often for XML purposes. More... | |
| class | dtUtil::StringToXMLConverter |
| Utility methods for using strings, often for XML purposes. More... | |
| class | dtUtil::AttributeSearch |
| Searches a Xerces XML Attribute list for names of interest. More... | |
Functions | |
| std::string DT_UTIL_EXPORT | dtUtil::FindAttributeValueFor (const char *attributeName, XERCES_CPP_NAMESPACE_QUALIFIER DOMNamedNodeMap *attrs) |
| A utility that finds the string value for a specifically named attribute when a DOM Node is available. | |