XmlEventWriter::writeEndElement

#include <DbXml.hpp>

virtual void 
XmlEventWriter::writeEndElement(const unsigned char *localName,
    const unsigned char *prefix, const unsigned char *uri)

Write an EndElement event to the XmlEventWriter .

Parameters

localName

Local name of the element.

prefix

Namespace prefix, or NULL.

uri

Namespace uri, or NULL.

Errors

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

EVENT_ERROR

An error occurred during processing of an XmlEventWriter object. Most likely the error is attempting to write a type or value that is not valid in the current state of the object.

Class

XmlEventWriter

See Also

XmlEventWriter Methods