XmlEventWriter::writeStartDocument API Ref

#include <DbXml.hpp>

virtual void XmlEventWriter::writeStartDocument(const unsigned char *version, const unsigned char *encoding, const unsigned char *standalone)


Description: XmlEventWriter::writeStartDocument

Write a StartDocument element event to the XmlEventWriter. This must be the first event written.

Parameters
version encoding standalone

Errors

The XmlEventWriter::writeStartDocument method may fail and throw XmlException, encapsulating one of the following non-zero errors:


EVENT_ERROR

APIRef

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