XmlDocument::setContentAsDOM

API Ref

#include <DbXml.hpp>

void XmlDocument::setContentAsDOM(xercesc_2_6::DOMDocument *document)


Description: XmlDocument::setContentAsDOM

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

document
The XercesC DOM containing the new document contents.

APIRef

Copyright (c) 1996,2007 Oracle. All rights reserved.