Skip to main content

XmlReaderSettings Class

Namespace: System.Xml · Assembly: GHIElectronics.TinyCLR.System.Xml

Settings bag passed to XmlReader.Create(Stream, XmlReaderSettings). Mirrors the .NET BCL type.

public class XmlReaderSettings

Constructors

XmlReaderSettings()

public XmlReaderSettings()

No description available.

Properties

NameTable

public XmlNameTable NameTable { get; set; }

No description available.

LineNumberOffset

public int LineNumberOffset { get; set; }

No description available.

LinePositionOffset

public int LinePositionOffset { get; set; }

No description available.

ConformanceLevel

public ConformanceLevel ConformanceLevel { get; set; }

No description available.

CheckCharacters

public bool CheckCharacters { get; set; }

No description available.

ValidationType

public ValidationType ValidationType { get; set; }

No description available.

IgnoreWhitespace

public bool IgnoreWhitespace { get; set; }

No description available.

IgnoreProcessingInstructions

public bool IgnoreProcessingInstructions { get; set; }

No description available.

IgnoreComments

public bool IgnoreComments { get; set; }

No description available.

CloseInput

public bool CloseInput { get; set; }

No description available.

Methods

Reset()

public void Reset()

Sets the enumerator to its initial position, which is before the first element in the collection. (inherited)

Clone()

public XmlReaderSettings Clone()

Creates a new object that is a copy of the current instance. (inherited)

Returns XmlReaderSettings