XmlEventReader::hasEntityEscapeInfo

API Ref

#include <DbXml.hpp>

virtual bool XmlEventReader::hasEntityEscapeInfo() const


Description: XmlEventReader::hasEntityEscapeInfo

Returns true if the XmlEventReader object is able to return information about text strings indicating that they may have entities requiring escaping for XML serialization. This allows applications performing serialization to avoid scanning strings for entities if it is not necessary. Most of the internal implementations of XmlEventReader have this information available, and return true.


APIRef

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