XmlDocument::setContent

API Ref

#include <DbXml.hpp>

void XmlDocument::setContent(const std::string &content); void XmlDocument::setContent(Dbt &content);


Description: XmlDocument::setContent

The XmlDocument::setContent method sets the XmlDocument content. The content is copied from the content parameter into the XmlDocument.

Parameters

content
A string containing the document content.

Description: XmlDocument::setContent

The XmlDocument::setContent method sets the XmlDocument content. The content is copied from the content parameter into the XmlDocument.

Parameters

content
A Dbt containing the document content.

Class

XmlContainer, XmlDocument, XmlException, XmlIndexSpecification, XmlQueryContext, XmlQueryExpression, XmlResults, XmlUpdateContext, XmlValue

APIRef

Copyright (c) 1996-2003 Sleepycat Software, Inc. - All rights reserved.