XmlEventReader::getAttributePrefix

API Ref

#include <DbXml.hpp>

virtual const unsigned char * XmlEventReader::getAttributePrefix(int index) const


Description: XmlEventReader::getAttributePrefix

If the current event is StartElement, return the namespace prefix for the attribute at the specified offset.

Parameters

index
The index into the attribute list. terminator.])

Errors

The XmlEventReader::getAttributePrefix 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.

APIRef

Copyright (c) 1996,2007 Oracle. All rights reserved.