Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
 XmlReaderSettings Members

  Switch on low bandwidth view
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

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

The XmlReaderSettings type exposes the following members.

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkXmlReaderSettingsInitializes a new instance of the XmlReaderSettings class.
Top
  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCloneCreates a copy of the XmlReaderSettings instance.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkEquals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkFinalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetType Gets the Type of the current instance. (Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkResetResets the members of the settings class to their default values.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString Returns a String that represents the current Object. (Inherited from Object.)
Top
  NameDescription
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkCheckCharactersGets or sets a value indicating whether to do character checking.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkCloseInputGets or sets a value indicating whether the underlying stream or TextReader should be closed when the reader is closed.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkConformanceLevelGets or sets the level of conformance which the XmlReader will comply.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIgnoreCommentsGets or sets a value indicating whether to ignore comments.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIgnoreProcessingInstructionsGets or sets a value indicating whether to ignore processing instructions.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIgnoreWhitespaceGets or sets a value indicating whether to ignore insignificant white space.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkLineNumberOffsetGets or sets line number offset of the XmlReader object.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkLinePositionOffsetGets or sets line position offset of the XmlReader object.
Public propertyMaxCharactersFromEntitiesGets or sets a value indicating the maximum allowable number of characters in a document that result from expanding entities.
Public propertyMaxCharactersInDocumentGets 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.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkNameTableGets or sets the XmlNameTable used for atomized string comparisons.
Public propertyProhibitDtdGets or sets a value indicating whether to prohibit document type definition (DTD) processing.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkSchemasGets or sets the XmlSchemaSet to use when performing schema validation.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkValidationFlagsGets or sets a value indicating the schema validation settings. This setting applies to schema validating XmlReader objects (ValidationType property set to ValidationType.Schema).
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkValidationTypeGets or sets a value indicating whether the XmlReader will perform validation or type assignment when reading.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkXmlResolverSets the XmlResolver used to access external documents.
Top
  NameDescription
Public eventSupported by the .NET Compact FrameworkSupported by the XNA FrameworkValidationEventHandlerOccurs 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
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker