XmlEventReader::getValue API Ref

#include <DbXml.hpp>

virtual const unsigned char * XmlEventReader::getValue(int &len) const


Description: XmlEventReader::getValue

If the current event is Characters, return the text value. If the current event is ProcessingInstruction, return the data portion of the processing instruction.

Parameters
len

Errors

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