XmlDocument::getContent

API Ref

#include <DbXml.hpp>

std::string &XmlDocument::getContent(std::string &content) const

XmlData XmlDocument::getContent() const


Description: XmlDocument::getContent

Returns a reference to the document content. The returned value is owned by the XmlDocument, and is destroyed when the document is destroyed.


Description: std::string &XmlDocument::getContent(std::string &content) const

Copies the content of the document into a string and as a convenience returns a reference to the string.


Description: XmlData XmlDocument::getContent()

Returns a reference to the content as an XmlData object.


APIRef

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