XmlEventReader::isAttributeSpecified

#include <DbXml.hpp>

virtual bool XmlEventReader::isAttributeSpecified(int index) const

If the current event is StartElement, return whether the attribute at the index indicated is specified.

Parameters

index

The index into the attribute list.

Errors

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

EVENT_ERROR

An error occurred during processing of an XmlEventReader object. Most likely the error is requesting state that is not valid in the context of the current event.

Class

XmlEventReader

See Also

XmlEventReader Methods