XmlEventWriter::writeStartElement |
![]() ![]() |
#include <DbXml.hpp>virtual void XmlEventWriter::writeStartElement(const unsigned char *localName, const unsigned char *prefix, const unsigned char *uri, int numAttributes, bool isEmpty)
Write an element event to the XmlEventWriter. If the element is empty, and specified as such using the isEmpty parameter, it must not be followed by an XmlEventWriter::writeEndElement call.
ParametersThe XmlEventWriter::writeStartElement method may fail and throw XmlException, encapsulating one of the following non-zero errors:
![]() ![]() |
Copyright (c) 1996-2009 Oracle. All rights reserved.