XmlDocument::setContent |
#include <DbXml.hpp>void XmlDocument::setContent(const std::string &content); void XmlDocument::setContent(Dbt &content);
The XmlDocument::setContent method sets the XmlDocument content. The content is copied from the content parameter into the XmlDocument.
The XmlDocument::setContent method sets the XmlDocument content. The content is copied from the content parameter into the XmlDocument.
Copyright (c) 1996-2003 Sleepycat Software, Inc. - All rights reserved.