Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IXmlReader Properties

 

The following are the IXmlReader properties.

Your application can get properties via the GetProperty (IXmlReader) method, and can set properties via the SetProperty (IXmlReader) method.

PropertyDescription
XmlReaderProperty_ConformanceLevelSpecifies which level of conformance should be checked by the reader.
XmlReaderProperty_DtdProcessingSpecifies whether Document Type Definitions (DTDs) are prohibited or allowed in the document.
XmlReaderProperty_MaxElementDepthAllows the user to set the maximum levels of nesting in elements.
XmlReaderProperty_MaxEntityExpansionAllows the user to set the maximum number of entities that resolves to 3 or more characters.
XmlReaderProperty_MultiLanguageA pointer to an instance of IMultiLanguage2 (MLANG).
XmlReaderProperty_RandomAccessIndicates whether the reader should use random access on the input stream.
XmlReaderProperty_ReadStateReports the state of the reader.
XmlReaderProperty_XmlResolverProvides an implementation of the IXmlResolver interface for the reader to enable external entity resolution.
System_CAPS_ICON_note.jpg Note

These "properties" are actually implemented just as individual constants within the XmlReaderProperty enumerated type. However, because these constants signify different characteristics of the XML reader, they have been treated separately.

Header: XmlLite.h

Library: XmlLite.lib

IXmlReader

Show:
© 2017 Microsoft