XmlReaderProperty_XmlResolver
Provides an interface for resolving external entities in XML. This property is a pointer to IXmlResolver.
Default Value
NULL
Remarks
The user can provide an implementation of the IXmlResolver interface for the reader to enable external entity resolution. By default, the value of this property is NULL
. If NULL
, external entities are ignored.
This property can be set and retrieved by using the IXmlReader::SetProperty and IXmlReader::GetProperty methods. The pointer returned by a successful call to the IXmlReader::GetProperty method should be released through a call to the standard COM IUnknown::Release
function.
Requirements
Header: XmlLite.h
Library: XmlLite.lib