#include <xmltooling/XMLObject.h>
#include <xercesc/dom/DOM.hpp>
#include <iostream>
Namespaces | |
namespace | xmltooling |
Classes | |
class | xmltooling::XercesJanitor< T > |
RAII wrapper for Xerces resources. More... | |
class | xmltooling::XMLHelper |
A helper class for working with W3C DOM objects. More... | |
Functions | |
std::ostream & | xmltooling::operator<< (std::ostream &ostr, const xercesc::DOMNode &n) |
Serializes the DOM node provided to a stream using UTF-8 encoding and the default XML serializer available. | |
std::ostream & | xmltooling::operator<< (std::ostream &ostr, const XMLObject &obj) |
Marshalls and serializes the XMLObject provided to a stream using UTF-8 encoding and the default XML serializer available. |