XmlDocument::setContent API Ref

#include <DbXml.hpp>

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

void XmlDocument::setContent(const XmlData &content)


Description: XmlDocument::setContent

Sets the document's content to the provided content. If this document is a new document (that is, its name is currently not in use by another document in the container), you can add it to a container using XmlContainer::putDocument. If you are updating an already existing document, you can update the document in the container using XmlContainer::updateDocument.

Parameters
content

APIRef

Copyright (c) 1996-2009 Oracle. All rights reserved.