XdmReaderSettings ClassXdmReaderSettings ClassXdmReaderSettings Class

Specifies a set of features to support on the XdmReaderXdmReaderXdmReader object created by the Create (Stream)Create (Stream)Create (Stream^) method.

Inheritance Hierarchy

Syntax

Public Class XdmReaderSettings
public class XdmReaderSettings
public:
ref class XdmReaderSettings
 
The XdmReaderSettingsXdmReaderSettingsXdmReaderSettings type exposes the following members.

Constructors

 ConstructorDescription
Public methodXdmReaderSettings ()XdmReaderSettings ()XdmReaderSettings () Initializes a new instance of the XdmReaderSettingsXdmReaderSettingsXdmReaderSettings class.
Public methodXdmReaderSettings (XmlReaderSettings)XdmReaderSettings (XmlReaderSettings)XdmReaderSettings (XmlReaderSettings^) Initializes a new instance of the XdmReaderSettingsXdmReaderSettingsXdmReaderSettings class from an XmlReaderSettingsXmlReaderSettingsXmlReaderSettings instance.
Public methodXdmReaderSettings (XdmReaderSettings)XdmReaderSettings (XdmReaderSettings)XdmReaderSettings (XdmReaderSettings^) Initializes a new instance of the XdmReaderSettingsXdmReaderSettingsXdmReaderSettings class from another instance.

Top

Properties

 PropertyDescription
Public propertyCloseInputCloseInputCloseInput Gets or sets a value indicating whether the underlying stream or TextReaderTextReaderTextReader should be closed when the reader is closed.
Public propertyConformanceLevelConformanceLevelConformanceLevel Gets or sets the level of conformance to which the XdmReaderXdmReaderXdmReader will comply.
Public propertyDtdProcessingDtdProcessingDtdProcessing Gets or sets a value that determines the processing of DTDs.
Public propertyIgnoreCommentsIgnoreCommentsIgnoreComments Gets or sets a value indicating whether to ignore comments.
Public propertyIgnoreProcessingInstructionsIgnoreProcessingInstructionsIgnoreProcessingInstructions Gets or sets a value indicating whether to ignore processing instructions.
Public propertyIgnoreWhitespaceIgnoreWhitespaceIgnoreWhitespace Gets or sets a value indicating whether to ignore insignificant white space.
Public propertyLineNumberOffsetLineNumberOffsetLineNumberOffset Gets or sets line number offset of the XdmReaderXdmReaderXdmReader object..
Public propertyLinePositionOffsetLinePositionOffsetLinePositionOffset Gets or sets line position offset of the XdmReaderXdmReaderXdmReader object..
Public propertyMaxCharactersFromEntitiesMaxCharactersFromEntitiesMaxCharactersFromEntities Gets or sets a value indicating the maximum allowable number of characters in a document that result from expanding entities.
Public propertyMaxCharactersInDocumentMaxCharactersInDocumentMaxCharactersInDocument Gets or sets a value indicating the maximum allowable number of characters in an XML document. A zero (0) value means no limits on the size of the XML document. A non-zero value specifies the maximum size, in characters.
Public propertyNameTableNameTableNameTable Gets or sets the XmlNameTableXmlNameTableXmlNameTable used for atomized string comparisons.
Public propertySchemasSchemasSchemas Gets or sets the XmlSchemaSetXmlSchemaSetXmlSchemaSet to use when performing schema validation.
Public propertyStandardsConformanceStandardsConformanceStandardsConformance Gets or sets the standards conformance.
Public propertyValidationFlagsValidationFlagsValidationFlags Gets or sets a value indicating the schema validation settings. This setting applies to schema validating XmlReader objects (ValidationType property set to ValidationType.Schema).
Public propertyValidationTypeValidationTypeValidationType Gets or sets a value indicating whether the XdmReaderXdmReaderXdmReader will perform validation or type assignment when reading.
Public propertyXmlResolverXmlResolverXmlResolver Sets the XmlResolverXmlResolverXmlResolver used to access external documents.

Top

Methods

 MethodDescription
Public methodCloneCloneClone Creates a copy of the XdmReaderSettingsXdmReaderSettingsXdmReaderSettings instance.
Public methodObject.EqualsObject.EqualsObject::EqualsDetermines whether the specified object is equal to the current object.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.FinalizeObject.FinalizeObject::FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetHashCodeObject.GetHashCodeObject::GetHashCodeServes as the default hash function. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetTypeObject.GetTypeObject::GetTypeGets the TypeTypeType of the current instance.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseCloneCreates a shallow copy of the current objectObjectobject.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.ToStringObject.ToStringObject::ToStringReturns a string that represents the current object.(Inherited from System.ObjectSystem.ObjectSystem::Object)

Top