XmlEventWriter::writeAttribute API Ref

#include <DbXml.hpp>

virtual void XmlEventWriter::writeAttribute(const unsigned char *localName, const unsigned char *prefix, const unsigned char *uri, const unsigned char *value, bool isSpecified)


Description: XmlEventWriter::writeAttribute

Write a single attribute to the XmlEventWriter. Namespace declarations are written as normal attributes.

Parameters
localName prefix uri value isSpecified

Errors

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