XmlEventReaderToWriter |
![]() ![]() |
#include <DbXml.hpp>class DbXml::XmlEventReaderToWriter { public: XmlEventReaderToWriter(XmlEventReader &reader, XmlEventWriter &writer, bool ownsReader = true) XmlEventReaderToWriter(XmlEventReader &reader, XmlEventWriter &writer, bool ownsReader, bool ownsWriter) ... };
The XmlEventReaderToWriter class enables events read from an XmlEventReader to be written directly to an XmlEventWriter. This is useful for processing XML document content, efficient copying, and other application integration tasks. Use XmlEventReaderToWriter::start to begin processing.
The method constructs an object from the reader and writer that will pipe events from the reader directly to the writer.
Parameters
![]() ![]() |
Copyright (c) 1996-2009 Oracle. All rights reserved.