XmlEventReader::hasEntityEscapeInfo

#include <DbXml.hpp>

virtual bool XmlEventReader::hasEntityEscapeInfo() const

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.

Class

XmlEventReader

See Also

XmlEventReader Methods