XmlReaderSettings (System.Xml.XmlReaderSettings)

Inherits: System.Object

Interfaces:

Derived Types: 0

Assembly: System.Xml.dll

Specifies a set of features to support on the XmlReader object created by the Create method.

VB.NET C#

C#

public sealed class XmlReaderSettings
{
}

Articles

PC Pro: Analysis: Real World Computing: More XML with PowerShell

settings = new-object System.Xml.XmlReaderSettings $doc = (resolve-path $doc).ProviderPath $reader = [xml.xmlreader]::create($doc, $settings) [int] $count = 0

Re: XML validation with multiple schemas - .NET XML

URL:http://msdn2.microsoft.com/en-us/library/system.xml.xmlreadersettings.aspx> and you need to set the validation flag to process inline schemas

January 2006 - Posts - Vince Blasberg's Blog

The System.Xml.XmlReaderSettings.ValidationType property determines whether the XmlReader instance enforces validation. The System.Xml.XmlReaderSettings.ValidationFlags property ...

Some New Features in Visual Studio 2005 and SQL Server 2005 - Vince ...

The System.Xml.XmlReaderSettings.ValidationType property determines whether the XmlReader instance enforces validation. The System.Xml.XmlReaderSettings.ValidationFlags property ...

XML validation with multiple schemas

URL:http://msdn2.microsoft.com/en-us/library/system.xml.xmlreadersettings.aspx> >> and you need to set the validation flag to process inline schemas

New Methods and Types

Property: System.Xml.XmlReaderSettings.MaxCharactersFromEntities - getter: None: Property: System.Xml.XmlReaderSettings.MaxCharactersFromEntities( System.Int64) - setter: None

XmlReaderSettings.ConformanceLevel Property (System.Xml)

Gets or sets the level of conformance which the XmlReader will comply. ... Note that XmlReader objects created by the Create method are more compliant by default than the ...

XmlReaderSettings.ValidationType Property (System.Xml)

Gets or sets a value indicating whether the XmlReader will perform validation or type assignment when reading.

Mono Documentation

Mono Class Library : System.Xml Namespace System.Xml.XmlReaderSettings Class: Note: This namespace, class, or member is supported only in version .NET 2.0 ...

Mono Documentation

The members of System.Xml.XmlReaderSettings are listed below. See Also: Inherited members from System.Object [ ...

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support