XmlEventReader::getLocalName API Ref

#include <DbXml.hpp>

virtual const unsigned char * XmlEventReader::getLocalName() const


Description: XmlEventReader::getLocalName

If the current event is StartElement or EndElement, return the local name for the element. If the current event is ProcessingInstruction, return the target portion of the processing instruction.


Errors

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