IXmlReader Properties (Compact 7)
3/12/2014
This section describes the IXmlReader properties. Your application can retrieve properties by using the GetProperty (IXmlReader) method, and can set properties by using the SetProperty (IXmlReader) method.
In This Section
- XmlReaderProperty_ConformanceLevel
Specifies the level of conformance that should be checked by the reader
- XmlReaderProperty_DtdProcessing
Species whether DTDs are allowed in the document
- XmlReaderProperty_MaxElementDepth
Lets the user set the maximum levels of nesting in elements
- XmlReaderProperty_MaxEntityExpansion
Lets the user set the maximum number of entities that resolves to 3 or more characters
- XmlReaderProperty_MultiLanguage
A pointer to an instance of IMultiLanguage2 (MLANG)
- XmlReaderProperty_RandomAccess
Indicates whether the reader should use random access on the input stream
- XmlReaderProperty_ReadState
Reports the state of the reader
- XmlReaderProperty_XmlResolver
Provides an implementation of the IXmlResolver interface for the reader to enable external entity resolution
Remarks
These properties are implemented as individual constants within the XmlReaderProperty enumerated type. However, because these constants signify different characteristics of the XML reader, they are treated separately.
See Also
Reference
IXmlReader
GetProperty (IXmlReader)
SetProperty (IXmlReader)
IXmlReader Methods
IXmlResolver
Interfaces