XmlManager::createStdInInputStream

#include <DbXml.hpp>

XmlInputStream *XmlManager::createStdInInputStream() const

Returns an XmlInputStream to the console. Use this input stream with XmlContainer::putDocument or XmlDocument::setContentAsXmlInputStream.

If the input stream is passed to either of these methods, it will be adopted, and deleted. If it is not passed, it is the responsibility of the user to delete the object.

Use this input stream with XmlContainer::putDocument or XmlDocument::setContentAsXmlInputStream.

Class

XmlManager

See Also

XmlManager Methods