XmlEventWriter::writeStartEntity API Ref

#include <DbXml.hpp>

virtual void XmlEventWriter::writeStartEntity(const unsigned char *name bool expandedInfoFollows)


Description: XmlEventWriter::writeStartEntity

Write StartEntityReference event to the XmlEventWriter. This event must be followed, later in the document, by a call to XmlEventWriter::writeEndEntity. Writing of StartEntityReference and EndEntityReference events is optional, but helpful for round-tripping of documents. A given implementation of XmlEventWriter may safely ignore such events.

Parameters
name expandedInfoFollows

Errors

The XmlEventWriter::writeStartEntity 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.