XmlDocument::getContent |
![]() ![]() |
#include <DbXml.hpp>std::string &XmlDocument::getContent(std::string &content) const
XmlData XmlDocument::getContent() const
Returns a reference to the document content. The returned value is owned by the XmlDocument, and is destroyed when the document is destroyed.
Copies the content of the document into a string and as a convenience returns a reference to the string.
Returns a reference to the content as an XmlData object.
![]() ![]() |
Copyright (c) 1996-2009 Oracle. All rights reserved.