Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
 XmlReaderSettings Members
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
XmlReaderSettings Members

Updated: November 2007

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

The XmlReaderSettings type exposes the following members.

  NameDescription
XmlReaderSettings Initializes a new instance of the XmlReaderSettings class.
Top
  NameDescription
Clone Creates a copy of the XmlReaderSettings instance.
Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
GetType Gets the Type of the current instance. (Inherited from Object.)
MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Reset Resets the members of the settings class to their default values.
ToString Returns a String that represents the current Object. (Inherited from Object.)
Top
  NameDescription
CheckCharacters Gets or sets a value indicating whether to do character checking.
CloseInput Gets or sets a value indicating whether the underlying stream or TextReader should be closed when the reader is closed.
ConformanceLevel Gets or sets the level of conformance which the XmlReader will comply.
IgnoreComments Gets or sets a value indicating whether to ignore comments.
IgnoreProcessingInstructions Gets or sets a value indicating whether to ignore processing instructions.
IgnoreWhitespace Gets or sets a value indicating whether to ignore insignificant white space.
LineNumberOffset Gets or sets line number offset of the XmlReader object.
LinePositionOffset Gets or sets line position offset of the XmlReader object.
MaxCharactersFromEntities Gets or sets a value indicating the maximum allowable number of characters in a document that result from expanding entities.
MaxCharactersInDocument Gets or sets a value indicating the maximum allowable number of characters 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.
NameTable Gets or sets the XmlNameTable used for atomized string comparisons.
ProhibitDtd Gets or sets a value indicating whether to prohibit document type definition (DTD) processing.
Schemas Gets or sets the XmlSchemaSet to use when performing schema validation.
ValidationFlags Gets or sets a value indicating the schema validation settings. This setting applies to schema validating XmlReader objects (ValidationType property set to ValidationType.Schema).
ValidationType Gets or sets a value indicating whether the XmlReader will perform validation or type assignment when reading.
XmlResolver Sets the XmlResolver used to access external documents.
Top
  NameDescription
ValidationEventHandler Occurs when the reader encounters validation errors.
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker