A helper class for working with W3C DOM objects. More...
#include <xmltooling/base.h>
#include <iostream>
#include <xercesc/dom/DOM.hpp>
Classes | |
class | xmltooling::XercesJanitor< T > |
RAII wrapper for Xerces resources. More... | |
class | xmltooling::XMLHelper |
A helper class for working with W3C DOM objects. More... | |
Namespaces | |
namespace | xmltooling |
Public namespace of XML Tooling library. | |
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. |
A helper class for working with W3C DOM objects.