[Build] Move netcoreapp ref assemblies to Tizen.NET.APIx
[platform/core/csapi/tizenfx.git] / pkg / Tizen.NET.API6 / build / tizen60 / ref / System.Xml.ReaderWriter.xml
     <name>System.Xml.ReaderWriter</name>
   </assembly>
   <members>
-    <member name="T:System.Xml.Schema.XmlSchemaInfo">
-      <summary>Represents the post-schema-validation infoset of a validated XML node.</summary>
+    <member name="T:System.Xml.Schema.XmlSchemaValidator">
+      <summary>Represents an XML Schema Definition Language (XSD) Schema validation engine. The <see cref="T:System.Xml.Schema.XmlSchemaValidator"></see> class cannot be inherited.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaInfo.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaInfo"></see> class.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaValidator.#ctor(System.Xml.XmlNameTable,System.Xml.Schema.XmlSchemaSet,System.Xml.IXmlNamespaceResolver,System.Xml.Schema.XmlSchemaValidationFlags)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaValidator"></see> class.</summary>
+      <param name="nameTable">An <see cref="T:System.Xml.XmlNameTable"></see> object containing element and attribute names as atomized strings.</param>
+      <param name="schemas">An <see cref="T:System.Xml.Schema.XmlSchemaSet"></see> object containing the XML Schema Definition Language (XSD) schemas used for validation.</param>
+      <param name="namespaceResolver">An <see cref="T:System.Xml.IXmlNamespaceResolver"></see> object used for resolving namespaces encountered during validation.</param>
+      <param name="validationFlags">An <see cref="T:System.Xml.Schema.XmlSchemaValidationFlags"></see> value specifying schema validation options.</param>
+      <exception cref="T:System.ArgumentNullException">One or more of the parameters specified are <see langword="null"></see>.</exception>
+      <exception cref="T:System.Xml.Schema.XmlSchemaException">An error occurred while compiling schemas in the <see cref="System.Xml.Schema.XmlSchemaSet"></see> parameter.</exception>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaInfo.ContentType">
-      <summary>Gets or sets the <see cref="T:System.Xml.Schema.XmlSchemaContentType"></see> object that corresponds to the content type of this validated XML node.</summary>
-      <returns>An <see cref="System.Xml.Schema.XmlSchemaContentType"></see> object.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaValidator.AddSchema(System.Xml.Schema.XmlSchema)">
+      <summary>Adds an XML Schema Definition Language (XSD) schema to the set of schemas used for validation.</summary>
+      <param name="schema">An <see cref="T:System.Xml.Schema.XmlSchema"></see> object to add to the set of schemas used for validation.</param>
+      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.Schema.XmlSchema"></see> parameter specified is <see langword="null"></see>.</exception>
+      <exception cref="T:System.Xml.Schema.XmlSchemaValidationException">The target namespace of the <see cref="System.Xml.Schema.XmlSchema"></see> parameter matches that of any element or attribute already encountered by the <see cref="System.Xml.Schema.XmlSchemaValidator"></see> object.</exception>
+      <exception cref="T:System.Xml.Schema.XmlSchemaException">The <see cref="System.Xml.Schema.XmlSchema"></see> parameter is invalid.</exception>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaInfo.IsDefault">
-      <summary>Gets or sets a value indicating if this validated XML node was set as the result of a default being applied during XML Schema Definition Language (XSD) schema validation.</summary>
-      <returns>A bool value.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaValidator.EndValidation">
+      <summary>Ends validation and checks identity constraints for the entire XML document.</summary>
+      <exception cref="T:System.Xml.Schema.XmlSchemaValidationException">An identity constraint error was found in the XML document.</exception>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaInfo.IsNil">
-      <summary>Gets or sets a value indicating if the value for this validated XML node is nil.</summary>
-      <returns>A bool value.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaValidator.GetExpectedAttributes">
+      <summary>Returns the expected attributes for the current element context.</summary>
+      <returns>An array of <see cref="T:System.Xml.Schema.XmlSchemaAttribute"></see> objects or an empty array if there are no expected attributes.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaInfo.MemberType">
-      <summary>Gets or sets the dynamic schema type for this validated XML node.</summary>
-      <returns>An <see cref="System.Xml.Schema.XmlSchemaSimpleType"></see> object.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaValidator.GetExpectedParticles">
+      <summary>Returns the expected particles in the current element context.</summary>
+      <returns>An array of <see cref="T:System.Xml.Schema.XmlSchemaParticle"></see> objects or an empty array if there are no expected particles.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaInfo.SchemaAttribute">
-      <summary>Gets or sets the compiled <see cref="T:System.Xml.Schema.XmlSchemaAttribute"></see> object that corresponds to this validated XML node.</summary>
-      <returns>An <see cref="System.Xml.Schema.XmlSchemaAttribute"></see> object.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaValidator.GetUnspecifiedDefaultAttributes(System.Collections.ArrayList)">
+      <summary>Validates identity constraints on the default attributes and populates the <see cref="T:System.Collections.ArrayList"></see> specified with <see cref="T:System.Xml.Schema.XmlSchemaAttribute"></see> objects for any attributes with default values that have not been previously validated using the <see cref="Overload:System.Xml.Schema.XmlSchemaValidator.ValidateAttribute"></see> method in the element context.</summary>
+      <param name="defaultAttributes">An <see cref="T:System.Collections.ArrayList"></see> to populate with <see cref="T:System.Xml.Schema.XmlSchemaAttribute"></see> objects for any attributes not yet encountered during validation in the element context.</param>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaInfo.SchemaElement">
-      <summary>Gets or sets the compiled <see cref="T:System.Xml.Schema.XmlSchemaElement"></see> object that corresponds to this validated XML node.</summary>
-      <returns>An <see cref="System.Xml.Schema.XmlSchemaElement"></see> object.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaValidator.Initialize">
+      <summary>Initializes the state of the <see cref="T:System.Xml.Schema.XmlSchemaValidator"></see> object.</summary>
+      <exception cref="T:System.InvalidOperationException">Calling the <see cref="System.Xml.Schema.XmlSchemaValidator.Initialize*"></see> method is valid immediately after the construction of an <see cref="System.Xml.Schema.XmlSchemaValidator"></see> object or after a call to <see cref="System.Xml.Schema.XmlSchemaValidator.EndValidation"></see> only.</exception>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaInfo.SchemaType">
-      <summary>Gets or sets the static XML Schema Definition Language (XSD) schema type of this validated XML node.</summary>
-      <returns>An <see cref="System.Xml.Schema.XmlSchemaType"></see> object.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaValidator.Initialize(System.Xml.Schema.XmlSchemaObject)">
+      <summary>Initializes the state of the <see cref="T:System.Xml.Schema.XmlSchemaValidator"></see> object using the <see cref="T:System.Xml.Schema.XmlSchemaObject"></see> specified for partial validation.</summary>
+      <param name="partialValidationType">An <see cref="T:System.Xml.Schema.XmlSchemaElement"></see>, <see cref="T:System.Xml.Schema.XmlSchemaAttribute"></see>, or <see cref="T:System.Xml.Schema.XmlSchemaType"></see> object used to initialize the validation context of the <see cref="T:System.Xml.Schema.XmlSchemaValidator"></see> object for partial validation.</param>
+      <exception cref="T:System.InvalidOperationException">Calling the <see cref="System.Xml.Schema.XmlSchemaValidator.Initialize*"></see> method is valid immediately after the construction of an <see cref="System.Xml.Schema.XmlSchemaValidator"></see> object or after a call to <see cref="System.Xml.Schema.XmlSchemaValidator.EndValidation"></see> only.</exception>
+      <exception cref="T:System.ArgumentException">The <see cref="System.Xml.Schema.XmlSchemaObject"></see> parameter is not an <see cref="System.Xml.Schema.XmlSchemaElement"></see>, <see cref="System.Xml.Schema.XmlSchemaAttribute"></see>, or <see cref="System.Xml.Schema.XmlSchemaType"></see> object.</exception>
+      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.Schema.XmlSchemaObject"></see> parameter cannot be <see langword="null"></see>.</exception>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaInfo.Validity">
-      <summary>Gets or sets the <see cref="T:System.Xml.Schema.XmlSchemaValidity"></see> value of this validated XML node.</summary>
-      <returns>An <see cref="System.Xml.Schema.XmlSchemaValidity"></see> value.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaValidator.LineInfoProvider">
+      <summary>Gets or sets the line number information for the XML node being validated.</summary>
+      <returns>An <see cref="T:System.Xml.IXmlLineInfo"></see> object.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaKey">
-      <summary>This class represents the key element from XMLSchema as specified by the World Wide Web Consortium (W3C).</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaValidator.SkipToEndElement(System.Xml.Schema.XmlSchemaInfo)">
+      <summary>Skips validation of the current element content and prepares the <see cref="T:System.Xml.Schema.XmlSchemaValidator"></see> object to validate content in the parent element&amp;#39;s context.</summary>
+      <param name="schemaInfo">An <see cref="T:System.Xml.Schema.XmlSchemaInfo"></see> object whose properties are set if the current element content is successfully skipped. This parameter can be <see langword="null"></see>.</param>
+      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.Schema.XmlSchemaValidator.SkipToEndElement(System.Xml.Schema.XmlSchemaInfo)"></see> method was not called in the correct sequence. For example, calling <see cref="System.Xml.Schema.XmlSchemaValidator.SkipToEndElement(System.Xml.Schema.XmlSchemaInfo)"></see> after calling <see cref="System.Xml.Schema.XmlSchemaValidator.SkipToEndElement(System.Xml.Schema.XmlSchemaInfo)"></see>.</exception>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaKey.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaKey"></see> class.</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaValidator.SourceUri">
+      <summary>Gets or sets the source URI for the XML node being validated.</summary>
+      <returns>A <see cref="T:System.Uri"></see> object representing the source URI for the XML node being validated; the default is <see langword="null"></see>.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaKeyref">
-      <summary>This class represents the keyref element from XMLSchema as specified by the World Wide Web Consortium (W3C).</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaValidator.ValidateAttribute(System.String,System.String,System.Xml.Schema.XmlValueGetter,System.Xml.Schema.XmlSchemaInfo)">
+      <summary>Validates the attribute name, namespace URI, and value in the current element context.</summary>
+      <param name="localName">The local name of the attribute to validate.</param>
+      <param name="namespaceUri">The namespace URI of the attribute to validate.</param>
+      <param name="attributeValue">An <see cref="T:System.Xml.Schema.XmlValueGetter"></see><see langword="delegate"></see> used to pass the attribute&amp;#39;s value as a Common Language Runtime (CLR) type compatible with the XML Schema Definition Language (XSD) type of the attribute.</param>
+      <param name="schemaInfo">An <see cref="T:System.Xml.Schema.XmlSchemaInfo"></see> object whose properties are set on successful validation of the attribute. This parameter and can be <see langword="null"></see>.</param>
+      <returns>The validated attribute&amp;#39;s value.</returns>
+      <exception cref="T:System.Xml.Schema.XmlSchemaValidationException">The attribute is not valid in the current element context.</exception>
+      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateAttribute*"></see> method was not called in the correct sequence. For example, calling <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateAttribute*"></see> after calling <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateEndOfAttributes(System.Xml.Schema.XmlSchemaInfo)"></see>.</exception>
+      <exception cref="T:System.ArgumentNullException">One or more of the parameters specified are <see langword="null"></see>.</exception>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaKeyref.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaKeyref"></see> class.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaValidator.ValidateAttribute(System.String,System.String,System.String,System.Xml.Schema.XmlSchemaInfo)">
+      <summary>Validates the attribute name, namespace URI, and value in the current element context.</summary>
+      <param name="localName">The local name of the attribute to validate.</param>
+      <param name="namespaceUri">The namespace URI of the attribute to validate.</param>
+      <param name="attributeValue">The value of the attribute to validate.</param>
+      <param name="schemaInfo">An <see cref="T:System.Xml.Schema.XmlSchemaInfo"></see> object whose properties are set on successful validation of the attribute. This parameter can be <see langword="null"></see>.</param>
+      <returns>The validated attribute&amp;#39;s value.</returns>
+      <exception cref="T:System.Xml.Schema.XmlSchemaValidationException">The attribute is not valid in the current element context.</exception>
+      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateAttribute*"></see> method was not called in the correct sequence. For example, calling <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateAttribute*"></see> after calling <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateEndOfAttributes(System.Xml.Schema.XmlSchemaInfo)"></see>.</exception>
+      <exception cref="T:System.ArgumentNullException">One or more of the parameters specified are <see langword="null"></see>.</exception>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaKeyref.Refer">
-      <summary>Gets or sets the name of the key that this constraint refers to in another simple or complex type.</summary>
-      <returns>The QName of the key that this constraint refers to.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaValidator.ValidateElement(System.String,System.String,System.Xml.Schema.XmlSchemaInfo)">
+      <summary>Validates the element in the current context.</summary>
+      <param name="localName">The local name of the element to validate.</param>
+      <param name="namespaceUri">The namespace URI of the element to validate.</param>
+      <param name="schemaInfo">An <see cref="T:System.Xml.Schema.XmlSchemaInfo"></see> object whose properties are set on successful validation of the element&amp;#39;s name. This parameter can be <see langword="null"></see>.</param>
+      <exception cref="T:System.Xml.Schema.XmlSchemaValidationException">The element&amp;#39;s name is not valid in the current context.</exception>
+      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateElement*"></see> method was not called in the correct sequence. For example, the <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateElement*"></see> method is called after calling <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateAttribute*"></see>.</exception>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaLengthFacet">
-      <summary>Represents the length facet from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to specify a restriction on the length of a simpleType element on the data type.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaValidator.ValidateElement(System.String,System.String,System.Xml.Schema.XmlSchemaInfo,System.String,System.String,System.String,System.String)">
+      <summary>Validates the element in the current context with the xsi:Type, xsi:Nil, xsi:SchemaLocation, and xsi:NoNamespaceSchemaLocation attribute values specified.</summary>
+      <param name="localName">The local name of the element to validate.</param>
+      <param name="namespaceUri">The namespace URI of the element to validate.</param>
+      <param name="schemaInfo">An <see cref="T:System.Xml.Schema.XmlSchemaInfo"></see> object whose properties are set on successful validation of the element&amp;#39;s name. This parameter can be <see langword="null"></see>.</param>
+      <param name="xsiType">The xsi:Type attribute value of the element. This parameter can be <see langword="null"></see>.</param>
+      <param name="xsiNil">The xsi:Nil attribute value of the element. This parameter can be <see langword="null"></see>.</param>
+      <param name="xsiSchemaLocation">The xsi:SchemaLocation attribute value of the element. This parameter can be <see langword="null"></see>.</param>
+      <param name="xsiNoNamespaceSchemaLocation">The xsi:NoNamespaceSchemaLocation attribute value of the element. This parameter can be <see langword="null"></see>.</param>
+      <exception cref="T:System.Xml.Schema.XmlSchemaValidationException">The element&amp;#39;s name is not valid in the current context.</exception>
+      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateElement*"></see> method was not called in the correct sequence. For example, the <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateElement*"></see> method is called after calling <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateAttribute*"></see>.</exception>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaLengthFacet.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaLengthFacet"></see> class.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaValidator.ValidateEndElement(System.Xml.Schema.XmlSchemaInfo)">
+      <summary>Verifies if the text content of the element is valid according to its data type for elements with simple content, and verifies if the content of the current element is complete for elements with complex content.</summary>
+      <param name="schemaInfo">An <see cref="T:System.Xml.Schema.XmlSchemaInfo"></see> object whose properties are set on successful validation of the element. This parameter can be <see langword="null"></see>.</param>
+      <returns>The parsed, typed text value of the element if the element has simple content.</returns>
+      <exception cref="T:System.Xml.Schema.XmlSchemaValidationException">The element&amp;#39;s content is not valid.</exception>
+      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateEndElement*"></see> method was not called in the correct sequence. For example, if the <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateEndElement*"></see> method is called after calling <see cref="System.Xml.Schema.XmlSchemaValidator.SkipToEndElement(System.Xml.Schema.XmlSchemaInfo)"></see>.</exception>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaMaxExclusiveFacet">
-      <summary>Represents the maxExclusive element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to specify a restriction on the maximum value of a simpleType element. The element value must be less than the value of the maxExclusive element.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaValidator.ValidateEndElement(System.Xml.Schema.XmlSchemaInfo,System.Object)">
+      <summary>Verifies if the text content of the element specified is valid according to its data type.</summary>
+      <param name="schemaInfo">An <see cref="T:System.Xml.Schema.XmlSchemaInfo"></see> object whose properties are set on successful validation of the text content of the element. This parameter can be <see langword="null"></see>.</param>
+      <param name="typedValue">The typed text content of the element.</param>
+      <returns>The parsed, typed simple content of the element.</returns>
+      <exception cref="T:System.Xml.Schema.XmlSchemaValidationException">The element&amp;#39;s text content is not valid.</exception>
+      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateEndElement*"></see> method was not called in the correct sequence (for example, if the <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateEndElement*"></see> method is called after calling <see cref="System.Xml.Schema.XmlSchemaValidator.SkipToEndElement(System.Xml.Schema.XmlSchemaInfo)"></see>), calls to the <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateText*"></see> method have been previously made, or the element has complex content.</exception>
+      <exception cref="T:System.ArgumentNullException">The typed text content parameter cannot be <see langword="null"></see>.</exception>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaMaxExclusiveFacet.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaMaxExclusiveFacet"></see> class.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaValidator.ValidateEndOfAttributes(System.Xml.Schema.XmlSchemaInfo)">
+      <summary>Verifies whether all the required attributes in the element context are present and prepares the <see cref="T:System.Xml.Schema.XmlSchemaValidator"></see> object to validate the child content of the element.</summary>
+      <param name="schemaInfo">An <see cref="T:System.Xml.Schema.XmlSchemaInfo"></see> object whose properties are set on successful verification that all the required attributes in the element context are present. This parameter can be <see langword="null"></see>.</param>
+      <exception cref="T:System.Xml.Schema.XmlSchemaValidationException">One or more of the required attributes in the current element context were not found.</exception>
+      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateEndOfAttributes(System.Xml.Schema.XmlSchemaInfo)"></see> method was not called in the correct sequence. For example, calling <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateEndOfAttributes(System.Xml.Schema.XmlSchemaInfo)"></see> after calling <see cref="System.Xml.Schema.XmlSchemaValidator.SkipToEndElement(System.Xml.Schema.XmlSchemaInfo)"></see>.</exception>
+      <exception cref="T:System.ArgumentNullException">One or more of the parameters specified are <see langword="null"></see>.</exception>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaMaxInclusiveFacet">
-      <summary>Represents the maxInclusive element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to specify a restriction on the maximum value of a simpleType element. The element value must be less than or equal to the value of the maxInclusive element.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaValidator.ValidateText(System.String)">
+      <summary>Validates whether the text <see langword="string"></see> specified is allowed in the current element context, and accumulates the text for validation if the current element has simple content.</summary>
+      <param name="elementValue">A text <see langword="string"></see> to validate in the current element context.</param>
+      <exception cref="T:System.Xml.Schema.XmlSchemaValidationException">The text <see langword="string"></see> specified is not allowed in the current element context.</exception>
+      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateText*"></see> method was not called in the correct sequence. For example, the <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateText*"></see> method is called after calling <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateAttribute*"></see>.</exception>
+      <exception cref="T:System.ArgumentNullException">The text <see langword="string"></see> parameter cannot be <see langword="null"></see>.</exception>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaMaxInclusiveFacet.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaMaxInclusiveFacet"></see> class.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaValidator.ValidateText(System.Xml.Schema.XmlValueGetter)">
+      <summary>Validates whether the text returned by the <see cref="T:System.Xml.Schema.XmlValueGetter"></see> object specified is allowed in the current element context, and accumulates the text for validation if the current element has simple content.</summary>
+      <param name="elementValue">An <see cref="T:System.Xml.Schema.XmlValueGetter"></see><see langword="delegate"></see> used to pass the text value as a Common Language Runtime (CLR) type compatible with the XML Schema Definition Language (XSD) type of the attribute.</param>
+      <exception cref="T:System.Xml.Schema.XmlSchemaValidationException">The text <see langword="string"></see> specified is not allowed in the current element context.</exception>
+      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateText*"></see> method was not called in the correct sequence. For example, the <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateText*"></see> method is called after calling <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateAttribute*"></see>.</exception>
+      <exception cref="T:System.ArgumentNullException">The text <see langword="string"></see> parameter cannot be <see langword="null"></see>.</exception>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaMaxLengthFacet">
-      <summary>Represents the maxLength element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to specify a restriction on the maximum length of the data value of a simpleType element. The length must be less than the value of the maxLength element.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaValidator.ValidateWhitespace(System.String)">
+      <summary>Validates whether the white space in the <see langword="string"></see> specified is allowed in the current element context, and accumulates the white space for validation if the current element has simple content.</summary>
+      <param name="elementValue">A white space <see langword="string"></see> to validate in the current element context.</param>
+      <exception cref="T:System.Xml.Schema.XmlSchemaValidationException">White space is not allowed in the current element context.</exception>
+      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateWhitespace*"></see> method was not called in the correct sequence. For example, if the <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateWhitespace*"></see> method is called after calling <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateAttribute*"></see>.</exception>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaMaxLengthFacet.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaMaxLengthFacet"></see> class.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaValidator.ValidateWhitespace(System.Xml.Schema.XmlValueGetter)">
+      <summary>Validates whether the white space returned by the <see cref="T:System.Xml.Schema.XmlValueGetter"></see> object specified is allowed in the current element context, and accumulates the white space for validation if the current element has simple content.</summary>
+      <param name="elementValue">An <see cref="T:System.Xml.Schema.XmlValueGetter"></see><see langword="delegate"></see> used to pass the white space value as a Common Language Runtime (CLR) type compatible with the XML Schema Definition Language (XSD) type of the attribute.</param>
+      <exception cref="T:System.Xml.Schema.XmlSchemaValidationException">White space is not allowed in the current element context.</exception>
+      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateWhitespace*"></see> method was not called in the correct sequence. For example, if the <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateWhitespace*"></see> method is called after calling <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateAttribute*"></see>.</exception>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaMinExclusiveFacet">
-      <summary>Represents the minExclusive element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to specify a restriction on the minimum value of a simpleType element. The element value must be greater than the value of the minExclusive element.</summary>
+    <member name="E:System.Xml.Schema.XmlSchemaValidator.ValidationEventHandler">
+      <summary>The <see cref="T:System.Xml.Schema.ValidationEventHandler"></see> that receives schema validation warnings and errors encountered during schema validation.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaMinExclusiveFacet.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaMinExclusiveFacet"></see> class.</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaValidator.ValidationEventSender">
+      <summary>Gets or sets the object sent as the sender object of a validation event.</summary>
+      <returns>An <see cref="T:System.Object"></see>; the default is this <see cref="T:System.Xml.Schema.XmlSchemaValidator"></see> object.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaMinInclusiveFacet">
-      <summary>Represents the minInclusive element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to specify a restriction on the minimum value of a simpleType element. The element value must be greater than or equal to the value of the minInclusive element.</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaValidator.XmlResolver">
+      <summary>Sets the <see cref="T:System.Xml.XmlResolver"></see> object used to resolve xs:import and xs:include elements as well as xsi:schemaLocation and xsi:noNamespaceSchemaLocation attributes.</summary>
+      <returns>An <see cref="T:System.Xml.XmlResolver"></see> object; the default is an <see cref="T:System.Xml.XmlUrlResolver"></see> object.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaMinInclusiveFacet.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaMinInclusiveFacet"></see> class.</summary>
+    <member name="T:System.Xml.Schema.XmlSchemaValidationFlags">
+      <summary>Specifies schema validation options used by the <see cref="T:System.Xml.Schema.XmlSchemaValidator"></see> and <see cref="T:System.Xml.XmlReader"></see> classes.</summary>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaMinLengthFacet">
-      <summary>Represents the minLength element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to specify a restriction on the minimum length of the data value of a simpleType element. The length must be greater than the value of the minLength element.</summary>
+    <member name="F:System.Xml.Schema.XmlSchemaValidationFlags.AllowXmlAttributes">
+      <summary>Allow xml:* attributes even if they are not defined in the schema. The attributes will be validated based on their data type.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaMinLengthFacet.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaMinLengthFacet"></see> class.</summary>
+    <member name="F:System.Xml.Schema.XmlSchemaValidationFlags.None">
+      <summary>Do not process identity constraints, inline schemas, schema location hints, or report schema validation warnings.</summary>
+      <returns></returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaNotation">
-      <summary>Represents the notation element from XML Schema as specified by the World Wide Web Consortium (W3C). An XML Schema notation declaration is a reconstruction of XML 1.0 NOTATION declarations. The purpose of notations is to describe the format of non-XML data within an XML document.</summary>
+    <member name="F:System.Xml.Schema.XmlSchemaValidationFlags.ProcessIdentityConstraints">
+      <summary>Process identity constraints (xs:ID, xs:IDREF, xs:key, xs:keyref, xs:unique) encountered during validation.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaNotation.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaNotation"></see> class.</summary>
+    <member name="F:System.Xml.Schema.XmlSchemaValidationFlags.ProcessInlineSchema">
+      <summary>Process inline schemas encountered during validation.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaNotation.Name">
-      <summary>Gets or sets the name of the notation.</summary>
-      <returns>The name of the notation.</returns>
+    <member name="F:System.Xml.Schema.XmlSchemaValidationFlags.ProcessSchemaLocation">
+      <summary>Process schema location hints (xsi:schemaLocation, xsi:noNamespaceSchemaLocation) encountered during validation.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaNotation.Public">
-      <summary>Gets or sets the public identifier.</summary>
-      <returns>The public identifier. The value must be a valid Uniform Resource Identifier (URI).</returns>
+    <member name="F:System.Xml.Schema.XmlSchemaValidationFlags.ReportValidationWarnings">
+      <summary>Report schema validation warnings encountered during validation.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaNotation.System">
-      <summary>Gets or sets the system identifier.</summary>
-      <returns>The system identifier. The value must be a valid URI.</returns>
+    <member name="T:System.Xml.Schema.XmlSchemaValidationException">
+      <summary>Represents the exception thrown when XML Schema Definition Language (XSD) schema validation errors and warnings are encountered in an XML document being validated.</summary>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaNumericFacet">
-      <summary>Abstract class for defining numeric facets. This class is the base class for numeric facet classes such as <see cref="T:System.Xml.Schema.XmlSchemaMinLengthFacet"></see></summary>
+    <member name="M:System.Xml.Schema.XmlSchemaValidationException.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaValidationException"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaNumericFacet.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaNumericFacet"></see> class.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaValidationException.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaValidationException"></see> class with the exception message specified.</summary>
+      <param name="message">A <see langword="string"></see> description of the error condition.</param>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaObject">
-      <summary>Represents the root class for the Xml schema object model hierarchy and serves as a base class for classes such as the <see cref="T:System.Xml.Schema.XmlSchema"></see> class.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaValidationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaValidationException"></see> class with the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> objects specified.</summary>
+      <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object.</param>
+      <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> object.</param>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaObject.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaObject"></see> class.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaValidationException.#ctor(System.String,System.Exception)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaValidationException"></see> class with the exception message and original <see cref="T:System.Exception"></see> object that caused this exception specified.</summary>
+      <param name="message">A <see langword="string"></see> description of the error condition.</param>
+      <param name="innerException">The original <see cref="T:System.Exception"></see> object that caused this exception.</param>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaObject.LineNumber">
-      <summary>Gets or sets the line number in the file to which the schema element refers.</summary>
-      <returns>The line number.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaValidationException.#ctor(System.String,System.Exception,System.Int32,System.Int32)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaValidationException"></see> class with the exception message specified, and the original <see cref="T:System.Exception"></see> object, line number, and line position of the XML that cause this exception specified.</summary>
+      <param name="message">A <see langword="string"></see> description of the error condition.</param>
+      <param name="innerException">The original <see cref="T:System.Exception"></see> object that caused this exception.</param>
+      <param name="lineNumber">The line number of the XML that caused this exception.</param>
+      <param name="linePosition">The line position of the XML that caused this exception.</param>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaObject.LinePosition">
-      <summary>Gets or sets the line position in the file to which the schema element refers.</summary>
-      <returns>The line position.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaValidationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Constructs a new <see cref="T:System.Xml.Schema.XmlSchemaValidationException"></see> object with the given <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> information that contains all the properties of the <see cref="T:System.Xml.Schema.XmlSchemaValidationException"></see>.</summary>
+      <param name="info"><see cref="T:System.Runtime.Serialization.SerializationInfo"></see></param>
+      <param name="context"><see cref="T:System.Runtime.Serialization.StreamingContext"></see></param>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaObject.Namespaces">
-      <summary>Gets or sets the <see cref="T:System.Xml.Serialization.XmlSerializerNamespaces"></see> to use with this schema object.</summary>
-      <returns>The <see cref="System.Xml.Serialization.XmlSerializerNamespaces"></see> property for the schema object.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaValidationException.SetSourceObject(System.Object)">
+      <summary>Sets the XML node that causes the error.</summary>
+      <param name="sourceObject">The source object.</param>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaObject.Parent">
-      <summary>Gets or sets the parent of this <see cref="T:System.Xml.Schema.XmlSchemaObject"></see>.</summary>
-      <returns>The parent <see cref="System.Xml.Schema.XmlSchemaObject"></see> of this <see cref="System.Xml.Schema.XmlSchemaObject"></see>.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaValidationException.SourceObject">
+      <summary>Gets the XML node that caused this <see cref="T:System.Xml.Schema.XmlSchemaValidationException"></see>.</summary>
+      <returns>The XML node that caused this <see cref="T:System.Xml.Schema.XmlSchemaValidationException"></see>.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaObject.SourceUri">
-      <summary>Gets or sets the source location for the file that loaded the schema.</summary>
-      <returns>The source location (URI) for the file.</returns>
+    <member name="T:System.Xml.Schema.XmlSchemaUse">
+      <summary>Indicator of how the attribute is used.</summary>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaObjectCollection">
-      <summary>A collection of <see cref="T:System.Xml.Schema.XmlSchemaObject"></see>s.</summary>
+    <member name="F:System.Xml.Schema.XmlSchemaUse.None">
+      <summary>Attribute use not specified.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaObjectCollection.#ctor">
-      <summary>Initializes a new instance of the XmlSchemaObjectCollection class.</summary>
+    <member name="F:System.Xml.Schema.XmlSchemaUse.Optional">
+      <summary>Attribute is optional.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaObjectCollection.#ctor(System.Xml.Schema.XmlSchemaObject)">
-      <summary>Initializes a new instance of the XmlSchemaObjectCollection class that takes an <see cref="T:System.Xml.Schema.XmlSchemaObject"></see>.</summary>
-      <param name="parent">The <see cref="T:System.Xml.Schema.XmlSchemaObject"></see>.</param>
+    <member name="F:System.Xml.Schema.XmlSchemaUse.Prohibited">
+      <summary>Attribute cannot be used.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaObjectCollection.Add(System.Xml.Schema.XmlSchemaObject)">
-      <summary>Adds an <see cref="T:System.Xml.Schema.XmlSchemaObject"></see> to the XmlSchemaObjectCollection.</summary>
-      <param name="item">The <see cref="T:System.Xml.Schema.XmlSchemaObject"></see>.</param>
-      <returns>The index at which the item has been added.</returns>
-      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index">index</paramref> is less than zero.  
- -or-  
- <paramref name="index">index</paramref> is greater than Count.</exception>
-      <exception cref="T:System.InvalidCastException">The <see cref="System.Xml.Schema.XmlSchemaObject"></see> parameter specified is not of type <see cref="System.Xml.Schema.XmlSchemaExternal"></see> or its derived types <see cref="System.Xml.Schema.XmlSchemaImport"></see>, <see cref="System.Xml.Schema.XmlSchemaInclude"></see>, and <see cref="System.Xml.Schema.XmlSchemaRedefine"></see>.</exception>
+    <member name="F:System.Xml.Schema.XmlSchemaUse.Required">
+      <summary>Attribute must appear once.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaObjectCollection.Contains(System.Xml.Schema.XmlSchemaObject)">
-      <summary>Indicates if the specified <see cref="T:System.Xml.Schema.XmlSchemaObject"></see> is in the XmlSchemaObjectCollection.</summary>
-      <param name="item">The <see cref="T:System.Xml.Schema.XmlSchemaObject"></see>.</param>
-      <returns>true if the specified qualified name is in the collection; otherwise, returns false. If null is supplied, false is returned because there is no qualified name with a null name.</returns>
+    <member name="T:System.Xml.Schema.XmlSchemaUnique">
+      <summary>Represents the <see langword="unique"></see> element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to identify a unique constraint among a set of elements.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaObjectCollection.CopyTo(System.Xml.Schema.XmlSchemaObject[],System.Int32)">
-      <summary>Copies all the <see cref="T:System.Xml.Schema.XmlSchemaObject"></see>s from the collection into the given array, starting at the given index.</summary>
-      <param name="array">The one-dimensional array that is the destination of the elements copied from the XmlSchemaObjectCollection. The array must have zero-based indexing.</param>
-      <param name="index">The zero-based index in the array at which copying begins.</param>
-      <exception cref="T:System.ArgumentNullException"><paramref name="array">array</paramref> is a null reference (Nothing in Visual Basic).</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index">index</paramref> is less than zero.</exception>
-      <exception cref="T:System.ArgumentException"><paramref name="array">array</paramref> is multi-dimensional.  
- - or -  
- <paramref name="index">index</paramref> is equal to or greater than the length of <paramref name="array">array</paramref>.  
- - or -  
- The number of elements in the source <see cref="System.Xml.Schema.XmlSchemaObject"></see> is greater than the available space from index to the end of the destination array.</exception>
-      <exception cref="T:System.InvalidCastException">The type of the source <see cref="System.Xml.Schema.XmlSchemaObject"></see> cannot be cast automatically to the type of the destination array.</exception>
+    <member name="M:System.Xml.Schema.XmlSchemaUnique.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaUnique"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaObjectCollection.GetEnumerator">
-      <summary>Returns an enumerator for iterating through the XmlSchemaObjects contained in the XmlSchemaObjectCollection.</summary>
-      <returns>The iterator returns <see cref="System.Xml.Schema.XmlSchemaObjectEnumerator"></see>.</returns>
+    <member name="T:System.Xml.Schema.XmlSchemaType">
+      <summary>The base class for all simple types and complex types.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaObjectCollection.IndexOf(System.Xml.Schema.XmlSchemaObject)">
-      <summary>Gets the collection index corresponding to the specified <see cref="T:System.Xml.Schema.XmlSchemaObject"></see>.</summary>
-      <param name="item">The <see cref="T:System.Xml.Schema.XmlSchemaObject"></see> whose index you want to return.</param>
-      <returns>The index corresponding to the specified <see cref="System.Xml.Schema.XmlSchemaObject"></see>.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaType.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaType"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaObjectCollection.Insert(System.Int32,System.Xml.Schema.XmlSchemaObject)">
-      <summary>Inserts an <see cref="T:System.Xml.Schema.XmlSchemaObject"></see> to the XmlSchemaObjectCollection.</summary>
-      <param name="index">The zero-based index at which an item should be inserted.</param>
-      <param name="item">The <see cref="T:System.Xml.Schema.XmlSchemaObject"></see> to insert.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index">index</paramref> is less than zero.  
- -or-  
- <paramref name="index">index</paramref> is greater than Count.</exception>
+    <member name="P:System.Xml.Schema.XmlSchemaType.BaseSchemaType">
+      <summary>Gets the post-compilation object type or the built-in XML Schema Definition Language (XSD) data type, simpleType element, or complexType element. This is a post-schema-compilation infoset property.</summary>
+      <returns>The built-in XSD data type, simpleType element, or complexType element.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaObjectCollection.Item(System.Int32)">
-      <summary>Gets the <see cref="T:System.Xml.Schema.XmlSchemaObject"></see> at the specified index.</summary>
-      <param name="index">The index of the <see cref="T:System.Xml.Schema.XmlSchemaObject"></see>.</param>
-      <returns>The <see cref="System.Xml.Schema.XmlSchemaObject"></see> at the specified index.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaType.BaseXmlSchemaType">
+      <summary>Gets the post-compilation value for the base type of this schema type.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchemaType"></see> object representing the base type of this schema type.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaObjectCollection.OnClear">
-      <summary>OnClear is invoked before the standard Clear behavior. For more information, see OnClear method for <see cref="T:System.Collections.CollectionBase"></see>.</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaType.Datatype">
+      <summary>Gets the post-compilation value for the data type of the complex type.</summary>
+      <returns>The <see cref="T:System.Xml.Schema.XmlSchemaDatatype"></see> post-schema-compilation value.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaObjectCollection.OnInsert(System.Int32,System.Object)">
-      <summary>OnInsert is invoked before the standard Insert behavior. For more information, see OnInsert method <see cref="T:System.Collections.CollectionBase"></see>.</summary>
-      <param name="index">The index of <see cref="T:System.Xml.Schema.XmlSchemaObject"></see>.</param>
-      <param name="item">The item.</param>
+    <member name="P:System.Xml.Schema.XmlSchemaType.DerivedBy">
+      <summary>Gets the post-compilation information on how this element was derived from its base type.</summary>
+      <returns>One of the valid <see cref="T:System.Xml.Schema.XmlSchemaDerivationMethod"></see> values.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaObjectCollection.OnRemove(System.Int32,System.Object)">
-      <summary>OnRemove is invoked before the standard Remove behavior. For more information, see the OnRemove method for <see cref="T:System.Collections.CollectionBase"></see>.</summary>
-      <param name="index">The index of <see cref="T:System.Xml.Schema.XmlSchemaObject"></see>.</param>
-      <param name="item">The item.</param>
+    <member name="P:System.Xml.Schema.XmlSchemaType.Final">
+      <summary>Gets or sets the final attribute of the type derivation that indicates if further derivations are allowed.</summary>
+      <returns>One of the valid <see cref="T:System.Xml.Schema.XmlSchemaDerivationMethod"></see> values. The default is <see cref="F:System.Xml.Schema.XmlSchemaDerivationMethod.None"></see>.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaObjectCollection.OnSet(System.Int32,System.Object,System.Object)">
-      <summary>OnSet is invoked before the standard Set behavior. For more information, see the OnSet method for <see cref="T:System.Collections.CollectionBase"></see>.</summary>
-      <param name="index">The index of <see cref="T:System.Xml.Schema.XmlSchemaObject"></see>.</param>
-      <param name="oldValue">The old value.</param>
-      <param name="newValue">The new value.</param>
+    <member name="P:System.Xml.Schema.XmlSchemaType.FinalResolved">
+      <summary>Gets the post-compilation value of the <see cref="P:System.Xml.Schema.XmlSchemaType.Final"></see> property.</summary>
+      <returns>The post-compilation value of the <see cref="P:System.Xml.Schema.XmlSchemaType.Final"></see> property. The default is the <see langword="finalDefault"></see> attribute value of the <see langword="schema"></see> element.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaObjectCollection.Remove(System.Xml.Schema.XmlSchemaObject)">
-      <summary>Removes an <see cref="T:System.Xml.Schema.XmlSchemaObject"></see> from the XmlSchemaObjectCollection.</summary>
-      <param name="item">The <see cref="T:System.Xml.Schema.XmlSchemaObject"></see> to remove.</param>
+    <member name="M:System.Xml.Schema.XmlSchemaType.GetBuiltInComplexType(System.Xml.Schema.XmlTypeCode)">
+      <summary>Returns an <see cref="T:System.Xml.Schema.XmlSchemaComplexType"></see> that represents the built-in complex type of the complex type specified.</summary>
+      <param name="typeCode">One of the <see cref="T:System.Xml.Schema.XmlTypeCode"></see> values representing the complex type.</param>
+      <returns>The <see cref="T:System.Xml.Schema.XmlSchemaComplexType"></see> that represents the built-in complex type.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaObjectEnumerator">
-      <summary>Represents the enumerator for the <see cref="T:System.Xml.Schema.XmlSchemaObjectCollection"></see>.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaType.GetBuiltInComplexType(System.Xml.XmlQualifiedName)">
+      <summary>Returns an <see cref="T:System.Xml.Schema.XmlSchemaComplexType"></see> that represents the built-in complex type of the complex type specified by qualified name.</summary>
+      <param name="qualifiedName">The <see cref="T:System.Xml.XmlQualifiedName"></see> of the complex type.</param>
+      <returns>The <see cref="T:System.Xml.Schema.XmlSchemaComplexType"></see> that represents the built-in complex type.</returns>
+      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.XmlQualifiedName"></see> parameter is <see langword="null"></see>.</exception>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaObjectEnumerator.Current">
-      <summary>Gets the current <see cref="T:System.Xml.Schema.XmlSchemaObject"></see> in the collection.</summary>
-      <returns>The current <see cref="System.Xml.Schema.XmlSchemaObject"></see>.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaType.GetBuiltInSimpleType(System.Xml.Schema.XmlTypeCode)">
+      <summary>Returns an <see cref="T:System.Xml.Schema.XmlSchemaSimpleType"></see> that represents the built-in simple type of the specified simple type.</summary>
+      <param name="typeCode">One of the <see cref="T:System.Xml.Schema.XmlTypeCode"></see> values representing the simple type.</param>
+      <returns>The <see cref="T:System.Xml.Schema.XmlSchemaSimpleType"></see> that represents the built-in simple type.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaObjectEnumerator.MoveNext">
-      <summary>Moves to the next item in the collection.</summary>
-      <returns>false at the end of the collection.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaType.GetBuiltInSimpleType(System.Xml.XmlQualifiedName)">
+      <summary>Returns an <see cref="T:System.Xml.Schema.XmlSchemaSimpleType"></see> that represents the built-in simple type of the simple type that is specified by the qualified name.</summary>
+      <param name="qualifiedName">The <see cref="T:System.Xml.XmlQualifiedName"></see> of the simple type.</param>
+      <returns>The <see cref="T:System.Xml.Schema.XmlSchemaSimpleType"></see> that represents the built-in simple type.</returns>
+      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.XmlQualifiedName"></see> parameter is <see langword="null"></see>.</exception>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaObjectEnumerator.Reset">
-      <summary>Resets the enumerator to the start of the collection.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaType.IsDerivedFrom(System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaDerivationMethod)">
+      <summary>Returns a value indicating if the derived schema type specified is derived from the base schema type specified</summary>
+      <param name="derivedType">The derived <see cref="T:System.Xml.Schema.XmlSchemaType"></see> to test.</param>
+      <param name="baseType">The base <see cref="T:System.Xml.Schema.XmlSchemaType"></see> to test the derived <see cref="T:System.Xml.Schema.XmlSchemaType"></see> against.</param>
+      <param name="except">One of the <see cref="T:System.Xml.Schema.XmlSchemaDerivationMethod"></see> values representing a type derivation method to exclude from testing.</param>
+      <returns><see langword="true"></see> if the derived type is derived from the base type; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaObjectEnumerator.System#Collections#IEnumerator#Current">
-      <summary>For a description of this member, see <see cref="P:System.Xml.Schema.XmlSchemaObjectEnumerator.Current"></see>.</summary>
-      <returns>The current <see cref="System.Xml.Schema.XmlSchemaObject"></see>.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaType.IsMixed">
+      <summary>Gets or sets a value indicating if this type has a mixed content model. This property is only valid in a complex type.</summary>
+      <returns><see langword="true"></see> if the type has a mixed content model; otherwise, <see langword="false"></see>. The default is <see langword="false"></see>.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaObjectEnumerator.System#Collections#IEnumerator#MoveNext">
-      <summary>For a description of this member, see <see cref="M:System.Xml.Schema.XmlSchemaObjectEnumerator.MoveNext"></see>.</summary>
-      <returns>The next <see cref="System.Xml.Schema.XmlSchemaObject"></see>.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaType.Name">
+      <summary>Gets or sets the name of the type.</summary>
+      <returns>The name of the type.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaObjectEnumerator.System#Collections#IEnumerator#Reset">
-      <summary>For a description of this member, see <see cref="M:System.Xml.Schema.XmlSchemaObjectEnumerator.Reset"></see>.</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaType.QualifiedName">
+      <summary>Gets the qualified name for the type built from the <see langword="Name"></see> attribute of this type. This is a post-schema-compilation property.</summary>
+      <returns>The <see cref="T:System.Xml.XmlQualifiedName"></see> for the type built from the <see langword="Name"></see> attribute of this type.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaObjectTable">
-      <summary>Provides the collections for contained elements in the <see cref="T:System.Xml.Schema.XmlSchema"></see> class (for example, Attributes, AttributeGroups, Elements, and so on).</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaType.TypeCode">
+      <summary>Gets the <see cref="T:System.Xml.Schema.XmlTypeCode"></see> of the type.</summary>
+      <returns>One of the <see cref="T:System.Xml.Schema.XmlTypeCode"></see> values.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaObjectTable.Contains(System.Xml.XmlQualifiedName)">
-      <summary>Determines if the qualified name specified exists in the collection.</summary>
-      <param name="name">The <see cref="T:System.Xml.XmlQualifiedName"></see>.</param>
-      <returns>true if the qualified name specified exists in the collection; otherwise, false.</returns>
+    <member name="T:System.Xml.Schema.XmlSchemaTotalDigitsFacet">
+      <summary>Represents the <see langword="totalDigits"></see> facet from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to specify a restriction on the number of digits that can be entered for the value of a <see langword="simpleType"></see> element. That value of <see langword="totalDigits"></see> must be a positive integer.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaObjectTable.Count">
-      <summary>Gets the number of items contained in the <see cref="T:System.Xml.Schema.XmlSchemaObjectTable"></see>.</summary>
-      <returns>The number of items contained in the <see cref="System.Xml.Schema.XmlSchemaObjectTable"></see>.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaTotalDigitsFacet.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaTotalDigitsFacet"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaObjectTable.GetEnumerator">
-      <summary>Returns an enumerator that can iterate through the <see cref="T:System.Xml.Schema.XmlSchemaObjectTable"></see>.</summary>
-      <returns>An <see cref="System.Collections.IDictionaryEnumerator"></see> that can iterate through <see cref="System.Xml.Schema.XmlSchemaObjectTable"></see>.</returns>
+    <member name="T:System.Xml.Schema.XmlSchemaSimpleTypeUnion">
+      <summary>Represents the <see langword="union"></see> element for simple types from XML Schema as specified by the World Wide Web Consortium (W3C). A <see langword="union"></see> datatype can be used to specify the content of a <see langword="simpleType"></see>. The value of the <see langword="simpleType"></see> element must be any one of a set of alternative datatypes specified in the union. Union types are always derived types and must comprise at least two alternative datatypes.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaObjectTable.Item(System.Xml.XmlQualifiedName)">
-      <summary>Returns the element in the <see cref="T:System.Xml.Schema.XmlSchemaObjectTable"></see> specified by qualified name.</summary>
-      <param name="name">The <see cref="T:System.Xml.XmlQualifiedName"></see> of the element to return.</param>
-      <returns>The <see cref="System.Xml.Schema.XmlSchemaObject"></see> of the element in the <see cref="System.Xml.Schema.XmlSchemaObjectTable"></see> specified by qualified name.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaSimpleTypeUnion.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaSimpleTypeUnion"></see> class.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaObjectTable.Names">
-      <summary>Returns a collection of all the named elements in the <see cref="T:System.Xml.Schema.XmlSchemaObjectTable"></see>.</summary>
-      <returns>A collection of all the named elements in the <see cref="System.Xml.Schema.XmlSchemaObjectTable"></see>.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaSimpleTypeUnion.BaseMemberTypes">
+      <summary>Gets an array of <see cref="T:System.Xml.Schema.XmlSchemaSimpleType"></see> objects representing the type of the <see langword="simpleType"></see> element based on the <see cref="P:System.Xml.Schema.XmlSchemaSimpleTypeUnion.BaseTypes"></see> and <see cref="P:System.Xml.Schema.XmlSchemaSimpleTypeUnion.MemberTypes"></see> values of the simple type.</summary>
+      <returns>An array of <see cref="T:System.Xml.Schema.XmlSchemaSimpleType"></see> objects representing the type of the <see langword="simpleType"></see> element.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaObjectTable.Values">
-      <summary>Returns a collection of all the values for all the elements in the <see cref="T:System.Xml.Schema.XmlSchemaObjectTable"></see>.</summary>
-      <returns>A collection of all the values for all the elements in the <see cref="System.Xml.Schema.XmlSchemaObjectTable"></see>.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaSimpleTypeUnion.BaseTypes">
+      <summary>Gets the collection of base types.</summary>
+      <returns>The collection of simple type base values.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaParticle">
-      <summary>Abstract class for that is the base class for all particle types (e.g. <see cref="T:System.Xml.Schema.XmlSchemaAny"></see>).</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaSimpleTypeUnion.MemberTypes">
+      <summary>Gets or sets the array of qualified member names of built-in data types or <see langword="simpleType"></see> elements defined in this schema (or another schema indicated by the specified namespace).</summary>
+      <returns>An array that consists of a list of members of built-in data types or simple types.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaParticle.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaParticle"></see> class.</summary>
+    <member name="T:System.Xml.Schema.XmlSchemaSimpleTypeRestriction">
+      <summary>Represents the <see langword="restriction"></see> element for simple types from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used restricting <see langword="simpleType"></see> element.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaParticle.MaxOccurs">
-      <summary>Gets or sets the maximum number of times the particle can occur.</summary>
-      <returns>The maximum number of times the particle can occur. The default is 1.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaSimpleTypeRestriction"></see> class.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaParticle.MaxOccursString">
-      <summary>Gets or sets the number as a string value. Maximum number of times the particle can occur.</summary>
-      <returns>The number as a string value. String.Empty indicates that MaxOccurs is equal to the default value. The default is a null reference.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.BaseType">
+      <summary>Gets or sets information on the base type.</summary>
+      <returns>The base type for the <see langword="simpleType"></see> element.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaParticle.MinOccurs">
-      <summary>Gets or sets the minimum number of times the particle can occur.</summary>
-      <returns>The minimum number of times the particle can occur. The default is 1.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.BaseTypeName">
+      <summary>Gets or sets the name of the qualified base type.</summary>
+      <returns>The qualified name of the simple type restriction base type.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaParticle.MinOccursString">
-      <summary>Gets or sets the number as a string value. The minimum number of times the particle can occur.</summary>
-      <returns>The number as a string value. String.Empty indicates that MinOccurs is equal to the default value. The default is a null reference.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.Facets">
+      <summary>Gets or sets an Xml Schema facet.</summary>
+      <returns>One of the following facet classes:  
+ <see cref="T:System.Xml.Schema.XmlSchemaLengthFacet"></see>, <see cref="T:System.Xml.Schema.XmlSchemaMinLengthFacet"></see>, <see cref="T:System.Xml.Schema.XmlSchemaMaxLengthFacet"></see>, <see cref="T:System.Xml.Schema.XmlSchemaPatternFacet"></see>, <see cref="T:System.Xml.Schema.XmlSchemaEnumerationFacet"></see>, <see cref="T:System.Xml.Schema.XmlSchemaMaxInclusiveFacet"></see>, <see cref="T:System.Xml.Schema.XmlSchemaMaxExclusiveFacet"></see>, <see cref="T:System.Xml.Schema.XmlSchemaMinInclusiveFacet"></see>, <see cref="T:System.Xml.Schema.XmlSchemaMinExclusiveFacet"></see>, <see cref="T:System.Xml.Schema.XmlSchemaFractionDigitsFacet"></see>, <see cref="T:System.Xml.Schema.XmlSchemaTotalDigitsFacet"></see>, <see cref="T:System.Xml.Schema.XmlSchemaWhiteSpaceFacet"></see>.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaPatternFacet">
-      <summary>Represents the pattern element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to specify a restriction on the value entered for a simpleType element.</summary>
+    <member name="T:System.Xml.Schema.XmlSchemaSimpleTypeList">
+      <summary>Represents the <see langword="list"></see> element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to define a <see langword="simpleType"></see> element as a list of values of a specified data type.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaPatternFacet.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaPatternFacet"></see> class.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaSimpleTypeList.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaSimpleTypeList"></see> class.</summary>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaRedefine">
-      <summary>Represents the redefine element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to allow simple and complex types, groups and attribute groups from external schema files to be redefined in the current schema. This class can also be used to provide versioning for the schema elements.</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaSimpleTypeList.BaseItemType">
+      <summary>Gets or sets the <see cref="T:System.Xml.Schema.XmlSchemaSimpleType"></see> representing the type of the <see langword="simpleType"></see> element based on the <see cref="P:System.Xml.Schema.XmlSchemaSimpleTypeList.ItemType"></see> and <see cref="P:System.Xml.Schema.XmlSchemaSimpleTypeList.ItemTypeName"></see> values of the simple type.</summary>
+      <returns>The <see cref="T:System.Xml.Schema.XmlSchemaSimpleType"></see> representing the type of the <see langword="simpleType"></see> element.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaRedefine.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaRedefine"></see> class.</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaSimpleTypeList.ItemType">
+      <summary>Gets or sets the <see langword="simpleType"></see> element that is derived from the type specified by the base value.</summary>
+      <returns>The item type for the simple type element.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaRedefine.AttributeGroups">
-      <summary>Gets the <see cref="T:System.Xml.Schema.XmlSchemaObjectTable"></see> , for all attributes in the schema, which holds the post-compilation value of the AttributeGroups property.</summary>
-      <returns>The <see cref="System.Xml.Schema.XmlSchemaObjectTable"></see> for all attributes in the schema. The post-compilation value of the AttributeGroups property.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaSimpleTypeList.ItemTypeName">
+      <summary>Gets or sets the name of a built-in data type or <see langword="simpleType"></see> element defined in this schema (or another schema indicated by the specified namespace).</summary>
+      <returns>The type name of the simple type list.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaRedefine.Groups">
-      <summary>Gets the <see cref="T:System.Xml.Schema.XmlSchemaObjectTable"></see>, for all groups in the schema, which holds the post-compilation value of the Groups property.</summary>
-      <returns>The <see cref="System.Xml.Schema.XmlSchemaObjectTable"></see> for all groups in the schema. The post-compilation value of the Groups property.</returns>
+    <member name="T:System.Xml.Schema.XmlSchemaSimpleTypeContent">
+      <summary>Abstract class for simple type content classes.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaRedefine.Items">
-      <summary>Gets the collection of the following classes: <see cref="T:System.Xml.Schema.XmlSchemaAnnotation"></see>, <see cref="T:System.Xml.Schema.XmlSchemaAttributeGroup"></see>, <see cref="T:System.Xml.Schema.XmlSchemaComplexType"></see>, <see cref="T:System.Xml.Schema.XmlSchemaSimpleType"></see>, and <see cref="T:System.Xml.Schema.XmlSchemaGroup"></see>.</summary>
-      <returns>The elements contained within the redefine element.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaSimpleTypeContent.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaSimpleTypeContent"></see> class.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaRedefine.SchemaTypes">
-      <summary>Gets the <see cref="T:System.Xml.Schema.XmlSchemaObjectTable"></see>, for all simple and complex types in the schema, which holds the post-compilation value of the SchemaTypes property.</summary>
-      <returns>The <see cref="System.Xml.Schema.XmlSchemaObjectTable"></see> for all schema types in the schema. The post-compilation value of the SchemaTypes property.</returns>
+    <member name="T:System.Xml.Schema.XmlSchemaSimpleType">
+      <summary>Represents the <see langword="simpleType"></see> element for simple content from XML Schema as specified by the World Wide Web Consortium (W3C). This class defines a simple type. Simple types can specify information and constraints for the value of attributes or elements with text-only content.</summary>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaSequence">
-      <summary>Represents the sequence element (compositor) from the XML Schema as specified by the World Wide Web Consortium (W3C). The sequence requires the elements in the group to appear in the specified sequence within the containing element.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaSimpleType.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaSimpleType"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaSequence.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaSequence"></see> class.</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaSimpleType.Content">
+      <summary>Gets or sets one of <see cref="T:System.Xml.Schema.XmlSchemaSimpleTypeUnion"></see>, <see cref="T:System.Xml.Schema.XmlSchemaSimpleTypeList"></see>, or <see cref="T:System.Xml.Schema.XmlSchemaSimpleTypeRestriction"></see>.</summary>
+      <returns>One of <see langword="XmlSchemaSimpleTypeUnion"></see>, <see langword="XmlSchemaSimpleTypeList"></see>, or <see langword="XmlSchemaSimpleTypeRestriction"></see>.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaSequence.Items">
-      <summary>The elements contained within the compositor. Collection of <see cref="T:System.Xml.Schema.XmlSchemaElement"></see>, <see cref="T:System.Xml.Schema.XmlSchemaGroupRef"></see>, <see cref="T:System.Xml.Schema.XmlSchemaChoice"></see>, <see cref="T:System.Xml.Schema.XmlSchemaSequence"></see>, or <see cref="T:System.Xml.Schema.XmlSchemaAny"></see>.</summary>
-      <returns>The elements contained within the compositor.</returns>
+    <member name="T:System.Xml.Schema.XmlSchemaSimpleContentRestriction">
+      <summary>Represents the <see langword="restriction"></see> element for simple content from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to derive simple types by restriction. Such derivations can be used to restrict the range of values for the element to a subset of the values specified in the inherited simple type.</summary>
+    </member>
+    <member name="M:System.Xml.Schema.XmlSchemaSimpleContentRestriction.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaSimpleContentRestriction"></see> class.</summary>
+    </member>
+    <member name="P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.AnyAttribute">
+      <summary>Gets or sets an <see cref="T:System.Xml.Schema.XmlSchemaAnyAttribute"></see> to be used for the attribute value.</summary>
+      <returns>The <see cref="T:System.Xml.Schema.XmlSchemaAnyAttribute"></see> for the attribute value.  
+ Optional.</returns>
+    </member>
+    <member name="P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.Attributes">
+      <summary>Gets the <see cref="T:System.Xml.Schema.XmlSchemaAttribute"></see> and <see cref="T:System.Xml.Schema.XmlSchemaAttributeGroupRef"></see> collection of attributes for the simple type.</summary>
+      <returns>The collection of attributes for a simple type.</returns>
+    </member>
+    <member name="P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.BaseType">
+      <summary>Gets or sets the simple type base value.</summary>
+      <returns>The simple type base value.</returns>
+    </member>
+    <member name="P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.BaseTypeName">
+      <summary>Gets or sets the name of the built-in data type or simple type from which this type is derived.</summary>
+      <returns>The name of the base type.</returns>
+    </member>
+    <member name="P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.Facets">
+      <summary>Gets or sets an Xml Schema facet.</summary>
+      <returns>One of the following facet classes:  
+ <see cref="T:System.Xml.Schema.XmlSchemaLengthFacet"></see>, <see cref="T:System.Xml.Schema.XmlSchemaMinLengthFacet"></see>, <see cref="T:System.Xml.Schema.XmlSchemaMaxLengthFacet"></see>, <see cref="T:System.Xml.Schema.XmlSchemaPatternFacet"></see>, <see cref="T:System.Xml.Schema.XmlSchemaEnumerationFacet"></see>, <see cref="T:System.Xml.Schema.XmlSchemaMaxInclusiveFacet"></see>, <see cref="T:System.Xml.Schema.XmlSchemaMaxExclusiveFacet"></see>, <see cref="T:System.Xml.Schema.XmlSchemaMinInclusiveFacet"></see>, <see cref="T:System.Xml.Schema.XmlSchemaMinExclusiveFacet"></see>, <see cref="T:System.Xml.Schema.XmlSchemaFractionDigitsFacet"></see>, <see cref="T:System.Xml.Schema.XmlSchemaTotalDigitsFacet"></see>, <see cref="T:System.Xml.Schema.XmlSchemaWhiteSpaceFacet"></see>.</returns>
+    </member>
+    <member name="T:System.Xml.Schema.XmlSchemaSimpleContentExtension">
+      <summary>Represents the <see langword="extension"></see> element for simple content from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to derive simple types by extension. Such derivations are used to extend the simple type content of the element by adding attributes.</summary>
+    </member>
+    <member name="M:System.Xml.Schema.XmlSchemaSimpleContentExtension.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaSimpleContentExtension"></see> class.</summary>
+    </member>
+    <member name="P:System.Xml.Schema.XmlSchemaSimpleContentExtension.AnyAttribute">
+      <summary>Gets or sets the <see langword="XmlSchemaAnyAttribute"></see> to be used for the attribute value.</summary>
+      <returns>The <see langword="XmlSchemaAnyAttribute"></see>.  
+ Optional.</returns>
+    </member>
+    <member name="P:System.Xml.Schema.XmlSchemaSimpleContentExtension.Attributes">
+      <summary>Gets the collection of <see cref="T:System.Xml.Schema.XmlSchemaAttribute"></see> and <see cref="T:System.Xml.Schema.XmlSchemaAttributeGroupRef"></see>.</summary>
+      <returns>The collection of attributes for the <see langword="simpleType"></see> element.</returns>
+    </member>
+    <member name="P:System.Xml.Schema.XmlSchemaSimpleContentExtension.BaseTypeName">
+      <summary>Gets or sets the name of a built-in data type or simple type from which this type is extended.</summary>
+      <returns>The base type name.</returns>
+    </member>
+    <member name="T:System.Xml.Schema.XmlSchemaSimpleContent">
+      <summary>Represents the <see langword="simpleContent"></see> element from XML Schema as specified by the World Wide Web Consortium (W3C). This class is for simple and complex types with simple content model.</summary>
+    </member>
+    <member name="M:System.Xml.Schema.XmlSchemaSimpleContent.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaSimpleContent"></see> class.</summary>
+    </member>
+    <member name="P:System.Xml.Schema.XmlSchemaSimpleContent.Content">
+      <summary>Gets one of the <see cref="T:System.Xml.Schema.XmlSchemaSimpleContentRestriction"></see> or <see cref="T:System.Xml.Schema.XmlSchemaSimpleContentExtension"></see>.</summary>
+      <returns>The content contained within the <see langword="XmlSchemaSimpleContentRestriction"></see> or <see langword="XmlSchemaSimpleContentExtension"></see> class.</returns>
     </member>
     <member name="T:System.Xml.Schema.XmlSchemaSet">
       <summary>Contains a cache of XML Schema definition language (XSD) schemas.</summary>
     <member name="M:System.Xml.Schema.XmlSchemaSet.#ctor(System.Xml.XmlNameTable)">
       <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see> class with the specified <see cref="T:System.Xml.XmlNameTable"></see>.</summary>
       <param name="nameTable">The <see cref="T:System.Xml.XmlNameTable"></see> object to use.</param>
-      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.XmlNameTable"></see> object passed as a parameter is null.</exception>
+      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.XmlNameTable"></see> object passed as a parameter is <see langword="null"></see>.</exception>
     </member>
     <member name="M:System.Xml.Schema.XmlSchemaSet.Add(System.Xml.Schema.XmlSchema)">
       <summary>Adds the given <see cref="T:System.Xml.Schema.XmlSchema"></see> to the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see>.</summary>
       <param name="schema">The <see cref="T:System.Xml.Schema.XmlSchema"></see> object to add to the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see>.</param>
-      <returns>An <see cref="System.Xml.Schema.XmlSchema"></see> object if the schema is valid. If the schema is not valid and a <see cref="System.Xml.Schema.ValidationEventHandler"></see> is specified, then null is returned and the appropriate validation event is raised. Otherwise, an <see cref="System.Xml.Schema.XmlSchemaException"></see> is thrown.</returns>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchema"></see> object if the schema is valid. If the schema is not valid and a <see cref="T:System.Xml.Schema.ValidationEventHandler"></see> is specified, then <see langword="null"></see> is returned and the appropriate validation event is raised. Otherwise, an <see cref="T:System.Xml.Schema.XmlSchemaException"></see> is thrown.</returns>
       <exception cref="T:System.Xml.Schema.XmlSchemaException">The schema is not valid.</exception>
-      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.Schema.XmlSchema"></see> object passed as a parameter is null.</exception>
+      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.Schema.XmlSchema"></see> object passed as a parameter is <see langword="null"></see>.</exception>
     </member>
     <member name="M:System.Xml.Schema.XmlSchemaSet.Add(System.Xml.Schema.XmlSchemaSet)">
       <summary>Adds all the XML Schema definition language (XSD) schemas in the given <see cref="T:System.Xml.Schema.XmlSchemaSet"></see> to the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see>.</summary>
       <param name="schemas">The <see cref="T:System.Xml.Schema.XmlSchemaSet"></see> object.</param>
       <exception cref="T:System.Xml.Schema.XmlSchemaException">A schema in the <see cref="System.Xml.Schema.XmlSchemaSet"></see> is not valid.</exception>
-      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.Schema.XmlSchemaSet"></see> object passed as a parameter is null.</exception>
+      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.Schema.XmlSchemaSet"></see> object passed as a parameter is <see langword="null"></see>.</exception>
     </member>
     <member name="M:System.Xml.Schema.XmlSchemaSet.Add(System.String,System.String)">
       <summary>Adds the XML Schema definition language (XSD) schema at the URL specified to the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see>.</summary>
-      <param name="targetNamespace">The schema targetNamespace property, or null to use the targetNamespace specified in the schema.</param>
+      <param name="targetNamespace">The schema targetNamespace property, or <see langword="null"></see> to use the targetNamespace specified in the schema.</param>
       <param name="schemaUri">The URL that specifies the schema to load.</param>
-      <returns>An <see cref="System.Xml.Schema.XmlSchema"></see> object if the schema is valid. If the schema is not valid and a <see cref="System.Xml.Schema.ValidationEventHandler"></see> is specified, then null is returned and the appropriate validation event is raised. Otherwise, an <see cref="System.Xml.Schema.XmlSchemaException"></see> is thrown.</returns>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchema"></see> object if the schema is valid. If the schema is not valid and a <see cref="T:System.Xml.Schema.ValidationEventHandler"></see> is specified, then <see langword="null"></see> is returned and the appropriate validation event is raised. Otherwise, an <see cref="T:System.Xml.Schema.XmlSchemaException"></see> is thrown.</returns>
       <exception cref="T:System.Xml.Schema.XmlSchemaException">The schema is not valid.</exception>
-      <exception cref="T:System.ArgumentNullException">The URL passed as a parameter is null or <see cref="System.String.Empty"></see>.</exception>
+      <exception cref="T:System.ArgumentNullException">The URL passed as a parameter is <see langword="null"></see> or <see cref="System.String.Empty"></see>.</exception>
     </member>
     <member name="M:System.Xml.Schema.XmlSchemaSet.Add(System.String,System.Xml.XmlReader)">
       <summary>Adds the XML Schema definition language (XSD) schema contained in the <see cref="T:System.Xml.XmlReader"></see> to the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see>.</summary>
-      <param name="targetNamespace">The schema targetNamespace property, or null to use the targetNamespace specified in the schema.</param>
+      <param name="targetNamespace">The schema targetNamespace property, or <see langword="null"></see> to use the targetNamespace specified in the schema.</param>
       <param name="schemaDocument">The <see cref="T:System.Xml.XmlReader"></see> object.</param>
-      <returns>An <see cref="System.Xml.Schema.XmlSchema"></see> object if the schema is valid. If the schema is not valid and a <see cref="System.Xml.Schema.ValidationEventHandler"></see> is specified, then null is returned and the appropriate validation event is raised. Otherwise, an <see cref="System.Xml.Schema.XmlSchemaException"></see> is thrown.</returns>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchema"></see> object if the schema is valid. If the schema is not valid and a <see cref="T:System.Xml.Schema.ValidationEventHandler"></see> is specified, then <see langword="null"></see> is returned and the appropriate validation event is raised. Otherwise, an <see cref="T:System.Xml.Schema.XmlSchemaException"></see> is thrown.</returns>
       <exception cref="T:System.Xml.Schema.XmlSchemaException">The schema is not valid.</exception>
-      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.XmlReader"></see> object passed as a parameter is null.</exception>
+      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.XmlReader"></see> object passed as a parameter is <see langword="null"></see>.</exception>
     </member>
     <member name="P:System.Xml.Schema.XmlSchemaSet.CompilationSettings">
       <summary>Gets or sets the <see cref="T:System.Xml.Schema.XmlSchemaCompilationSettings"></see> for the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see>.</summary>
-      <returns>The <see cref="System.Xml.Schema.XmlSchemaCompilationSettings"></see> for the <see cref="System.Xml.Schema.XmlSchemaSet"></see>. The default is an <see cref="System.Xml.Schema.XmlSchemaCompilationSettings"></see> instance with the <see cref="System.Xml.Schema.XmlSchemaCompilationSettings.EnableUpaCheck"></see> property set to true.</returns>
+      <returns>The <see cref="T:System.Xml.Schema.XmlSchemaCompilationSettings"></see> for the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see>. The default is an <see cref="T:System.Xml.Schema.XmlSchemaCompilationSettings"></see> instance with the <see cref="P:System.Xml.Schema.XmlSchemaCompilationSettings.EnableUpaCheck"></see> property set to <see langword="true"></see>.</returns>
     </member>
     <member name="M:System.Xml.Schema.XmlSchemaSet.Compile">
       <summary>Compiles the XML Schema definition language (XSD) schemas added to the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see> into one logical schema.</summary>
     <member name="M:System.Xml.Schema.XmlSchemaSet.Contains(System.String)">
       <summary>Indicates whether an XML Schema definition language (XSD) schema with the specified target namespace URI is in the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see>.</summary>
       <param name="targetNamespace">The schema targetNamespace property.</param>
-      <returns>true if a schema with the specified target namespace URI is in the <see cref="System.Xml.Schema.XmlSchemaSet"></see>; otherwise, false.</returns>
+      <returns><see langword="true"></see> if a schema with the specified target namespace URI is in the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see>; otherwise, <see langword="false"></see>.</returns>
     </member>
     <member name="M:System.Xml.Schema.XmlSchemaSet.Contains(System.Xml.Schema.XmlSchema)">
       <summary>Indicates whether the specified XML Schema definition language (XSD) <see cref="T:System.Xml.Schema.XmlSchema"></see> object is in the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see>.</summary>
       <param name="schema">The <see cref="T:System.Xml.Schema.XmlSchema"></see> object.</param>
-      <returns>true if the <see cref="System.Xml.Schema.XmlSchema"></see> object is in the <see cref="System.Xml.Schema.XmlSchemaSet"></see>; otherwise, false.</returns>
-      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.Schema.XmlSchemaSet"></see> passed as a parameter is null.</exception>
+      <returns><see langword="true"></see> if the <see cref="T:System.Xml.Schema.XmlSchema"></see> object is in the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see>; otherwise, <see langword="false"></see>.</returns>
+      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.Schema.XmlSchemaSet"></see> passed as a parameter is <see langword="null"></see>.</exception>
     </member>
     <member name="M:System.Xml.Schema.XmlSchemaSet.CopyTo(System.Xml.Schema.XmlSchema[],System.Int32)">
       <summary>Copies all the <see cref="T:System.Xml.Schema.XmlSchema"></see> objects from the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see> to the given array, starting at the given index.</summary>
     </member>
     <member name="P:System.Xml.Schema.XmlSchemaSet.Count">
       <summary>Gets the number of logical XML Schema definition language (XSD) schemas in the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see>.</summary>
-      <returns>The number of logical schemas in the <see cref="System.Xml.Schema.XmlSchemaSet"></see>.</returns>
+      <returns>The number of logical schemas in the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see>.</returns>
     </member>
     <member name="P:System.Xml.Schema.XmlSchemaSet.GlobalAttributes">
       <summary>Gets all the global attributes in all the XML Schema definition language (XSD) schemas in the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see>.</summary>
     </member>
     <member name="P:System.Xml.Schema.XmlSchemaSet.IsCompiled">
       <summary>Gets a value that indicates whether the XML Schema definition language (XSD) schemas in the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see> have been compiled.</summary>
-      <returns>true if the schemas in the <see cref="System.Xml.Schema.XmlSchemaSet"></see> have been compiled since the last time a schema was added or removed from the <see cref="System.Xml.Schema.XmlSchemaSet"></see>; otherwise, false.</returns>
+      <returns><see langword="true"></see> if the schemas in the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see> have been compiled since the last time a schema was added or removed from the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see>; otherwise, <see langword="false"></see>.</returns>
     </member>
     <member name="P:System.Xml.Schema.XmlSchemaSet.NameTable">
       <summary>Gets the default <see cref="T:System.Xml.XmlNameTable"></see> used by the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see> when loading new XML Schema definition language (XSD) schemas.</summary>
     <member name="M:System.Xml.Schema.XmlSchemaSet.Remove(System.Xml.Schema.XmlSchema)">
       <summary>Removes the specified XML Schema definition language (XSD) schema from the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see>.</summary>
       <param name="schema">The <see cref="T:System.Xml.Schema.XmlSchema"></see> object to remove from the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see>.</param>
-      <returns>The <see cref="System.Xml.Schema.XmlSchema"></see> object removed from the <see cref="System.Xml.Schema.XmlSchemaSet"></see> or null if the schema was not found in the <see cref="System.Xml.Schema.XmlSchemaSet"></see>.</returns>
+      <returns>The <see cref="T:System.Xml.Schema.XmlSchema"></see> object removed from the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see> or <see langword="null"></see> if the schema was not found in the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see>.</returns>
       <exception cref="T:System.Xml.Schema.XmlSchemaException">The schema is not a valid schema.</exception>
-      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.Schema.XmlSchema"></see> passed as a parameter is null.</exception>
+      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.Schema.XmlSchema"></see> passed as a parameter is <see langword="null"></see>.</exception>
     </member>
     <member name="M:System.Xml.Schema.XmlSchemaSet.RemoveRecursive(System.Xml.Schema.XmlSchema)">
       <summary>Removes the specified XML Schema definition language (XSD) schema and all the schemas it imports from the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see>.</summary>
       <param name="schemaToRemove">The <see cref="T:System.Xml.Schema.XmlSchema"></see> object to remove from the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see>.</param>
-      <returns>true if the <see cref="System.Xml.Schema.XmlSchema"></see> object and all its imports were successfully removed; otherwise, false.</returns>
-      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.Schema.XmlSchema"></see> passed as a parameter is null.</exception>
+      <returns><see langword="true"></see> if the <see cref="T:System.Xml.Schema.XmlSchema"></see> object and all its imports were successfully removed; otherwise, <see langword="false"></see>.</returns>
+      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.Schema.XmlSchema"></see> passed as a parameter is <see langword="null"></see>.</exception>
     </member>
     <member name="M:System.Xml.Schema.XmlSchemaSet.Reprocess(System.Xml.Schema.XmlSchema)">
       <summary>Reprocesses an XML Schema definition language (XSD) schema that already exists in the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see>.</summary>
       <param name="schema">The schema to reprocess.</param>
-      <returns>An <see cref="System.Xml.Schema.XmlSchema"></see> object if the schema is a valid schema. If the schema is not valid and a <see cref="System.Xml.Schema.ValidationEventHandler"></see> is specified, null is returned and the appropriate validation event is raised. Otherwise, an <see cref="System.Xml.Schema.XmlSchemaException"></see> is thrown.</returns>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchema"></see> object if the schema is a valid schema. If the schema is not valid and a <see cref="T:System.Xml.Schema.ValidationEventHandler"></see> is specified, <see langword="null"></see> is returned and the appropriate validation event is raised. Otherwise, an <see cref="T:System.Xml.Schema.XmlSchemaException"></see> is thrown.</returns>
       <exception cref="T:System.Xml.Schema.XmlSchemaException">The schema is not valid.</exception>
-      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.Schema.XmlSchema"></see> object passed as a parameter is null.</exception>
+      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.Schema.XmlSchema"></see> object passed as a parameter is <see langword="null"></see>.</exception>
       <exception cref="T:System.ArgumentException">The <see cref="System.Xml.Schema.XmlSchema"></see> object passed as a parameter does not already exist in the <see cref="System.Xml.Schema.XmlSchemaSet"></see>.</exception>
     </member>
     <member name="M:System.Xml.Schema.XmlSchemaSet.Schemas">
       <summary>Returns a collection of all the XML Schema definition language (XSD) schemas in the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see>.</summary>
-      <returns>An <see cref="System.Collections.ICollection"></see> object containing all the schemas that have been added to the <see cref="System.Xml.Schema.XmlSchemaSet"></see>. If no schemas have been added to the <see cref="System.Xml.Schema.XmlSchemaSet"></see>, an empty <see cref="System.Collections.ICollection"></see> object is returned.</returns>
+      <returns>An <see cref="T:System.Collections.ICollection"></see> object containing all the schemas that have been added to the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see>. If no schemas have been added to the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see>, an empty <see cref="T:System.Collections.ICollection"></see> object is returned.</returns>
     </member>
     <member name="M:System.Xml.Schema.XmlSchemaSet.Schemas(System.String)">
       <summary>Returns a collection of all the XML Schema definition language (XSD) schemas in the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see> that belong to the given namespace.</summary>
       <param name="targetNamespace">The schema targetNamespace property.</param>
-      <returns>An <see cref="System.Collections.ICollection"></see> object containing all the schemas that have been added to the <see cref="System.Xml.Schema.XmlSchemaSet"></see> that belong to the given namespace. If no schemas have been added to the <see cref="System.Xml.Schema.XmlSchemaSet"></see>, an empty <see cref="System.Collections.ICollection"></see> object is returned.</returns>
+      <returns>An <see cref="T:System.Collections.ICollection"></see> object containing all the schemas that have been added to the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see> that belong to the given namespace. If no schemas have been added to the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see>, an empty <see cref="T:System.Collections.ICollection"></see> object is returned.</returns>
     </member>
     <member name="E:System.Xml.Schema.XmlSchemaSet.ValidationEventHandler">
       <summary>Specifies an event handler for receiving information about XML Schema definition language (XSD) schema validation errors.</summary>
     </member>
     <member name="P:System.Xml.Schema.XmlSchemaSet.XmlResolver">
       <summary>Sets the <see cref="T:System.Xml.XmlResolver"></see> used to resolve namespaces or locations referenced in include and import elements of a schema.</summary>
-      <returns>The <see cref="System.Xml.XmlResolver"></see> used to resolve namespaces or locations referenced in include and import elements of a schema.</returns>
+      <returns>The <see cref="T:System.Xml.XmlResolver"></see> used to resolve namespaces or locations referenced in include and import elements of a schema.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaSimpleContent">
-      <summary>Represents the simpleContent element from XML Schema as specified by the World Wide Web Consortium (W3C). This class is for simple and complex types with simple content model.</summary>
+    <member name="T:System.Xml.Schema.XmlSchemaSequence">
+      <summary>Represents the <see langword="sequence"></see> element (compositor) from the XML Schema as specified by the World Wide Web Consortium (W3C). The <see langword="sequence"></see> requires the elements in the group to appear in the specified sequence within the containing element.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaSimpleContent.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaSimpleContent"></see> class.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaSequence.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaSequence"></see> class.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaSimpleContent.Content">
-      <summary>Gets one of the <see cref="T:System.Xml.Schema.XmlSchemaSimpleContentRestriction"></see> or <see cref="T:System.Xml.Schema.XmlSchemaSimpleContentExtension"></see>.</summary>
-      <returns>The content contained within the XmlSchemaSimpleContentRestriction or XmlSchemaSimpleContentExtension class.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaSequence.Items">
+      <summary>The elements contained within the compositor. Collection of <see cref="T:System.Xml.Schema.XmlSchemaElement"></see>, <see cref="T:System.Xml.Schema.XmlSchemaGroupRef"></see>, <see cref="T:System.Xml.Schema.XmlSchemaChoice"></see>, <see cref="T:System.Xml.Schema.XmlSchemaSequence"></see>, or <see cref="T:System.Xml.Schema.XmlSchemaAny"></see>.</summary>
+      <returns>The elements contained within the compositor.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaSimpleContentExtension">
-      <summary>Represents the extension element for simple content from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to derive simple types by extension. Such derivations are used to extend the simple type content of the element by adding attributes.</summary>
+    <member name="T:System.Xml.Schema.XmlSchemaRedefine">
+      <summary>Represents the <see langword="redefine"></see> element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to allow simple and complex types, groups and attribute groups from external schema files to be redefined in the current schema. This class can also be used to provide versioning for the schema elements.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaSimpleContentExtension.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaSimpleContentExtension"></see> class.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaRedefine.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaRedefine"></see> class.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaSimpleContentExtension.AnyAttribute">
-      <summary>Gets or sets the XmlSchemaAnyAttribute to be used for the attribute value.</summary>
-      <returns>The XmlSchemaAnyAttribute.  
- Optional.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaRedefine.AttributeGroups">
+      <summary>Gets the <see cref="T:System.Xml.Schema.XmlSchemaObjectTable"></see> , for all attributes in the schema, which holds the post-compilation value of the <see langword="AttributeGroups"></see> property.</summary>
+      <returns>The <see cref="T:System.Xml.Schema.XmlSchemaObjectTable"></see> for all attributes in the schema. The post-compilation value of the <see langword="AttributeGroups"></see> property.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaSimpleContentExtension.Attributes">
-      <summary>Gets the collection of <see cref="T:System.Xml.Schema.XmlSchemaAttribute"></see> and <see cref="T:System.Xml.Schema.XmlSchemaAttributeGroupRef"></see>.</summary>
-      <returns>The collection of attributes for the simpleType element.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaRedefine.Groups">
+      <summary>Gets the <see cref="T:System.Xml.Schema.XmlSchemaObjectTable"></see>, for all groups in the schema, which holds the post-compilation value of the <see langword="Groups"></see> property.</summary>
+      <returns>The <see cref="T:System.Xml.Schema.XmlSchemaObjectTable"></see> for all groups in the schema. The post-compilation value of the <see langword="Groups"></see> property.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaSimpleContentExtension.BaseTypeName">
-      <summary>Gets or sets the name of a built-in data type or simple type from which this type is extended.</summary>
-      <returns>The base type name.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaRedefine.Items">
+      <summary>Gets the collection of the following classes: <see cref="T:System.Xml.Schema.XmlSchemaAnnotation"></see>, <see cref="T:System.Xml.Schema.XmlSchemaAttributeGroup"></see>, <see cref="T:System.Xml.Schema.XmlSchemaComplexType"></see>, <see cref="T:System.Xml.Schema.XmlSchemaSimpleType"></see>, and <see cref="T:System.Xml.Schema.XmlSchemaGroup"></see>.</summary>
+      <returns>The elements contained within the redefine element.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaSimpleContentRestriction">
-      <summary>Represents the restriction element for simple content from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to derive simple types by restriction. Such derivations can be used to restrict the range of values for the element to a subset of the values specified in the inherited simple type.</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaRedefine.SchemaTypes">
+      <summary>Gets the <see cref="T:System.Xml.Schema.XmlSchemaObjectTable"></see>, for all simple and complex types in the schema, which holds the post-compilation value of the <see langword="SchemaTypes"></see> property.</summary>
+      <returns>The <see cref="T:System.Xml.Schema.XmlSchemaObjectTable"></see> for all schema types in the schema. The post-compilation value of the <see langword="SchemaTypes"></see> property.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaSimpleContentRestriction.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaSimpleContentRestriction"></see> class.</summary>
+    <member name="T:System.Xml.Schema.XmlSchemaPatternFacet">
+      <summary>Represents the <see langword="pattern"></see> element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to specify a restriction on the value entered for a <see langword="simpleType"></see> element.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.AnyAttribute">
-      <summary>Gets or sets an <see cref="T:System.Xml.Schema.XmlSchemaAnyAttribute"></see> to be used for the attribute value.</summary>
-      <returns>The <see cref="System.Xml.Schema.XmlSchemaAnyAttribute"></see> for the attribute value.  
- Optional.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaPatternFacet.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaPatternFacet"></see> class.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.Attributes">
-      <summary>Gets the <see cref="T:System.Xml.Schema.XmlSchemaAttribute"></see> and <see cref="T:System.Xml.Schema.XmlSchemaAttributeGroupRef"></see> collection of attributes for the simple type.</summary>
-      <returns>The collection of attributes for a simple type.</returns>
+    <member name="T:System.Xml.Schema.XmlSchemaParticle">
+      <summary>Abstract class for that is the base class for all particle types (e.g. <see cref="T:System.Xml.Schema.XmlSchemaAny"></see>).</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.BaseType">
-      <summary>Gets or sets the simple type base value.</summary>
-      <returns>The simple type base value.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaParticle.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaParticle"></see> class.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.BaseTypeName">
-      <summary>Gets or sets the name of the built-in data type or simple type from which this type is derived.</summary>
-      <returns>The name of the base type.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaParticle.MaxOccurs">
+      <summary>Gets or sets the maximum number of times the particle can occur.</summary>
+      <returns>The maximum number of times the particle can occur. The default is 1.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.Facets">
-      <summary>Gets or sets an Xml Schema facet.</summary>
-      <returns>One of the following facet classes:  
- <see cref="System.Xml.Schema.XmlSchemaLengthFacet"></see>, <see cref="System.Xml.Schema.XmlSchemaMinLengthFacet"></see>, <see cref="System.Xml.Schema.XmlSchemaMaxLengthFacet"></see>, <see cref="System.Xml.Schema.XmlSchemaPatternFacet"></see>, <see cref="System.Xml.Schema.XmlSchemaEnumerationFacet"></see>, <see cref="System.Xml.Schema.XmlSchemaMaxInclusiveFacet"></see>, <see cref="System.Xml.Schema.XmlSchemaMaxExclusiveFacet"></see>, <see cref="System.Xml.Schema.XmlSchemaMinInclusiveFacet"></see>, <see cref="System.Xml.Schema.XmlSchemaMinExclusiveFacet"></see>, <see cref="System.Xml.Schema.XmlSchemaFractionDigitsFacet"></see>, <see cref="System.Xml.Schema.XmlSchemaTotalDigitsFacet"></see>, <see cref="System.Xml.Schema.XmlSchemaWhiteSpaceFacet"></see>.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaParticle.MaxOccursString">
+      <summary>Gets or sets the number as a string value. Maximum number of times the particle can occur.</summary>
+      <returns>The number as a string value. <see langword="String.Empty"></see> indicates that <see langword="MaxOccurs"></see> is equal to the default value. The default is a null reference.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaSimpleType">
-      <summary>Represents the simpleType element for simple content from XML Schema as specified by the World Wide Web Consortium (W3C). This class defines a simple type. Simple types can specify information and constraints for the value of attributes or elements with text-only content.</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaParticle.MinOccurs">
+      <summary>Gets or sets the minimum number of times the particle can occur.</summary>
+      <returns>The minimum number of times the particle can occur. The default is 1.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaSimpleType.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaSimpleType"></see> class.</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaParticle.MinOccursString">
+      <summary>Gets or sets the number as a string value. The minimum number of times the particle can occur.</summary>
+      <returns>The number as a string value. <see langword="String.Empty"></see> indicates that <see langword="MinOccurs"></see> is equal to the default value. The default is a null reference.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaSimpleType.Content">
-      <summary>Gets or sets one of <see cref="T:System.Xml.Schema.XmlSchemaSimpleTypeUnion"></see>, <see cref="T:System.Xml.Schema.XmlSchemaSimpleTypeList"></see>, or <see cref="T:System.Xml.Schema.XmlSchemaSimpleTypeRestriction"></see>.</summary>
-      <returns>One of XmlSchemaSimpleTypeUnion, XmlSchemaSimpleTypeList, or XmlSchemaSimpleTypeRestriction.</returns>
+    <member name="T:System.Xml.Schema.XmlSchemaObjectTable">
+      <summary>Provides the collections for contained elements in the <see cref="T:System.Xml.Schema.XmlSchema"></see> class (for example, Attributes, AttributeGroups, Elements, and so on).</summary>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaSimpleTypeContent">
-      <summary>Abstract class for simple type content classes.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaObjectTable.Contains(System.Xml.XmlQualifiedName)">
+      <summary>Determines if the qualified name specified exists in the collection.</summary>
+      <param name="name">The <see cref="T:System.Xml.XmlQualifiedName"></see>.</param>
+      <returns><see langword="true"></see> if the qualified name specified exists in the collection; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaSimpleTypeContent.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaSimpleTypeContent"></see> class.</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaObjectTable.Count">
+      <summary>Gets the number of items contained in the <see cref="T:System.Xml.Schema.XmlSchemaObjectTable"></see>.</summary>
+      <returns>The number of items contained in the <see cref="T:System.Xml.Schema.XmlSchemaObjectTable"></see>.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaSimpleTypeList">
-      <summary>Represents the list element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to define a simpleType element as a list of values of a specified data type.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaObjectTable.GetEnumerator">
+      <summary>Returns an enumerator that can iterate through the <see cref="T:System.Xml.Schema.XmlSchemaObjectTable"></see>.</summary>
+      <returns>An <see cref="T:System.Collections.IDictionaryEnumerator"></see> that can iterate through <see cref="T:System.Xml.Schema.XmlSchemaObjectTable"></see>.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaSimpleTypeList.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaSimpleTypeList"></see> class.</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaObjectTable.Item(System.Xml.XmlQualifiedName)">
+      <summary>Returns the element in the <see cref="T:System.Xml.Schema.XmlSchemaObjectTable"></see> specified by qualified name.</summary>
+      <param name="name">The <see cref="T:System.Xml.XmlQualifiedName"></see> of the element to return.</param>
+      <returns>The <see cref="T:System.Xml.Schema.XmlSchemaObject"></see> of the element in the <see cref="T:System.Xml.Schema.XmlSchemaObjectTable"></see> specified by qualified name.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaSimpleTypeList.BaseItemType">
-      <summary>Gets or sets the <see cref="T:System.Xml.Schema.XmlSchemaSimpleType"></see> representing the type of the simpleType element based on the <see cref="P:System.Xml.Schema.XmlSchemaSimpleTypeList.ItemType"></see> and <see cref="P:System.Xml.Schema.XmlSchemaSimpleTypeList.ItemTypeName"></see> values of the simple type.</summary>
-      <returns>The <see cref="System.Xml.Schema.XmlSchemaSimpleType"></see> representing the type of the simpleType element.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaObjectTable.Names">
+      <summary>Returns a collection of all the named elements in the <see cref="T:System.Xml.Schema.XmlSchemaObjectTable"></see>.</summary>
+      <returns>A collection of all the named elements in the <see cref="T:System.Xml.Schema.XmlSchemaObjectTable"></see>.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaSimpleTypeList.ItemType">
-      <summary>Gets or sets the simpleType element that is derived from the type specified by the base value.</summary>
-      <returns>The item type for the simple type element.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaObjectTable.Values">
+      <summary>Returns a collection of all the values for all the elements in the <see cref="T:System.Xml.Schema.XmlSchemaObjectTable"></see>.</summary>
+      <returns>A collection of all the values for all the elements in the <see cref="T:System.Xml.Schema.XmlSchemaObjectTable"></see>.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaSimpleTypeList.ItemTypeName">
-      <summary>Gets or sets the name of a built-in data type or simpleType element defined in this schema (or another schema indicated by the specified namespace).</summary>
-      <returns>The type name of the simple type list.</returns>
+    <member name="T:System.Xml.Schema.XmlSchemaObjectEnumerator">
+      <summary>Represents the enumerator for the <see cref="T:System.Xml.Schema.XmlSchemaObjectCollection"></see>.</summary>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaSimpleTypeRestriction">
-      <summary>Represents the restriction element for simple types from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used restricting simpleType element.</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaObjectEnumerator.Current">
+      <summary>Gets the current <see cref="T:System.Xml.Schema.XmlSchemaObject"></see> in the collection.</summary>
+      <returns>The current <see cref="T:System.Xml.Schema.XmlSchemaObject"></see>.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaSimpleTypeRestriction"></see> class.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaObjectEnumerator.MoveNext">
+      <summary>Moves to the next item in the collection.</summary>
+      <returns><see langword="false"></see> at the end of the collection.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.BaseType">
-      <summary>Gets or sets information on the base type.</summary>
-      <returns>The base type for the simpleType element.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaObjectEnumerator.Reset">
+      <summary>Resets the enumerator to the start of the collection.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.BaseTypeName">
-      <summary>Gets or sets the name of the qualified base type.</summary>
-      <returns>The qualified name of the simple type restriction base type.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaObjectEnumerator.System#Collections#IEnumerator#Current">
+      <summary>For a description of this member, see <see cref="P:System.Xml.Schema.XmlSchemaObjectEnumerator.Current"></see>.</summary>
+      <returns>The current <see cref="T:System.Xml.Schema.XmlSchemaObject"></see>.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.Facets">
-      <summary>Gets or sets an Xml Schema facet.</summary>
-      <returns>One of the following facet classes:  
- <see cref="System.Xml.Schema.XmlSchemaLengthFacet"></see>, <see cref="System.Xml.Schema.XmlSchemaMinLengthFacet"></see>, <see cref="System.Xml.Schema.XmlSchemaMaxLengthFacet"></see>, <see cref="System.Xml.Schema.XmlSchemaPatternFacet"></see>, <see cref="System.Xml.Schema.XmlSchemaEnumerationFacet"></see>, <see cref="System.Xml.Schema.XmlSchemaMaxInclusiveFacet"></see>, <see cref="System.Xml.Schema.XmlSchemaMaxExclusiveFacet"></see>, <see cref="System.Xml.Schema.XmlSchemaMinInclusiveFacet"></see>, <see cref="System.Xml.Schema.XmlSchemaMinExclusiveFacet"></see>, <see cref="System.Xml.Schema.XmlSchemaFractionDigitsFacet"></see>, <see cref="System.Xml.Schema.XmlSchemaTotalDigitsFacet"></see>, <see cref="System.Xml.Schema.XmlSchemaWhiteSpaceFacet"></see>.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaObjectEnumerator.System#Collections#IEnumerator#MoveNext">
+      <summary>For a description of this member, see <see cref="M:System.Xml.Schema.XmlSchemaObjectEnumerator.MoveNext"></see>.</summary>
+      <returns>The next <see cref="T:System.Xml.Schema.XmlSchemaObject"></see>.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaSimpleTypeUnion">
-      <summary>Represents the union element for simple types from XML Schema as specified by the World Wide Web Consortium (W3C). A union datatype can be used to specify the content of a simpleType. The value of the simpleType element must be any one of a set of alternative datatypes specified in the union. Union types are always derived types and must comprise at least two alternative datatypes.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaObjectEnumerator.System#Collections#IEnumerator#Reset">
+      <summary>For a description of this member, see <see cref="M:System.Xml.Schema.XmlSchemaObjectEnumerator.Reset"></see>.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaSimpleTypeUnion.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaSimpleTypeUnion"></see> class.</summary>
+    <member name="T:System.Xml.Schema.XmlSchemaObjectCollection">
+      <summary>A collection of <see cref="T:System.Xml.Schema.XmlSchemaObject"></see>s.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaSimpleTypeUnion.BaseMemberTypes">
-      <summary>Gets an array of <see cref="T:System.Xml.Schema.XmlSchemaSimpleType"></see> objects representing the type of the simpleType element based on the <see cref="P:System.Xml.Schema.XmlSchemaSimpleTypeUnion.BaseTypes"></see> and <see cref="P:System.Xml.Schema.XmlSchemaSimpleTypeUnion.MemberTypes"></see> values of the simple type.</summary>
-      <returns>An array of <see cref="System.Xml.Schema.XmlSchemaSimpleType"></see> objects representing the type of the simpleType element.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaObjectCollection.#ctor">
+      <summary>Initializes a new instance of the <see langword="XmlSchemaObjectCollection"></see> class.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaSimpleTypeUnion.BaseTypes">
-      <summary>Gets the collection of base types.</summary>
-      <returns>The collection of simple type base values.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaObjectCollection.#ctor(System.Xml.Schema.XmlSchemaObject)">
+      <summary>Initializes a new instance of the <see langword="XmlSchemaObjectCollection"></see> class that takes an <see cref="T:System.Xml.Schema.XmlSchemaObject"></see>.</summary>
+      <param name="parent">The <see cref="T:System.Xml.Schema.XmlSchemaObject"></see>.</param>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaSimpleTypeUnion.MemberTypes">
-      <summary>Gets or sets the array of qualified member names of built-in data types or simpleType elements defined in this schema (or another schema indicated by the specified namespace).</summary>
-      <returns>An array that consists of a list of members of built-in data types or simple types.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaObjectCollection.Add(System.Xml.Schema.XmlSchemaObject)">
+      <summary>Adds an <see cref="T:System.Xml.Schema.XmlSchemaObject"></see> to the <see langword="XmlSchemaObjectCollection"></see>.</summary>
+      <param name="item">The <see cref="T:System.Xml.Schema.XmlSchemaObject"></see>.</param>
+      <returns>The index at which the item has been added.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index">index</paramref> is less than zero.  
+ -or-  
+ <paramref name="index">index</paramref> is greater than <see langword="Count"></see>.</exception>
+      <exception cref="T:System.InvalidCastException">The <see cref="System.Xml.Schema.XmlSchemaObject"></see> parameter specified is not of type <see cref="System.Xml.Schema.XmlSchemaExternal"></see> or its derived types <see cref="System.Xml.Schema.XmlSchemaImport"></see>, <see cref="System.Xml.Schema.XmlSchemaInclude"></see>, and <see cref="System.Xml.Schema.XmlSchemaRedefine"></see>.</exception>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaTotalDigitsFacet">
-      <summary>Represents the totalDigits facet from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to specify a restriction on the number of digits that can be entered for the value of a simpleType element. That value of totalDigits must be a positive integer.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaObjectCollection.Contains(System.Xml.Schema.XmlSchemaObject)">
+      <summary>Indicates if the specified <see cref="T:System.Xml.Schema.XmlSchemaObject"></see> is in the <see langword="XmlSchemaObjectCollection"></see>.</summary>
+      <param name="item">The <see cref="T:System.Xml.Schema.XmlSchemaObject"></see>.</param>
+      <returns><see langword="true"></see> if the specified qualified name is in the collection; otherwise, returns <see langword="false"></see>. If null is supplied, <see langword="false"></see> is returned because there is no qualified name with a null name.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaTotalDigitsFacet.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaTotalDigitsFacet"></see> class.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaObjectCollection.CopyTo(System.Xml.Schema.XmlSchemaObject[],System.Int32)">
+      <summary>Copies all the <see cref="T:System.Xml.Schema.XmlSchemaObject"></see>s from the collection into the given array, starting at the given index.</summary>
+      <param name="array">The one-dimensional array that is the destination of the elements copied from the <see langword="XmlSchemaObjectCollection"></see>. The array must have zero-based indexing.</param>
+      <param name="index">The zero-based index in the array at which copying begins.</param>
+      <exception cref="T:System.ArgumentNullException"><paramref name="array">array</paramref> is a null reference (<see langword="Nothing"></see> in Visual Basic).</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index">index</paramref> is less than zero.</exception>
+      <exception cref="T:System.ArgumentException"><paramref name="array">array</paramref> is multi-dimensional.  
+ - or -  
+ <paramref name="index">index</paramref> is equal to or greater than the length of <paramref name="array">array</paramref>.  
+ - or -  
+ The number of elements in the source <see cref="System.Xml.Schema.XmlSchemaObject"></see> is greater than the available space from index to the end of the destination array.</exception>
+      <exception cref="T:System.InvalidCastException">The type of the source <see cref="System.Xml.Schema.XmlSchemaObject"></see> cannot be cast automatically to the type of the destination array.</exception>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaType">
-      <summary>The base class for all simple types and complex types.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaObjectCollection.GetEnumerator">
+      <summary>Returns an enumerator for iterating through the <see langword="XmlSchemaObjects"></see> contained in the <see langword="XmlSchemaObjectCollection"></see>.</summary>
+      <returns>The iterator returns <see cref="T:System.Xml.Schema.XmlSchemaObjectEnumerator"></see>.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaType.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaType"></see> class.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaObjectCollection.IndexOf(System.Xml.Schema.XmlSchemaObject)">
+      <summary>Gets the collection index corresponding to the specified <see cref="T:System.Xml.Schema.XmlSchemaObject"></see>.</summary>
+      <param name="item">The <see cref="T:System.Xml.Schema.XmlSchemaObject"></see> whose index you want to return.</param>
+      <returns>The index corresponding to the specified <see cref="T:System.Xml.Schema.XmlSchemaObject"></see>.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaType.BaseSchemaType">
-      <summary>Gets the post-compilation object type or the built-in XML Schema Definition Language (XSD) data type, simpleType element, or complexType element. This is a post-schema-compilation infoset property.</summary>
-      <returns>The built-in XSD data type, simpleType element, or complexType element.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaObjectCollection.Insert(System.Int32,System.Xml.Schema.XmlSchemaObject)">
+      <summary>Inserts an <see cref="T:System.Xml.Schema.XmlSchemaObject"></see> to the <see langword="XmlSchemaObjectCollection"></see>.</summary>
+      <param name="index">The zero-based index at which an item should be inserted.</param>
+      <param name="item">The <see cref="T:System.Xml.Schema.XmlSchemaObject"></see> to insert.</param>
+      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index">index</paramref> is less than zero.  
+ -or-  
+ <paramref name="index">index</paramref> is greater than <see langword="Count"></see>.</exception>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaType.BaseXmlSchemaType">
-      <summary>Gets the post-compilation value for the base type of this schema type.</summary>
-      <returns>An <see cref="System.Xml.Schema.XmlSchemaType"></see> object representing the base type of this schema type.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaObjectCollection.Item(System.Int32)">
+      <summary>Gets the <see cref="T:System.Xml.Schema.XmlSchemaObject"></see> at the specified index.</summary>
+      <param name="index">The index of the <see cref="T:System.Xml.Schema.XmlSchemaObject"></see>.</param>
+      <returns>The <see cref="T:System.Xml.Schema.XmlSchemaObject"></see> at the specified index.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaType.Datatype">
-      <summary>Gets the post-compilation value for the data type of the complex type.</summary>
-      <returns>The <see cref="System.Xml.Schema.XmlSchemaDatatype"></see> post-schema-compilation value.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaObjectCollection.OnClear">
+      <summary><see langword="OnClear"></see> is invoked before the standard <see langword="Clear"></see> behavior. For more information, see OnClear method for <see cref="T:System.Collections.CollectionBase"></see>.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaType.DerivedBy">
-      <summary>Gets the post-compilation information on how this element was derived from its base type.</summary>
-      <returns>One of the valid <see cref="System.Xml.Schema.XmlSchemaDerivationMethod"></see> values.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaObjectCollection.OnInsert(System.Int32,System.Object)">
+      <summary><see langword="OnInsert"></see> is invoked before the standard <see langword="Insert"></see> behavior. For more information, see <see langword="OnInsert"></see> method <see cref="T:System.Collections.CollectionBase"></see>.</summary>
+      <param name="index">The index of <see cref="T:System.Xml.Schema.XmlSchemaObject"></see>.</param>
+      <param name="item">The item.</param>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaType.Final">
-      <summary>Gets or sets the final attribute of the type derivation that indicates if further derivations are allowed.</summary>
-      <returns>One of the valid <see cref="System.Xml.Schema.XmlSchemaDerivationMethod"></see> values. The default is <see cref="System.Xml.Schema.XmlSchemaDerivationMethod.None"></see>.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaObjectCollection.OnRemove(System.Int32,System.Object)">
+      <summary><see langword="OnRemove"></see> is invoked before the standard <see langword="Remove"></see> behavior. For more information, see the <see langword="OnRemove"></see> method for <see cref="T:System.Collections.CollectionBase"></see>.</summary>
+      <param name="index">The index of <see cref="T:System.Xml.Schema.XmlSchemaObject"></see>.</param>
+      <param name="item">The item.</param>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaType.FinalResolved">
-      <summary>Gets the post-compilation value of the <see cref="P:System.Xml.Schema.XmlSchemaType.Final"></see> property.</summary>
-      <returns>The post-compilation value of the <see cref="System.Xml.Schema.XmlSchemaType.Final"></see> property. The default is the finalDefault attribute value of the schema element.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaObjectCollection.OnSet(System.Int32,System.Object,System.Object)">
+      <summary><see langword="OnSet"></see> is invoked before the standard <see langword="Set"></see> behavior. For more information, see the OnSet method for <see cref="T:System.Collections.CollectionBase"></see>.</summary>
+      <param name="index">The index of <see cref="T:System.Xml.Schema.XmlSchemaObject"></see>.</param>
+      <param name="oldValue">The old value.</param>
+      <param name="newValue">The new value.</param>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaType.GetBuiltInComplexType(System.Xml.Schema.XmlTypeCode)">
-      <summary>Returns an <see cref="T:System.Xml.Schema.XmlSchemaComplexType"></see> that represents the built-in complex type of the complex type specified.</summary>
-      <param name="typeCode">One of the <see cref="T:System.Xml.Schema.XmlTypeCode"></see> values representing the complex type.</param>
-      <returns>The <see cref="System.Xml.Schema.XmlSchemaComplexType"></see> that represents the built-in complex type.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaObjectCollection.Remove(System.Xml.Schema.XmlSchemaObject)">
+      <summary>Removes an <see cref="T:System.Xml.Schema.XmlSchemaObject"></see> from the <see langword="XmlSchemaObjectCollection"></see>.</summary>
+      <param name="item">The <see cref="T:System.Xml.Schema.XmlSchemaObject"></see> to remove.</param>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaType.GetBuiltInComplexType(System.Xml.XmlQualifiedName)">
-      <summary>Returns an <see cref="T:System.Xml.Schema.XmlSchemaComplexType"></see> that represents the built-in complex type of the complex type specified by qualified name.</summary>
-      <param name="qualifiedName">The <see cref="T:System.Xml.XmlQualifiedName"></see> of the complex type.</param>
-      <returns>The <see cref="System.Xml.Schema.XmlSchemaComplexType"></see> that represents the built-in complex type.</returns>
-      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.XmlQualifiedName"></see> parameter is null.</exception>
+    <member name="T:System.Xml.Schema.XmlSchemaObject">
+      <summary>Represents the root class for the Xml schema object model hierarchy and serves as a base class for classes such as the <see cref="T:System.Xml.Schema.XmlSchema"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaType.GetBuiltInSimpleType(System.Xml.Schema.XmlTypeCode)">
-      <summary>Returns an <see cref="T:System.Xml.Schema.XmlSchemaSimpleType"></see> that represents the built-in simple type of the specified simple type.</summary>
-      <param name="typeCode">One of the <see cref="T:System.Xml.Schema.XmlTypeCode"></see> values representing the simple type.</param>
-      <returns>The <see cref="System.Xml.Schema.XmlSchemaSimpleType"></see> that represents the built-in simple type.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaObject.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaObject"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaType.GetBuiltInSimpleType(System.Xml.XmlQualifiedName)">
-      <summary>Returns an <see cref="T:System.Xml.Schema.XmlSchemaSimpleType"></see> that represents the built-in simple type of the simple type that is specified by the qualified name.</summary>
-      <param name="qualifiedName">The <see cref="T:System.Xml.XmlQualifiedName"></see> of the simple type.</param>
-      <returns>The <see cref="System.Xml.Schema.XmlSchemaSimpleType"></see> that represents the built-in simple type.</returns>
-      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.XmlQualifiedName"></see> parameter is null.</exception>
+    <member name="P:System.Xml.Schema.XmlSchemaObject.LineNumber">
+      <summary>Gets or sets the line number in the file to which the <see langword="schema"></see> element refers.</summary>
+      <returns>The line number.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaType.IsDerivedFrom(System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaDerivationMethod)">
-      <summary>Returns a value indicating if the derived schema type specified is derived from the base schema type specified</summary>
-      <param name="derivedType">The derived <see cref="T:System.Xml.Schema.XmlSchemaType"></see> to test.</param>
-      <param name="baseType">The base <see cref="T:System.Xml.Schema.XmlSchemaType"></see> to test the derived <see cref="T:System.Xml.Schema.XmlSchemaType"></see> against.</param>
-      <param name="except">One of the <see cref="T:System.Xml.Schema.XmlSchemaDerivationMethod"></see> values representing a type derivation method to exclude from testing.</param>
-      <returns>true if the derived type is derived from the base type; otherwise, false.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaObject.LinePosition">
+      <summary>Gets or sets the line position in the file to which the <see langword="schema"></see> element refers.</summary>
+      <returns>The line position.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaType.IsMixed">
-      <summary>Gets or sets a value indicating if this type has a mixed content model. This property is only valid in a complex type.</summary>
-      <returns>true if the type has a mixed content model; otherwise, false. The default is false.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaObject.Namespaces">
+      <summary>Gets or sets the <see cref="T:System.Xml.Serialization.XmlSerializerNamespaces"></see> to use with this schema object.</summary>
+      <returns>The <see cref="T:System.Xml.Serialization.XmlSerializerNamespaces"></see> property for the schema object.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaType.Name">
-      <summary>Gets or sets the name of the type.</summary>
-      <returns>The name of the type.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaObject.Parent">
+      <summary>Gets or sets the parent of this <see cref="T:System.Xml.Schema.XmlSchemaObject"></see>.</summary>
+      <returns>The parent <see cref="T:System.Xml.Schema.XmlSchemaObject"></see> of this <see cref="T:System.Xml.Schema.XmlSchemaObject"></see>.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaType.QualifiedName">
-      <summary>Gets the qualified name for the type built from the Name attribute of this type. This is a post-schema-compilation property.</summary>
-      <returns>The <see cref="System.Xml.XmlQualifiedName"></see> for the type built from the Name attribute of this type.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaObject.SourceUri">
+      <summary>Gets or sets the source location for the file that loaded the schema.</summary>
+      <returns>The source location (URI) for the file.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaType.TypeCode">
-      <summary>Gets the <see cref="T:System.Xml.Schema.XmlTypeCode"></see> of the type.</summary>
-      <returns>One of the <see cref="System.Xml.Schema.XmlTypeCode"></see> values.</returns>
+    <member name="T:System.Xml.Schema.XmlSchemaNumericFacet">
+      <summary>Abstract class for defining <see langword="numeric"></see> facets. This class is the base class for numeric facet classes such as <see cref="T:System.Xml.Schema.XmlSchemaMinLengthFacet"></see></summary>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaUnique">
-      <summary>Represents the unique element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to identify a unique constraint among a set of elements.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaNumericFacet.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaNumericFacet"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaUnique.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaUnique"></see> class.</summary>
+    <member name="T:System.Xml.Schema.XmlSchemaNotation">
+      <summary>Represents the <see langword="notation"></see> element from XML Schema as specified by the World Wide Web Consortium (W3C). An XML Schema <see langword="notation"></see> declaration is a reconstruction of <see langword="XML 1.0 NOTATION"></see> declarations. The purpose of notations is to describe the format of non-XML data within an XML document.</summary>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaUse">
-      <summary>Indicator of how the attribute is used.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaNotation.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaNotation"></see> class.</summary>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaUse.None">
-      <summary>Attribute use not specified.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.Schema.XmlSchemaNotation.Name">
+      <summary>Gets or sets the name of the notation.</summary>
+      <returns>The name of the notation.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaUse.Optional">
-      <summary>Attribute is optional.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.Schema.XmlSchemaNotation.Public">
+      <summary>Gets or sets the <see langword="public"></see> identifier.</summary>
+      <returns>The <see langword="public"></see> identifier. The value must be a valid Uniform Resource Identifier (URI).</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaUse.Prohibited">
-      <summary>Attribute cannot be used.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.Schema.XmlSchemaNotation.System">
+      <summary>Gets or sets the <see langword="system"></see> identifier.</summary>
+      <returns>The <see langword="system"></see> identifier. The value must be a valid URI.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaUse.Required">
-      <summary>Attribute must appear once.</summary>
-      <returns></returns>
+    <member name="T:System.Xml.Schema.XmlSchemaMinLengthFacet">
+      <summary>Represents the <see langword="minLength"></see> element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to specify a restriction on the minimum length of the data value of a <see langword="simpleType"></see> element. The length must be greater than the value of the <see langword="minLength"></see> element.</summary>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaValidationException">
-      <summary>Represents the exception thrown when XML Schema Definition Language (XSD) schema validation errors and warnings are encountered in an XML document being validated.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaMinLengthFacet.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaMinLengthFacet"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaValidationException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaValidationException"></see> class.</summary>
+    <member name="T:System.Xml.Schema.XmlSchemaMinInclusiveFacet">
+      <summary>Represents the <see langword="minInclusive"></see> element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to specify a restriction on the minimum value of a simpleType element. The element value must be greater than or equal to the value of the <see langword="minInclusive"></see> element.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaValidationException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaValidationException"></see> class with the exception message specified.</summary>
-      <param name="message">A string description of the error condition.</param>
+    <member name="M:System.Xml.Schema.XmlSchemaMinInclusiveFacet.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaMinInclusiveFacet"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaValidationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaValidationException"></see> class with the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> objects specified.</summary>
-      <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object.</param>
-      <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> object.</param>
+    <member name="T:System.Xml.Schema.XmlSchemaMinExclusiveFacet">
+      <summary>Represents the <see langword="minExclusive"></see> element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to specify a restriction on the minimum value of a <see langword="simpleType"></see> element. The element value must be greater than the value of the <see langword="minExclusive"></see> element.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaValidationException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaValidationException"></see> class with the exception message and original <see cref="T:System.Exception"></see> object that caused this exception specified.</summary>
-      <param name="message">A string description of the error condition.</param>
-      <param name="innerException">The original <see cref="T:System.Exception"></see> object that caused this exception.</param>
-    </member>
-    <member name="M:System.Xml.Schema.XmlSchemaValidationException.#ctor(System.String,System.Exception,System.Int32,System.Int32)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaValidationException"></see> class with the exception message specified, and the original <see cref="T:System.Exception"></see> object, line number, and line position of the XML that cause this exception specified.</summary>
-      <param name="message">A string description of the error condition.</param>
-      <param name="innerException">The original <see cref="T:System.Exception"></see> object that caused this exception.</param>
-      <param name="lineNumber">The line number of the XML that caused this exception.</param>
-      <param name="linePosition">The line position of the XML that caused this exception.</param>
+    <member name="M:System.Xml.Schema.XmlSchemaMinExclusiveFacet.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaMinExclusiveFacet"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaValidationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Constructs a new <see cref="T:System.Xml.Schema.XmlSchemaValidationException"></see> object with the given <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> information that contains all the properties of the <see cref="T:System.Xml.Schema.XmlSchemaValidationException"></see>.</summary>
-      <param name="info"><see cref="T:System.Runtime.Serialization.SerializationInfo"></see></param>
-      <param name="context"><see cref="T:System.Runtime.Serialization.StreamingContext"></see></param>
+    <member name="T:System.Xml.Schema.XmlSchemaMaxLengthFacet">
+      <summary>Represents the <see langword="maxLength"></see> element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to specify a restriction on the maximum length of the data value of a <see langword="simpleType"></see> element. The length must be less than the value of the <see langword="maxLength"></see> element.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaValidationException.SetSourceObject(System.Object)">
-      <summary>Sets the XML node that causes the error.</summary>
-      <param name="sourceObject">The source object.</param>
+    <member name="M:System.Xml.Schema.XmlSchemaMaxLengthFacet.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaMaxLengthFacet"></see> class.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaValidationException.SourceObject">
-      <summary>Gets the XML node that caused this <see cref="T:System.Xml.Schema.XmlSchemaValidationException"></see>.</summary>
-      <returns>The XML node that caused this <see cref="System.Xml.Schema.XmlSchemaValidationException"></see>.</returns>
+    <member name="T:System.Xml.Schema.XmlSchemaMaxInclusiveFacet">
+      <summary>Represents the <see langword="maxInclusive"></see> element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to specify a restriction on the maximum value of a <see langword="simpleType"></see> element. The element value must be less than or equal to the value of the <see langword="maxInclusive"></see> element.</summary>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaValidationFlags">
-      <summary>Specifies schema validation options used by the <see cref="T:System.Xml.Schema.XmlSchemaValidator"></see> and <see cref="T:System.Xml.XmlReader"></see> classes.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaMaxInclusiveFacet.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaMaxInclusiveFacet"></see> class.</summary>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaValidationFlags.AllowXmlAttributes">
-      <summary>Allow xml:* attributes even if they are not defined in the schema. The attributes will be validated based on their data type.</summary>
-      <returns></returns>
+    <member name="T:System.Xml.Schema.XmlSchemaMaxExclusiveFacet">
+      <summary>Represents the <see langword="maxExclusive"></see> element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to specify a restriction on the maximum value of a <see langword="simpleType"></see> element. The element value must be less than the value of the <see langword="maxExclusive"></see> element.</summary>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaValidationFlags.None">
-      <summary>Do not process identity constraints, inline schemas, schema location hints, or report schema validation warnings.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Schema.XmlSchemaMaxExclusiveFacet.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaMaxExclusiveFacet"></see> class.</summary>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaValidationFlags.ProcessIdentityConstraints">
-      <summary>Process identity constraints (xs:ID, xs:IDREF, xs:key, xs:keyref, xs:unique) encountered during validation.</summary>
-      <returns></returns>
+    <member name="T:System.Xml.Schema.XmlSchemaLengthFacet">
+      <summary>Represents the <see langword="length"></see> facet from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to specify a restriction on the length of a <see langword="simpleType"></see> element on the data type.</summary>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaValidationFlags.ProcessInlineSchema">
-      <summary>Process inline schemas encountered during validation.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Schema.XmlSchemaLengthFacet.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaLengthFacet"></see> class.</summary>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaValidationFlags.ProcessSchemaLocation">
-      <summary>Process schema location hints (xsi:schemaLocation, xsi:noNamespaceSchemaLocation) encountered during validation.</summary>
-      <returns></returns>
+    <member name="T:System.Xml.Schema.XmlSchemaKeyref">
+      <summary>This class represents the <see langword="keyref"></see> element from XMLSchema as specified by the World Wide Web Consortium (W3C).</summary>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaValidationFlags.ReportValidationWarnings">
-      <summary>Report schema validation warnings encountered during validation.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Schema.XmlSchemaKeyref.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaKeyref"></see> class.</summary>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaValidator">
-      <summary>Represents an XML Schema Definition Language (XSD) Schema validation engine. The <see cref="T:System.Xml.Schema.XmlSchemaValidator"></see> class cannot be inherited.</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaKeyref.Refer">
+      <summary>Gets or sets the name of the key that this constraint refers to in another simple or complex type.</summary>
+      <returns>The QName of the key that this constraint refers to.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaValidator.#ctor(System.Xml.XmlNameTable,System.Xml.Schema.XmlSchemaSet,System.Xml.IXmlNamespaceResolver,System.Xml.Schema.XmlSchemaValidationFlags)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaValidator"></see> class.</summary>
-      <param name="nameTable">An <see cref="T:System.Xml.XmlNameTable"></see> object containing element and attribute names as atomized strings.</param>
-      <param name="schemas">An <see cref="T:System.Xml.Schema.XmlSchemaSet"></see> object containing the XML Schema Definition Language (XSD) schemas used for validation.</param>
-      <param name="namespaceResolver">An <see cref="T:System.Xml.IXmlNamespaceResolver"></see> object used for resolving namespaces encountered during validation.</param>
-      <param name="validationFlags">An <see cref="T:System.Xml.Schema.XmlSchemaValidationFlags"></see> value specifying schema validation options.</param>
-      <exception cref="T:System.ArgumentNullException">One or more of the parameters specified are null.</exception>
-      <exception cref="T:System.Xml.Schema.XmlSchemaException">An error occurred while compiling schemas in the <see cref="System.Xml.Schema.XmlSchemaSet"></see> parameter.</exception>
+    <member name="T:System.Xml.Schema.XmlSchemaKey">
+      <summary>This class represents the <see langword="key"></see> element from XMLSchema as specified by the World Wide Web Consortium (W3C).</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaValidator.AddSchema(System.Xml.Schema.XmlSchema)">
-      <summary>Adds an XML Schema Definition Language (XSD) schema to the set of schemas used for validation.</summary>
-      <param name="schema">An <see cref="T:System.Xml.Schema.XmlSchema"></see> object to add to the set of schemas used for validation.</param>
-      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.Schema.XmlSchema"></see> parameter specified is null.</exception>
-      <exception cref="T:System.Xml.Schema.XmlSchemaValidationException">The target namespace of the <see cref="System.Xml.Schema.XmlSchema"></see> parameter matches that of any element or attribute already encountered by the <see cref="System.Xml.Schema.XmlSchemaValidator"></see> object.</exception>
-      <exception cref="T:System.Xml.Schema.XmlSchemaException">The <see cref="System.Xml.Schema.XmlSchema"></see> parameter is invalid.</exception>
+    <member name="M:System.Xml.Schema.XmlSchemaKey.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaKey"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaValidator.EndValidation">
-      <summary>Ends validation and checks identity constraints for the entire XML document.</summary>
-      <exception cref="T:System.Xml.Schema.XmlSchemaValidationException">An identity constraint error was found in the XML document.</exception>
+    <member name="T:System.Xml.Schema.XmlSchemaInfo">
+      <summary>Represents the post-schema-validation infoset of a validated XML node.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaValidator.GetExpectedAttributes">
-      <summary>Returns the expected attributes for the current element context.</summary>
-      <returns>An array of <see cref="System.Xml.Schema.XmlSchemaAttribute"></see> objects or an empty array if there are no expected attributes.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaInfo.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaInfo"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaValidator.GetExpectedParticles">
-      <summary>Returns the expected particles in the current element context.</summary>
-      <returns>An array of <see cref="System.Xml.Schema.XmlSchemaParticle"></see> objects or an empty array if there are no expected particles.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaInfo.ContentType">
+      <summary>Gets or sets the <see cref="T:System.Xml.Schema.XmlSchemaContentType"></see> object that corresponds to the content type of this validated XML node.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchemaContentType"></see> object.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaValidator.GetUnspecifiedDefaultAttributes(System.Collections.ArrayList)">
-      <summary>Validates identity constraints on the default attributes and populates the <see cref="T:System.Collections.ArrayList"></see> specified with <see cref="T:System.Xml.Schema.XmlSchemaAttribute"></see> objects for any attributes with default values that have not been previously validated using the <see cref="Overload:System.Xml.Schema.XmlSchemaValidator.ValidateAttribute"></see> method in the element context.</summary>
-      <param name="defaultAttributes">An <see cref="T:System.Collections.ArrayList"></see> to populate with <see cref="T:System.Xml.Schema.XmlSchemaAttribute"></see> objects for any attributes not yet encountered during validation in the element context.</param>
+    <member name="P:System.Xml.Schema.XmlSchemaInfo.IsDefault">
+      <summary>Gets or sets a value indicating if this validated XML node was set as the result of a default being applied during XML Schema Definition Language (XSD) schema validation.</summary>
+      <returns>A <see langword="bool"></see> value.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaValidator.Initialize">
-      <summary>Initializes the state of the <see cref="T:System.Xml.Schema.XmlSchemaValidator"></see> object.</summary>
-      <exception cref="T:System.InvalidOperationException">Calling the <see cref="System.Xml.Schema.XmlSchemaValidator.Initialize*"></see> method is valid immediately after the construction of an <see cref="System.Xml.Schema.XmlSchemaValidator"></see> object or after a call to <see cref="System.Xml.Schema.XmlSchemaValidator.EndValidation"></see> only.</exception>
+    <member name="P:System.Xml.Schema.XmlSchemaInfo.IsNil">
+      <summary>Gets or sets a value indicating if the value for this validated XML node is nil.</summary>
+      <returns>A <see langword="bool"></see> value.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaValidator.Initialize(System.Xml.Schema.XmlSchemaObject)">
-      <summary>Initializes the state of the <see cref="T:System.Xml.Schema.XmlSchemaValidator"></see> object using the <see cref="T:System.Xml.Schema.XmlSchemaObject"></see> specified for partial validation.</summary>
-      <param name="partialValidationType">An <see cref="T:System.Xml.Schema.XmlSchemaElement"></see>, <see cref="T:System.Xml.Schema.XmlSchemaAttribute"></see>, or <see cref="T:System.Xml.Schema.XmlSchemaType"></see> object used to initialize the validation context of the <see cref="T:System.Xml.Schema.XmlSchemaValidator"></see> object for partial validation.</param>
-      <exception cref="T:System.InvalidOperationException">Calling the <see cref="System.Xml.Schema.XmlSchemaValidator.Initialize*"></see> method is valid immediately after the construction of an <see cref="System.Xml.Schema.XmlSchemaValidator"></see> object or after a call to <see cref="System.Xml.Schema.XmlSchemaValidator.EndValidation"></see> only.</exception>
-      <exception cref="T:System.ArgumentException">The <see cref="System.Xml.Schema.XmlSchemaObject"></see> parameter is not an <see cref="System.Xml.Schema.XmlSchemaElement"></see>, <see cref="System.Xml.Schema.XmlSchemaAttribute"></see>, or <see cref="System.Xml.Schema.XmlSchemaType"></see> object.</exception>
-      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.Schema.XmlSchemaObject"></see> parameter cannot be null.</exception>
+    <member name="P:System.Xml.Schema.XmlSchemaInfo.MemberType">
+      <summary>Gets or sets the dynamic schema type for this validated XML node.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchemaSimpleType"></see> object.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaValidator.LineInfoProvider">
-      <summary>Gets or sets the line number information for the XML node being validated.</summary>
-      <returns>An <see cref="System.Xml.IXmlLineInfo"></see> object.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaInfo.SchemaAttribute">
+      <summary>Gets or sets the compiled <see cref="T:System.Xml.Schema.XmlSchemaAttribute"></see> object that corresponds to this validated XML node.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchemaAttribute"></see> object.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaValidator.SkipToEndElement(System.Xml.Schema.XmlSchemaInfo)">
-      <summary>Skips validation of the current element content and prepares the <see cref="T:System.Xml.Schema.XmlSchemaValidator"></see> object to validate content in the parent element&amp;#39;s context.</summary>
-      <param name="schemaInfo">An <see cref="T:System.Xml.Schema.XmlSchemaInfo"></see> object whose properties are set if the current element content is successfully skipped. This parameter can be null.</param>
-      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.Schema.XmlSchemaValidator.SkipToEndElement(System.Xml.Schema.XmlSchemaInfo)"></see> method was not called in the correct sequence. For example, calling <see cref="System.Xml.Schema.XmlSchemaValidator.SkipToEndElement(System.Xml.Schema.XmlSchemaInfo)"></see> after calling <see cref="System.Xml.Schema.XmlSchemaValidator.SkipToEndElement(System.Xml.Schema.XmlSchemaInfo)"></see>.</exception>
+    <member name="P:System.Xml.Schema.XmlSchemaInfo.SchemaElement">
+      <summary>Gets or sets the compiled <see cref="T:System.Xml.Schema.XmlSchemaElement"></see> object that corresponds to this validated XML node.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchemaElement"></see> object.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaValidator.SourceUri">
-      <summary>Gets or sets the source URI for the XML node being validated.</summary>
-      <returns>A <see cref="System.Uri"></see> object representing the source URI for the XML node being validated; the default is null.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaInfo.SchemaType">
+      <summary>Gets or sets the static XML Schema Definition Language (XSD) schema type of this validated XML node.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchemaType"></see> object.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaValidator.ValidateAttribute(System.String,System.String,System.Xml.Schema.XmlValueGetter,System.Xml.Schema.XmlSchemaInfo)">
-      <summary>Validates the attribute name, namespace URI, and value in the current element context.</summary>
-      <param name="localName">The local name of the attribute to validate.</param>
-      <param name="namespaceUri">The namespace URI of the attribute to validate.</param>
-      <param name="attributeValue">An <see cref="T:System.Xml.Schema.XmlValueGetter"></see>delegate used to pass the attribute&amp;#39;s value as a Common Language Runtime (CLR) type compatible with the XML Schema Definition Language (XSD) type of the attribute.</param>
-      <param name="schemaInfo">An <see cref="T:System.Xml.Schema.XmlSchemaInfo"></see> object whose properties are set on successful validation of the attribute. This parameter and can be null.</param>
-      <returns>The validated attribute&amp;#39;s value.</returns>
-      <exception cref="T:System.Xml.Schema.XmlSchemaValidationException">The attribute is not valid in the current element context.</exception>
-      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateAttribute*"></see> method was not called in the correct sequence. For example, calling <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateAttribute*"></see> after calling <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateEndOfAttributes(System.Xml.Schema.XmlSchemaInfo)"></see>.</exception>
-      <exception cref="T:System.ArgumentNullException">One or more of the parameters specified are null.</exception>
+    <member name="P:System.Xml.Schema.XmlSchemaInfo.Validity">
+      <summary>Gets or sets the <see cref="T:System.Xml.Schema.XmlSchemaValidity"></see> value of this validated XML node.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchemaValidity"></see> value.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaValidator.ValidateAttribute(System.String,System.String,System.String,System.Xml.Schema.XmlSchemaInfo)">
-      <summary>Validates the attribute name, namespace URI, and value in the current element context.</summary>
-      <param name="localName">The local name of the attribute to validate.</param>
-      <param name="namespaceUri">The namespace URI of the attribute to validate.</param>
-      <param name="attributeValue">The value of the attribute to validate.</param>
-      <param name="schemaInfo">An <see cref="T:System.Xml.Schema.XmlSchemaInfo"></see> object whose properties are set on successful validation of the attribute. This parameter can be null.</param>
-      <returns>The validated attribute&amp;#39;s value.</returns>
-      <exception cref="T:System.Xml.Schema.XmlSchemaValidationException">The attribute is not valid in the current element context.</exception>
-      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateAttribute*"></see> method was not called in the correct sequence. For example, calling <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateAttribute*"></see> after calling <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateEndOfAttributes(System.Xml.Schema.XmlSchemaInfo)"></see>.</exception>
-      <exception cref="T:System.ArgumentNullException">One or more of the parameters specified are null.</exception>
+    <member name="T:System.Xml.Schema.XmlSchemaInferenceException">
+      <summary>Returns information about errors encountered by the <see cref="T:System.Xml.Schema.XmlSchemaInference"></see> class while inferring a schema from an XML document.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaValidator.ValidateElement(System.String,System.String,System.Xml.Schema.XmlSchemaInfo)">
-      <summary>Validates the element in the current context.</summary>
-      <param name="localName">The local name of the element to validate.</param>
-      <param name="namespaceUri">The namespace URI of the element to validate.</param>
-      <param name="schemaInfo">An <see cref="T:System.Xml.Schema.XmlSchemaInfo"></see> object whose properties are set on successful validation of the element&amp;#39;s name. This parameter can be null.</param>
-      <exception cref="T:System.Xml.Schema.XmlSchemaValidationException">The element&amp;#39;s name is not valid in the current context.</exception>
-      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateElement*"></see> method was not called in the correct sequence. For example, the <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateElement*"></see> method is called after calling <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateAttribute*"></see>.</exception>
+    <member name="M:System.Xml.Schema.XmlSchemaInferenceException.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaInferenceException"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaValidator.ValidateElement(System.String,System.String,System.Xml.Schema.XmlSchemaInfo,System.String,System.String,System.String,System.String)">
-      <summary>Validates the element in the current context with the xsi:Type, xsi:Nil, xsi:SchemaLocation, and xsi:NoNamespaceSchemaLocation attribute values specified.</summary>
-      <param name="localName">The local name of the element to validate.</param>
-      <param name="namespaceUri">The namespace URI of the element to validate.</param>
-      <param name="schemaInfo">An <see cref="T:System.Xml.Schema.XmlSchemaInfo"></see> object whose properties are set on successful validation of the element&amp;#39;s name. This parameter can be null.</param>
-      <param name="xsiType">The xsi:Type attribute value of the element. This parameter can be null.</param>
-      <param name="xsiNil">The xsi:Nil attribute value of the element. This parameter can be null.</param>
-      <param name="xsiSchemaLocation">The xsi:SchemaLocation attribute value of the element. This parameter can be null.</param>
-      <param name="xsiNoNamespaceSchemaLocation">The xsi:NoNamespaceSchemaLocation attribute value of the element. This parameter can be null.</param>
-      <exception cref="T:System.Xml.Schema.XmlSchemaValidationException">The element&amp;#39;s name is not valid in the current context.</exception>
-      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateElement*"></see> method was not called in the correct sequence. For example, the <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateElement*"></see> method is called after calling <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateAttribute*"></see>.</exception>
+    <member name="M:System.Xml.Schema.XmlSchemaInferenceException.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaInferenceException"></see> class with the error message specified.</summary>
+      <param name="message">A description of the error.</param>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaValidator.ValidateEndElement(System.Xml.Schema.XmlSchemaInfo)">
-      <summary>Verifies if the text content of the element is valid according to its data type for elements with simple content, and verifies if the content of the current element is complete for elements with complex content.</summary>
-      <param name="schemaInfo">An <see cref="T:System.Xml.Schema.XmlSchemaInfo"></see> object whose properties are set on successful validation of the element. This parameter can be null.</param>
-      <returns>The parsed, typed text value of the element if the element has simple content.</returns>
-      <exception cref="T:System.Xml.Schema.XmlSchemaValidationException">The element&amp;#39;s content is not valid.</exception>
-      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateEndElement*"></see> method was not called in the correct sequence. For example, if the <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateEndElement*"></see> method is called after calling <see cref="System.Xml.Schema.XmlSchemaValidator.SkipToEndElement(System.Xml.Schema.XmlSchemaInfo)"></see>.</exception>
+    <member name="M:System.Xml.Schema.XmlSchemaInferenceException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaInferenceException"></see> class with the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> objects specified that contain all the properties of the <see cref="T:System.Xml.Schema.XmlSchemaInferenceException"></see>.</summary>
+      <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object.</param>
+      <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> object.</param>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaValidator.ValidateEndElement(System.Xml.Schema.XmlSchemaInfo,System.Object)">
-      <summary>Verifies if the text content of the element specified is valid according to its data type.</summary>
-      <param name="schemaInfo">An <see cref="T:System.Xml.Schema.XmlSchemaInfo"></see> object whose properties are set on successful validation of the text content of the element. This parameter can be null.</param>
-      <param name="typedValue">The typed text content of the element.</param>
-      <returns>The parsed, typed simple content of the element.</returns>
-      <exception cref="T:System.Xml.Schema.XmlSchemaValidationException">The element&amp;#39;s text content is not valid.</exception>
-      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateEndElement*"></see> method was not called in the correct sequence (for example, if the <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateEndElement*"></see> method is called after calling <see cref="System.Xml.Schema.XmlSchemaValidator.SkipToEndElement(System.Xml.Schema.XmlSchemaInfo)"></see>), calls to the <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateText*"></see> method have been previously made, or the element has complex content.</exception>
-      <exception cref="T:System.ArgumentNullException">The typed text content parameter cannot be null.</exception>
+    <member name="M:System.Xml.Schema.XmlSchemaInferenceException.#ctor(System.String,System.Exception)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaInferenceException"></see> class with the error message specified and the original <see cref="T:System.Exception"></see> that caused the <see cref="T:System.Xml.Schema.XmlSchemaInferenceException"></see> specified.</summary>
+      <param name="message">A description of the error.</param>
+      <param name="innerException">An <see cref="T:System.Exception"></see> object containing the original exception that caused the <see cref="T:System.Xml.Schema.XmlSchemaInferenceException"></see>.</param>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaValidator.ValidateEndOfAttributes(System.Xml.Schema.XmlSchemaInfo)">
-      <summary>Verifies whether all the required attributes in the element context are present and prepares the <see cref="T:System.Xml.Schema.XmlSchemaValidator"></see> object to validate the child content of the element.</summary>
-      <param name="schemaInfo">An <see cref="T:System.Xml.Schema.XmlSchemaInfo"></see> object whose properties are set on successful verification that all the required attributes in the element context are present. This parameter can be null.</param>
-      <exception cref="T:System.Xml.Schema.XmlSchemaValidationException">One or more of the required attributes in the current element context were not found.</exception>
-      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateEndOfAttributes(System.Xml.Schema.XmlSchemaInfo)"></see> method was not called in the correct sequence. For example, calling <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateEndOfAttributes(System.Xml.Schema.XmlSchemaInfo)"></see> after calling <see cref="System.Xml.Schema.XmlSchemaValidator.SkipToEndElement(System.Xml.Schema.XmlSchemaInfo)"></see>.</exception>
-      <exception cref="T:System.ArgumentNullException">One or more of the parameters specified are null.</exception>
+    <member name="M:System.Xml.Schema.XmlSchemaInferenceException.#ctor(System.String,System.Exception,System.Int32,System.Int32)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaInferenceException"></see> class with the error message specified, the original <see cref="T:System.Exception"></see> that caused the <see cref="T:System.Xml.Schema.XmlSchemaInferenceException"></see> specified, and the line number and line position of the error in the XML document specified.</summary>
+      <param name="message">A description of the error.</param>
+      <param name="innerException">An <see cref="T:System.Exception"></see> object containing the original exception that caused the <see cref="T:System.Xml.Schema.XmlSchemaInferenceException"></see>.</param>
+      <param name="lineNumber">The line number in the XML document that caused the <see cref="T:System.Xml.Schema.XmlSchemaInferenceException"></see>.</param>
+      <param name="linePosition">The line position in the XML document that caused the <see cref="T:System.Xml.Schema.XmlSchemaInferenceException"></see>.</param>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaValidator.ValidateText(System.String)">
-      <summary>Validates whether the text string specified is allowed in the current element context, and accumulates the text for validation if the current element has simple content.</summary>
-      <param name="elementValue">A text string to validate in the current element context.</param>
-      <exception cref="T:System.Xml.Schema.XmlSchemaValidationException">The text string specified is not allowed in the current element context.</exception>
-      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateText*"></see> method was not called in the correct sequence. For example, the <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateText*"></see> method is called after calling <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateAttribute*"></see>.</exception>
-      <exception cref="T:System.ArgumentNullException">The text string parameter cannot be null.</exception>
+    <member name="M:System.Xml.Schema.XmlSchemaInferenceException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Streams all the <see cref="T:System.Xml.Schema.XmlSchemaInferenceException"></see> object properties into the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object specified for the <see cref="T:System.Runtime.Serialization.StreamingContext"></see> object specified.</summary>
+      <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object.</param>
+      <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> object.</param>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaValidator.ValidateText(System.Xml.Schema.XmlValueGetter)">
-      <summary>Validates whether the text returned by the <see cref="T:System.Xml.Schema.XmlValueGetter"></see> object specified is allowed in the current element context, and accumulates the text for validation if the current element has simple content.</summary>
-      <param name="elementValue">An <see cref="T:System.Xml.Schema.XmlValueGetter"></see>delegate used to pass the text value as a Common Language Runtime (CLR) type compatible with the XML Schema Definition Language (XSD) type of the attribute.</param>
-      <exception cref="T:System.Xml.Schema.XmlSchemaValidationException">The text string specified is not allowed in the current element context.</exception>
-      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateText*"></see> method was not called in the correct sequence. For example, the <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateText*"></see> method is called after calling <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateAttribute*"></see>.</exception>
-      <exception cref="T:System.ArgumentNullException">The text string parameter cannot be null.</exception>
+    <member name="T:System.Xml.Schema.XmlSchemaInference">
+      <summary>Infers an XML Schema Definition Language (XSD) schema from an XML document. The <see cref="T:System.Xml.Schema.XmlSchemaInference"></see> class cannot be inherited.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaValidator.ValidateWhitespace(System.String)">
-      <summary>Validates whether the white space in the string specified is allowed in the current element context, and accumulates the white space for validation if the current element has simple content.</summary>
-      <param name="elementValue">A white space string to validate in the current element context.</param>
-      <exception cref="T:System.Xml.Schema.XmlSchemaValidationException">White space is not allowed in the current element context.</exception>
-      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateWhitespace*"></see> method was not called in the correct sequence. For example, if the <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateWhitespace*"></see> method is called after calling <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateAttribute*"></see>.</exception>
+    <member name="M:System.Xml.Schema.XmlSchemaInference.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaInference"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaValidator.ValidateWhitespace(System.Xml.Schema.XmlValueGetter)">
-      <summary>Validates whether the white space returned by the <see cref="T:System.Xml.Schema.XmlValueGetter"></see> object specified is allowed in the current element context, and accumulates the white space for validation if the current element has simple content.</summary>
-      <param name="elementValue">An <see cref="T:System.Xml.Schema.XmlValueGetter"></see>delegate used to pass the white space value as a Common Language Runtime (CLR) type compatible with the XML Schema Definition Language (XSD) type of the attribute.</param>
-      <exception cref="T:System.Xml.Schema.XmlSchemaValidationException">White space is not allowed in the current element context.</exception>
-      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateWhitespace*"></see> method was not called in the correct sequence. For example, if the <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateWhitespace*"></see> method is called after calling <see cref="System.Xml.Schema.XmlSchemaValidator.ValidateAttribute*"></see>.</exception>
+    <member name="M:System.Xml.Schema.XmlSchemaInference.InferSchema(System.Xml.XmlReader)">
+      <summary>Infers an XML Schema Definition Language (XSD) schema from the XML document contained in the <see cref="T:System.Xml.XmlReader"></see> object specified.</summary>
+      <param name="instanceDocument">An <see cref="T:System.Xml.XmlReader"></see> object containing the XML document to infer a schema from.</param>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchemaSet"></see> object containing the inferred schemas.</returns>
+      <exception cref="T:System.Xml.XmlException">The XML document is not well-formed.</exception>
+      <exception cref="T:System.Xml.Schema.XmlSchemaInferenceException">The <see cref="System.Xml.XmlReader"></see> object is not positioned on the root node or on an element. An error occurs during the schema inference process.</exception>
     </member>
-    <member name="E:System.Xml.Schema.XmlSchemaValidator.ValidationEventHandler">
-      <summary>The <see cref="T:System.Xml.Schema.ValidationEventHandler"></see> that receives schema validation warnings and errors encountered during schema validation.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaInference.InferSchema(System.Xml.XmlReader,System.Xml.Schema.XmlSchemaSet)">
+      <summary>Infers an XML Schema Definition Language (XSD) schema from the XML document contained in the <see cref="T:System.Xml.XmlReader"></see> object specified, and refines the inferred schema using an existing schema in the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see> object specified with the same target namespace.</summary>
+      <param name="instanceDocument">An <see cref="T:System.Xml.XmlReader"></see> object containing the XML document to infer a schema from.</param>
+      <param name="schemas">An <see cref="T:System.Xml.Schema.XmlSchemaSet"></see> object containing an existing schema used to refine the inferred schema.</param>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchemaSet"></see> object containing the inferred schemas.</returns>
+      <exception cref="T:System.Xml.XmlException">The XML document is not well-formed.</exception>
+      <exception cref="T:System.Xml.Schema.XmlSchemaInferenceException">The <see cref="System.Xml.XmlReader"></see> object is not positioned on the root node or on an element. An error occurs during the schema inference process.</exception>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaValidator.ValidationEventSender">
-      <summary>Gets or sets the object sent as the sender object of a validation event.</summary>
-      <returns>An <see cref="System.Object"></see>; the default is this <see cref="System.Xml.Schema.XmlSchemaValidator"></see> object.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaInference.Occurrence">
+      <summary>Gets or sets the <see cref="T:System.Xml.Schema.XmlSchemaInference.InferenceOption"></see> value that affects schema occurrence declarations inferred from the XML document.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchemaInference.InferenceOption"></see> object.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaValidator.XmlResolver">
-      <summary>Sets the <see cref="T:System.Xml.XmlResolver"></see> object used to resolve xs:import and xs:include elements as well as xsi:schemaLocation and xsi:noNamespaceSchemaLocation attributes.</summary>
-      <returns>An <see cref="System.Xml.XmlResolver"></see> object; the default is an <see cref="System.Xml.XmlUrlResolver"></see> object.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaInference.TypeInference">
+      <summary>Gets or sets the <see cref="T:System.Xml.Schema.XmlSchemaInference.InferenceOption"></see> value that affects types inferred from the XML document.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchemaInference.InferenceOption"></see> object.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaValidity">
-      <summary>Represents the validity of an XML item validated by the <see cref="T:System.Xml.Schema.XmlSchemaValidator"></see> class.</summary>
+    <member name="T:System.Xml.Schema.XmlSchemaInference.InferenceOption">
+      <summary>Affects occurrence and type information inferred by the <see cref="T:System.Xml.Schema.XmlSchemaInference"></see> class for elements and attributes in an XML document.</summary>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaValidity.Invalid">
-      <summary>The XML item is invalid.</summary>
+    <member name="F:System.Xml.Schema.XmlSchemaInference.InferenceOption.Relaxed">
+      <summary>Indicates that a less restrictive schema declaration should be inferred for a particular element or attribute.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaValidity.NotKnown">
-      <summary>The validity of the XML item is not known.</summary>
+    <member name="F:System.Xml.Schema.XmlSchemaInference.InferenceOption.Restricted">
+      <summary>Indicates that a more restrictive schema declaration should be inferred for a particular element or attribute.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaValidity.Valid">
-      <summary>The XML item is valid.</summary>
-      <returns></returns>
+    <member name="T:System.Xml.Schema.XmlSchemaInclude">
+      <summary>Represents the <see langword="include"></see> element from XML Schema as specified by the World Wide Web Consortium (W3C). This class is used to include declarations and definitions from an external schema. The included declarations and definitions are then available for processing in the containing schema.</summary>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaWhiteSpaceFacet">
-      <summary>Represents the World Wide Web Consortium (W3C) whiteSpace facet.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaInclude.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaInclude"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaWhiteSpaceFacet.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaWhiteSpaceFacet"></see> class.</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaInclude.Annotation">
+      <summary>Gets or sets the <see langword="annotation"></see> property.</summary>
+      <returns>The annotation.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaXPath">
-      <summary>Represents the World Wide Web Consortium (W3C) selector element.</summary>
+    <member name="T:System.Xml.Schema.XmlSchemaImport">
+      <summary>Represents the <see langword="import"></see> element from XML Schema as specified by the World Wide Web Consortium (W3C). This class is used to import schema components from other schemas.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaXPath.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaXPath"></see> class.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaImport.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaImport"></see> class.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaXPath.XPath">
-      <summary>Gets or sets the attribute for the XPath expression.</summary>
-      <returns>The string attribute value for the XPath expression.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaImport.Annotation">
+      <summary>Gets or sets the <see langword="annotation"></see> property.</summary>
+      <returns>The annotation.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSeverityType">
-      <summary>Represents the severity of the validation event.</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaImport.Namespace">
+      <summary>Gets or sets the target namespace for the imported schema as a Uniform Resource Identifier (URI) reference.</summary>
+      <returns>The target namespace for the imported schema as a URI reference.  
+ Optional.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlSeverityType.Error">
-      <summary>Indicates a validation error occurred when validating the instance document. This applies to document type definitions (DTDs) and XML Schema definition language (XSD) schemas. The World Wide Web Consortium (W3C) validity constraints are considered errors. If no validation event handler has been created, errors throw an exception.</summary>
-      <returns></returns>
+    <member name="T:System.Xml.Schema.XmlSchemaIdentityConstraint">
+      <summary>Class for the identity constraints: <see langword="key"></see>, <see langword="keyref"></see>, and <see langword="unique"></see> elements.</summary>
     </member>
-    <member name="F:System.Xml.Schema.XmlSeverityType.Warning">
-      <summary>Indicates that a validation event occurred that is not an error. A warning is typically issued when there is no DTD, or XML Schema to validate a particular element or attribute against. Unlike errors, warnings do not throw an exception if there is no validation event handler.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Schema.XmlSchemaIdentityConstraint.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaIdentityConstraint"></see> class.</summary>
     </member>
-    <member name="T:System.Xml.Schema.XmlTypeCode">
-      <summary>Represents the W3C XML Schema Definition Language (XSD) schema types.</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaIdentityConstraint.Fields">
+      <summary>Gets the collection of fields that apply as children for the XML Path Language (XPath) expression selector.</summary>
+      <returns>The collection of fields.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.AnyAtomicType">
-      <summary>Any atomic value of a union.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.Schema.XmlSchemaIdentityConstraint.Name">
+      <summary>Gets or sets the name of the identity constraint.</summary>
+      <returns>The name of the identity constraint.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.AnyUri">
-      <summary>A W3C XML Schema xs:anyURI type.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.Schema.XmlSchemaIdentityConstraint.QualifiedName">
+      <summary>Gets the qualified name of the identity constraint, which holds the post-compilation value of the <see langword="QualifiedName"></see> property.</summary>
+      <returns>The post-compilation value of the <see langword="QualifiedName"></see> property.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.Attribute">
-      <summary>This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.Schema.XmlSchemaIdentityConstraint.Selector">
+      <summary>Gets or sets the XPath expression <see langword="selector"></see> element.</summary>
+      <returns>The XPath expression <see langword="selector"></see> element.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.Base64Binary">
-      <summary>A W3C XML Schema xs:base64Binary type.</summary>
-      <returns></returns>
+    <member name="T:System.Xml.Schema.XmlSchemaGroupRef">
+      <summary>Represents the <see langword="group"></see> element with <see langword="ref"></see> attribute from the XML Schema as specified by the World Wide Web Consortium (W3C). This class is used within complex types that reference a <see langword="group"></see> defined at the <see langword="schema"></see> level.</summary>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.Boolean">
-      <summary>A W3C XML Schema xs:boolean type.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Schema.XmlSchemaGroupRef.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaGroupRef"></see> class.</summary>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.Byte">
-      <summary>A W3C XML Schema xs:byte type.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.Schema.XmlSchemaGroupRef.Particle">
+      <summary>Gets one of the <see cref="T:System.Xml.Schema.XmlSchemaChoice"></see>, <see cref="T:System.Xml.Schema.XmlSchemaAll"></see>, or <see cref="T:System.Xml.Schema.XmlSchemaSequence"></see> classes, which holds the post-compilation value of the <see langword="Particle"></see> property.</summary>
+      <returns>The post-compilation value of the <see langword="Particle"></see> property, which is one of the <see cref="T:System.Xml.Schema.XmlSchemaChoice"></see>, <see cref="T:System.Xml.Schema.XmlSchemaAll"></see>, or <see cref="T:System.Xml.Schema.XmlSchemaSequence"></see> classes.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.Comment">
-      <summary>This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.Schema.XmlSchemaGroupRef.RefName">
+      <summary>Gets or sets the name of a group defined in this schema (or another schema indicated by the specified namespace).</summary>
+      <returns>The name of a group defined in this schema.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.Date">
-      <summary>A W3C XML Schema xs:date type.</summary>
-      <returns></returns>
+    <member name="T:System.Xml.Schema.XmlSchemaGroupBase">
+      <summary>An abstract class for <see cref="T:System.Xml.Schema.XmlSchemaAll"></see>, <see cref="T:System.Xml.Schema.XmlSchemaChoice"></see>, or <see cref="T:System.Xml.Schema.XmlSchemaSequence"></see>.</summary>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.DateTime">
-      <summary>A W3C XML Schema xs:dateTime type.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Schema.XmlSchemaGroupBase.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaGroupBase"></see> class.</summary>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.DayTimeDuration">
-      <summary>This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.Schema.XmlSchemaGroupBase.Items">
+      <summary>This collection is used to add new elements to the compositor.</summary>
+      <returns>An <see langword="XmlSchemaObjectCollection"></see>.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.Decimal">
-      <summary>A W3C XML Schema xs:decimal type.</summary>
-      <returns></returns>
+    <member name="T:System.Xml.Schema.XmlSchemaGroup">
+      <summary>Represents the <see langword="group"></see> element from XML Schema as specified by the World Wide Web Consortium (W3C). This class defines groups at the <see langword="schema"></see> level that are referenced from the complex types. It groups a set of element declarations so that they can be incorporated as a group into complex type definitions.</summary>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.Document">
-      <summary>This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Schema.XmlSchemaGroup.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaGroup"></see> class.</summary>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.Double">
-      <summary>A W3C XML Schema xs:double type.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.Schema.XmlSchemaGroup.Name">
+      <summary>Gets or sets the name of the schema group.</summary>
+      <returns>The name of the schema group.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.Duration">
-      <summary>A W3C XML Schema xs:Duration type.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.Schema.XmlSchemaGroup.Particle">
+      <summary>Gets or sets one of the <see cref="T:System.Xml.Schema.XmlSchemaChoice"></see>, <see cref="T:System.Xml.Schema.XmlSchemaAll"></see>, or <see cref="T:System.Xml.Schema.XmlSchemaSequence"></see> classes.</summary>
+      <returns>One of the <see cref="T:System.Xml.Schema.XmlSchemaChoice"></see>, <see cref="T:System.Xml.Schema.XmlSchemaAll"></see>, or <see cref="T:System.Xml.Schema.XmlSchemaSequence"></see> classes.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.Element">
-      <summary>This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.Schema.XmlSchemaGroup.QualifiedName">
+      <summary>Gets the qualified name of the schema group.</summary>
+      <returns>An <see cref="T:System.Xml.XmlQualifiedName"></see> object representing the qualified name of the schema group.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.Entity">
-      <summary>A W3C XML Schema xs:ENTITY type.</summary>
-      <returns></returns>
+    <member name="T:System.Xml.Schema.XmlSchemaFractionDigitsFacet">
+      <summary>Specifies a restriction on the number of digits that can be entered for the fraction value of a simpleType element. The value of fractionDigits must be a positive integer. Represents the World Wide Web Consortium (W3C) <see langword="fractionDigits"></see> facet.</summary>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.Float">
-      <summary>A W3C XML Schema xs:float type.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Schema.XmlSchemaFractionDigitsFacet.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaFractionDigitsFacet"></see> class.</summary>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.GDay">
-      <summary>A W3C XML Schema xs:gDay type.</summary>
-      <returns></returns>
+    <member name="T:System.Xml.Schema.XmlSchemaForm">
+      <summary>Indicates if attributes or elements need to be qualified with a namespace prefix.</summary>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.GMonth">
-      <summary>A W3C XML Schema xs:gMonth type.</summary>
+    <member name="F:System.Xml.Schema.XmlSchemaForm.None">
+      <summary>Element and attribute form is not specified in the schema.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.GMonthDay">
-      <summary>A W3C XML Schema xs:gMonthDay type.</summary>
+    <member name="F:System.Xml.Schema.XmlSchemaForm.Qualified">
+      <summary>Elements and attributes must be qualified with a namespace prefix.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.GYear">
-      <summary>A W3C XML Schema xs:gYear type.</summary>
+    <member name="F:System.Xml.Schema.XmlSchemaForm.Unqualified">
+      <summary>Elements and attributes are not required to be qualified with a namespace prefix.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.GYearMonth">
-      <summary>A W3C XML Schema xs:gYearMonth type.</summary>
-      <returns></returns>
+    <member name="T:System.Xml.Schema.XmlSchemaFacet">
+      <summary>Abstract class for all facets that are used when simple types are derived by restriction.</summary>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.HexBinary">
-      <summary>A W3C XML Schema xs:hexBinary type.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Schema.XmlSchemaFacet.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaFacet"></see> class.</summary>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.Id">
-      <summary>A W3C XML Schema xs:ID type.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.Schema.XmlSchemaFacet.IsFixed">
+      <summary>Gets or sets information that indicates that this facet is fixed.</summary>
+      <returns>If <see langword="true"></see>, value is fixed; otherwise, <see langword="false"></see>. The default is <see langword="false"></see>.  
+ Optional.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.Idref">
-      <summary>A W3C XML Schema xs:IDREF type.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.Schema.XmlSchemaFacet.Value">
+      <summary>Gets or sets the <see langword="value"></see> attribute of the facet.</summary>
+      <returns>The value attribute.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.Int">
-      <summary>A W3C XML Schema xs:int type.</summary>
-      <returns></returns>
+    <member name="T:System.Xml.Xsl.XsltSettings">
+      <summary>Specifies the XSLT features to support during execution of the XSLT style sheet.</summary>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.Integer">
-      <summary>A W3C XML Schema xs:integer type.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Xsl.XsltSettings.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Xsl.XsltSettings"></see> class with default settings.</summary>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.Item">
-      <summary>An item such as a node or atomic value.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Xsl.XsltSettings.#ctor(System.Boolean,System.Boolean)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Xsl.XsltSettings"></see> class with the specified settings.</summary>
+      <param name="enableDocumentFunction"><see langword="true"></see> to enable support for the XSLT document() function; otherwise, <see langword="false"></see>.</param>
+      <param name="enableScript"><see langword="true"></see> to enable support for embedded scripts blocks; otherwise, <see langword="false"></see>.</param>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.Language">
-      <summary>A W3C XML Schema xs:language type.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.Xsl.XsltSettings.Default">
+      <summary>Gets an <see cref="T:System.Xml.Xsl.XsltSettings"></see> object with default settings. Support for the XSLT document() function and embedded script blocks is disabled.</summary>
+      <returns>An <see cref="T:System.Xml.Xsl.XsltSettings"></see> object with the <see cref="P:System.Xml.Xsl.XsltSettings.EnableDocumentFunction"></see> and <see cref="P:System.Xml.Xsl.XsltSettings.EnableScript"></see> properties set to <see langword="false"></see>.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.Long">
-      <summary>A W3C XML Schema xs:long type.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.Xsl.XsltSettings.EnableDocumentFunction">
+      <summary>Gets or sets a value indicating whether to enable support for the XSLT document() function.</summary>
+      <returns><see langword="true"></see> to support the XSLT document() function; otherwise, <see langword="false"></see>. The default is <see langword="false"></see>.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.Name">
-      <summary>A W3C XML Schema xs:Name type.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.Xsl.XsltSettings.EnableScript">
+      <summary>Gets or sets a value indicating whether to enable support for embedded script blocks.</summary>
+      <returns><see langword="true"></see> to support script blocks in XSLT style sheets; otherwise, <see langword="false"></see>. The default is <see langword="false"></see>.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.Namespace">
-      <summary>This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.Xsl.XsltSettings.TrustedXslt">
+      <summary>Gets an <see cref="T:System.Xml.Xsl.XsltSettings"></see> object that enables support for the XSLT document() function and embedded script blocks.</summary>
+      <returns>An <see cref="T:System.Xml.Xsl.XsltSettings"></see> object with the <see cref="P:System.Xml.Xsl.XsltSettings.EnableDocumentFunction"></see> and <see cref="P:System.Xml.Xsl.XsltSettings.EnableScript"></see> properties set to <see langword="true"></see>.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.NCName">
-      <summary>A W3C XML Schema xs:NCName type.</summary>
-      <returns></returns>
+    <member name="T:System.Xml.Xsl.XslTransform">
+      <summary>Transforms XML data using an Extensible Stylesheet Language for Transformations (XSLT) style sheet.</summary>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.NegativeInteger">
-      <summary>A W3C XML Schema xs:negativeInteger type.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Xsl.XslTransform.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Xsl.XslTransform"></see> class.</summary>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.NmToken">
-      <summary>A W3C XML Schema xs:NMTOKEN type.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Xsl.XslTransform.Load(System.Xml.XPath.XPathNavigator,System.Xml.XmlResolver)">
+      <summary>Loads the XSLT style sheet contained in the <see cref="T:System.Xml.XPath.XPathNavigator"></see>.</summary>
+      <param name="stylesheet">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> object that contains the XSLT style sheet.</param>
+      <param name="resolver">The <see cref="T:System.Xml.XmlResolver"></see> used to load any style sheets referenced in xsl:import and xsl:include elements. If this is <see langword="null"></see>, external resources are not resolved.  
+ The <see cref="T:System.Xml.XmlResolver"></see> is not cached after the <see cref="Overload:System.Xml.Xsl.XslTransform.Load"></see> method completes.</param>
+      <exception cref="T:System.Xml.Xsl.XsltCompileException">The current node does not conform to a valid style sheet.</exception>
+      <exception cref="T:System.Security.SecurityException">The style sheet contains embedded scripts, and the caller does not have <see langword="UnmanagedCode"></see> permission.</exception>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.Node">
-      <summary>This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Xsl.XslTransform.Load(System.Xml.XPath.IXPathNavigable,System.Xml.XmlResolver)">
+      <summary>Loads the XSLT style sheet contained in the <see cref="T:System.Xml.XPath.IXPathNavigable"></see>.</summary>
+      <param name="stylesheet">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> interface. In the .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode"></see> (typically an <see cref="T:System.Xml.XmlDocument"></see>), or an <see cref="T:System.Xml.XPath.XPathDocument"></see> containing the XSLT style sheet.</param>
+      <param name="resolver">The <see cref="T:System.Xml.XmlResolver"></see> used to load any style sheets referenced in xsl:import and xsl:include elements. If this is <see langword="null"></see>, external resources are not resolved.  
+ The <see cref="T:System.Xml.XmlResolver"></see> is not cached after the <see cref="Overload:System.Xml.Xsl.XslTransform.Load"></see> method completes.</param>
+      <exception cref="T:System.Xml.Xsl.XsltCompileException">The loaded resource is not a valid style sheet.</exception>
+      <exception cref="T:System.Security.SecurityException">The style sheet contains embedded scripts, and the caller does not have <see langword="UnmanagedCode"></see> permission.</exception>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.None">
-      <summary>No type information.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Xsl.XslTransform.Load(System.Xml.XmlReader,System.Xml.XmlResolver)">
+      <summary>Loads the XSLT style sheet contained in the <see cref="T:System.Xml.XmlReader"></see>.</summary>
+      <param name="stylesheet">An <see cref="T:System.Xml.XmlReader"></see> object that contains the XSLT style sheet.</param>
+      <param name="resolver">The <see cref="T:System.Xml.XmlResolver"></see> used to load any style sheets referenced in xsl:import and xsl:include elements. If this is <see langword="null"></see>, external resources are not resolved.  
+ The <see cref="T:System.Xml.XmlResolver"></see> is not cached after the <see cref="M:System.Xml.Xsl.XslTransform.Load(System.Xml.XmlReader,System.Xml.XmlResolver)"></see> method completes.</param>
+      <exception cref="T:System.Xml.Xsl.XsltCompileException">The current node does not conform to a valid style sheet.</exception>
+      <exception cref="T:System.Security.SecurityException">The style sheet contains embedded scripts, and the caller does not have <see langword="UnmanagedCode"></see> permission.</exception>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.NonNegativeInteger">
-      <summary>A W3C XML Schema xs:nonNegativeInteger type.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Xsl.XslTransform.Load(System.Xml.XPath.XPathNavigator)">
+      <summary>Loads the XSLT style sheet contained in the <see cref="T:System.Xml.XPath.XPathNavigator"></see>.</summary>
+      <param name="stylesheet">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> object that contains the XSLT style sheet.</param>
+      <exception cref="T:System.Xml.Xsl.XsltCompileException">The current node does not conform to a valid style sheet.</exception>
+      <exception cref="T:System.Security.SecurityException">The style sheet contains embedded scripts, and the caller does not have <see langword="UnmanagedCode"></see> permission.</exception>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.NonPositiveInteger">
-      <summary>A W3C XML Schema xs:nonPositiveInteger type.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Xsl.XslTransform.Load(System.Xml.XPath.IXPathNavigable)">
+      <summary>Loads the XSLT style sheet contained in the <see cref="T:System.Xml.XPath.IXPathNavigable"></see>.</summary>
+      <param name="stylesheet">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> interface. In the .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode"></see> (typically an <see cref="T:System.Xml.XmlDocument"></see>), or an <see cref="T:System.Xml.XPath.XPathDocument"></see> containing the XSLT style sheet.</param>
+      <exception cref="T:System.Xml.Xsl.XsltCompileException">The loaded resource is not a valid style sheet.</exception>
+      <exception cref="T:System.Security.SecurityException">The style sheet contains embedded scripts, and the caller does not have <see langword="UnmanagedCode"></see> permission.</exception>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.NormalizedString">
-      <summary>A W3C XML Schema xs:normalizedString type.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Xsl.XslTransform.Load(System.Xml.XmlReader)">
+      <summary>Loads the XSLT style sheet contained in the <see cref="T:System.Xml.XmlReader"></see>.</summary>
+      <param name="stylesheet">An <see cref="T:System.Xml.XmlReader"></see> object that contains the XSLT style sheet.</param>
+      <exception cref="T:System.Xml.Xsl.XsltCompileException">The current node does not conform to a valid style sheet.</exception>
+      <exception cref="T:System.Security.SecurityException">The style sheet contains embedded scripts, and the caller does not have <see langword="UnmanagedCode"></see> permission.</exception>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.Notation">
-      <summary>A W3C XML Schema xs:NOTATION type.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Xsl.XslTransform.Load(System.String)">
+      <summary>Loads the XSLT style sheet specified by a URL.</summary>
+      <param name="url">The URL that specifies the XSLT style sheet to load.</param>
+      <exception cref="T:System.Xml.Xsl.XsltCompileException">The loaded resource is not a valid style sheet.</exception>
+      <exception cref="T:System.Security.SecurityException">The style sheet contains embedded script, and the caller does not have <see langword="UnmanagedCode"></see> permission.</exception>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.PositiveInteger">
-      <summary>A W3C XML Schema xs:positiveInteger type.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Xsl.XslTransform.Load(System.String,System.Xml.XmlResolver)">
+      <summary>Loads the XSLT style sheet specified by a URL.</summary>
+      <param name="url">The URL that specifies the XSLT style sheet to load.</param>
+      <param name="resolver">The <see cref="T:System.Xml.XmlResolver"></see> to use to load the style sheet and any style sheet(s) referenced in xsl:import and xsl:include elements.  
+ If this is <see langword="null"></see>, a default <see cref="T:System.Xml.XmlUrlResolver"></see> with no user credentials is used to open the style sheet. The default <see cref="T:System.Xml.XmlUrlResolver"></see> is not used to resolve any external resources in the style sheet, so xsl:import and xsl:include elements are not resolved.  
+ The <see cref="T:System.Xml.XmlResolver"></see> is not cached after the <see cref="M:System.Xml.Xsl.XslTransform.Load(System.String,System.Xml.XmlResolver)"></see> method completes.</param>
+      <exception cref="T:System.Xml.Xsl.XsltCompileException">The loaded resource is not a valid style sheet.</exception>
+      <exception cref="T:System.Security.SecurityException">The style sheet contains embedded script, and the caller does not have <see langword="UnmanagedCode"></see> permission.</exception>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.ProcessingInstruction">
-      <summary>This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.XPathNavigator,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlResolver)">
+      <summary>Transforms the XML data in the <see cref="T:System.Xml.XPath.XPathNavigator"></see> using the specified <paramref name="args">args</paramref> and outputs the result to an <see cref="T:System.Xml.XmlReader"></see>.</summary>
+      <param name="input">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> containing the data to be transformed.</param>
+      <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transformation.</param>
+      <param name="resolver">The <see cref="T:System.Xml.XmlResolver"></see> used to resolve the XSLT document() function. If this is <see langword="null"></see>, the document() function is not resolved.  
+ The <see cref="T:System.Xml.XmlResolver"></see> is not cached after the <see cref="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.XPathNavigator,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlResolver)"></see> method completes.</param>
+      <returns>An <see cref="T:System.Xml.XmlReader"></see> containing the results of the transformation.</returns>
+      <exception cref="T:System.InvalidOperationException">There was an error processing the XSLT transformation.  
+ Note: This is a change in behavior from earlier versions. An <see cref="System.Xml.Xsl.XsltException"></see> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.QName">
-      <summary>A W3C XML Schema xs:QName type.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.XPathNavigator,System.Xml.Xsl.XsltArgumentList,System.IO.TextWriter,System.Xml.XmlResolver)">
+      <summary>Transforms the XML data in the <see cref="T:System.Xml.XPath.XPathNavigator"></see> using the specified <paramref name="args">args</paramref> and outputs the result to a <see cref="T:System.IO.TextWriter"></see>.</summary>
+      <param name="input">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> containing the data to be transformed.</param>
+      <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transformation.</param>
+      <param name="output">The <see cref="T:System.IO.TextWriter"></see> to which you want to output.</param>
+      <param name="resolver">The <see cref="T:System.Xml.XmlResolver"></see> used to resolve the XSLT document() function. If this is <see langword="null"></see>, the document() function is not resolved.  
+ The <see cref="T:System.Xml.XmlResolver"></see> is not cached after the <see cref="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.XPathNavigator,System.Xml.Xsl.XsltArgumentList,System.IO.TextWriter,System.Xml.XmlResolver)"></see> method completes.</param>
+      <exception cref="T:System.InvalidOperationException">There was an error processing the XSLT transformation.  
+ Note: This is a change in behavior from earlier versions. An <see cref="System.Xml.Xsl.XsltException"></see> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.Short">
-      <summary>A W3C XML Schema xs:short type.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.XPathNavigator,System.Xml.Xsl.XsltArgumentList,System.IO.Stream,System.Xml.XmlResolver)">
+      <summary>Transforms the XML data in the <see cref="T:System.Xml.XPath.XPathNavigator"></see> using the specified <paramref name="args">args</paramref> and outputs the result to a <see cref="T:System.IO.Stream"></see>.</summary>
+      <param name="input">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> containing the data to be transformed.</param>
+      <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transformation.</param>
+      <param name="output">The stream to which you want to output.</param>
+      <param name="resolver">The <see cref="T:System.Xml.XmlResolver"></see> used to resolve the XSLT document() function. If this is <see langword="null"></see>, the document() function is not resolved.  
+ The <see cref="T:System.Xml.XmlResolver"></see> is not cached after the <see cref="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.XPathNavigator,System.Xml.Xsl.XsltArgumentList,System.IO.Stream,System.Xml.XmlResolver)"></see> method completes.</param>
+      <exception cref="T:System.InvalidOperationException">There was an error processing the XSLT transformation.  
+ Note: This is a change in behavior from earlier versions. An <see cref="System.Xml.Xsl.XsltException"></see> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.String">
-      <summary>A W3C XML Schema xs:string type.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter,System.Xml.XmlResolver)">
+      <summary>Transforms the XML data in the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> using the specified <paramref name="args">args</paramref> and outputs the result to an <see cref="T:System.Xml.XmlWriter"></see>.</summary>
+      <param name="input">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> interface. In the .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode"></see> (typically an <see cref="T:System.Xml.XmlDocument"></see>), or an <see cref="T:System.Xml.XPath.XPathDocument"></see> containing the data to be transformed.</param>
+      <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transformation.</param>
+      <param name="output">The <see cref="T:System.Xml.XmlWriter"></see> to which you want to output.</param>
+      <param name="resolver">The <see cref="T:System.Xml.XmlResolver"></see> used to resolve the XSLT document() function. If this is <see langword="null"></see>, the document() function is not resolved.  
+ The <see cref="T:System.Xml.XmlResolver"></see> is not cached after the <see cref="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter,System.Xml.XmlResolver)"></see> method completes.</param>
+      <exception cref="T:System.InvalidOperationException">There was an error processing the XSLT transformation.  
+ Note: This is a change in behavior from earlier versions. An <see cref="System.Xml.Xsl.XsltException"></see> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.Text">
-      <summary>This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.IO.TextWriter,System.Xml.XmlResolver)">
+      <summary>Transforms the XML data in the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> using the specified <paramref name="args">args</paramref> and outputs the result to a <see cref="T:System.IO.TextWriter"></see>.</summary>
+      <param name="input">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> interface. In the .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode"></see> (typically an <see cref="T:System.Xml.XmlDocument"></see>), or an <see cref="T:System.Xml.XPath.XPathDocument"></see> containing the data to be transformed.</param>
+      <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transformation.</param>
+      <param name="output">The <see cref="T:System.IO.TextWriter"></see> to which you want to output.</param>
+      <param name="resolver">The <see cref="T:System.Xml.XmlResolver"></see> used to resolve the XSLT document() function. If this is <see langword="null"></see>, the document() function is not resolved.  
+ The <see cref="T:System.Xml.XmlResolver"></see> is not cached after the <see cref="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.IO.TextWriter,System.Xml.XmlResolver)"></see> method completes.</param>
+      <exception cref="T:System.InvalidOperationException">There was an error processing the XSLT transformation.  
+ Note: This is a change in behavior from earlier versions. An <see cref="System.Xml.Xsl.XsltException"></see> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.Time">
-      <summary>A W3C XML Schema xs:time type.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.IO.Stream,System.Xml.XmlResolver)">
+      <summary>Transforms the XML data in the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> using the specified <paramref name="args">args</paramref> and outputs the result to a <see cref="T:System.IO.Stream"></see>.</summary>
+      <param name="input">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> interface. In the .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode"></see> (typically an <see cref="T:System.Xml.XmlDocument"></see>), or an <see cref="T:System.Xml.XPath.XPathDocument"></see> containing the data to be transformed.</param>
+      <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transformation.</param>
+      <param name="output">The stream to which you want to output.</param>
+      <param name="resolver">The <see cref="T:System.Xml.XmlResolver"></see> used to resolve the XSLT document() function. If this is <see langword="null"></see>, the document() function is not resolved.  
+ The <see cref="T:System.Xml.XmlResolver"></see> is not cached after the <see cref="Overload:System.Xml.Xsl.XslTransform.Transform"></see> method completes.</param>
+      <exception cref="T:System.InvalidOperationException">There was an error processing the XSLT transformation.  
+ Note: This is a change in behavior from earlier versions. An <see cref="System.Xml.Xsl.XsltException"></see> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.Token">
-      <summary>A W3C XML Schema xs:token type.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.XPathNavigator,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter)">
+      <summary>Transforms the XML data in the <see cref="T:System.Xml.XPath.XPathNavigator"></see> using the specified args and outputs the result to an <see cref="T:System.Xml.XmlWriter"></see>.</summary>
+      <param name="input">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> containing the data to be transformed.</param>
+      <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transformation.</param>
+      <param name="output">The <see cref="T:System.Xml.XmlWriter"></see> to which you want to output.</param>
+      <exception cref="T:System.InvalidOperationException">There was an error processing the XSLT transformation.  
+ Note: This is a change in behavior from earlier versions. An <see cref="System.Xml.Xsl.XsltException"></see> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.UnsignedByte">
-      <summary>A W3C XML Schema xs:unsignedByte type.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.XPathNavigator,System.Xml.Xsl.XsltArgumentList,System.IO.TextWriter)">
+      <summary>Transforms the XML data in the <see cref="T:System.Xml.XPath.XPathNavigator"></see> using the specified <paramref name="args">args</paramref> and outputs the result to a <see cref="T:System.IO.TextWriter"></see>.</summary>
+      <param name="input">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> containing the data to be transformed.</param>
+      <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transformation.</param>
+      <param name="output">The <see cref="T:System.IO.TextWriter"></see> to which you want to output.</param>
+      <exception cref="T:System.InvalidOperationException">There was an error processing the XSLT transformation.  
+ Note: This is a change in behavior from earlier versions. An <see cref="System.Xml.Xsl.XsltException"></see> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.UnsignedInt">
-      <summary>A W3C XML Schema xs:unsignedInt type.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Xsl.XslTransform.Transform(System.String,System.String,System.Xml.XmlResolver)">
+      <summary>Transforms the XML data in the input file and outputs the result to an output file.</summary>
+      <param name="inputfile">The URL of the source document to be transformed.</param>
+      <param name="outputfile">The URL of the output file.</param>
+      <param name="resolver">The <see cref="T:System.Xml.XmlResolver"></see> used to resolve the XSLT document() function. If this is <see langword="null"></see>, the document() function is not resolved.  
+ The <see cref="T:System.Xml.XmlResolver"></see> is not cached after the <see cref="Overload:System.Xml.Xsl.XslTransform.Transform"></see> method completes.</param>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.UnsignedLong">
-      <summary>A W3C XML Schema xs:unsignedLong type.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter)">
+      <summary>Transforms the XML data in the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> using the specified <paramref name="args">args</paramref> and outputs the result to an <see cref="T:System.Xml.XmlWriter"></see>.</summary>
+      <param name="input">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> interface. In the .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode"></see> (typically an <see cref="T:System.Xml.XmlDocument"></see>), or an <see cref="T:System.Xml.XPath.XPathDocument"></see> containing the data to be transformed.</param>
+      <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transformation.</param>
+      <param name="output">The <see cref="T:System.Xml.XmlWriter"></see> to which you want to output.</param>
+      <exception cref="T:System.InvalidOperationException">There was an error processing the XSLT transformation.  
+ Note: This is a change in behavior from earlier versions. An <see cref="System.Xml.Xsl.XsltException"></see> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.UnsignedShort">
-      <summary>A W3C XML Schema xs:unsignedShort type.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlResolver)">
+      <summary>Transforms the XML data in the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> using the specified <paramref name="args">args</paramref> and outputs the result to an <see cref="T:System.Xml.XmlReader"></see>.</summary>
+      <param name="input">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> interface. In the .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode"></see> (typically an <see cref="T:System.Xml.XmlDocument"></see>), or an <see cref="T:System.Xml.XPath.XPathDocument"></see> containing the data to be transformed.</param>
+      <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transformation.</param>
+      <param name="resolver">The <see cref="T:System.Xml.XmlResolver"></see> used to resolve the XSLT document() function. If this is <see langword="null"></see>, the document() function is not resolved.  
+ The <see cref="T:System.Xml.XmlResolver"></see> is not cached after the <see cref="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlResolver)"></see> method completes.</param>
+      <returns>An <see cref="T:System.Xml.XmlReader"></see> containing the results of the transformation.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.UntypedAtomic">
-      <summary>An untyped atomic value.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.IO.TextWriter)">
+      <summary>Transforms the XML data in the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> using the specified <paramref name="args">args</paramref> and outputs the result to a <see cref="T:System.IO.TextWriter"></see>.</summary>
+      <param name="input">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> interface. In the .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode"></see> (typically an <see cref="T:System.Xml.XmlDocument"></see>), or an <see cref="T:System.Xml.XPath.XPathDocument"></see> containing the data to be transformed.</param>
+      <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transformation.</param>
+      <param name="output">The <see cref="T:System.IO.TextWriter"></see> to which you want to output.</param>
+      <exception cref="T:System.InvalidOperationException">There was an error processing the XSLT transformation.  
+ Note: This is a change in behavior from earlier versions. An <see cref="System.Xml.Xsl.XsltException"></see> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
     </member>
-    <member name="F:System.Xml.Schema.XmlTypeCode.YearMonthDuration">
-      <summary>This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.IO.Stream)">
+      <summary>Transforms the XML data in the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> using the specified <paramref name="args">args</paramref> and outputs the result to a <see cref="T:System.IO.Stream"></see>.</summary>
+      <param name="input">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> interface. In the .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode"></see> (typically an <see cref="T:System.Xml.XmlDocument"></see>), or an <see cref="T:System.Xml.XPath.XPathDocument"></see> containing the data to be transformed.</param>
+      <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transformation.</param>
+      <param name="output">The stream to which you want to output.</param>
+      <exception cref="T:System.InvalidOperationException">There was an error processing the XSLT transformation.  
+ Note: This is a change in behavior from earlier versions. An <see cref="System.Xml.Xsl.XsltException"></see> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
     </member>
-    <member name="T:System.Xml.Schema.XmlValueGetter">
-      <summary>A delegate used by the <see cref="T:System.Xml.Schema.XmlSchemaValidator"></see> class to pass attribute, text, and white space values as a Common Language Runtime (CLR) type compatible with the XML Schema Definition Language (XSD) type of the attribute, text, or white space.</summary>
-      <returns>An object containing the attribute, text, or white space value. The object is a CLR type that that corresponds to the XSD type of the attribute, text, or white space value.</returns>
+    <member name="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.XPathNavigator,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter,System.Xml.XmlResolver)">
+      <summary>Transforms the XML data in the <see cref="T:System.Xml.XPath.XPathNavigator"></see> using the specified args and outputs the result to an <see cref="T:System.Xml.XmlWriter"></see>.</summary>
+      <param name="input">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> containing the data to be transformed.</param>
+      <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transformation.</param>
+      <param name="output">The <see cref="T:System.Xml.XmlWriter"></see> to which you want to output.</param>
+      <param name="resolver">The <see cref="T:System.Xml.XmlResolver"></see> used to resolve the XSLT document() function. If this is <see langword="null"></see>, the document() function is not resolved.  
+ The <see cref="T:System.Xml.XmlResolver"></see> is not cached after the <see cref="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.XPathNavigator,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter,System.Xml.XmlResolver)"></see> method completes.</param>
+      <exception cref="T:System.InvalidOperationException">There was an error processing the XSLT transformation.  
+ Note: This is a change in behavior from earlier versions. An <see cref="System.Xml.Xsl.XsltException"></see> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
     </member>
-    <member name="T:System.Xml.Serialization.IXmlSerializable">
-      <summary>Provides custom formatting for XML serialization and deserialization.</summary>
+    <member name="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.XPathNavigator,System.Xml.Xsl.XsltArgumentList)">
+      <summary>Transforms the XML data in the <see cref="T:System.Xml.XPath.XPathNavigator"></see> using the specified <paramref name="args">args</paramref> and outputs the result to an <see cref="T:System.Xml.XmlReader"></see>.</summary>
+      <param name="input">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> containing the data to be transformed.</param>
+      <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transformation.</param>
+      <returns>An <see cref="T:System.Xml.XmlReader"></see> containing the results of the transformation.</returns>
+      <exception cref="T:System.InvalidOperationException">There was an error processing the XSLT transformation.  
+ Note: This is a change in behavior from earlier versions. An <see cref="System.Xml.Xsl.XsltException"></see> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
     </member>
-    <member name="M:System.Xml.Serialization.IXmlSerializable.GetSchema">
-      <summary>This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the <see cref="T:System.Xml.Serialization.XmlSchemaProviderAttribute"></see> to the class.</summary>
-      <returns>An <see cref="System.Xml.Schema.XmlSchema"></see> that describes the XML representation of the object that is produced by the <see cref="System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter)"></see> method and consumed by the <see cref="System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader)"></see> method.</returns>
+    <member name="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList)">
+      <summary>Transforms the XML data in the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> using the specified <paramref name="args">args</paramref> and outputs the result to an <see cref="T:System.Xml.XmlReader"></see>.</summary>
+      <param name="input">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> interface. In the .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode"></see> (typically an <see cref="T:System.Xml.XmlDocument"></see>), or an <see cref="T:System.Xml.XPath.XPathDocument"></see> containing the data to be transformed.</param>
+      <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transformation.</param>
+      <returns>An <see cref="T:System.Xml.XmlReader"></see> containing the results of the transformation.</returns>
     </member>
-    <member name="M:System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader)">
-      <summary>Generates an object from its XML representation.</summary>
-      <param name="reader">The <see cref="T:System.Xml.XmlReader"></see> stream from which the object is deserialized.</param>
+    <member name="M:System.Xml.Xsl.XslTransform.Transform(System.String,System.String)">
+      <summary>Transforms the XML data in the input file and outputs the result to an output file.</summary>
+      <param name="inputfile">The URL of the source document to be transformed.</param>
+      <param name="outputfile">The URL of the output file.</param>
     </member>
-    <member name="M:System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter)">
-      <summary>Converts an object into its XML representation.</summary>
-      <param name="writer">The <see cref="T:System.Xml.XmlWriter"></see> stream to which the object is serialized.</param>
+    <member name="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.XPathNavigator,System.Xml.Xsl.XsltArgumentList,System.IO.Stream)">
+      <summary>Transforms the XML data in the <see cref="T:System.Xml.XPath.XPathNavigator"></see> using the specified <paramref name="args">args</paramref> and outputs the result to a <see cref="T:System.IO.Stream"></see>.</summary>
+      <param name="input">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> containing the data to be transformed.</param>
+      <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transformation.</param>
+      <param name="output">The stream to which you want to output.</param>
+      <exception cref="T:System.InvalidOperationException">There was an error processing the XSLT transformation.  
+ Note: This is a change in behavior from earlier versions. An <see cref="System.Xml.Xsl.XsltException"></see> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
     </member>
-    <member name="T:System.Xml.Serialization.XmlAnyAttributeAttribute">
-      <summary>Specifies that the member (a field that returns an array of <see cref="T:System.Xml.XmlAttribute"></see> objects) can contain any XML attributes.</summary>
+    <member name="P:System.Xml.Xsl.XslTransform.XmlResolver">
+      <summary>Sets the <see cref="T:System.Xml.XmlResolver"></see> used to resolve external resources when the <see cref="Overload:System.Xml.Xsl.XslTransform.Transform"></see> method is called.</summary>
+      <returns>The <see cref="T:System.Xml.XmlResolver"></see> to use during transformation. If set to <see langword="null"></see>, the XSLT document() function is not resolved.</returns>
     </member>
-    <member name="M:System.Xml.Serialization.XmlAnyAttributeAttribute.#ctor">
-      <summary>Constructs a new instance of the <see cref="T:System.Xml.Serialization.XmlAnyAttributeAttribute"></see> class.</summary>
+    <member name="T:System.Xml.Xsl.XsltMessageEncounteredEventHandler">
+      <summary>Represents the method that will handle the <see cref="E:System.Xml.Xsl.XsltArgumentList.XsltMessageEncountered"></see> event.</summary>
+      <param name="sender">The source of the event.</param>
+      <param name="e">The <see cref="T:System.Xml.Xsl.XsltMessageEncounteredEventArgs"></see> containing the event data.</param>
     </member>
-    <member name="T:System.Xml.Serialization.XmlAnyElementAttribute">
-      <summary>Specifies that the member (a field that returns an array of <see cref="T:System.Xml.XmlElement"></see> or <see cref="T:System.Xml.XmlNode"></see> objects) contains objects that represent any XML element that has no corresponding member in the object being serialized or deserialized.</summary>
+    <member name="T:System.Xml.Xsl.XsltMessageEncounteredEventArgs">
+      <summary>Provides data for the <see cref="E:System.Xml.Xsl.XsltArgumentList.XsltMessageEncountered"></see> event.</summary>
     </member>
-    <member name="M:System.Xml.Serialization.XmlAnyElementAttribute.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute"></see> class.</summary>
+    <member name="M:System.Xml.Xsl.XsltMessageEncounteredEventArgs.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Xsl.XsltMessageEncounteredEventArgs"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.Serialization.XmlAnyElementAttribute.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute"></see> class and specifies the XML element name generated in the XML document.</summary>
-      <param name="name">The name of the XML element that the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> generates.</param>
+    <member name="P:System.Xml.Xsl.XsltMessageEncounteredEventArgs.Message">
+      <summary>Gets the contents of the xsl:message element.</summary>
+      <returns>The contents of the xsl:message element.</returns>
     </member>
-    <member name="M:System.Xml.Serialization.XmlAnyElementAttribute.#ctor(System.String,System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute"></see> class and specifies the XML element name generated in the XML document and its XML namespace.</summary>
-      <param name="name">The name of the XML element that the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> generates.</param>
-      <param name="ns">The XML namespace of the XML element.</param>
+    <member name="T:System.Xml.Xsl.XsltException">
+      <summary>The exception that is thrown when an error occurs while processing an XSLT transformation.</summary>
     </member>
-    <member name="P:System.Xml.Serialization.XmlAnyElementAttribute.Name">
-      <summary>Gets or sets the XML element name.</summary>
-      <returns>The name of the XML element.</returns>
-      <exception cref="T:System.InvalidOperationException">The element name of an array member does not match the element name specified by the <see cref="System.Xml.Serialization.XmlAnyElementAttribute.Name"></see> property.</exception>
+    <member name="M:System.Xml.Xsl.XsltException.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Xsl.XsltException"></see> class.</summary>
     </member>
-    <member name="P:System.Xml.Serialization.XmlAnyElementAttribute.Namespace">
-      <summary>Gets or sets the XML namespace generated in the XML document.</summary>
-      <returns>An XML namespace.</returns>
+    <member name="M:System.Xml.Xsl.XsltException.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Xsl.XsltException"></see> class with a specified error message.</summary>
+      <param name="message">The message that describes the error.</param>
     </member>
-    <member name="P:System.Xml.Serialization.XmlAnyElementAttribute.Order">
-      <summary>Gets or sets the explicit order in which the elements are serialized or deserialized.</summary>
-      <returns>The order of the code generation.</returns>
+    <member name="M:System.Xml.Xsl.XsltException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Initializes a new instance of the <see langword="XsltException"></see> class using the information in the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> objects.</summary>
+      <param name="info">The <see langword="SerializationInfo"></see> object containing all the properties of an <see langword="XsltException"></see>.</param>
+      <param name="context">The <see langword="StreamingContext"></see> object.</param>
     </member>
-    <member name="T:System.Xml.Serialization.XmlAttributeAttribute">
-      <summary>Specifies that the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> must serialize the class member as an XML attribute.</summary>
+    <member name="M:System.Xml.Xsl.XsltException.#ctor(System.String,System.Exception)">
+      <summary>Initializes a new instance of the <see langword="XsltException"></see> class.</summary>
+      <param name="message">The description of the error condition.</param>
+      <param name="innerException">The <see cref="T:System.Exception"></see> which threw the <see langword="XsltException"></see>, if any. This value can be <see langword="null"></see>.</param>
     </member>
-    <member name="M:System.Xml.Serialization.XmlAttributeAttribute.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlAttributeAttribute"></see> class.</summary>
+    <member name="M:System.Xml.Xsl.XsltException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Streams all the <see langword="XsltException"></see> properties into the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> class for the given <see cref="T:System.Runtime.Serialization.StreamingContext"></see>.</summary>
+      <param name="info">The <see langword="SerializationInfo"></see> object.</param>
+      <param name="context">The <see langword="StreamingContext"></see> object.</param>
     </member>
-    <member name="M:System.Xml.Serialization.XmlAttributeAttribute.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlAttributeAttribute"></see> class and specifies the name of the generated XML attribute.</summary>
-      <param name="attributeName">The name of the XML attribute that the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> generates.</param>
+    <member name="P:System.Xml.Xsl.XsltException.LineNumber">
+      <summary>Gets the line number indicating where the error occurred in the style sheet.</summary>
+      <returns>The line number indicating where the error occurred in the style sheet.</returns>
     </member>
-    <member name="M:System.Xml.Serialization.XmlAttributeAttribute.#ctor(System.Type)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlAttributeAttribute"></see> class.</summary>
-      <param name="type">The <see cref="T:System.Type"></see> used to store the attribute.</param>
+    <member name="P:System.Xml.Xsl.XsltException.LinePosition">
+      <summary>Gets the line position indicating where the error occurred in the style sheet.</summary>
+      <returns>The line position indicating where the error occurred in the style sheet.</returns>
     </member>
-    <member name="M:System.Xml.Serialization.XmlAttributeAttribute.#ctor(System.String,System.Type)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlAttributeAttribute"></see> class.</summary>
-      <param name="attributeName">The name of the XML attribute that is generated.</param>
-      <param name="type">The <see cref="T:System.Type"></see> used to store the attribute.</param>
+    <member name="P:System.Xml.Xsl.XsltException.Message">
+      <summary>Gets the formatted error message describing the current exception.</summary>
+      <returns>The formatted error message describing the current exception.</returns>
     </member>
-    <member name="P:System.Xml.Serialization.XmlAttributeAttribute.AttributeName">
-      <summary>Gets or sets the name of the XML attribute.</summary>
-      <returns>The name of the XML attribute. The default is the member name.</returns>
+    <member name="P:System.Xml.Xsl.XsltException.SourceUri">
+      <summary>Gets the location path of the style sheet.</summary>
+      <returns>The location path of the style sheet.</returns>
     </member>
-    <member name="P:System.Xml.Serialization.XmlAttributeAttribute.DataType">
-      <summary>Gets or sets the XSD data type of the XML attribute generated by the <see cref="T:System.Xml.Serialization.XmlSerializer"></see>.</summary>
-      <returns>An XSD (XML Schema Document) data type, as defined by the World Wide Web Consortium (www.w3.org) document named &amp;quot;XML Schema: DataTypes&amp;quot;.</returns>
+    <member name="T:System.Xml.Xsl.XsltContext">
+      <summary>Encapsulates the current execution context of the Extensible Stylesheet Language for Transformations (XSLT) processor allowing XML Path Language (XPath) to resolve functions, parameters, and namespaces within XPath expressions.</summary>
     </member>
-    <member name="P:System.Xml.Serialization.XmlAttributeAttribute.Form">
-      <summary>Gets or sets a value that indicates whether the XML attribute name generated by the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> is qualified.</summary>
-      <returns>One of the <see cref="System.Xml.Schema.XmlSchemaForm"></see> values. The default is XmlForm.None.</returns>
+    <member name="M:System.Xml.Xsl.XsltContext.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Xsl.XsltContext"></see> class.</summary>
     </member>
-    <member name="P:System.Xml.Serialization.XmlAttributeAttribute.Namespace">
-      <summary>Gets or sets the XML namespace of the XML attribute.</summary>
-      <returns>The XML namespace of the XML attribute.</returns>
+    <member name="M:System.Xml.Xsl.XsltContext.#ctor(System.Xml.NameTable)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Xsl.XsltContext"></see> class with the specified <see cref="T:System.Xml.NameTable"></see>.</summary>
+      <param name="table">The <see cref="T:System.Xml.NameTable"></see> to use.</param>
     </member>
-    <member name="P:System.Xml.Serialization.XmlAttributeAttribute.Type">
-      <summary>Gets or sets the complex type of the XML attribute.</summary>
-      <returns>The type of the XML attribute.</returns>
+    <member name="M:System.Xml.Xsl.XsltContext.CompareDocument(System.String,System.String)">
+      <summary>When overridden in a derived class, compares the base Uniform Resource Identifiers (URIs) of two documents based upon the order the documents were loaded by the XSLT processor (that is, the <see cref="T:System.Xml.Xsl.XslTransform"></see> class).</summary>
+      <param name="baseUri">The base URI of the first document to compare.</param>
+      <param name="nextbaseUri">The base URI of the second document to compare.</param>
+      <returns>An integer value describing the relative order of the two base URIs: -1 if <paramref name="baseUri">baseUri</paramref> occurs before <paramref name="nextbaseUri">nextbaseUri</paramref>; 0 if the two base URIs are identical; and 1 if <paramref name="baseUri">baseUri</paramref> occurs after <paramref name="nextbaseUri">nextbaseUri</paramref>.</returns>
     </member>
-    <member name="T:System.Xml.Serialization.XmlElementAttribute">
-      <summary>Indicates that a public field or property represents an XML element when the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> serializes or deserializes the object that contains it.</summary>
+    <member name="M:System.Xml.Xsl.XsltContext.PreserveWhitespace(System.Xml.XPath.XPathNavigator)">
+      <summary>When overridden in a derived class, evaluates whether to preserve white space nodes or strip them for the given context.</summary>
+      <param name="node">The white space node that is to be preserved or stripped in the current context.</param>
+      <returns>Returns <see langword="true"></see> if the white space is to be preserved or <see langword="false"></see> if the white space is to be stripped.</returns>
     </member>
-    <member name="M:System.Xml.Serialization.XmlElementAttribute.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlElementAttribute"></see> class.</summary>
+    <member name="M:System.Xml.Xsl.XsltContext.ResolveFunction(System.String,System.String,System.Xml.XPath.XPathResultType[])">
+      <summary>When overridden in a derived class, resolves a function reference and returns an <see cref="T:System.Xml.Xsl.IXsltContextFunction"></see> representing the function. The <see cref="T:System.Xml.Xsl.IXsltContextFunction"></see> is used at execution time to get the return value of the function.</summary>
+      <param name="prefix">The prefix of the function as it appears in the XPath expression.</param>
+      <param name="name">The name of the function.</param>
+      <param name="ArgTypes">An array of argument types for the function being resolved. This allows you to select between methods with the same name (for example, overloaded methods).</param>
+      <returns>An <see cref="T:System.Xml.Xsl.IXsltContextFunction"></see> representing the function.</returns>
     </member>
-    <member name="M:System.Xml.Serialization.XmlElementAttribute.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlElementAttribute"></see> class and specifies the name of the XML element.</summary>
-      <param name="elementName">The XML element name of the serialized member.</param>
+    <member name="M:System.Xml.Xsl.XsltContext.ResolveVariable(System.String,System.String)">
+      <summary>When overridden in a derived class, resolves a variable reference and returns an <see cref="T:System.Xml.Xsl.IXsltContextVariable"></see> representing the variable.</summary>
+      <param name="prefix">The prefix of the variable as it appears in the XPath expression.</param>
+      <param name="name">The name of the variable.</param>
+      <returns>An <see cref="T:System.Xml.Xsl.IXsltContextVariable"></see> representing the variable at runtime.</returns>
     </member>
-    <member name="M:System.Xml.Serialization.XmlElementAttribute.#ctor(System.Type)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlElementAttribute"></see> class and specifies a type for the member to which the <see cref="T:System.Xml.Serialization.XmlElementAttribute"></see> is applied. This type is used by the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> when serializing or deserializing object that contains it.</summary>
-      <param name="type">The <see cref="T:System.Type"></see> of an object derived from the member&amp;#39;s type.</param>
+    <member name="P:System.Xml.Xsl.XsltContext.Whitespace">
+      <summary>When overridden in a derived class, gets a value indicating whether to include white space nodes in the output.</summary>
+      <returns><see langword="true"></see> to check white space nodes in the source document for inclusion in the output; <see langword="false"></see> to not evaluate white space nodes. The default is <see langword="true"></see>.</returns>
     </member>
-    <member name="M:System.Xml.Serialization.XmlElementAttribute.#ctor(System.String,System.Type)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlElementAttribute"></see> and specifies the name of the XML element and a derived type for the member to which the <see cref="T:System.Xml.Serialization.XmlElementAttribute"></see> is applied. This member type is used when the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> serializes the object that contains it.</summary>
-      <param name="elementName">The XML element name of the serialized member.</param>
-      <param name="type">The <see cref="T:System.Type"></see> of an object derived from the member&amp;#39;s type.</param>
+    <member name="T:System.Xml.Xsl.XsltCompileException">
+      <summary>The exception that is thrown by the Load method when an error is found in the XSLT style sheet.</summary>
     </member>
-    <member name="P:System.Xml.Serialization.XmlElementAttribute.DataType">
-      <summary>Gets or sets the XML Schema definition (XSD) data type of the XML element generated by the <see cref="T:System.Xml.Serialization.XmlSerializer"></see>.</summary>
-      <returns>An XML Schema data type, as defined by the World Wide Web Consortium (www.w3.org) document named &amp;quot;XML Schema Part 2: Datatypes&amp;quot;.</returns>
-      <exception cref="T:System.Exception">The XML Schema data type you have specified cannot be mapped to the.NET data type.</exception>
+    <member name="M:System.Xml.Xsl.XsltCompileException.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Xsl.XsltCompileException"></see> class.</summary>
     </member>
-    <member name="P:System.Xml.Serialization.XmlElementAttribute.ElementName">
-      <summary>Gets or sets the name of the generated XML element.</summary>
-      <returns>The name of the generated XML element. The default is the member identifier.</returns>
-    </member>
-    <member name="P:System.Xml.Serialization.XmlElementAttribute.Form">
-      <summary>Gets or sets a value that indicates whether the element is qualified.</summary>
-      <returns>One of the <see cref="System.Xml.Schema.XmlSchemaForm"></see> values. The default is <see cref="System.Xml.Schema.XmlSchemaForm.None"></see>.</returns>
+    <member name="M:System.Xml.Xsl.XsltCompileException.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Xsl.XsltCompileException"></see> class with a specified error message.</summary>
+      <param name="message">The message that describes the error.</param>
     </member>
-    <member name="P:System.Xml.Serialization.XmlElementAttribute.IsNullable">
-      <summary>Gets or sets a value that indicates whether the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> must serialize a member that is set to null as an empty tag with the xsi:nil attribute set to true.</summary>
-      <returns>true if the <see cref="System.Xml.Serialization.XmlSerializer"></see> generates the xsi:nil attribute; otherwise, false.</returns>
+    <member name="M:System.Xml.Xsl.XsltCompileException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Initializes a new instance of the <see langword="XsltCompileException"></see> class using the information in the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> objects.</summary>
+      <param name="info">The <see langword="SerializationInfo"></see> object containing all the properties of an <see langword="XsltCompileException"></see>.</param>
+      <param name="context">The <see langword="StreamingContext"></see> object containing the context information.</param>
     </member>
-    <member name="P:System.Xml.Serialization.XmlElementAttribute.Namespace">
-      <summary>Gets or sets the namespace assigned to the XML element that results when the class is serialized.</summary>
-      <returns>The namespace of the XML element.</returns>
+    <member name="M:System.Xml.Xsl.XsltCompileException.#ctor(System.String,System.Exception)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Xsl.XsltCompileException"></see> class specified error message and a reference to the inner exception that is the cause of this exception.</summary>
+      <param name="message">The message that describes the error.</param>
+      <param name="innerException">The exception that is the cause of the current exception, or <see langword="null"></see> if no inner exception is specified.</param>
     </member>
-    <member name="P:System.Xml.Serialization.XmlElementAttribute.Order">
-      <summary>Gets or sets the explicit order in which the elements are serialized or deserialized.</summary>
-      <returns>The order of the code generation.</returns>
+    <member name="M:System.Xml.Xsl.XsltCompileException.#ctor(System.Exception,System.String,System.Int32,System.Int32)">
+      <summary>Initializes a new instance of the <see langword="XsltCompileException"></see> class.</summary>
+      <param name="inner">The <see cref="T:System.Exception"></see> that threw the <see langword="XsltCompileException"></see>.</param>
+      <param name="sourceUri">The location path of the style sheet.</param>
+      <param name="lineNumber">The line number indicating where the error occurred in the style sheet.</param>
+      <param name="linePosition">The line position indicating where the error occurred in the style sheet.</param>
     </member>
-    <member name="P:System.Xml.Serialization.XmlElementAttribute.Type">
-      <summary>Gets or sets the object type used to represent the XML element.</summary>
-      <returns>The <see cref="System.Type"></see> of the member.</returns>
+    <member name="M:System.Xml.Xsl.XsltCompileException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Streams all the <see langword="XsltCompileException"></see> properties into the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> class for the given <see cref="T:System.Runtime.Serialization.StreamingContext"></see>.</summary>
+      <param name="info">The <see langword="SerializationInfo"></see> object.</param>
+      <param name="context">The <see langword="StreamingContext"></see> object.</param>
     </member>
-    <member name="T:System.Xml.Serialization.XmlEnumAttribute">
-      <summary>Controls how the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> serializes an enumeration member.</summary>
+    <member name="T:System.Xml.Xsl.XsltArgumentList">
+      <summary>Contains a variable number of arguments which are either XSLT parameters or extension objects.</summary>
     </member>
-    <member name="M:System.Xml.Serialization.XmlEnumAttribute.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlEnumAttribute"></see> class.</summary>
+    <member name="M:System.Xml.Xsl.XsltArgumentList.#ctor">
+      <summary>Implements a new instance of the <see cref="T:System.Xml.Xsl.XsltArgumentList"></see>.</summary>
     </member>
-    <member name="M:System.Xml.Serialization.XmlEnumAttribute.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlEnumAttribute"></see> class, and specifies the XML value that the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> generates or recognizes (when it serializes or deserializes the enumeration, respectively).</summary>
-      <param name="name">The overriding name of the enumeration member.</param>
+    <member name="M:System.Xml.Xsl.XsltArgumentList.AddExtensionObject(System.String,System.Object)">
+      <summary>Adds a new object to the <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> and associates it with the namespace URI.</summary>
+      <param name="namespaceUri">The namespace URI to associate with the object. To use the default namespace, specify an empty string.</param>
+      <param name="extension">The object to add to the list.</param>
+      <exception cref="T:System.ArgumentException">The <paramref name="namespaceUri">namespaceUri</paramref> is either <see langword="null"></see> or http://www.w3.org/1999/XSL/Transform  
+ The <paramref name="namespaceUri">namespaceUri</paramref> already has an extension object associated with it.</exception>
+      <exception cref="T:System.Security.SecurityException">The caller does not have sufficient permissions to call this method.</exception>
     </member>
-    <member name="P:System.Xml.Serialization.XmlEnumAttribute.Name">
-      <summary>Gets or sets the value generated in an XML-document instance when the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> serializes an enumeration, or the value recognized when it deserializes the enumeration member.</summary>
-      <returns>The value generated in an XML-document instance when the <see cref="System.Xml.Serialization.XmlSerializer"></see> serializes the enumeration, or the value recognized when it is deserializes the enumeration member.</returns>
+    <member name="M:System.Xml.Xsl.XsltArgumentList.AddParam(System.String,System.String,System.Object)">
+      <summary>Adds a parameter to the <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> and associates it with the namespace qualified name.</summary>
+      <param name="name">The name to associate with the parameter.</param>
+      <param name="namespaceUri">The namespace URI to associate with the parameter. To use the default namespace, specify an empty string.</param>
+      <param name="parameter">The parameter value or object to add to the list.</param>
+      <exception cref="T:System.ArgumentException">The <paramref name="namespaceUri">namespaceUri</paramref> is either <see langword="null"></see> or http://www.w3.org/1999/XSL/Transform.  
+ The <paramref name="name">name</paramref> is not a valid name according to the W3C XML specification.  
+ The <paramref name="namespaceUri">namespaceUri</paramref> already has a parameter associated with it.</exception>
     </member>
-    <member name="T:System.Xml.Serialization.XmlIgnoreAttribute">
-      <summary>Instructs the <see cref="M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object)"></see> method of the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> not to serialize the public field or public read/write property value.</summary>
+    <member name="M:System.Xml.Xsl.XsltArgumentList.Clear">
+      <summary>Removes all parameters and extension objects from the <see cref="T:System.Xml.Xsl.XsltArgumentList"></see>.</summary>
     </member>
-    <member name="M:System.Xml.Serialization.XmlIgnoreAttribute.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlIgnoreAttribute"></see> class.</summary>
+    <member name="M:System.Xml.Xsl.XsltArgumentList.GetExtensionObject(System.String)">
+      <summary>Gets the object associated with the given namespace.</summary>
+      <param name="namespaceUri">The namespace URI of the object.</param>
+      <returns>The namespace URI object or <see langword="null"></see> if one was not found.</returns>
     </member>
-    <member name="T:System.Xml.Serialization.XmlNamespaceDeclarationsAttribute">
-      <summary>Specifies that the target property, parameter, return value, or class member contains prefixes associated with namespaces that are used within an XML document.</summary>
+    <member name="M:System.Xml.Xsl.XsltArgumentList.GetParam(System.String,System.String)">
+      <summary>Gets the parameter associated with the namespace qualified name.</summary>
+      <param name="name">The name of the parameter. <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> does not check to ensure the name passed is a valid local name; however, the name cannot be <see langword="null"></see>.</param>
+      <param name="namespaceUri">The namespace URI associated with the parameter.</param>
+      <returns>The parameter object or <see langword="null"></see> if one was not found.</returns>
     </member>
-    <member name="M:System.Xml.Serialization.XmlNamespaceDeclarationsAttribute.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlNamespaceDeclarationsAttribute"></see> class.</summary>
+    <member name="M:System.Xml.Xsl.XsltArgumentList.RemoveExtensionObject(System.String)">
+      <summary>Removes the object with the namespace URI from the <see cref="T:System.Xml.Xsl.XsltArgumentList"></see>.</summary>
+      <param name="namespaceUri">The namespace URI associated with the object to remove.</param>
+      <returns>The object with the namespace URI or <see langword="null"></see> if one was not found.</returns>
     </member>
-    <member name="T:System.Xml.Serialization.XmlRootAttribute">
-      <summary>Controls XML serialization of the attribute target as an XML root element.</summary>
+    <member name="M:System.Xml.Xsl.XsltArgumentList.RemoveParam(System.String,System.String)">
+      <summary>Removes the parameter from the <see cref="T:System.Xml.Xsl.XsltArgumentList"></see>.</summary>
+      <param name="name">The name of the parameter to remove. <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> does not check to ensure the name passed is a valid local name; however, the name cannot be <see langword="null"></see>.</param>
+      <param name="namespaceUri">The namespace URI of the parameter to remove.</param>
+      <returns>The parameter object or <see langword="null"></see> if one was not found.</returns>
     </member>
-    <member name="M:System.Xml.Serialization.XmlRootAttribute.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlRootAttribute"></see> class.</summary>
+    <member name="E:System.Xml.Xsl.XsltArgumentList.XsltMessageEncountered">
+      <summary>Occurs when a message is specified in the style sheet by the xsl:message element.</summary>
     </member>
-    <member name="M:System.Xml.Serialization.XmlRootAttribute.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlRootAttribute"></see> class and specifies the name of the XML root element.</summary>
-      <param name="elementName">The name of the XML root element.</param>
+    <member name="T:System.Xml.Xsl.XslCompiledTransform">
+      <summary>Transforms XML data using an XSLT style sheet.</summary>
     </member>
-    <member name="P:System.Xml.Serialization.XmlRootAttribute.DataType">
-      <summary>Gets or sets the XSD data type of the XML root element.</summary>
-      <returns>An XSD (XML Schema Document) data type, as defined by the World Wide Web Consortium (www.w3.org) document named &amp;quot;XML Schema: DataTypes&amp;quot;.</returns>
+    <member name="M:System.Xml.Xsl.XslCompiledTransform.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Xsl.XslCompiledTransform"></see> class.</summary>
     </member>
-    <member name="P:System.Xml.Serialization.XmlRootAttribute.ElementName">
-      <summary>Gets or sets the name of the XML element that is generated and recognized by the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> class&amp;#39;s <see cref="M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object)"></see> and <see cref="M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.Stream)"></see> methods, respectively.</summary>
-      <returns>The name of the XML root element that is generated and recognized in an XML-document instance. The default is the name of the serialized class.</returns>
+    <member name="M:System.Xml.Xsl.XslCompiledTransform.#ctor(System.Boolean)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Xsl.XslCompiledTransform"></see> class with the specified debug setting.</summary>
+      <param name="enableDebug"><see langword="true"></see> to generate debug information; otherwise <see langword="false"></see>. Setting this to <see langword="true"></see> enables you to debug the style sheet with the Microsoft Visual Studio Debugger.</param>
     </member>
-    <member name="P:System.Xml.Serialization.XmlRootAttribute.IsNullable">
-      <summary>Gets or sets a value that indicates whether the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> must serialize a member that is set to null into the xsi:nil attribute set to true.</summary>
-      <returns>true if the <see cref="System.Xml.Serialization.XmlSerializer"></see> generates the xsi:nil attribute; otherwise, false.</returns>
+    <member name="M:System.Xml.Xsl.XslCompiledTransform.Load(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltSettings,System.Xml.XmlResolver)">
+      <summary>Compiles the XSLT style sheet contained in the <see cref="T:System.Xml.XPath.IXPathNavigable"></see>. The <see cref="T:System.Xml.XmlResolver"></see> resolves any XSLT import or include elements and the XSLT settings determine the permissions for the style sheet.</summary>
+      <param name="stylesheet">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> interface. In the Microsoft .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode"></see> (typically an <see cref="T:System.Xml.XmlDocument"></see>), or an <see cref="T:System.Xml.XPath.XPathDocument"></see> containing the style sheet.</param>
+      <param name="settings">The <see cref="T:System.Xml.Xsl.XsltSettings"></see> to apply to the style sheet. If this is <see langword="null"></see>, the <see cref="P:System.Xml.Xsl.XsltSettings.Default"></see> setting is applied.</param>
+      <param name="stylesheetResolver">The <see cref="T:System.Xml.XmlResolver"></see> used to resolve any style sheets referenced in XSLT import and include elements. If this is <see langword="null"></see>, external resources are not resolved.</param>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="stylesheet">stylesheet</paramref> value is <see langword="null"></see>.</exception>
+      <exception cref="T:System.Xml.Xsl.XsltException">The style sheet contains an error.</exception>
     </member>
-    <member name="P:System.Xml.Serialization.XmlRootAttribute.Namespace">
-      <summary>Gets or sets the namespace for the XML root element.</summary>
-      <returns>The namespace for the XML element.</returns>
+    <member name="M:System.Xml.Xsl.XslCompiledTransform.Load(System.String,System.Xml.Xsl.XsltSettings,System.Xml.XmlResolver)">
+      <summary>Loads and compiles the XSLT style sheet specified by the URI. The <see cref="T:System.Xml.XmlResolver"></see> resolves any XSLT import or include elements and the XSLT settings determine the permissions for the style sheet.</summary>
+      <param name="stylesheetUri">The URI of the style sheet.</param>
+      <param name="settings">The <see cref="T:System.Xml.Xsl.XsltSettings"></see> to apply to the style sheet. If this is <see langword="null"></see>, the <see cref="P:System.Xml.Xsl.XsltSettings.Default"></see> setting is applied.</param>
+      <param name="stylesheetResolver">The <see cref="T:System.Xml.XmlResolver"></see> used to resolve the style sheet URI and any style sheets referenced in XSLT import and include elements.</param>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="stylesheetUri">stylesheetUri</paramref> or <paramref name="stylesheetResolver">stylesheetResolver</paramref> value is <see langword="null"></see>.</exception>
+      <exception cref="T:System.Xml.Xsl.XsltException">The style sheet contains an error.</exception>
+      <exception cref="T:System.IO.FileNotFoundException">The style sheet cannot be found.</exception>
+      <exception cref="T:System.IO.DirectoryNotFoundException">The <paramref name="stylesheetUri">stylesheetUri</paramref> value includes a filename or directory that cannot be found.</exception>
+      <exception cref="T:System.Net.WebException">The <paramref name="stylesheetUri">stylesheetUri</paramref> value cannot be resolved.  
+ -or-  
+ An error occurred while processing the request.</exception>
+      <exception cref="T:System.UriFormatException"><paramref name="stylesheetUri">stylesheetUri</paramref> is not a valid URI.</exception>
+      <exception cref="T:System.Xml.XmlException">There was a parsing error loading the style sheet.</exception>
     </member>
-    <member name="T:System.Xml.Serialization.XmlSchemaProviderAttribute">
-      <summary>When applied to a type, stores the name of a static method of the type that returns an XML schema and a <see cref="T:System.Xml.XmlQualifiedName"></see> (or <see cref="T:System.Xml.Schema.XmlSchemaType"></see> for anonymous types) that controls the serialization of the type.</summary>
+    <member name="M:System.Xml.Xsl.XslCompiledTransform.Load(System.Reflection.MethodInfo,System.Byte[],System.Type[])">
+      <summary>Loads a method from a style sheet compiled using the <see langword="XSLTC.exe"></see> utility.</summary>
+      <param name="executeMethod">A <see cref="T:System.Reflection.MethodInfo"></see> object representing the compiler-generated execute method of the compiled style sheet.</param>
+      <param name="queryData">A byte array of serialized data structures in the staticData field of the compiled style sheet as generated by the <see cref="M:System.Xml.Xsl.XslCompiledTransform.CompileToType(System.Xml.XmlReader,System.Xml.Xsl.XsltSettings,System.Xml.XmlResolver,System.Boolean,System.Reflection.Emit.TypeBuilder,System.String)"></see> method.</param>
+      <param name="earlyBoundTypes">An array of types stored in the compiler-generated ebTypes field of the compiled style sheet.</param>
     </member>
-    <member name="M:System.Xml.Serialization.XmlSchemaProviderAttribute.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSchemaProviderAttribute"></see> class, taking the name of the static method that supplies the type&amp;#39;s XML schema.</summary>
-      <param name="methodName">The name of the static method that must be implemented.</param>
+    <member name="M:System.Xml.Xsl.XslCompiledTransform.Load(System.Xml.XmlReader,System.Xml.Xsl.XsltSettings,System.Xml.XmlResolver)">
+      <summary>Compiles the XSLT style sheet contained in the <see cref="T:System.Xml.XmlReader"></see>. The <see cref="T:System.Xml.XmlResolver"></see> resolves any XSLT import or include elements and the XSLT settings determine the permissions for the style sheet.</summary>
+      <param name="stylesheet">The <see cref="T:System.Xml.XmlReader"></see> containing the style sheet.</param>
+      <param name="settings">The <see cref="T:System.Xml.Xsl.XsltSettings"></see> to apply to the style sheet. If this is <see langword="null"></see>, the <see cref="P:System.Xml.Xsl.XsltSettings.Default"></see> setting is applied.</param>
+      <param name="stylesheetResolver">The <see cref="T:System.Xml.XmlResolver"></see> used to resolve any style sheets referenced in XSLT import and include elements. If this is <see langword="null"></see>, external resources are not resolved.</param>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="stylesheet">stylesheet</paramref> value is <see langword="null"></see>.</exception>
+      <exception cref="T:System.Xml.Xsl.XsltException">The style sheet contains an error.</exception>
     </member>
-    <member name="P:System.Xml.Serialization.XmlSchemaProviderAttribute.IsAny">
-      <summary>Gets or sets a value that determines whether the target class is a wildcard, or that the schema for the class has contains only an xs:any element.</summary>
-      <returns>true, if the class is a wildcard, or if the schema contains only the xs:any element; otherwise, false.</returns>
+    <member name="M:System.Xml.Xsl.XslCompiledTransform.Load(System.Xml.XmlReader)">
+      <summary>Compiles the style sheet contained in the <see cref="T:System.Xml.XmlReader"></see>.</summary>
+      <param name="stylesheet">An <see cref="T:System.Xml.XmlReader"></see> containing the style sheet.</param>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="stylesheet">stylesheet</paramref> value is <see langword="null"></see>.</exception>
+      <exception cref="T:System.Xml.Xsl.XsltException">The style sheet contains an error.</exception>
     </member>
-    <member name="P:System.Xml.Serialization.XmlSchemaProviderAttribute.MethodName">
-      <summary>Gets the name of the static method that supplies the type&amp;#39;s XML schema and the name of its XML Schema data type.</summary>
-      <returns>The name of the method that is invoked by the XML infrastructure to return an XML schema.</returns>
+    <member name="M:System.Xml.Xsl.XslCompiledTransform.Load(System.Type)">
+      <summary>Loads the compiled style sheet that was created using the XSLT Compiler (xsltc.exe).</summary>
+      <param name="compiledStylesheet">The name of the class that contains the compiled style sheet.  
+ This is usually the name of the style sheet. Unless otherwise specified, the xsltc.exe tool uses the name of the style sheet for the class and assembly names.</param>
     </member>
-    <member name="T:System.Xml.Serialization.XmlSerializerNamespaces">
-      <summary>Contains the XML namespaces and prefixes that the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> uses to generate qualified names in an XML-document instance.</summary>
+    <member name="M:System.Xml.Xsl.XslCompiledTransform.Load(System.String)">
+      <summary>Loads and compiles the style sheet located at the specified URI.</summary>
+      <param name="stylesheetUri">The URI of the style sheet.</param>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="stylesheetUri">stylesheetUri</paramref> value is <see langword="null"></see>.</exception>
+      <exception cref="T:System.Xml.Xsl.XsltException">The style sheet contains an error.</exception>
+      <exception cref="T:System.IO.FileNotFoundException">The style sheet cannot be found.</exception>
+      <exception cref="T:System.IO.DirectoryNotFoundException">The <paramref name="stylesheetUri">stylesheetUri</paramref> value includes a filename or directory that cannot be found.</exception>
+      <exception cref="T:System.Net.WebException">The <paramref name="stylesheetUri">stylesheetUri</paramref> value cannot be resolved.  
+ -or-  
+ An error occurred while processing the request.</exception>
+      <exception cref="T:System.UriFormatException"><paramref name="stylesheetUri">stylesheetUri</paramref> is not a valid URI.</exception>
+      <exception cref="T:System.Xml.XmlException">There was a parsing error loading the style sheet.</exception>
     </member>
-    <member name="M:System.Xml.Serialization.XmlSerializerNamespaces.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSerializerNamespaces"></see> class.</summary>
+    <member name="M:System.Xml.Xsl.XslCompiledTransform.Load(System.Xml.XPath.IXPathNavigable)">
+      <summary>Compiles the style sheet contained in the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> object.</summary>
+      <param name="stylesheet">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> interface. In the Microsoft .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode"></see> (typically an <see cref="T:System.Xml.XmlDocument"></see>), or an <see cref="T:System.Xml.XPath.XPathDocument"></see> containing the style sheet.</param>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="stylesheet">stylesheet</paramref> value is <see langword="null"></see>.</exception>
+      <exception cref="T:System.Xml.Xsl.XsltException">The style sheet contains an error.</exception>
     </member>
-    <member name="M:System.Xml.Serialization.XmlSerializerNamespaces.#ctor(System.Xml.Serialization.XmlSerializerNamespaces)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSerializerNamespaces"></see> class, using the specified instance of XmlSerializerNamespaces containing the collection of prefix and namespace pairs.</summary>
-      <param name="namespaces">An instance of the <see cref="T:System.Xml.Serialization.XmlSerializerNamespaces"></see> containing the namespace and prefix pairs.</param>
+    <member name="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings">
+      <summary>Gets an <see cref="T:System.Xml.XmlWriterSettings"></see> object that contains the output information derived from the xsl:output element of the style sheet.</summary>
+      <returns>A read-only <see cref="T:System.Xml.XmlWriterSettings"></see> object that contains the output information derived from the xsl:output element of the style sheet. This value can be <see langword="null"></see>.</returns>
     </member>
-    <member name="M:System.Xml.Serialization.XmlSerializerNamespaces.#ctor(System.Xml.XmlQualifiedName[])">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSerializerNamespaces"></see> class.</summary>
-      <param name="namespaces">An array of <see cref="T:System.Xml.XmlQualifiedName"></see> objects.</param>
+    <member name="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.Xml.XmlReader,System.Xml.Xsl.XsltArgumentList,System.IO.TextWriter)">
+      <summary>Executes the transform using the input document specified by the <see cref="T:System.Xml.XmlReader"></see> object and outputs the results to a <see cref="T:System.IO.TextWriter"></see>. The <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> provides additional run-time arguments.</summary>
+      <param name="input">An <see cref="T:System.Xml.XmlReader"></see> containing the input document.</param>
+      <param name="arguments">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transform. This value can be <see langword="null"></see>.</param>
+      <param name="results">The <see cref="T:System.IO.TextWriter"></see> to which you want to output.</param>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="input">input</paramref> or <paramref name="results">results</paramref> value is <see langword="null"></see>.</exception>
+      <exception cref="T:System.Xml.Xsl.XsltException">There was an error executing the XSLT transform.</exception>
     </member>
-    <member name="M:System.Xml.Serialization.XmlSerializerNamespaces.Add(System.String,System.String)">
-      <summary>Adds a prefix and namespace pair to an <see cref="T:System.Xml.Serialization.XmlSerializerNamespaces"></see> object.</summary>
-      <param name="prefix">The prefix associated with an XML namespace.</param>
-      <param name="ns">An XML namespace.</param>
+    <member name="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter)">
+      <summary>Executes the transform using the input document specified by the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> object and outputs the results to an <see cref="T:System.Xml.XmlWriter"></see>. The <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> provides additional run-time arguments.</summary>
+      <param name="input">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> interface. In the Microsoft .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode"></see> (typically an <see cref="T:System.Xml.XmlDocument"></see>), or an <see cref="T:System.Xml.XPath.XPathDocument"></see> containing the data to be transformed.</param>
+      <param name="arguments">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transform. This value can be <see langword="null"></see>.</param>
+      <param name="results">The <see cref="T:System.Xml.XmlWriter"></see> to which you want to output.  
+ If the style sheet contains an xsl:output element, you should create the <see cref="T:System.Xml.XmlWriter"></see> using the <see cref="T:System.Xml.XmlWriterSettings"></see> object returned from the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings"></see> property. This ensures that the <see cref="T:System.Xml.XmlWriter"></see> has the correct output settings.</param>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="input">input</paramref> or <paramref name="results">results</paramref> value is <see langword="null"></see>.</exception>
+      <exception cref="T:System.Xml.Xsl.XsltException">There was an error executing the XSLT transform.</exception>
     </member>
-    <member name="P:System.Xml.Serialization.XmlSerializerNamespaces.Count">
-      <summary>Gets the number of prefix and namespace pairs in the collection.</summary>
-      <returns>The number of prefix and namespace pairs in the collection.</returns>
+    <member name="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.IO.TextWriter)">
+      <summary>Executes the transform using the input document specified by the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> object and outputs the results to an <see cref="T:System.IO.TextWriter"></see>. The <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> provides additional run-time arguments.</summary>
+      <param name="input">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> interface. In the Microsoft .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode"></see> (typically an <see cref="T:System.Xml.XmlDocument"></see>), or an <see cref="T:System.Xml.XPath.XPathDocument"></see> containing the data to be transformed.</param>
+      <param name="arguments">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transform. This value can be <see langword="null"></see>.</param>
+      <param name="results">The <see cref="T:System.IO.TextWriter"></see> to which you want to output.</param>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="input">input</paramref> or <paramref name="results">results</paramref> value is <see langword="null"></see>.</exception>
+      <exception cref="T:System.Xml.Xsl.XsltException">There was an error executing the XSLT transform.</exception>
     </member>
-    <member name="M:System.Xml.Serialization.XmlSerializerNamespaces.ToArray">
-      <summary>Gets the array of prefix and namespace pairs in an <see cref="T:System.Xml.Serialization.XmlSerializerNamespaces"></see> object.</summary>
-      <returns>An array of <see cref="System.Xml.XmlQualifiedName"></see> objects that are used as qualified names in an XML document.</returns>
+    <member name="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.IO.Stream)">
+      <summary>Executes the transform using the input document specified by the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> object and outputs the results to a stream. The <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> provides additional runtime arguments.</summary>
+      <param name="input">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> interface. In the Microsoft .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode"></see> (typically an <see cref="T:System.Xml.XmlDocument"></see>), or an <see cref="T:System.Xml.XPath.XPathDocument"></see> containing the data to be transformed.</param>
+      <param name="arguments">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transform. This value can be <see langword="null"></see>.</param>
+      <param name="results">The stream to which you want to output.</param>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="input">input</paramref> or <paramref name="results">results</paramref> value is <see langword="null"></see>.</exception>
+      <exception cref="T:System.Xml.Xsl.XsltException">There was an error executing the XSLT transform.</exception>
     </member>
-    <member name="T:System.Xml.Serialization.XmlTextAttribute">
-      <summary>Indicates to the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> that the member must be treated as XML text when the class that contains it is serialized or deserialized.</summary>
+    <member name="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.Xml.XmlReader,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter)">
+      <summary>Executes the transform using the input document specified by the <see cref="T:System.Xml.XmlReader"></see> object and outputs the results to an <see cref="T:System.Xml.XmlWriter"></see>. The <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> provides additional run-time arguments.</summary>
+      <param name="input">An <see cref="T:System.Xml.XmlReader"></see> containing the input document.</param>
+      <param name="arguments">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transform. This value can be <see langword="null"></see>.</param>
+      <param name="results">The <see cref="T:System.Xml.XmlWriter"></see> to which you want to output.  
+ If the style sheet contains an xsl:output element, you should create the <see cref="T:System.Xml.XmlWriter"></see> using the <see cref="T:System.Xml.XmlWriterSettings"></see> object returned from the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings"></see> property. This ensures that the <see cref="T:System.Xml.XmlWriter"></see> has the correct output settings.</param>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="input">input</paramref> or <paramref name="results">results</paramref> value is <see langword="null"></see>.</exception>
+      <exception cref="T:System.Xml.Xsl.XsltException">There was an error executing the XSLT transform.</exception>
     </member>
-    <member name="M:System.Xml.Serialization.XmlTextAttribute.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlTextAttribute"></see> class.</summary>
+    <member name="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.Xml.XmlReader,System.Xml.Xsl.XsltArgumentList,System.IO.Stream)">
+      <summary>Executes the transform using the input document specified by the <see cref="T:System.Xml.XmlReader"></see> object and outputs the results to a stream. The <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> provides additional run-time arguments.</summary>
+      <param name="input">An <see cref="T:System.Xml.XmlReader"></see> containing the input document.</param>
+      <param name="arguments">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transform. This value can be <see langword="null"></see>.</param>
+      <param name="results">The stream to which you want to output.</param>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="input">input</paramref> or <paramref name="results">results</paramref> value is <see langword="null"></see>.</exception>
+      <exception cref="T:System.Xml.Xsl.XsltException">There was an error executing the XSLT transform.</exception>
     </member>
-    <member name="M:System.Xml.Serialization.XmlTextAttribute.#ctor(System.Type)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlTextAttribute"></see> class.</summary>
-      <param name="type">The <see cref="T:System.Type"></see> of the member to be serialized.</param>
+    <member name="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.String,System.String)">
+      <summary>Executes the transform using the input document specified by the URI and outputs the results to a file.</summary>
+      <param name="inputUri">The URI of the input document.</param>
+      <param name="resultsFile">The URI of the output file.</param>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="inputUri">inputUri</paramref> or <paramref name="resultsFile">resultsFile</paramref> value is <see langword="null"></see>.</exception>
+      <exception cref="T:System.Xml.Xsl.XsltException">There was an error executing the XSLT transform.</exception>
+      <exception cref="T:System.IO.FileNotFoundException">The input document cannot be found.</exception>
+      <exception cref="T:System.IO.DirectoryNotFoundException">The <paramref name="inputUri">inputUri</paramref> or <paramref name="resultsFile">resultsFile</paramref> value includes a filename or directory cannot be found.</exception>
+      <exception cref="T:System.Net.WebException">The <paramref name="inputUri">inputUri</paramref> or <paramref name="resultsFile">resultsFile</paramref> value cannot be resolved.  
+ -or-  
+ An error occurred while processing the request</exception>
+      <exception cref="T:System.UriFormatException"><paramref name="inputUri">inputUri</paramref> or <paramref name="resultsFile">resultsFile</paramref> is not a valid URI.</exception>
+      <exception cref="T:System.Xml.XmlException">There was a parsing error loading the input document.</exception>
     </member>
-    <member name="P:System.Xml.Serialization.XmlTextAttribute.DataType">
-      <summary>Gets or sets the XML Schema definition language (XSD) data type of the text generated by the <see cref="T:System.Xml.Serialization.XmlSerializer"></see>.</summary>
-      <returns>An XML Schema (XSD) data type, as defined by the World Wide Web Consortium (www.w3.org) document &amp;quot;XML Schema Part 2: Datatypes&amp;quot;.</returns>
-      <exception cref="T:System.Exception">The XML Schema data type you have specified cannot be mapped to the .NET data type.</exception>
-      <exception cref="T:System.InvalidOperationException">The XML Schema data type you have specified is invalid for the property and cannot be converted to the member type.</exception>
+    <member name="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.String,System.Xml.Xsl.XsltArgumentList,System.IO.TextWriter)">
+      <summary>Executes the transform using the input document specified by the URI and outputs the results to a <see cref="T:System.IO.TextWriter"></see>.</summary>
+      <param name="inputUri">The URI of the input document.</param>
+      <param name="arguments">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transform. This value can be <see langword="null"></see>.</param>
+      <param name="results">The <see cref="T:System.IO.TextWriter"></see> to which you want to output.</param>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="inputUri">inputUri</paramref> or <paramref name="results">results</paramref> value is <see langword="null"></see>.</exception>
+      <exception cref="T:System.Xml.Xsl.XsltException">There was an error executing the XSLT transform.</exception>
+      <exception cref="T:System.IO.DirectoryNotFoundException">The <paramref name="inputUri">inputUri</paramref> value includes a filename or directory cannot be found.</exception>
+      <exception cref="T:System.Net.WebException">The <paramref name="inputUri">inputUri</paramref> value cannot be resolved.  
+ -or-  
+ An error occurred while processing the request</exception>
+      <exception cref="T:System.UriFormatException"><paramref name="inputUri">inputUri</paramref> is not a valid URI.</exception>
+      <exception cref="T:System.Xml.XmlException">There was a parsing error loading the input document.</exception>
     </member>
-    <member name="P:System.Xml.Serialization.XmlTextAttribute.Type">
-      <summary>Gets or sets the type of the member.</summary>
-      <returns>The <see cref="System.Type"></see> of the member.</returns>
+    <member name="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.String,System.Xml.Xsl.XsltArgumentList,System.IO.Stream)">
+      <summary>Executes the transform using the input document specified by the URI and outputs the results to stream. The <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> provides additional run-time arguments.</summary>
+      <param name="inputUri">The URI of the input document.</param>
+      <param name="arguments">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transform. This value can be <see langword="null"></see>.</param>
+      <param name="results">The stream to which you want to output.</param>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="inputUri">inputUri</paramref> or <paramref name="results">results</paramref> value is <see langword="null"></see>.</exception>
+      <exception cref="T:System.Xml.Xsl.XsltException">There was an error executing the XSLT transform.</exception>
+      <exception cref="T:System.IO.DirectoryNotFoundException">The <paramref name="inputUri">inputUri</paramref> value includes a filename or directory cannot be found.</exception>
+      <exception cref="T:System.Net.WebException">The <paramref name="inputUri">inputUri</paramref> value cannot be resolved.  
+ -or-  
+ An error occurred while processing the request</exception>
+      <exception cref="T:System.UriFormatException"><paramref name="inputUri">inputUri</paramref> is not a valid URI.</exception>
+      <exception cref="T:System.Xml.XmlException">There was a parsing error loading the input document.</exception>
     </member>
-    <member name="T:System.Xml.ValidationType">
-      <summary>Specifies the type of validation to perform.</summary>
+    <member name="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.Xml.XPath.IXPathNavigable,System.Xml.XmlWriter)">
+      <summary>Executes the transform using the input document specified by the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> object and outputs the results to an <see cref="T:System.Xml.XmlWriter"></see>.</summary>
+      <param name="input">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> interface. In the Microsoft .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode"></see> (typically an <see cref="T:System.Xml.XmlDocument"></see>), or an <see cref="T:System.Xml.XPath.XPathDocument"></see> containing the data to be transformed.</param>
+      <param name="results">The <see cref="T:System.Xml.XmlWriter"></see> to which you want to output.  
+ If the style sheet contains an xsl:output element, you should create the <see cref="T:System.Xml.XmlWriter"></see> using the <see cref="T:System.Xml.XmlWriterSettings"></see> object returned from the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings"></see> property. This ensures that the <see cref="T:System.Xml.XmlWriter"></see> has the correct output settings.</param>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="input">input</paramref> or <paramref name="results">results</paramref> value is <see langword="null"></see>.</exception>
+      <exception cref="T:System.Xml.Xsl.XsltException">There was an error executing the XSLT transform.</exception>
     </member>
-    <member name="F:System.Xml.ValidationType.Auto">
-      <summary>Validates if DTD or schema information is found.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.Xml.XmlReader,System.Xml.XmlWriter)">
+      <summary>Executes the transform using the input document specified by the <see cref="T:System.Xml.XmlReader"></see> object and outputs the results to an <see cref="T:System.Xml.XmlWriter"></see>.</summary>
+      <param name="input">The <see cref="T:System.Xml.XmlReader"></see> containing the input document.</param>
+      <param name="results">The <see cref="T:System.Xml.XmlWriter"></see> to which you want to output.  
+ If the style sheet contains an xsl:output element, you should create the <see cref="T:System.Xml.XmlWriter"></see> using the <see cref="T:System.Xml.XmlWriterSettings"></see> object returned from the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings"></see> property. This ensures that the <see cref="T:System.Xml.XmlWriter"></see> has the correct output settings.</param>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="input">input</paramref> or <paramref name="results">results</paramref> value is <see langword="null"></see>.</exception>
+      <exception cref="T:System.Xml.Xsl.XsltException">There was an error executing the XSLT transform.</exception>
     </member>
-    <member name="F:System.Xml.ValidationType.DTD">
-      <summary>Validates according to the DTD.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.String,System.Xml.XmlWriter)">
+      <summary>Executes the transform using the input document specified by the URI and outputs the results to an <see cref="T:System.Xml.XmlWriter"></see>.</summary>
+      <param name="inputUri">The URI of the input document.</param>
+      <param name="results">The <see cref="T:System.Xml.XmlWriter"></see> to which you want to output.  
+ If the style sheet contains an xsl:output element, you should create the <see cref="T:System.Xml.XmlWriter"></see> using the <see cref="T:System.Xml.XmlWriterSettings"></see> object returned from the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings"></see> property. This ensures that the <see cref="T:System.Xml.XmlWriter"></see> has the correct output settings.</param>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="inputUri">inputUri</paramref> or <paramref name="results">results</paramref> value is <see langword="null"></see>.</exception>
+      <exception cref="T:System.Xml.Xsl.XsltException">There was an error executing the XSLT transform.</exception>
+      <exception cref="T:System.IO.DirectoryNotFoundException">The <paramref name="inputUri">inputUri</paramref> value includes a filename or directory cannot be found.</exception>
+      <exception cref="T:System.Net.WebException">The <paramref name="inputUri">inputUri</paramref> value cannot be resolved.  
+ -or-  
+ An error occurred while processing the request.</exception>
+      <exception cref="T:System.UriFormatException"><paramref name="inputUri">inputUri</paramref> is not a valid URI.</exception>
+      <exception cref="T:System.Xml.XmlException">There was a parsing error loading the input document.</exception>
     </member>
-    <member name="F:System.Xml.ValidationType.None">
-      <summary>No validation is performed. This setting creates an XML 1.0 compliant non-validating parser.</summary>
+    <member name="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.Xml.XmlReader,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter,System.Xml.XmlResolver)">
+      <summary>Executes the transform using the input document specified by the <see cref="T:System.Xml.XmlReader"></see> object and outputs the results to an <see cref="T:System.Xml.XmlWriter"></see>. The <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> provides additional run-time arguments and the XmlResolver resolves the XSLT document() function.</summary>
+      <param name="input">An <see cref="T:System.Xml.XmlReader"></see> containing the input document.</param>
+      <param name="arguments">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transform. This value can be <see langword="null"></see>.</param>
+      <param name="results">The <see cref="T:System.Xml.XmlWriter"></see> to which you want to output.  
+ If the style sheet contains an xsl:output element, you should create the <see cref="T:System.Xml.XmlWriter"></see> using the <see cref="T:System.Xml.XmlWriterSettings"></see> object returned from the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings"></see> property. This ensures that the <see cref="T:System.Xml.XmlWriter"></see> has the correct output settings.</param>
+      <param name="documentResolver">The <see cref="T:System.Xml.XmlResolver"></see> used to resolve the XSLT document() function. If this is <see langword="null"></see>, the document() function is not resolved.</param>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="input">input</paramref> or <paramref name="results">results</paramref> value is <see langword="null"></see>.</exception>
+      <exception cref="T:System.Xml.Xsl.XsltException">There was an error executing the XSLT transform.</exception>
+    </member>
+    <member name="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.String,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter)">
+      <summary>Executes the transform using the input document specified by the URI and outputs the results to an <see cref="T:System.Xml.XmlWriter"></see>. The <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> provides additional run-time arguments.</summary>
+      <param name="inputUri">The URI of the input document.</param>
+      <param name="arguments">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transform. This value can be <see langword="null"></see>.</param>
+      <param name="results">The <see cref="T:System.Xml.XmlWriter"></see> to which you want to output.  
+ If the style sheet contains an xsl:output element, you should create the <see cref="T:System.Xml.XmlWriter"></see> using the <see cref="T:System.Xml.XmlWriterSettings"></see> object returned from the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings"></see> property. This ensures that the <see cref="T:System.Xml.XmlWriter"></see> has the correct output settings.</param>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="inputUri">inputUri</paramref> or <paramref name="results">results</paramref> value is <see langword="null"></see>.</exception>
+      <exception cref="T:System.Xml.Xsl.XsltException">There was an error executing the XSLT transform.</exception>
+      <exception cref="T:System.IO.DirectoryNotFoundException">The <paramref name="inputtUri">inputtUri</paramref> value includes a filename or directory cannot be found.</exception>
+      <exception cref="T:System.Net.WebException">The <paramref name="inputUri">inputUri</paramref> value cannot be resolved.  
+ -or-  
+ An error occurred while processing the request.</exception>
+      <exception cref="T:System.UriFormatException"><paramref name="inputUri">inputUri</paramref> is not a valid URI.</exception>
+      <exception cref="T:System.Xml.XmlException">There was a parsing error loading the input document.</exception>
+    </member>
+    <member name="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter,System.Xml.XmlResolver)">
+      <summary>Executes the transform by using the input document that is specified by the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> object and outputs the results to an <see cref="T:System.Xml.XmlWriter"></see>. The <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> provides additional run-time arguments and the <see cref="T:System.Xml.XmlResolver"></see> resolves the XSLT <see langword="document()"></see> function.</summary>
+      <param name="input">The document to transform that is specified by the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> object.</param>
+      <param name="arguments">Argument list as <see cref="T:System.Xml.Xsl.XsltArgumentList"></see>.</param>
+      <param name="results">The <see cref="T:System.Xml.XmlWriter"></see> to which you want to output.  
+ If the style sheet contains an <see langword="xsl:output"></see> element, you should create the <see cref="T:System.Xml.XmlWriter"></see> by using the <see cref="T:System.Xml.XmlWriterSettings"></see> object that is returned from the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings"></see> property. This ensures that the <see cref="T:System.Xml.XmlWriter"></see> has the correct output settings.</param>
+      <param name="documentResolver">The <see cref="T:System.Xml.XmlResolver"></see> used to resolve the XSLT <see langword="document()"></see> function. If this is <see langword="null"></see>, the <see langword="document()"></see> function is not resolved.</param>
+    </member>
+    <member name="T:System.Xml.Xsl.IXsltContextVariable">
+      <summary>Provides an interface to a given variable that is defined in the style sheet during runtime execution.</summary>
+    </member>
+    <member name="M:System.Xml.Xsl.IXsltContextVariable.Evaluate(System.Xml.Xsl.XsltContext)">
+      <summary>Evaluates the variable at runtime and returns an object that represents the value of the variable.</summary>
+      <param name="xsltContext">An <see cref="T:System.Xml.Xsl.XsltContext"></see> representing the execution context of the variable.</param>
+      <returns>An <see cref="T:System.Object"></see> representing the value of the variable. Possible return types include number, string, Boolean, document fragment, or node set.</returns>
+    </member>
+    <member name="P:System.Xml.Xsl.IXsltContextVariable.IsLocal">
+      <summary>Gets a value indicating whether the variable is local.</summary>
+      <returns><see langword="true"></see> if the variable is a local variable in the current context; otherwise, <see langword="false"></see>.</returns>
+    </member>
+    <member name="P:System.Xml.Xsl.IXsltContextVariable.IsParam">
+      <summary>Gets a value indicating whether the variable is an Extensible Stylesheet Language Transformations (XSLT) parameter. This can be a parameter to a style sheet or a template.</summary>
+      <returns><see langword="true"></see> if the variable is an XSLT parameter; otherwise, <see langword="false"></see>.</returns>
+    </member>
+    <member name="P:System.Xml.Xsl.IXsltContextVariable.VariableType">
+      <summary>Gets the <see cref="T:System.Xml.XPath.XPathResultType"></see> representing the XML Path Language (XPath) type of the variable.</summary>
+      <returns>The <see cref="T:System.Xml.XPath.XPathResultType"></see> representing the XPath type of the variable.</returns>
+    </member>
+    <member name="T:System.Xml.Xsl.IXsltContextFunction">
+      <summary>Provides an interface to a given function defined in the Extensible Stylesheet Language for Transformations (XSLT) style sheet during runtime execution.</summary>
+    </member>
+    <member name="P:System.Xml.Xsl.IXsltContextFunction.ArgTypes">
+      <summary>Gets the supplied XML Path Language (XPath) types for the function&amp;#39;s argument list. This information can be used to discover the signature of the function which allows you to differentiate between overloaded functions.</summary>
+      <returns>An array of <see cref="T:System.Xml.XPath.XPathResultType"></see> representing the types for the function&amp;#39;s argument list.</returns>
+    </member>
+    <member name="M:System.Xml.Xsl.IXsltContextFunction.Invoke(System.Xml.Xsl.XsltContext,System.Object[],System.Xml.XPath.XPathNavigator)">
+      <summary>Provides the method to invoke the function with the given arguments in the given context.</summary>
+      <param name="xsltContext">The XSLT context for the function call.</param>
+      <param name="args">The arguments of the function call. Each argument is an element in the array.</param>
+      <param name="docContext">The context node for the function call.</param>
+      <returns>An <see cref="T:System.Object"></see> representing the return value of the function.</returns>
+    </member>
+    <member name="P:System.Xml.Xsl.IXsltContextFunction.Maxargs">
+      <summary>Gets the maximum number of arguments for the function. This enables the user to differentiate between overloaded functions.</summary>
+      <returns>The maximum number of arguments for the function.</returns>
+    </member>
+    <member name="P:System.Xml.Xsl.IXsltContextFunction.Minargs">
+      <summary>Gets the minimum number of arguments for the function. This enables the user to differentiate between overloaded functions.</summary>
+      <returns>The minimum number of arguments for the function.</returns>
+    </member>
+    <member name="P:System.Xml.Xsl.IXsltContextFunction.ReturnType">
+      <summary>Gets the <see cref="T:System.Xml.XPath.XPathResultType"></see> representing the XPath type returned by the function.</summary>
+      <returns>An <see cref="T:System.Xml.XPath.XPathResultType"></see> representing the XPath type returned by the function</returns>
+    </member>
+    <member name="T:System.Xml.XPath.XPathResultType">
+      <summary>Specifies the return type of the XPath expression.</summary>
+    </member>
+    <member name="F:System.Xml.XPath.XPathResultType.Any">
+      <summary>Any of the XPath node types.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.ValidationType.Schema">
-      <summary>Validate according to XML Schema definition language (XSD) schemas, including inline XML Schemas. XML Schemas are associated with namespace URIs either by using the schemaLocation attribute or the provided Schemas property.</summary>
+    <member name="F:System.Xml.XPath.XPathResultType.Boolean">
+      <summary>A <see cref="T:System.Boolean"></see><see langword="true"></see> or <see langword="false"></see> value.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.ValidationType.XDR">
-      <summary>Validate according to XML-Data Reduced (XDR) schemas, including inline XDR schemas. XDR schemas are recognized using the x-schema namespace prefix or the <see cref="P:System.Xml.XmlValidatingReader.Schemas"></see> property.</summary>
+    <member name="F:System.Xml.XPath.XPathResultType.Error">
+      <summary>The expression does not evaluate to the correct XPath type.</summary>
       <returns></returns>
     </member>
-    <member name="T:System.Xml.WhitespaceHandling">
-      <summary>Specifies how white space is handled.</summary>
+    <member name="F:System.Xml.XPath.XPathResultType.Navigator">
+      <summary>A tree fragment.</summary>
+      <returns></returns>
     </member>
-    <member name="F:System.Xml.WhitespaceHandling.All">
-      <summary>Return Whitespace and SignificantWhitespace nodes. This is the default.</summary>
+    <member name="F:System.Xml.XPath.XPathResultType.NodeSet">
+      <summary>A node collection.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.WhitespaceHandling.None">
-      <summary>Return no Whitespace and no SignificantWhitespace nodes.</summary>
+    <member name="F:System.Xml.XPath.XPathResultType.Number">
+      <summary>A numeric value.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.WhitespaceHandling.Significant">
-      <summary>Return SignificantWhitespace nodes only.</summary>
+    <member name="F:System.Xml.XPath.XPathResultType.String">
+      <summary>A <see cref="T:System.String"></see> value.</summary>
       <returns></returns>
     </member>
-    <member name="T:System.Xml.WriteState">
-      <summary>Specifies the state of the <see cref="T:System.Xml.XmlWriter"></see>.</summary>
+    <member name="T:System.Xml.XPath.XPathNodeType">
+      <summary>Defines the XPath node types that can be returned from the <see cref="T:System.Xml.XPath.XPathNavigator"></see> class.</summary>
     </member>
-    <member name="F:System.Xml.WriteState.Attribute">
-      <summary>Indicates that an attribute value is being written.</summary>
+    <member name="F:System.Xml.XPath.XPathNodeType.All">
+      <summary>Any of the <see cref="T:System.Xml.XPath.XPathNodeType"></see> node types.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.WriteState.Closed">
-      <summary>Indicates that the <see cref="M:System.Xml.XmlWriter.Close"></see> method has been called.</summary>
+    <member name="F:System.Xml.XPath.XPathNodeType.Attribute">
+      <summary>An attribute, such as id=&amp;#39;123&amp;#39;.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.WriteState.Content">
-      <summary>Indicates that element content is being written.</summary>
+    <member name="F:System.Xml.XPath.XPathNodeType.Comment">
+      <summary>A comment, such as &amp;lt;!-- my comment --&amp;gt;</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.WriteState.Element">
-      <summary>Indicates that an element start tag is being written.</summary>
+    <member name="F:System.Xml.XPath.XPathNodeType.Element">
+      <summary>An element, such as &amp;lt;element&amp;gt;.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.WriteState.Error">
-      <summary>An exception has been thrown, which has left the <see cref="T:System.Xml.XmlWriter"></see> in an invalid state. You can call the <see cref="M:System.Xml.XmlWriter.Close"></see> method to put the <see cref="T:System.Xml.XmlWriter"></see> in the <see cref="F:System.Xml.WriteState.Closed"></see> state. Any other <see cref="T:System.Xml.XmlWriter"></see> method calls results in an <see cref="T:System.InvalidOperationException"></see>.</summary>
+    <member name="F:System.Xml.XPath.XPathNodeType.Namespace">
+      <summary>A namespace, such as xmlns=&amp;quot;namespace&amp;quot;.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.WriteState.Prolog">
-      <summary>Indicates that the prolog is being written.</summary>
+    <member name="F:System.Xml.XPath.XPathNodeType.ProcessingInstruction">
+      <summary>A processing instruction, such as &amp;lt;?pi test?&amp;gt;. This does not include XML declarations, which are not visible to the <see cref="T:System.Xml.XPath.XPathNavigator"></see> class.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.WriteState.Start">
-      <summary>Indicates that a Write method has not yet been called.</summary>
+    <member name="F:System.Xml.XPath.XPathNodeType.Root">
+      <summary>The root node of the XML document or node tree.</summary>
       <returns></returns>
     </member>
-    <member name="T:System.Xml.XmlAttribute">
-      <summary>Represents an attribute. Valid and default values for the attribute are defined in a document type definition (DTD) or schema.</summary>
-    </member>
-    <member name="M:System.Xml.XmlAttribute.#ctor(System.String,System.String,System.String,System.Xml.XmlDocument)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlAttribute"></see> class.</summary>
-      <param name="prefix">The namespace prefix.</param>
-      <param name="localName">The local name of the attribute.</param>
-      <param name="namespaceURI">The namespace uniform resource identifier (URI).</param>
-      <param name="doc">The parent XML document.</param>
+    <member name="F:System.Xml.XPath.XPathNodeType.SignificantWhitespace">
+      <summary>A node with white space characters and xml:space set to preserve.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlAttribute.AppendChild(System.Xml.XmlNode)">
-      <summary>Adds the specified node to the end of the list of child nodes, of this node.</summary>
-      <param name="newChild">The <see cref="T:System.Xml.XmlNode"></see> to add.</param>
-      <returns>The <see cref="System.Xml.XmlNode"></see> added.</returns>
-      <exception cref="T:System.InvalidOperationException">This node is of a type that does not allow child nodes of the type of the <paramref name="newChild">newChild</paramref> node.  
- The <paramref name="newChild">newChild</paramref> is an ancestor of this node.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="newChild">newChild</paramref> was created from a different document than the one that created this node.  
- This node is read-only.</exception>
+    <member name="F:System.Xml.XPath.XPathNodeType.Text">
+      <summary>The text content of a node. Equivalent to the Document Object Model (DOM) Text and CDATA node types. Contains at least one character.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.XmlAttribute.BaseURI">
-      <summary>Gets the base Uniform Resource Identifier (URI) of the node.</summary>
-      <returns>The location from which the node was loaded or String.Empty if the node has no base URI. Attribute nodes have the same base URI as their owner element. If an attribute node does not have an owner element, BaseURI returns String.Empty.</returns>
+    <member name="F:System.Xml.XPath.XPathNodeType.Whitespace">
+      <summary>A node with only white space characters and no significant white space. White space characters are #x20, #x9, #xD, or #xA.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlAttribute.CloneNode(System.Boolean)">
-      <summary>Creates a duplicate of this node.</summary>
-      <param name="deep">true to recursively clone the subtree under the specified node; false to clone only the node itself</param>
-      <returns>The duplicate node.</returns>
+    <member name="T:System.Xml.XPath.XPathNodeIterator">
+      <summary>Provides an iterator over a selected set of nodes.</summary>
     </member>
-    <member name="P:System.Xml.XmlAttribute.InnerText">
-      <summary>Sets the concatenated values of the node and all its children.</summary>
-      <returns>The concatenated values of the node and all its children. For attribute nodes, this property has the same functionality as the <see cref="System.Xml.XmlAttribute.Value"></see> property.</returns>
+    <member name="M:System.Xml.XPath.XPathNodeIterator.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XPath.XPathNodeIterator"></see> class.</summary>
     </member>
-    <member name="P:System.Xml.XmlAttribute.InnerXml">
-      <summary>Sets the value of the attribute.</summary>
-      <returns>The attribute value.</returns>
-      <exception cref="T:System.Xml.XmlException">The XML specified when setting this property is not well-formed.</exception>
+    <member name="M:System.Xml.XPath.XPathNodeIterator.Clone">
+      <summary>When overridden in a derived class, returns a clone of this <see cref="T:System.Xml.XPath.XPathNodeIterator"></see> object.</summary>
+      <returns>A new <see cref="T:System.Xml.XPath.XPathNodeIterator"></see> object clone of this <see cref="T:System.Xml.XPath.XPathNodeIterator"></see> object.</returns>
     </member>
-    <member name="M:System.Xml.XmlAttribute.InsertAfter(System.Xml.XmlNode,System.Xml.XmlNode)">
-      <summary>Inserts the specified node immediately after the specified reference node.</summary>
-      <param name="newChild">The <see cref="T:System.Xml.XmlNode"></see> to insert.</param>
-      <param name="refChild">The <see cref="T:System.Xml.XmlNode"></see> that is the reference node. The newChild is placed after the refChild.</param>
-      <returns>The <see cref="System.Xml.XmlNode"></see> inserted.</returns>
-      <exception cref="T:System.InvalidOperationException">This node is of a type that does not allow child nodes of the type of the <paramref name="newChild">newChild</paramref> node.  
- The <paramref name="newChild">newChild</paramref> is an ancestor of this node.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="newChild">newChild</paramref> was created from a different document than the one that created this node.  
- The <paramref name="refChild">refChild</paramref> is not a child of this node.  
- This node is read-only.</exception>
+    <member name="P:System.Xml.XPath.XPathNodeIterator.Count">
+      <summary>Gets the index of the last node in the selected set of nodes.</summary>
+      <returns>The index of the last node in the selected set of nodes, or 0 if there are no selected nodes.</returns>
     </member>
-    <member name="M:System.Xml.XmlAttribute.InsertBefore(System.Xml.XmlNode,System.Xml.XmlNode)">
-      <summary>Inserts the specified node immediately before the specified reference node.</summary>
-      <param name="newChild">The <see cref="T:System.Xml.XmlNode"></see> to insert.</param>
-      <param name="refChild">The <see cref="T:System.Xml.XmlNode"></see> that is the reference node. The newChild is placed before this node.</param>
-      <returns>The <see cref="System.Xml.XmlNode"></see> inserted.</returns>
-      <exception cref="T:System.InvalidOperationException">The current node is of a type that does not allow child nodes of the type of the <paramref name="newChild">newChild</paramref> node.  
- The <paramref name="newChild">newChild</paramref> is an ancestor of this node.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="newChild">newChild</paramref> was created from a different document than the one that created this node.  
- The <paramref name="refChild">refChild</paramref> is not a child of this node.  
- This node is read-only.</exception>
+    <member name="P:System.Xml.XPath.XPathNodeIterator.Current">
+      <summary>When overridden in a derived class, gets the <see cref="T:System.Xml.XPath.XPathNavigator"></see> object for this <see cref="T:System.Xml.XPath.XPathNodeIterator"></see>, positioned on the current context node.</summary>
+      <returns>An <see cref="T:System.Xml.XPath.XPathNavigator"></see> object positioned on the context node from which the node set was selected. The <see cref="M:System.Xml.XPath.XPathNodeIterator.MoveNext"></see> method must be called to move the <see cref="T:System.Xml.XPath.XPathNodeIterator"></see> to the first node in the selected set.</returns>
     </member>
-    <member name="P:System.Xml.XmlAttribute.LocalName">
-      <summary>Gets the local name of the node.</summary>
-      <returns>The name of the attribute node with the prefix removed. In the following example &amp;lt;book bk:genre= &amp;#39;novel&amp;#39;&amp;gt;, the LocalName of the attribute is genre.</returns>
+    <member name="P:System.Xml.XPath.XPathNodeIterator.CurrentPosition">
+      <summary>When overridden in a derived class, gets the index of the current position in the selected set of nodes.</summary>
+      <returns>The index of the current position.</returns>
     </member>
-    <member name="P:System.Xml.XmlAttribute.Name">
-      <summary>Gets the qualified name of the node.</summary>
-      <returns>The qualified name of the attribute node.</returns>
+    <member name="M:System.Xml.XPath.XPathNodeIterator.GetEnumerator">
+      <summary>Returns an <see cref="T:System.Collections.IEnumerator"></see> object to iterate through the selected node set.</summary>
+      <returns>An <see cref="T:System.Collections.IEnumerator"></see> object to iterate through the selected node set.</returns>
     </member>
-    <member name="P:System.Xml.XmlAttribute.NamespaceURI">
-      <summary>Gets the namespace URI of this node.</summary>
-      <returns>The namespace URI of this node. If the attribute is not explicitly given a namespace, this property returns String.Empty.</returns>
+    <member name="M:System.Xml.XPath.XPathNodeIterator.MoveNext">
+      <summary>When overridden in a derived class, moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> object returned by the <see cref="P:System.Xml.XPath.XPathNodeIterator.Current"></see> property to the next node in the selected node set.</summary>
+      <returns><see langword="true"></see> if the <see cref="T:System.Xml.XPath.XPathNavigator"></see> object moved to the next node; <see langword="false"></see> if there are no more selected nodes.</returns>
     </member>
-    <member name="P:System.Xml.XmlAttribute.NodeType">
-      <summary>Gets the type of the current node.</summary>
-      <returns>The node type for XmlAttribute nodes is XmlNodeType.Attribute.</returns>
+    <member name="M:System.Xml.XPath.XPathNodeIterator.System#ICloneable#Clone">
+      <summary>Creates a new object that is a copy of the current instance.</summary>
+      <returns>A new object that is a copy of this instance.</returns>
     </member>
-    <member name="P:System.Xml.XmlAttribute.OwnerDocument">
-      <summary>Gets the <see cref="T:System.Xml.XmlDocument"></see> to which this node belongs.</summary>
-      <returns>An XML document to which this node belongs.</returns>
+    <member name="T:System.Xml.XPath.XPathNavigator">
+      <summary>Provides a cursor model for navigating and editing XML data.</summary>
     </member>
-    <member name="P:System.Xml.XmlAttribute.OwnerElement">
-      <summary>Gets the <see cref="T:System.Xml.XmlElement"></see> to which the attribute belongs.</summary>
-      <returns>The XmlElement that the attribute belongs to or null if this attribute is not part of an XmlElement.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XPath.XPathNavigator"></see> class.</summary>
     </member>
-    <member name="P:System.Xml.XmlAttribute.ParentNode">
-      <summary>Gets the parent of this node. For XmlAttribute nodes, this property always returns null.</summary>
-      <returns>For XmlAttribute nodes, this property always returns null.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.AppendChild">
+      <summary>Returns an <see cref="T:System.Xml.XmlWriter"></see> object used to create one or more new child nodes at the end of the list of child nodes of the current node.</summary>
+      <returns>An <see cref="T:System.Xml.XmlWriter"></see> object used to create new child nodes at the end of the list of child nodes of the current node.</returns>
+      <exception cref="T:System.InvalidOperationException">The current node the <see cref="System.Xml.XPath.XPathNavigator"></see> is positioned on is not the root node or an element node.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
     </member>
-    <member name="P:System.Xml.XmlAttribute.Prefix">
-      <summary>Gets or sets the namespace prefix of this node.</summary>
-      <returns>The namespace prefix of this node. If there is no prefix, this property returns String.Empty.</returns>
-      <exception cref="T:System.ArgumentException">This node is read-only.</exception>
-      <exception cref="T:System.Xml.XmlException">The specified prefix contains an invalid character.  
- The specified prefix is malformed.  
- The namespaceURI of this node is null.  
- The specified prefix is &amp;quot;xml&amp;quot;, and the namespaceURI of this node is different from &amp;quot;http://www.w3.org/XML/1998/namespace&amp;quot;.  
- This node is an attribute, the specified prefix is &amp;quot;xmlns&amp;quot;, and the namespaceURI of this node is different from &amp;quot;http://www.w3.org/2000/xmlns/&amp;quot;.  
- This node is an attribute, and the qualifiedName of this node is &amp;quot;xmlns&amp;quot; [Namespaces].</exception>
+    <member name="M:System.Xml.XPath.XPathNavigator.AppendChild(System.String)">
+      <summary>Creates a new child node at the end of the list of child nodes of the current node using the XML data string specified.</summary>
+      <param name="newChild">The XML data string for the new child node.</param>
+      <exception cref="T:System.ArgumentNullException">The XML data string parameter is <see langword="null"></see>.</exception>
+      <exception cref="T:System.InvalidOperationException">The current node the <see cref="System.Xml.XPath.XPathNavigator"></see> is positioned on is not the root node or an element node.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
+      <exception cref="T:System.Xml.XmlException">The XML data string parameter is not well-formed.</exception>
     </member>
-    <member name="M:System.Xml.XmlAttribute.PrependChild(System.Xml.XmlNode)">
-      <summary>Adds the specified node to the beginning of the list of child nodes for this node.</summary>
-      <param name="newChild">The <see cref="T:System.Xml.XmlNode"></see> to add. If it is an <see cref="T:System.Xml.XmlDocumentFragment"></see>, the entire contents of the document fragment are moved into the child list of this node.</param>
-      <returns>The <see cref="System.Xml.XmlNode"></see> added.</returns>
-      <exception cref="T:System.InvalidOperationException">This node is of a type that does not allow child nodes of the type of the <paramref name="newChild">newChild</paramref> node.  
The <paramref name="newChild">newChild</paramref> is an ancestor of this node.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="newChild">newChild</paramref> was created from a different document than the one that created this node.  
This node is read-only.</exception>
+    <member name="M:System.Xml.XPath.XPathNavigator.AppendChild(System.Xml.XmlReader)">
+      <summary>Creates a new child node at the end of the list of child nodes of the current node using the XML contents of the <see cref="T:System.Xml.XmlReader"></see> object specified.</summary>
+      <param name="newChild">An <see cref="T:System.Xml.XmlReader"></see> object positioned on the XML data for the new child node.</param>
+      <exception cref="T:System.ArgumentException">The <see cref="System.Xml.XmlReader"></see> object is in an error state or closed.</exception>
+      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.XmlReader"></see> object parameter is <see langword="null"></see>.</exception>
     <exception cref="T:System.InvalidOperationException">The current node the <see cref="System.Xml.XPath.XPathNavigator"></see> is positioned on is not the root node or an element node.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
     <exception cref="T:System.Xml.XmlException">The XML contents of the <see cref="System.Xml.XmlReader"></see> object parameter is not well-formed.</exception>
     </member>
-    <member name="M:System.Xml.XmlAttribute.RemoveChild(System.Xml.XmlNode)">
-      <summary>Removes the specified child node.</summary>
-      <param name="oldChild">The <see cref="T:System.Xml.XmlNode"></see> to remove.</param>
-      <returns>The <see cref="System.Xml.XmlNode"></see> removed.</returns>
-      <exception cref="T:System.ArgumentException">The <paramref name="oldChild">oldChild</paramref> is not a child of this node. Or this node is read-only.</exception>
+    <member name="M:System.Xml.XPath.XPathNavigator.AppendChild(System.Xml.XPath.XPathNavigator)">
+      <summary>Creates a new child node at the end of the list of child nodes of the current node using the nodes in the <see cref="T:System.Xml.XPath.XPathNavigator"></see> specified.</summary>
+      <param name="newChild">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> object positioned on the node to add as the new child node.</param>
+      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.XPath.XPathNavigator"></see> object parameter is <see langword="null"></see>.</exception>
+      <exception cref="T:System.InvalidOperationException">The current node the <see cref="System.Xml.XPath.XPathNavigator"></see> is positioned on is not the root node or an element node.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
     </member>
-    <member name="M:System.Xml.XmlAttribute.ReplaceChild(System.Xml.XmlNode,System.Xml.XmlNode)">
-      <summary>Replaces the child node specified with the new child node specified.</summary>
-      <param name="newChild">The new child <see cref="T:System.Xml.XmlNode"></see>.</param>
-      <param name="oldChild">The <see cref="T:System.Xml.XmlNode"></see> to replace.</param>
-      <returns>The <see cref="System.Xml.XmlNode"></see> replaced.</returns>
-      <exception cref="T:System.InvalidOperationException">This node is of a type that does not allow child nodes of the type of the <paramref name="newChild">newChild</paramref> node.  
- The <paramref name="newChild">newChild</paramref> is an ancestor of this node.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="newChild">newChild</paramref> was created from a different document than the one that created this node.  
- This node is read-only.  
- The <paramref name="oldChild">oldChild</paramref> is not a child of this node.</exception>
+    <member name="M:System.Xml.XPath.XPathNavigator.AppendChildElement(System.String,System.String,System.String,System.String)">
+      <summary>Creates a new child element node at the end of the list of child nodes of the current node using the namespace prefix, local name and namespace URI specified with the value specified.</summary>
+      <param name="prefix">The namespace prefix of the new child element node (if any).</param>
+      <param name="localName">The local name of the new child element node (if any).</param>
+      <param name="namespaceURI">The namespace URI of the new child element node (if any). <see cref="F:System.String.Empty"></see> and <see langword="null"></see> are equivalent.</param>
+      <param name="value">The value of the new child element node. If <see cref="F:System.String.Empty"></see> or <see langword="null"></see> are passed, an empty element is created.</param>
+      <exception cref="T:System.InvalidOperationException">The current node the <see cref="System.Xml.XPath.XPathNavigator"></see> is positioned on is not the root node or an element node.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
     </member>
-    <member name="P:System.Xml.XmlAttribute.SchemaInfo">
-      <summary>Gets the post-schema-validation-infoset that has been assigned to this node as a result of schema validation.</summary>
-      <returns>An <see cref="System.Xml.Schema.IXmlSchemaInfo"></see> containing the post-schema-validation-infoset of this node.</returns>
+    <member name="P:System.Xml.XPath.XPathNavigator.BaseURI">
+      <summary>When overridden in a derived class, gets the base URI for the current node.</summary>
+      <returns>The location from which the node was loaded, or <see cref="F:System.String.Empty"></see> if there is no value.</returns>
     </member>
-    <member name="P:System.Xml.XmlAttribute.Specified">
-      <summary>Gets a value indicating whether the attribute value was explicitly set.</summary>
-      <returns>true if this attribute was explicitly given a value in the original instance document; otherwise, false. A value of false indicates that the value of the attribute came from the DTD.</returns>
+    <member name="P:System.Xml.XPath.XPathNavigator.CanEdit">
+      <summary>Gets a value indicating whether the <see cref="T:System.Xml.XPath.XPathNavigator"></see> can edit the underlying XML data.</summary>
+      <returns><see langword="true"></see> if the <see cref="T:System.Xml.XPath.XPathNavigator"></see> can edit the underlying XML data; otherwise <see langword="false"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XmlAttribute.Value">
-      <summary>Gets or sets the value of the node.</summary>
-      <returns>The value returned depends on the <see cref="System.Xml.XmlNode.NodeType"></see> of the node. For XmlAttribute nodes, this property is the value of attribute.</returns>
-      <exception cref="T:System.ArgumentException">The node is read-only and a set operation is called.</exception>
+    <member name="M:System.Xml.XPath.XPathNavigator.CheckValidity(System.Xml.Schema.XmlSchemaSet,System.Xml.Schema.ValidationEventHandler)">
+      <summary>Verifies that the XML data in the <see cref="T:System.Xml.XPath.XPathNavigator"></see> conforms to the XML Schema definition language (XSD) schema provided.</summary>
+      <param name="schemas">The <see cref="T:System.Xml.Schema.XmlSchemaSet"></see> containing the schemas used to validate the XML data contained in the <see cref="T:System.Xml.XPath.XPathNavigator"></see>.</param>
+      <param name="validationEventHandler">The <see cref="T:System.Xml.Schema.ValidationEventHandler"></see> that receives information about schema validation warnings and errors.</param>
+      <returns><see langword="true"></see> if no schema validation errors occurred; otherwise, <see langword="false"></see>.</returns>
+      <exception cref="T:System.Xml.Schema.XmlSchemaValidationException">A schema validation error occurred, and no <see cref="System.Xml.Schema.ValidationEventHandler"></see> was specified to handle validation errors.</exception>
+      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.XPath.XPathNavigator"></see> is positioned on a node that is not an element, attribute, or the root node or there is not type information to perform validation.</exception>
+      <exception cref="T:System.ArgumentException">The <see cref="System.Xml.XPath.XPathNavigator.CheckValidity(System.Xml.Schema.XmlSchemaSet,System.Xml.Schema.ValidationEventHandler)"></see> method was called with an <see cref="System.Xml.Schema.XmlSchemaSet"></see> parameter when the <see cref="System.Xml.XPath.XPathNavigator"></see> was not positioned on the root node of the XML data.</exception>
     </member>
-    <member name="M:System.Xml.XmlAttribute.WriteContentTo(System.Xml.XmlWriter)">
-      <summary>Saves all the children of the node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
-      <param name="w">The XmlWriter to which you want to save.</param>
+    <member name="M:System.Xml.XPath.XPathNavigator.Clone">
+      <summary>When overridden in a derived class, creates a new <see cref="T:System.Xml.XPath.XPathNavigator"></see> positioned at the same node as this <see cref="T:System.Xml.XPath.XPathNavigator"></see>.</summary>
+      <returns>A new <see cref="T:System.Xml.XPath.XPathNavigator"></see> positioned at the same node as this <see cref="T:System.Xml.XPath.XPathNavigator"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlAttribute.WriteTo(System.Xml.XmlWriter)">
-      <summary>Saves the node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
-      <param name="w">The XmlWriter to which you want to save.</param>
+    <member name="M:System.Xml.XPath.XPathNavigator.ComparePosition(System.Xml.XPath.XPathNavigator)">
+      <summary>Compares the position of the current <see cref="T:System.Xml.XPath.XPathNavigator"></see> with the position of the <see cref="T:System.Xml.XPath.XPathNavigator"></see> specified.</summary>
+      <param name="nav">The <see cref="T:System.Xml.XPath.XPathNavigator"></see> to compare against.</param>
+      <returns>An <see cref="T:System.Xml.XmlNodeOrder"></see> value representing the comparative position of the two <see cref="T:System.Xml.XPath.XPathNavigator"></see> objects.</returns>
     </member>
-    <member name="T:System.Xml.XmlAttributeCollection">
-      <summary>Represents a collection of attributes that can be accessed by name or index.</summary>
+    <member name="M:System.Xml.XPath.XPathNavigator.Compile(System.String)">
+      <summary>Compiles a string representing an XPath expression and returns an <see cref="T:System.Xml.XPath.XPathExpression"></see> object.</summary>
+      <param name="xpath">A string representing an XPath expression.</param>
+      <returns>An <see cref="T:System.Xml.XPath.XPathExpression"></see> object representing the XPath expression.</returns>
+      <exception cref="T:System.ArgumentException">The <paramref name="xpath">xpath</paramref> parameter contains an XPath expression that is not valid.</exception>
+      <exception cref="T:System.Xml.XPath.XPathException">The XPath expression is not valid.</exception>
     </member>
-    <member name="M:System.Xml.XmlAttributeCollection.Append(System.Xml.XmlAttribute)">
-      <summary>Inserts the specified attribute as the last node in the collection.</summary>
-      <param name="node">The <see cref="T:System.Xml.XmlAttribute"></see> to insert.</param>
-      <returns>The XmlAttribute to append to the collection.</returns>
-      <exception cref="T:System.ArgumentException"><paramref name="node">node</paramref> was created from a document different from the one that created this collection.</exception>
+    <member name="M:System.Xml.XPath.XPathNavigator.CreateAttribute(System.String,System.String,System.String,System.String)">
+      <summary>Creates an attribute node on the current element node using the namespace prefix, local name and namespace URI specified with the value specified.</summary>
+      <param name="prefix">The namespace prefix of the new attribute node (if any).</param>
+      <param name="localName">The local name of the new attribute node which cannot <see cref="F:System.String.Empty"></see> or <see langword="null"></see>.</param>
+      <param name="namespaceURI">The namespace URI for the new attribute node (if any).</param>
+      <param name="value">The value of the new attribute node. If <see cref="F:System.String.Empty"></see> or <see langword="null"></see> are passed, an empty attribute node is created.</param>
+      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.XPath.XPathNavigator"></see> is not positioned on an element node.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
     </member>
-    <member name="M:System.Xml.XmlAttributeCollection.CopyTo(System.Xml.XmlAttribute[],System.Int32)">
-      <summary>Copies all the <see cref="T:System.Xml.XmlAttribute"></see> objects from this collection into the given array.</summary>
-      <param name="array">The array that is the destination of the objects copied from this collection.</param>
-      <param name="index">The index in the array where copying begins.</param>
+    <member name="M:System.Xml.XPath.XPathNavigator.CreateAttributes">
+      <summary>Returns an <see cref="T:System.Xml.XmlWriter"></see> object used to create new attributes on the current element.</summary>
+      <returns>An <see cref="T:System.Xml.XmlWriter"></see> object used to create new attributes on the current element.</returns>
+      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.XPath.XPathNavigator"></see> is not positioned on an element node.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
     </member>
-    <member name="M:System.Xml.XmlAttributeCollection.InsertAfter(System.Xml.XmlAttribute,System.Xml.XmlAttribute)">
-      <summary>Inserts the specified attribute immediately after the specified reference attribute.</summary>
-      <param name="newNode">The <see cref="T:System.Xml.XmlAttribute"></see> to insert.</param>
-      <param name="refNode">The <see cref="T:System.Xml.XmlAttribute"></see> that is the reference attribute. newNode is placed after the refNode.</param>
-      <returns>The XmlAttribute to insert into the collection.</returns>
-      <exception cref="T:System.ArgumentException">The <paramref name="newNode">newNode</paramref> was created from a document different from the one that created this collection. Or the <paramref name="refNode">refNode</paramref> is not a member of this collection.</exception>
+    <member name="M:System.Xml.XPath.XPathNavigator.CreateNavigator">
+      <summary>Returns a copy of the <see cref="T:System.Xml.XPath.XPathNavigator"></see>.</summary>
+      <returns>An <see cref="T:System.Xml.XPath.XPathNavigator"></see> copy of this <see cref="T:System.Xml.XPath.XPathNavigator"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlAttributeCollection.InsertBefore(System.Xml.XmlAttribute,System.Xml.XmlAttribute)">
-      <summary>Inserts the specified attribute immediately before the specified reference attribute.</summary>
-      <param name="newNode">The <see cref="T:System.Xml.XmlAttribute"></see> to insert.</param>
-      <param name="refNode">The <see cref="T:System.Xml.XmlAttribute"></see> that is the reference attribute. newNode is placed before the refNode.</param>
-      <returns>The XmlAttribute to insert into the collection.</returns>
-      <exception cref="T:System.ArgumentException">The <paramref name="newNode">newNode</paramref> was created from a document different from the one that created this collection. Or the <paramref name="refNode">refNode</paramref> is not a member of this collection.</exception>
+    <member name="M:System.Xml.XPath.XPathNavigator.DeleteRange(System.Xml.XPath.XPathNavigator)">
+      <summary>Deletes a range of sibling nodes from the current node to the node specified.</summary>
+      <param name="lastSiblingToDelete">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> positioned on the last sibling node in the range to delete.</param>
+      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.XPath.XPathNavigator"></see> specified is <see langword="null"></see>.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
+      <exception cref="T:System.InvalidOperationException">The last node to delete specified is not a valid sibling node of the current node.</exception>
     </member>
-    <member name="P:System.Xml.XmlAttributeCollection.ItemOf(System.Int32)">
-      <summary>Gets the attribute with the specified index.</summary>
-      <param name="i">The index of the attribute.</param>
-      <returns>The <see cref="System.Xml.XmlAttribute"></see> at the specified index.</returns>
-      <exception cref="T:System.IndexOutOfRangeException">The index being passed in is out of range.</exception>
+    <member name="M:System.Xml.XPath.XPathNavigator.DeleteSelf">
+      <summary>Deletes the current node and its child nodes.</summary>
+      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.XPath.XPathNavigator"></see> is positioned on a node that cannot be deleted such as the root node or a namespace node.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
     </member>
-    <member name="P:System.Xml.XmlAttributeCollection.ItemOf(System.String)">
-      <summary>Gets the attribute with the specified name.</summary>
-      <param name="name">The qualified name of the attribute.</param>
-      <returns>The <see cref="System.Xml.XmlAttribute"></see> with the specified name. If the attribute does not exist, this property returns null.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.Evaluate(System.String)">
+      <summary>Evaluates the specified XPath expression and returns the typed result.</summary>
+      <param name="xpath">A string representing an XPath expression that can be evaluated.</param>
+      <returns>The result of the expression (Boolean, number, string, or node set). This maps to <see cref="T:System.Boolean"></see>, <see cref="T:System.Double"></see>, <see cref="T:System.String"></see>, or <see cref="T:System.Xml.XPath.XPathNodeIterator"></see> objects respectively.</returns>
+      <exception cref="T:System.ArgumentException">The return type of the XPath expression is a node set.</exception>
+      <exception cref="T:System.Xml.XPath.XPathException">The XPath expression is not valid.</exception>
     </member>
-    <member name="P:System.Xml.XmlAttributeCollection.ItemOf(System.String,System.String)">
-      <summary>Gets the attribute with the specified local name and namespace Uniform Resource Identifier (URI).</summary>
-      <param name="localName">The local name of the attribute.</param>
-      <param name="namespaceURI">The namespace URI of the attribute.</param>
-      <returns>The <see cref="System.Xml.XmlAttribute"></see> with the specified local name and namespace URI. If the attribute does not exist, this property returns null.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.Evaluate(System.Xml.XPath.XPathExpression)">
+      <summary>Evaluates the <see cref="T:System.Xml.XPath.XPathExpression"></see> and returns the typed result.</summary>
+      <param name="expr">An <see cref="T:System.Xml.XPath.XPathExpression"></see> that can be evaluated.</param>
+      <returns>The result of the expression (Boolean, number, string, or node set). This maps to <see cref="T:System.Boolean"></see>, <see cref="T:System.Double"></see>, <see cref="T:System.String"></see>, or <see cref="T:System.Xml.XPath.XPathNodeIterator"></see> objects respectively.</returns>
+      <exception cref="T:System.ArgumentException">The return type of the XPath expression is a node set.</exception>
+      <exception cref="T:System.Xml.XPath.XPathException">The XPath expression is not valid.</exception>
     </member>
-    <member name="M:System.Xml.XmlAttributeCollection.Prepend(System.Xml.XmlAttribute)">
-      <summary>Inserts the specified attribute as the first node in the collection.</summary>
-      <param name="node">The <see cref="T:System.Xml.XmlAttribute"></see> to insert.</param>
-      <returns>The XmlAttribute added to the collection.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.Evaluate(System.String,System.Xml.IXmlNamespaceResolver)">
+      <summary>Evaluates the specified XPath expression and returns the typed result, using the <see cref="T:System.Xml.IXmlNamespaceResolver"></see> object specified to resolve namespace prefixes in the XPath expression.</summary>
+      <param name="xpath">A string representing an XPath expression that can be evaluated.</param>
+      <param name="resolver">The <see cref="T:System.Xml.IXmlNamespaceResolver"></see> object used to resolve namespace prefixes in the XPath expression.</param>
+      <returns>The result of the expression (Boolean, number, string, or node set). This maps to <see cref="T:System.Boolean"></see>, <see cref="T:System.Double"></see>, <see cref="T:System.String"></see>, or <see cref="T:System.Xml.XPath.XPathNodeIterator"></see> objects respectively.</returns>
+      <exception cref="T:System.ArgumentException">The return type of the XPath expression is a node set.</exception>
+      <exception cref="T:System.Xml.XPath.XPathException">The XPath expression is not valid.</exception>
     </member>
-    <member name="M:System.Xml.XmlAttributeCollection.Remove(System.Xml.XmlAttribute)">
-      <summary>Removes the specified attribute from the collection.</summary>
-      <param name="node">The <see cref="T:System.Xml.XmlAttribute"></see> to remove.</param>
-      <returns>The node removed or null if it is not found in the collection.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.Evaluate(System.Xml.XPath.XPathExpression,System.Xml.XPath.XPathNodeIterator)">
+      <summary>Uses the supplied context to evaluate the <see cref="T:System.Xml.XPath.XPathExpression"></see>, and returns the typed result.</summary>
+      <param name="expr">An <see cref="T:System.Xml.XPath.XPathExpression"></see> that can be evaluated.</param>
+      <param name="context">An <see cref="T:System.Xml.XPath.XPathNodeIterator"></see> that points to the selected node set that the evaluation is to be performed on.</param>
+      <returns>The result of the expression (Boolean, number, string, or node set). This maps to <see cref="T:System.Boolean"></see>, <see cref="T:System.Double"></see>, <see cref="T:System.String"></see>, or <see cref="T:System.Xml.XPath.XPathNodeIterator"></see> objects respectively.</returns>
+      <exception cref="T:System.ArgumentException">The return type of the XPath expression is a node set.</exception>
+      <exception cref="T:System.Xml.XPath.XPathException">The XPath expression is not valid.</exception>
     </member>
-    <member name="M:System.Xml.XmlAttributeCollection.RemoveAll">
-      <summary>Removes all attributes from the collection.</summary>
+    <member name="M:System.Xml.XPath.XPathNavigator.GetAttribute(System.String,System.String)">
+      <summary>Gets the value of the attribute with the specified local name and namespace URI.</summary>
+      <param name="localName">The local name of the attribute. localName is case-sensitive.</param>
+      <param name="namespaceURI">The namespace URI of the attribute.</param>
+      <returns>A <see cref="T:System.String"></see> that contains the value of the specified attribute; <see cref="F:System.String.Empty"></see> if a matching attribute is not found, or if the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is not positioned on an element node.</returns>
     </member>
-    <member name="M:System.Xml.XmlAttributeCollection.RemoveAt(System.Int32)">
-      <summary>Removes the attribute corresponding to the specified index from the collection.</summary>
-      <param name="i">The index of the node to remove. The first node has index 0.</param>
-      <returns>Returns null if there is no attribute at the specified index.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.GetNamespace(System.String)">
+      <summary>Returns the value of the namespace node corresponding to the specified local name.</summary>
+      <param name="name">The local name of the namespace node.</param>
+      <returns>A <see cref="T:System.String"></see> that contains the value of the namespace node; <see cref="F:System.String.Empty"></see> if a matching namespace node is not found, or if the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is not positioned on an element node.</returns>
     </member>
-    <member name="M:System.Xml.XmlAttributeCollection.SetNamedItem(System.Xml.XmlNode)">
-      <summary>Adds a <see cref="T:System.Xml.XmlNode"></see> using its <see cref="P:System.Xml.XmlNode.Name"></see> property</summary>
-      <param name="node">An attribute node to store in this collection. The node will later be accessible using the name of the node. If a node with that name is already present in the collection, it is replaced by the new one; otherwise, the node is appended to the end of the collection.</param>
-      <returns>If the <paramref name="node">node</paramref> replaces an existing node with the same name, the old node is returned; otherwise, the added node is returned.</returns>
-      <exception cref="T:System.ArgumentException"><paramref name="node">node</paramref> was created from a different <see cref="System.Xml.XmlDocument"></see> than the one that created this collection.  
- This XmlAttributeCollection is read-only.</exception>
-      <exception cref="T:System.InvalidOperationException"><paramref name="node">node</paramref> is an <see cref="System.Xml.XmlAttribute"></see> that is already an attribute of another <see cref="System.Xml.XmlElement"></see> object. To re-use attributes in other elements, you must clone the XmlAttribute objects you want to re-use.</exception>
+    <member name="M:System.Xml.XPath.XPathNavigator.GetNamespacesInScope(System.Xml.XmlNamespaceScope)">
+      <summary>Returns the in-scope namespaces of the current node.</summary>
+      <param name="scope">An <see cref="T:System.Xml.XmlNamespaceScope"></see> value specifying the namespaces to return.</param>
+      <returns>An <see cref="T:System.Collections.Generic.IDictionary`2"></see> collection of namespace names keyed by prefix.</returns>
     </member>
-    <member name="M:System.Xml.XmlAttributeCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
-      <summary>For a description of this member, see <see cref="M:System.Xml.XmlAttributeCollection.CopyTo(System.Xml.XmlAttribute[],System.Int32)"></see>.</summary>
-      <param name="array">The array that is the destination of the objects copied from this collection.</param>
-      <param name="index">The index in the array where copying begins.</param>
+    <member name="P:System.Xml.XPath.XPathNavigator.HasAttributes">
+      <summary>Gets a value indicating whether the current node has any attributes.</summary>
+      <returns>Returns <see langword="true"></see> if the current node has attributes; returns <see langword="false"></see> if the current node has no attributes, or if the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is not positioned on an element node.</returns>
     </member>
-    <member name="P:System.Xml.XmlAttributeCollection.System#Collections#ICollection#Count">
-      <summary>For a description of this member, see <see cref="P:System.Xml.XmlAttributeCollection.System#Collections#ICollection#Count"></see>.</summary>
-      <returns>Returns an int that contains the count of the attributes.</returns>
+    <member name="P:System.Xml.XPath.XPathNavigator.HasChildren">
+      <summary>Gets a value indicating whether the current node has any child nodes.</summary>
+      <returns><see langword="true"></see> if the current node has any child nodes; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XmlAttributeCollection.System#Collections#ICollection#IsSynchronized">
-      <summary>For a description of this member, see <see cref="P:System.Xml.XmlAttributeCollection.System#Collections#ICollection#IsSynchronized"></see>.</summary>
-      <returns>Returns true if the collection is synchronized.</returns>
+    <member name="P:System.Xml.XPath.XPathNavigator.InnerXml">
+      <summary>Gets or sets the markup representing the child nodes of the current node.</summary>
+      <returns>A <see cref="T:System.String"></see> that contains the markup of the child nodes of the current node.</returns>
+      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.XPath.XPathNavigator.InnerXml"></see> property cannot be set.</exception>
     </member>
-    <member name="P:System.Xml.XmlAttributeCollection.System#Collections#ICollection#SyncRoot">
-      <summary>For a description of this member, see <see cref="P:System.Xml.XmlAttributeCollection.System#Collections#ICollection#SyncRoot"></see>.</summary>
-      <returns>Returns the <see cref="System.Object"></see> that is the root of the collection.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.InsertAfter(System.Xml.XPath.XPathNavigator)">
+      <summary>Creates a new sibling node after the currently selected node using the nodes in the <see cref="T:System.Xml.XPath.XPathNavigator"></see> object specified.</summary>
+      <param name="newSibling">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> object positioned on the node to add as the new sibling node.</param>
+      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.XPath.XPathNavigator"></see> object parameter is <see langword="null"></see>.</exception>
+      <exception cref="T:System.InvalidOperationException">The position of the <see cref="System.Xml.XPath.XPathNavigator"></see> does not allow a new sibling node to be inserted after the current node.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
     </member>
-    <member name="T:System.Xml.XmlCDataSection">
-      <summary>Represents a CDATA section.</summary>
+    <member name="M:System.Xml.XPath.XPathNavigator.InsertAfter(System.Xml.XmlReader)">
+      <summary>Creates a new sibling node after the currently selected node using the XML contents of the <see cref="T:System.Xml.XmlReader"></see> object specified.</summary>
+      <param name="newSibling">An <see cref="T:System.Xml.XmlReader"></see> object positioned on the XML data for the new sibling node.</param>
+      <exception cref="T:System.ArgumentException">The <see cref="System.Xml.XmlReader"></see> object is in an error state or closed.</exception>
+      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.XmlReader"></see> object parameter is <see langword="null"></see>.</exception>
+      <exception cref="T:System.InvalidOperationException">The position of the <see cref="System.Xml.XPath.XPathNavigator"></see> does not allow a new sibling node to be inserted after the current node.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
+      <exception cref="T:System.Xml.XmlException">The XML contents of the <see cref="System.Xml.XmlReader"></see> object parameter is not well-formed.</exception>
     </member>
-    <member name="M:System.Xml.XmlCDataSection.#ctor(System.String,System.Xml.XmlDocument)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlCDataSection"></see> class.</summary>
-      <param name="data"><see cref="T:System.String"></see> that contains character data.</param>
-      <param name="doc"><see cref="T:System.Xml.XmlDocument"></see> object.</param>
+    <member name="M:System.Xml.XPath.XPathNavigator.InsertAfter">
+      <summary>Returns an <see cref="T:System.Xml.XmlWriter"></see> object used to create a new sibling node after the currently selected node.</summary>
+      <returns>An <see cref="T:System.Xml.XmlWriter"></see> object used to create a new sibling node after the currently selected node.</returns>
+      <exception cref="T:System.InvalidOperationException">The position of the <see cref="System.Xml.XPath.XPathNavigator"></see> does not allow a new sibling node to be inserted after the current node.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
     </member>
-    <member name="M:System.Xml.XmlCDataSection.CloneNode(System.Boolean)">
-      <summary>Creates a duplicate of this node.</summary>
-      <param name="deep">true to recursively clone the subtree under the specified node; false to clone only the node itself. Because CDATA nodes do not have children, regardless of the parameter setting, the cloned node will always include the data content.</param>
-      <returns>The cloned node.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.InsertAfter(System.String)">
+      <summary>Creates a new sibling node after the currently selected node using the XML string specified.</summary>
+      <param name="newSibling">The XML data string for the new sibling node.</param>
+      <exception cref="T:System.ArgumentNullException">The XML string parameter is <see langword="null"></see>.</exception>
+      <exception cref="T:System.InvalidOperationException">The position of the <see cref="System.Xml.XPath.XPathNavigator"></see> does not allow a new sibling node to be inserted after the current node.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
+      <exception cref="T:System.Xml.XmlException">The XML string parameter is not well-formed.</exception>
     </member>
-    <member name="P:System.Xml.XmlCDataSection.LocalName">
-      <summary>Gets the local name of the node.</summary>
-      <returns>For CDATA nodes, the local name is #cdata-section.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.InsertBefore">
+      <summary>Returns an <see cref="T:System.Xml.XmlWriter"></see> object used to create a new sibling node before the currently selected node.</summary>
+      <returns>An <see cref="T:System.Xml.XmlWriter"></see> object used to create a new sibling node before the currently selected node.</returns>
+      <exception cref="T:System.InvalidOperationException">The position of the <see cref="System.Xml.XPath.XPathNavigator"></see> does not allow a new sibling node to be inserted before the current node.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
     </member>
-    <member name="P:System.Xml.XmlCDataSection.Name">
-      <summary>Gets the qualified name of the node.</summary>
-      <returns>For CDATA nodes, the name is #cdata-section.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.InsertBefore(System.String)">
+      <summary>Creates a new sibling node before the currently selected node using the XML string specified.</summary>
+      <param name="newSibling">The XML data string for the new sibling node.</param>
+      <exception cref="T:System.ArgumentNullException">The XML string parameter is <see langword="null"></see>.</exception>
+      <exception cref="T:System.InvalidOperationException">The position of the <see cref="System.Xml.XPath.XPathNavigator"></see> does not allow a new sibling node to be inserted before the current node.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
+      <exception cref="T:System.Xml.XmlException">The XML string parameter is not well-formed.</exception>
     </member>
-    <member name="P:System.Xml.XmlCDataSection.NodeType">
-      <summary>Gets the type of the current node.</summary>
-      <returns>The node type. For CDATA nodes, the value is XmlNodeType.CDATA.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.InsertBefore(System.Xml.XmlReader)">
+      <summary>Creates a new sibling node before the currently selected node using the XML contents of the <see cref="T:System.Xml.XmlReader"></see> object specified.</summary>
+      <param name="newSibling">An <see cref="T:System.Xml.XmlReader"></see> object positioned on the XML data for the new sibling node.</param>
+      <exception cref="T:System.ArgumentException">The <see cref="System.Xml.XmlReader"></see> object is in an error state or closed.</exception>
+      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.XmlReader"></see> object parameter is <see langword="null"></see>.</exception>
+      <exception cref="T:System.InvalidOperationException">The position of the <see cref="System.Xml.XPath.XPathNavigator"></see> does not allow a new sibling node to be inserted before the current node.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
+      <exception cref="T:System.Xml.XmlException">The XML contents of the <see cref="System.Xml.XmlReader"></see> object parameter is not well-formed.</exception>
     </member>
-    <member name="P:System.Xml.XmlCDataSection.ParentNode">
-      <summary>Gets the parent of this node (for nodes that can have parents).</summary>
-      <returns>The XmlNode that is the parent of the current node. If a node has just been created and not yet added to the tree, or if it has been removed from the tree, the parent is null. For all other nodes, the value returned depends on the <see cref="System.Xml.XmlNode.NodeType"></see> of the node. The following table describes the possible return values for the ParentNode property.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.InsertBefore(System.Xml.XPath.XPathNavigator)">
+      <summary>Creates a new sibling node before the currently selected node using the nodes in the <see cref="T:System.Xml.XPath.XPathNavigator"></see> specified.</summary>
+      <param name="newSibling">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> object positioned on the node to add as the new sibling node.</param>
+      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.XPath.XPathNavigator"></see> object parameter is <see langword="null"></see>.</exception>
+      <exception cref="T:System.InvalidOperationException">The position of the <see cref="System.Xml.XPath.XPathNavigator"></see> does not allow a new sibling node to be inserted before the current node.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
     </member>
-    <member name="P:System.Xml.XmlCDataSection.PreviousText">
-      <summary>Gets the text node that immediately precedes this node.</summary>
-      <returns>Returns <see cref="System.Xml.XmlNode"></see>.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.InsertElementAfter(System.String,System.String,System.String,System.String)">
+      <summary>Creates a new sibling element after the current node using the namespace prefix, local name and namespace URI specified, with the value specified.</summary>
+      <param name="prefix">The namespace prefix of the new child element (if any).</param>
+      <param name="localName">The local name of the new child element (if any).</param>
+      <param name="namespaceURI">The namespace URI of the new child element (if any). <see cref="F:System.String.Empty"></see> and <see langword="null"></see> are equivalent.</param>
+      <param name="value">The value of the new child element. If <see cref="F:System.String.Empty"></see> or <see langword="null"></see> are passed, an empty element is created.</param>
+      <exception cref="T:System.InvalidOperationException">The position of the <see cref="System.Xml.XPath.XPathNavigator"></see> does not allow a new sibling node to be inserted after the current node.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
     </member>
-    <member name="M:System.Xml.XmlCDataSection.WriteContentTo(System.Xml.XmlWriter)">
-      <summary>Saves the children of the node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
-      <param name="w">The XmlWriter to which you want to save.</param>
+    <member name="M:System.Xml.XPath.XPathNavigator.InsertElementBefore(System.String,System.String,System.String,System.String)">
+      <summary>Creates a new sibling element before the current node using the namespace prefix, local name, and namespace URI specified, with the value specified.</summary>
+      <param name="prefix">The namespace prefix of the new child element (if any).</param>
+      <param name="localName">The local name of the new child element (if any).</param>
+      <param name="namespaceURI">The namespace URI of the new child element (if any). <see cref="F:System.String.Empty"></see> and <see langword="null"></see> are equivalent.</param>
+      <param name="value">The value of the new child element. If <see cref="F:System.String.Empty"></see> or <see langword="null"></see> are passed, an empty element is created.</param>
+      <exception cref="T:System.InvalidOperationException">The position of the <see cref="System.Xml.XPath.XPathNavigator"></see> does not allow a new sibling node to be inserted before the current node.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
     </member>
-    <member name="M:System.Xml.XmlCDataSection.WriteTo(System.Xml.XmlWriter)">
-      <summary>Saves the node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
-      <param name="w">The XmlWriter to which you want to save.</param>
+    <member name="M:System.Xml.XPath.XPathNavigator.IsDescendant(System.Xml.XPath.XPathNavigator)">
+      <summary>Determines whether the specified <see cref="T:System.Xml.XPath.XPathNavigator"></see> is a descendant of the current <see cref="T:System.Xml.XPath.XPathNavigator"></see>.</summary>
+      <param name="nav">The <see cref="T:System.Xml.XPath.XPathNavigator"></see> to compare to this <see cref="T:System.Xml.XPath.XPathNavigator"></see>.</param>
+      <returns><see langword="true"></see> if the specified <see cref="T:System.Xml.XPath.XPathNavigator"></see> is a descendant of the current <see cref="T:System.Xml.XPath.XPathNavigator"></see>; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="T:System.Xml.XmlCharacterData">
-      <summary>Provides text manipulation methods that are used by several classes.</summary>
+    <member name="P:System.Xml.XPath.XPathNavigator.IsEmptyElement">
+      <summary>When overridden in a derived class, gets a value indicating whether the current node is an empty element without an end element tag.</summary>
+      <returns><see langword="true"></see> if the current node is an empty element; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlCharacterData.#ctor(System.String,System.Xml.XmlDocument)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlCharacterData"></see> class.</summary>
-      <param name="data">String that contains character data to be added to document.</param>
-      <param name="doc"><see cref="T:System.Xml.XmlDocument"></see> to contain character data.</param>
+    <member name="P:System.Xml.XPath.XPathNavigator.IsNode">
+      <summary>Gets a value indicating if the current node represents an XPath node.</summary>
+      <returns>Always returns <see langword="true"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlCharacterData.AppendData(System.String)">
-      <summary>Appends the specified string to the end of the character data of the node.</summary>
-      <param name="strData">The string to insert into the existing string.</param>
+    <member name="M:System.Xml.XPath.XPathNavigator.IsSamePosition(System.Xml.XPath.XPathNavigator)">
+      <summary>When overridden in a derived class, determines whether the current <see cref="T:System.Xml.XPath.XPathNavigator"></see> is at the same position as the specified <see cref="T:System.Xml.XPath.XPathNavigator"></see>.</summary>
+      <param name="other">The <see cref="T:System.Xml.XPath.XPathNavigator"></see> to compare to this <see cref="T:System.Xml.XPath.XPathNavigator"></see>.</param>
+      <returns><see langword="true"></see> if the two <see cref="T:System.Xml.XPath.XPathNavigator"></see> objects have the same position; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XmlCharacterData.Data">
-      <summary>Contains the data of the node.</summary>
-      <returns>The data of the node.</returns>
+    <member name="P:System.Xml.XPath.XPathNavigator.LocalName">
+      <summary>When overridden in a derived class, gets the <see cref="P:System.Xml.XPath.XPathNavigator.Name"></see> of the current node without any namespace prefix.</summary>
+      <returns>A <see cref="T:System.String"></see> that contains the local name of the current node, or <see cref="F:System.String.Empty"></see> if the current node does not have a name (for example, text or comment nodes).</returns>
     </member>
-    <member name="M:System.Xml.XmlCharacterData.DeleteData(System.Int32,System.Int32)">
-      <summary>Removes a range of characters from the node.</summary>
-      <param name="offset">The position within the string to start deleting.</param>
-      <param name="count">The number of characters to delete.</param>
+    <member name="M:System.Xml.XPath.XPathNavigator.LookupNamespace(System.String)">
+      <summary>Gets the namespace URI for the specified prefix.</summary>
+      <param name="prefix">The prefix whose namespace URI you want to resolve. To match the default namespace, pass <see cref="F:System.String.Empty"></see>.</param>
+      <returns>A <see cref="T:System.String"></see> that contains the namespace URI assigned to the namespace prefix specified; <see langword="null"></see> if no namespace URI is assigned to the prefix specified. The <see cref="T:System.String"></see> returned is atomized.</returns>
     </member>
-    <member name="P:System.Xml.XmlCharacterData.InnerText">
-      <summary>Gets or sets the concatenated values of the node and all the children of the node.</summary>
-      <returns>The concatenated values of the node and all the children of the node.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.LookupPrefix(System.String)">
+      <summary>Gets the prefix declared for the specified namespace URI.</summary>
+      <param name="namespaceURI">The namespace URI to resolve for the prefix.</param>
+      <returns>A <see cref="T:System.String"></see> that contains the namespace prefix assigned to the namespace URI specified; otherwise, <see cref="F:System.String.Empty"></see> if no prefix is assigned to the namespace URI specified. The <see cref="T:System.String"></see> returned is atomized.</returns>
     </member>
-    <member name="M:System.Xml.XmlCharacterData.InsertData(System.Int32,System.String)">
-      <summary>Inserts the specified string at the specified character offset.</summary>
-      <param name="offset">The position within the string to insert the supplied string data.</param>
-      <param name="strData">The string data that is to be inserted into the existing string.</param>
+    <member name="M:System.Xml.XPath.XPathNavigator.Matches(System.String)">
+      <summary>Determines whether the current node matches the specified XPath expression.</summary>
+      <param name="xpath">The XPath expression.</param>
+      <returns><see langword="true"></see> if the current node matches the specified XPath expression; otherwise, <see langword="false"></see>.</returns>
+      <exception cref="T:System.ArgumentException">The XPath expression cannot be evaluated.</exception>
+      <exception cref="T:System.Xml.XPath.XPathException">The XPath expression is not valid.</exception>
     </member>
-    <member name="P:System.Xml.XmlCharacterData.Length">
-      <summary>Gets the length of the data, in characters.</summary>
-      <returns>The length, in characters, of the string in the <see cref="System.Xml.XmlCharacterData.Data"></see> property. The length may be zero; that is, CharacterData nodes can be empty.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.Matches(System.Xml.XPath.XPathExpression)">
+      <summary>Determines whether the current node matches the specified <see cref="T:System.Xml.XPath.XPathExpression"></see>.</summary>
+      <param name="expr">An <see cref="T:System.Xml.XPath.XPathExpression"></see> object containing the compiled XPath expression.</param>
+      <returns><see langword="true"></see> if the current node matches the <see cref="T:System.Xml.XPath.XPathExpression"></see>; otherwise, <see langword="false"></see>.</returns>
+      <exception cref="T:System.ArgumentException">The XPath expression cannot be evaluated.</exception>
+      <exception cref="T:System.Xml.XPath.XPathException">The XPath expression is not valid.</exception>
     </member>
-    <member name="M:System.Xml.XmlCharacterData.ReplaceData(System.Int32,System.Int32,System.String)">
-      <summary>Replaces the specified number of characters starting at the specified offset with the specified string.</summary>
-      <param name="offset">The position within the string to start replacing.</param>
-      <param name="count">The number of characters to replace.</param>
-      <param name="strData">The new data that replaces the old string data.</param>
+    <member name="M:System.Xml.XPath.XPathNavigator.MoveTo(System.Xml.XPath.XPathNavigator)">
+      <summary>When overridden in a derived class, moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the same position as the specified <see cref="T:System.Xml.XPath.XPathNavigator"></see>.</summary>
+      <param name="other">The <see cref="T:System.Xml.XPath.XPathNavigator"></see> positioned on the node that you want to move to.</param>
+      <returns>Returns <see langword="true"></see> if the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is successful moving to the same position as the specified <see cref="T:System.Xml.XPath.XPathNavigator"></see>; otherwise, <see langword="false"></see>. If <see langword="false"></see>, the position of the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is unchanged.</returns>
     </member>
-    <member name="M:System.Xml.XmlCharacterData.Substring(System.Int32,System.Int32)">
-      <summary>Retrieves a substring of the full string from the specified range.</summary>
-      <param name="offset">The position within the string to start retrieving. An offset of zero indicates the starting point is at the start of the data.</param>
-      <param name="count">The number of characters to retrieve.</param>
-      <returns>The substring corresponding to the specified range.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.MoveToAttribute(System.String,System.String)">
+      <summary>Moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the attribute with the matching local name and namespace URI.</summary>
+      <param name="localName">The local name of the attribute.</param>
+      <param name="namespaceURI">The namespace URI of the attribute; <see langword="null"></see> for an empty namespace.</param>
+      <returns>Returns <see langword="true"></see> if the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is successful moving to the attribute; otherwise, <see langword="false"></see>. If <see langword="false"></see>, the position of the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is unchanged.</returns>
     </member>
-    <member name="P:System.Xml.XmlCharacterData.Value">
-      <summary>Gets or sets the value of the node.</summary>
-      <returns>The value of the node.</returns>
-      <exception cref="T:System.ArgumentException">Node is read-only.</exception>
+    <member name="M:System.Xml.XPath.XPathNavigator.MoveToChild(System.Xml.XPath.XPathNodeType)">
+      <summary>Moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the child node of the <see cref="T:System.Xml.XPath.XPathNodeType"></see> specified.</summary>
+      <param name="type">The <see cref="T:System.Xml.XPath.XPathNodeType"></see> of the child node to move to.</param>
+      <returns>Returns <see langword="true"></see> if the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is successful moving to the child node; otherwise, <see langword="false"></see>. If <see langword="false"></see>, the position of the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is unchanged.</returns>
     </member>
-    <member name="T:System.Xml.XmlComment">
-      <summary>Represents the content of an XML comment.</summary>
+    <member name="M:System.Xml.XPath.XPathNavigator.MoveToChild(System.String,System.String)">
+      <summary>Moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the child node with the local name and namespace URI specified.</summary>
+      <param name="localName">The local name of the child node to move to.</param>
+      <param name="namespaceURI">The namespace URI of the child node to move to.</param>
+      <returns>Returns <see langword="true"></see> if the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is successful moving to the child node; otherwise, <see langword="false"></see>. If <see langword="false"></see>, the position of the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is unchanged.</returns>
     </member>
-    <member name="M:System.Xml.XmlComment.#ctor(System.String,System.Xml.XmlDocument)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlComment"></see> class.</summary>
-      <param name="comment">The content of the comment element.</param>
     <param name="doc">The parent XML document.</param>
+    <member name="M:System.Xml.XPath.XPathNavigator.MoveToFirst">
+      <summary>Moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the first sibling node of the current node.</summary>
+      <returns>Returns <see langword="true"></see> if the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is successful moving to the first sibling node of the current node; <see langword="false"></see> if there is no first sibling, or if the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is currently positioned on an attribute node. If the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is already positioned on the first sibling, <see cref="T:System.Xml.XPath.XPathNavigator"></see> will return <see langword="true"></see> and will not move its position.  
If <see cref="M:System.Xml.XPath.XPathNavigator.MoveToFirst"></see> returns <see langword="false"></see> because there is no first sibling, or if <see cref="T:System.Xml.XPath.XPathNavigator"></see> is currently positioned on an attribute, the position of the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is unchanged.</returns>
     </member>
-    <member name="M:System.Xml.XmlComment.CloneNode(System.Boolean)">
-      <summary>Creates a duplicate of this node.</summary>
-      <param name="deep">true to recursively clone the subtree under the specified node; false to clone only the node itself. Because comment nodes do not have children, the cloned node always includes the text content, regardless of the parameter setting.</param>
-      <returns>The cloned node.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.MoveToFirstAttribute">
+      <summary>When overridden in a derived class, moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the first attribute of the current node.</summary>
+      <returns>Returns <see langword="true"></see> if the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is successful moving to the first attribute of the current node; otherwise, <see langword="false"></see>. If <see langword="false"></see>, the position of the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is unchanged.</returns>
     </member>
-    <member name="P:System.Xml.XmlComment.LocalName">
-      <summary>Gets the local name of the node.</summary>
-      <returns>For comment nodes, the value is #comment.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.MoveToFirstChild">
+      <summary>When overridden in a derived class, moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the first child node of the current node.</summary>
+      <returns>Returns <see langword="true"></see> if the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is successful moving to the first child node of the current node; otherwise, <see langword="false"></see>. If <see langword="false"></see>, the position of the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is unchanged.</returns>
     </member>
-    <member name="P:System.Xml.XmlComment.Name">
-      <summary>Gets the qualified name of the node.</summary>
-      <returns>For comment nodes, the value is #comment.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.MoveToFirstNamespace(System.Xml.XPath.XPathNamespaceScope)">
+      <summary>When overridden in a derived class, moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the first namespace node that matches the <see cref="T:System.Xml.XPath.XPathNamespaceScope"></see> specified.</summary>
+      <param name="namespaceScope">An <see cref="T:System.Xml.XPath.XPathNamespaceScope"></see> value describing the namespace scope.</param>
+      <returns>Returns <see langword="true"></see> if the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is successful moving to the first namespace node; otherwise, <see langword="false"></see>. If <see langword="false"></see>, the position of the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is unchanged.</returns>
     </member>
-    <member name="P:System.Xml.XmlComment.NodeType">
-      <summary>Gets the type of the current node.</summary>
-      <returns>For comment nodes, the value is XmlNodeType.Comment.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.MoveToFirstNamespace">
+      <summary>Moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to first namespace node of the current node.</summary>
+      <returns>Returns <see langword="true"></see> if the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is successful moving to the first namespace node; otherwise, <see langword="false"></see>. If <see langword="false"></see>, the position of the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is unchanged.</returns>
     </member>
-    <member name="M:System.Xml.XmlComment.WriteContentTo(System.Xml.XmlWriter)">
-      <summary>Saves all the children of the node to the specified <see cref="T:System.Xml.XmlWriter"></see>. Because comment nodes do not have children, this method has no effect.</summary>
-      <param name="w">The XmlWriter to which you want to save.</param>
+    <member name="M:System.Xml.XPath.XPathNavigator.MoveToFollowing(System.String,System.String,System.Xml.XPath.XPathNavigator)">
+      <summary>Moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the element with the local name and namespace URI specified, to the boundary specified, in document order.</summary>
+      <param name="localName">The local name of the element.</param>
+      <param name="namespaceURI">The namespace URI of the element.</param>
+      <param name="end">The <see cref="T:System.Xml.XPath.XPathNavigator"></see> object positioned on the element boundary which the current <see cref="T:System.Xml.XPath.XPathNavigator"></see> will not move past while searching for the following element.</param>
+      <returns><see langword="true"></see> if the <see cref="T:System.Xml.XPath.XPathNavigator"></see> moved successfully; otherwise <see langword="false"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlComment.WriteTo(System.Xml.XmlWriter)">
-      <summary>Saves the node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
-      <param name="w">The XmlWriter to which you want to save.</param>
+    <member name="M:System.Xml.XPath.XPathNavigator.MoveToFollowing(System.Xml.XPath.XPathNodeType,System.Xml.XPath.XPathNavigator)">
+      <summary>Moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the following element of the <see cref="T:System.Xml.XPath.XPathNodeType"></see> specified, to the boundary specified, in document order.</summary>
+      <param name="type">The <see cref="T:System.Xml.XPath.XPathNodeType"></see> of the element. The <see cref="T:System.Xml.XPath.XPathNodeType"></see> cannot be <see cref="F:System.Xml.XPath.XPathNodeType.Attribute"></see> or <see cref="F:System.Xml.XPath.XPathNodeType.Namespace"></see>.</param>
+      <param name="end">The <see cref="T:System.Xml.XPath.XPathNavigator"></see> object positioned on the element boundary which the current <see cref="T:System.Xml.XPath.XPathNavigator"></see> will not move past while searching for the following element.</param>
+      <returns><see langword="true"></see> if the <see cref="T:System.Xml.XPath.XPathNavigator"></see> moved successfully; otherwise <see langword="false"></see>.</returns>
     </member>
-    <member name="T:System.Xml.XmlConvert">
-      <summary>Encodes and decodes XML names, and provides methods for converting between common language runtime types and XML Schema definition language (XSD) types. When converting data types, the values returned are locale-independent.</summary>
+    <member name="M:System.Xml.XPath.XPathNavigator.MoveToFollowing(System.String,System.String)">
+      <summary>Moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the element with the local name and namespace URI specified in document order.</summary>
+      <param name="localName">The local name of the element.</param>
+      <param name="namespaceURI">The namespace URI of the element.</param>
+      <returns><see langword="true"></see> if the <see cref="T:System.Xml.XPath.XPathNavigator"></see> moved successfully; otherwise <see langword="false"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlConvert.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlConvert"></see> class.</summary>
+    <member name="M:System.Xml.XPath.XPathNavigator.MoveToFollowing(System.Xml.XPath.XPathNodeType)">
+      <summary>Moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the following element of the <see cref="T:System.Xml.XPath.XPathNodeType"></see> specified in document order.</summary>
+      <param name="type">The <see cref="T:System.Xml.XPath.XPathNodeType"></see> of the element. The <see cref="T:System.Xml.XPath.XPathNodeType"></see> cannot be <see cref="F:System.Xml.XPath.XPathNodeType.Attribute"></see> or <see cref="F:System.Xml.XPath.XPathNodeType.Namespace"></see>.</param>
+      <returns><see langword="true"></see> if the <see cref="T:System.Xml.XPath.XPathNavigator"></see> moved successfully; otherwise <see langword="false"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlConvert.DecodeName(System.String)">
-      <summary>Decodes a name. This method does the reverse of the <see cref="M:System.Xml.XmlConvert.EncodeName(System.String)"></see> and <see cref="M:System.Xml.XmlConvert.EncodeLocalName(System.String)"></see> methods.</summary>
-      <param name="name">The name to be transformed.</param>
-      <returns>The decoded name.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.MoveToId(System.String)">
+      <summary>When overridden in a derived class, moves to the node that has an attribute of type ID whose value matches the specified <see cref="T:System.String"></see>.</summary>
+      <param name="id">A <see cref="T:System.String"></see> representing the ID value of the node to which you want to move.</param>
+      <returns><see langword="true"></see> if the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is successful moving; otherwise, <see langword="false"></see>. If <see langword="false"></see>, the position of the navigator is unchanged.</returns>
     </member>
-    <member name="M:System.Xml.XmlConvert.EncodeLocalName(System.String)">
-      <summary>Converts the name to a valid XML local name.</summary>
-      <param name="name">The name to be encoded.</param>
-      <returns>The encoded name.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.MoveToNamespace(System.String)">
+      <summary>Moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the namespace node with the specified namespace prefix.</summary>
+      <param name="name">The namespace prefix of the namespace node.</param>
+      <returns><see langword="true"></see> if the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is successful moving to the specified namespace; <see langword="false"></see> if a matching namespace node was not found, or if the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is not positioned on an element node. If <see langword="false"></see>, the position of the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is unchanged.</returns>
     </member>
-    <member name="M:System.Xml.XmlConvert.EncodeName(System.String)">
-      <summary>Converts the name to a valid XML name.</summary>
-      <param name="name">A name to be translated.</param>
-      <returns>Returns the name with any invalid characters replaced by an escape string.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.MoveToNext">
+      <summary>When overridden in a derived class, moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the next sibling node of the current node.</summary>
+      <returns><see langword="true"></see> if the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is successful moving to the next sibling node; otherwise, <see langword="false"></see> if there are no more siblings or if the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is currently positioned on an attribute node. If <see langword="false"></see>, the position of the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is unchanged.</returns>
     </member>
-    <member name="M:System.Xml.XmlConvert.EncodeNmToken(System.String)">
-      <summary>Verifies the name is valid according to the XML specification.</summary>
-      <param name="name">The name to be encoded.</param>
-      <returns>The encoded name.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.MoveToNext(System.Xml.XPath.XPathNodeType)">
+      <summary>Moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the next sibling node of the current node that matches the <see cref="T:System.Xml.XPath.XPathNodeType"></see> specified.</summary>
+      <param name="type">The <see cref="T:System.Xml.XPath.XPathNodeType"></see> of the sibling node to move to.</param>
+      <returns><see langword="true"></see> if the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is successful moving to the next sibling node; otherwise, <see langword="false"></see> if there are no more siblings or if the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is currently positioned on an attribute node. If <see langword="false"></see>, the position of the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is unchanged.</returns>
     </member>
-    <member name="M:System.Xml.XmlConvert.IsNCNameChar(System.Char)">
-      <summary>Checks whether the passed-in character is a valid non-colon character type.</summary>
-      <param name="ch">The character to verify as a non-colon character.</param>
-      <returns>Returns true if the character is a valid non-colon character type; otherwise, false.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.MoveToNext(System.String,System.String)">
+      <summary>Moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the next sibling node with the local name and namespace URI specified.</summary>
+      <param name="localName">The local name of the next sibling node to move to.</param>
+      <param name="namespaceURI">The namespace URI of the next sibling node to move to.</param>
+      <returns>Returns <see langword="true"></see> if the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is successful moving to the next sibling node; <see langword="false"></see> if there are no more siblings, or if the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is currently positioned on an attribute node. If <see langword="false"></see>, the position of the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is unchanged.</returns>
     </member>
-    <member name="M:System.Xml.XmlConvert.IsPublicIdChar(System.Char)">
-      <summary>Returns the passed-in character instance if the character in the argument is a valid public id character, otherwise null.</summary>
-      <param name="ch"><see cref="T:System.Char"></see> object to validate.</param>
-      <returns>Returns the passed-in character if the character is a valid public id character, otherwise null.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.MoveToNextAttribute">
+      <summary>When overridden in a derived class, moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the next attribute.</summary>
+      <returns>Returns <see langword="true"></see> if the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is successful moving to the next attribute; <see langword="false"></see> if there are no more attributes. If <see langword="false"></see>, the position of the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is unchanged.</returns>
     </member>
-    <member name="M:System.Xml.XmlConvert.IsStartNCNameChar(System.Char)">
-      <summary>Checks if the passed-in character is a valid Start Name Character type.</summary>
-      <param name="ch">The character to validate.</param>
-      <returns>true if the character is a valid Start Name Character type; otherwise, false.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.MoveToNextNamespace">
+      <summary>Moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the next namespace node.</summary>
+      <returns>Returns <see langword="true"></see> if the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is successful moving to the next namespace node; otherwise, <see langword="false"></see>. If <see langword="false"></see>, the position of the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is unchanged.</returns>
     </member>
-    <member name="M:System.Xml.XmlConvert.IsWhitespaceChar(System.Char)">
-      <summary>Checks if the passed-in character is a valid XML whitespace character.</summary>
-      <param name="ch">The character to validate.</param>
-      <returns>true if the passed in character is a valid XML whitespace character; otherwise false.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.MoveToNextNamespace(System.Xml.XPath.XPathNamespaceScope)">
+      <summary>When overridden in a derived class, moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the next namespace node matching the <see cref="T:System.Xml.XPath.XPathNamespaceScope"></see> specified.</summary>
+      <param name="namespaceScope">An <see cref="T:System.Xml.XPath.XPathNamespaceScope"></see> value describing the namespace scope.</param>
+      <returns>Returns <see langword="true"></see> if the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is successful moving to the next namespace node; otherwise, <see langword="false"></see>. If <see langword="false"></see>, the position of the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is unchanged.</returns>
     </member>
-    <member name="M:System.Xml.XmlConvert.IsXmlChar(System.Char)">
-      <summary>Checks if the passed-in character is a valid XML character.</summary>
-      <param name="ch">The character to validate.</param>
-      <returns>true if the passed in character is a valid XML character; otherwise false.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.MoveToParent">
+      <summary>When overridden in a derived class, moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the parent node of the current node.</summary>
+      <returns>Returns <see langword="true"></see> if the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is successful moving to the parent node of the current node; otherwise, <see langword="false"></see>. If <see langword="false"></see>, the position of the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is unchanged.</returns>
     </member>
-    <member name="M:System.Xml.XmlConvert.IsXmlSurrogatePair(System.Char,System.Char)">
-      <summary>Checks if the passed-in surrogate pair of characters is a valid XML character.</summary>
-      <param name="lowChar">The surrogate character to validate.</param>
-      <param name="highChar">The surrogate character to validate.</param>
-      <returns>true if the passed in surrogate pair of characters is a valid XML character; otherwise false.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.MoveToPrevious">
+      <summary>When overridden in a derived class, moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the previous sibling node of the current node.</summary>
+      <returns>Returns <see langword="true"></see> if the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is successful moving to the previous sibling node; otherwise, <see langword="false"></see> if there is no previous sibling node or if the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is currently positioned on an attribute node. If <see langword="false"></see>, the position of the <see cref="T:System.Xml.XPath.XPathNavigator"></see> is unchanged.</returns>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToBoolean(System.String)">
-      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.Boolean"></see> equivalent.</summary>
-      <param name="s">The string to convert.</param>
-      <returns>A Boolean value, that is, true or false.</returns>
-      <exception cref="T:System.ArgumentNullException"><paramref name="s">s</paramref> is null.</exception>
-      <exception cref="T:System.FormatException"><paramref name="s">s</paramref> does not represent a Boolean value.</exception>
+    <member name="M:System.Xml.XPath.XPathNavigator.MoveToRoot">
+      <summary>Moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the root node that the current node belongs to.</summary>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToByte(System.String)">
-      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.Byte"></see> equivalent.</summary>
-      <param name="s">The string to convert.</param>
-      <returns>A Byte equivalent of the string.</returns>
-      <exception cref="T:System.ArgumentNullException"><paramref name="s">s</paramref> is null.</exception>
-      <exception cref="T:System.FormatException"><paramref name="s">s</paramref> is not in the correct format.</exception>
-      <exception cref="T:System.OverflowException"><paramref name="s">s</paramref> represents a number less than <see cref="System.Byte.MinValue"></see> or greater than <see cref="System.Byte.MaxValue"></see>.</exception>
+    <member name="P:System.Xml.XPath.XPathNavigator.Name">
+      <summary>When overridden in a derived class, gets the qualified name of the current node.</summary>
+      <returns>A <see cref="T:System.String"></see> that contains the qualified <see cref="P:System.Xml.XPath.XPathNavigator.Name"></see> of the current node, or <see cref="F:System.String.Empty"></see> if the current node does not have a name (for example, text or comment nodes).</returns>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToChar(System.String)">
-      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.Char"></see> equivalent.</summary>
-      <param name="s">The string containing a single character to convert.</param>
-      <returns>A Char representing the single character.</returns>
-      <exception cref="T:System.ArgumentNullException">The value of the <paramref name="s">s</paramref> parameter is null.</exception>
-      <exception cref="T:System.FormatException">The <paramref name="s">s</paramref> parameter contains more than one character.</exception>
+    <member name="P:System.Xml.XPath.XPathNavigator.NamespaceURI">
+      <summary>When overridden in a derived class, gets the namespace URI of the current node.</summary>
+      <returns>A <see cref="T:System.String"></see> that contains the namespace URI of the current node, or <see cref="F:System.String.Empty"></see> if the current node has no namespace URI.</returns>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToDateTime(System.String)">
-      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.DateTime"></see> equivalent.</summary>
-      <param name="s">The string to convert.</param>
-      <returns>A DateTime equivalent of the string.</returns>
-      <exception cref="T:System.ArgumentNullException"><paramref name="s">s</paramref> is null.</exception>
-      <exception cref="T:System.FormatException"><paramref name="s">s</paramref> is an empty string or is not in the correct format.</exception>
+    <member name="P:System.Xml.XPath.XPathNavigator.NameTable">
+      <summary>When overridden in a derived class, gets the <see cref="T:System.Xml.XmlNameTable"></see> of the <see cref="T:System.Xml.XPath.XPathNavigator"></see>.</summary>
+      <returns>An <see cref="T:System.Xml.XmlNameTable"></see> object enabling you to get the atomized version of a <see cref="T:System.String"></see> within the XML document.</returns>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToDateTime(System.String,System.String)">
-      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.DateTime"></see> equivalent.</summary>
-      <param name="s">The string to convert.</param>
-      <param name="format">The format structure to apply to the converted DateTime. Valid formats include &amp;quot;yyyy-MM-ddTHH:mm:sszzzzzz&amp;quot; and its subsets. The string is validated against this format.</param>
-      <returns>A DateTime equivalent of the string.</returns>
-      <exception cref="T:System.ArgumentNullException"><paramref name="s">s</paramref> is null.</exception>
-      <exception cref="T:System.FormatException"><paramref name="s">s</paramref> or <paramref name="format">format</paramref> is String.Empty  
- -or-  
- <paramref name="s">s</paramref> does not contain a date and time that corresponds to <paramref name="format">format</paramref>.</exception>
+    <member name="P:System.Xml.XPath.XPathNavigator.NavigatorComparer">
+      <summary>Gets an <see cref="T:System.Collections.IEqualityComparer"></see> used for equality comparison of <see cref="T:System.Xml.XPath.XPathNavigator"></see> objects.</summary>
+      <returns>An <see cref="T:System.Collections.IEqualityComparer"></see> used for equality comparison of <see cref="T:System.Xml.XPath.XPathNavigator"></see> objects.</returns>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToDateTime(System.String,System.String[])">
-      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.DateTime"></see> equivalent.</summary>
-      <param name="s">The string to convert.</param>
-      <param name="formats">An array containing the format structures to apply to the converted DateTime. Valid formats include &amp;quot;yyyy-MM-ddTHH:mm:sszzzzzz&amp;quot; and its subsets.</param>
-      <returns>A DateTime equivalent of the string.</returns>
-      <exception cref="T:System.ArgumentNullException"><paramref name="s">s</paramref> is null.</exception>
-      <exception cref="T:System.FormatException"><paramref name="s">s</paramref> or an element of <paramref name="formats">formats</paramref> is String.Empty  
- -or-  
- <paramref name="s">s</paramref> does not contain a date and time that corresponds to any of the elements of <paramref name="formats">formats</paramref>.</exception>
+    <member name="P:System.Xml.XPath.XPathNavigator.NodeType">
+      <summary>When overridden in a derived class, gets the <see cref="T:System.Xml.XPath.XPathNodeType"></see> of the current node.</summary>
+      <returns>One of the <see cref="T:System.Xml.XPath.XPathNodeType"></see> values representing the current node.</returns>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToDateTime(System.String,System.Xml.XmlDateTimeSerializationMode)">
-      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.DateTime"></see> using the <see cref="T:System.Xml.XmlDateTimeSerializationMode"></see> specified</summary>
-      <param name="s">The <see cref="T:System.String"></see> value to convert.</param>
-      <param name="dateTimeOption">One of the <see cref="T:System.Xml.XmlDateTimeSerializationMode"></see> values that specify whether the date should be converted to local time or preserved as Coordinated Universal Time (UTC), if it is a UTC date.</param>
-      <returns>A <see cref="System.DateTime"></see> equivalent of the <see cref="System.String"></see>.</returns>
-      <exception cref="T:System.NullReferenceException"><paramref name="s">s</paramref> is null.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="dateTimeOption">dateTimeOption</paramref> value is null.</exception>
-      <exception cref="T:System.FormatException"><paramref name="s">s</paramref> is an empty string or is not in a valid format.</exception>
+    <member name="P:System.Xml.XPath.XPathNavigator.OuterXml">
+      <summary>Gets or sets the markup representing the opening and closing tags of the current node and its child nodes.</summary>
+      <returns>A <see cref="T:System.String"></see> that contains the markup representing the opening and closing tags of the current node and its child nodes.</returns>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String[])">
-      <summary>Converts the supplied <see cref="T:System.String"></see> to a <see cref="T:System.DateTimeOffset"></see> equivalent.</summary>
-      <param name="s">The string to convert.</param>
-      <param name="formats">An array of formats from which s can be converted. Each format in formats can be any subset of the W3C Recommendation for the XML dateTime type. (For more information see http://www.w3.org/TR/xmlschema-2/#dateTime.) The string s is validated against one of these formats.</param>
-      <returns>The <see cref="System.DateTimeOffset"></see> equivalent of the supplied string.</returns>
+    <member name="P:System.Xml.XPath.XPathNavigator.Prefix">
+      <summary>When overridden in a derived class, gets the namespace prefix associated with the current node.</summary>
+      <returns>A <see cref="T:System.String"></see> that contains the namespace prefix associated with the current node.</returns>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String)">
-      <summary>Converts the supplied <see cref="T:System.String"></see> to a <see cref="T:System.DateTimeOffset"></see> equivalent.</summary>
-      <param name="s">The string to convert.</param>
-      <param name="format">The format from which s is converted. The format parameter can be any subset of the W3C Recommendation for the XML dateTime type. (For more information see http://www.w3.org/TR/xmlschema-2/#dateTime.) The string s is validated against this format.</param>
-      <returns>The <see cref="System.DateTimeOffset"></see> equivalent of the supplied string.</returns>
-      <exception cref="T:System.ArgumentNullException"><paramref name="s">s</paramref> is null.</exception>
-      <exception cref="T:System.FormatException"><paramref name="s">s</paramref> or <paramref name="format">format</paramref> is an empty string or is not in the specified format.</exception>
+    <member name="M:System.Xml.XPath.XPathNavigator.PrependChild">
+      <summary>Returns an <see cref="T:System.Xml.XmlWriter"></see> object used to create a new child node at the beginning of the list of child nodes of the current node.</summary>
+      <returns>An <see cref="T:System.Xml.XmlWriter"></see> object used to create a new child node at the beginning of the list of child nodes of the current node.</returns>
+      <exception cref="T:System.InvalidOperationException">The current node the <see cref="System.Xml.XPath.XPathNavigator"></see> is positioned on does not allow a new child node to be prepended.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToDateTimeOffset(System.String)">
-      <summary>Converts the supplied <see cref="T:System.String"></see> to a <see cref="T:System.DateTimeOffset"></see> equivalent.</summary>
-      <param name="s">The string to convert.  
- Note The string must conform to a subset of the W3C Recommendation for the XML dateTime type. For more information see http://www.w3.org/TR/xmlschema-2/#dateTime.</param>
-      <returns>The <see cref="System.DateTimeOffset"></see> equivalent of the supplied string.</returns>
-      <exception cref="T:System.ArgumentNullException"><paramref name="s">s</paramref> is null.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The argument passed to this method is outside the range of allowable values. For information about allowable values, see <see cref="System.DateTimeOffset"></see>.</exception>
-      <exception cref="T:System.FormatException">The argument passed to this method does not conform to a subset of the W3C Recommendations for the XML dateTime type. For more information see http://www.w3.org/TR/xmlschema-2/#dateTime.</exception>
+    <member name="M:System.Xml.XPath.XPathNavigator.PrependChild(System.String)">
+      <summary>Creates a new child node at the beginning of the list of child nodes of the current node using the XML string specified.</summary>
+      <param name="newChild">The XML data string for the new child node.</param>
+      <exception cref="T:System.ArgumentNullException">The XML string parameter is <see langword="null"></see>.</exception>
+      <exception cref="T:System.InvalidOperationException">The current node the <see cref="System.Xml.XPath.XPathNavigator"></see> is positioned on does not allow a new child node to be prepended.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
+      <exception cref="T:System.Xml.XmlException">The XML string parameter is not well-formed.</exception>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToDecimal(System.String)">
-      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.Decimal"></see> equivalent.</summary>
-      <param name="s">The string to convert.</param>
-      <returns>A Decimal equivalent of the string.</returns>
-      <exception cref="T:System.ArgumentNullException"><paramref name="s">s</paramref> is null.</exception>
-      <exception cref="T:System.FormatException"><paramref name="s">s</paramref> is not in the correct format.</exception>
-      <exception cref="T:System.OverflowException"><paramref name="s">s</paramref> represents a number less than <see cref="System.Decimal.MinValue"></see> or greater than <see cref="System.Decimal.MaxValue"></see>.</exception>
+    <member name="M:System.Xml.XPath.XPathNavigator.PrependChild(System.Xml.XmlReader)">
+      <summary>Creates a new child node at the beginning of the list of child nodes of the current node using the XML contents of the <see cref="T:System.Xml.XmlReader"></see> object specified.</summary>
+      <param name="newChild">An <see cref="T:System.Xml.XmlReader"></see> object positioned on the XML data for the new child node.</param>
+      <exception cref="T:System.ArgumentException">The <see cref="System.Xml.XmlReader"></see> object is in an error state or closed.</exception>
+      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.XmlReader"></see> object parameter is <see langword="null"></see>.</exception>
+      <exception cref="T:System.InvalidOperationException">The current node the <see cref="System.Xml.XPath.XPathNavigator"></see> is positioned on does not allow a new child node to be prepended.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
+      <exception cref="T:System.Xml.XmlException">The XML contents of the <see cref="System.Xml.XmlReader"></see> object parameter is not well-formed.</exception>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToDouble(System.String)">
-      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.Double"></see> equivalent.</summary>
-      <param name="s">The string to convert.</param>
-      <returns>A Double equivalent of the string.</returns>
-      <exception cref="T:System.ArgumentNullException"><paramref name="s">s</paramref> is null.</exception>
-      <exception cref="T:System.FormatException"><paramref name="s">s</paramref> is not in the correct format.</exception>
-      <exception cref="T:System.OverflowException"><paramref name="s">s</paramref> represents a number less than <see cref="System.Double.MinValue"></see> or greater than <see cref="System.Double.MaxValue"></see>.</exception>
+    <member name="M:System.Xml.XPath.XPathNavigator.PrependChild(System.Xml.XPath.XPathNavigator)">
+      <summary>Creates a new child node at the beginning of the list of child nodes of the current node using the nodes in the <see cref="T:System.Xml.XPath.XPathNavigator"></see> object specified.</summary>
+      <param name="newChild">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> object positioned on the node to add as the new child node.</param>
+      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.XPath.XPathNavigator"></see> object parameter is <see langword="null"></see>.</exception>
+      <exception cref="T:System.InvalidOperationException">The current node the <see cref="System.Xml.XPath.XPathNavigator"></see> is positioned on does not allow a new child node to be prepended.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToGuid(System.String)">
-      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.Guid"></see> equivalent.</summary>
-      <param name="s">The string to convert.</param>
-      <returns>A Guid equivalent of the string.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.PrependChildElement(System.String,System.String,System.String,System.String)">
+      <summary>Creates a new child element at the beginning of the list of child nodes of the current node using the namespace prefix, local name, and namespace URI specified with the value specified.</summary>
+      <param name="prefix">The namespace prefix of the new child element (if any).</param>
+      <param name="localName">The local name of the new child element (if any).</param>
+      <param name="namespaceURI">The namespace URI of the new child element (if any). <see cref="F:System.String.Empty"></see> and <see langword="null"></see> are equivalent.</param>
+      <param name="value">The value of the new child element. If <see cref="F:System.String.Empty"></see> or <see langword="null"></see> are passed, an empty element is created.</param>
+      <exception cref="T:System.InvalidOperationException">The current node the <see cref="System.Xml.XPath.XPathNavigator"></see> is positioned on does not allow a new child node to be prepended.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToInt16(System.String)">
-      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.Int16"></see> equivalent.</summary>
-      <param name="s">The string to convert.</param>
-      <returns>An Int16 equivalent of the string.</returns>
-      <exception cref="T:System.ArgumentNullException"><paramref name="s">s</paramref> is null.</exception>
-      <exception cref="T:System.FormatException"><paramref name="s">s</paramref> is not in the correct format.</exception>
-      <exception cref="T:System.OverflowException"><paramref name="s">s</paramref> represents a number less than <see cref="System.Int16.MinValue"></see> or greater than <see cref="System.Int16.MaxValue"></see>.</exception>
+    <member name="M:System.Xml.XPath.XPathNavigator.ReadSubtree">
+      <summary>Returns an <see cref="T:System.Xml.XmlReader"></see> object that contains the current node and its child nodes.</summary>
+      <returns>An <see cref="T:System.Xml.XmlReader"></see> object that contains the current node and its child nodes.</returns>
+      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.XPath.XPathNavigator"></see> is not positioned on an element node or the root node.</exception>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToInt32(System.String)">
-      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.Int32"></see> equivalent.</summary>
-      <param name="s">The string to convert.</param>
-      <returns>An Int32 equivalent of the string.</returns>
-      <exception cref="T:System.ArgumentNullException"><paramref name="s">s</paramref> is null.</exception>
-      <exception cref="T:System.FormatException"><paramref name="s">s</paramref> is not in the correct format.</exception>
-      <exception cref="T:System.OverflowException"><paramref name="s">s</paramref> represents a number less than <see cref="System.Int32.MinValue"></see> or greater than <see cref="System.Int32.MaxValue"></see>.</exception>
+    <member name="M:System.Xml.XPath.XPathNavigator.ReplaceRange(System.Xml.XPath.XPathNavigator)">
+      <summary>Replaces a range of sibling nodes from the current node to the node specified.</summary>
+      <param name="lastSiblingToReplace">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> positioned on the last sibling node in the range to replace.</param>
+      <returns>An <see cref="T:System.Xml.XmlWriter"></see> object used to specify the replacement range.</returns>
+      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.XPath.XPathNavigator"></see> specified is <see langword="null"></see>.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
+      <exception cref="T:System.InvalidOperationException">The last node to replace specified is not a valid sibling node of the current node.</exception>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToInt64(System.String)">
-      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.Int64"></see> equivalent.</summary>
-      <param name="s">The string to convert.</param>
-      <returns>An Int64 equivalent of the string.</returns>
-      <exception cref="T:System.ArgumentNullException"><paramref name="s">s</paramref> is null.</exception>
-      <exception cref="T:System.FormatException"><paramref name="s">s</paramref> is not in the correct format.</exception>
-      <exception cref="T:System.OverflowException"><paramref name="s">s</paramref> represents a number less than <see cref="System.Int64.MinValue"></see> or greater than <see cref="System.Int64.MaxValue"></see>.</exception>
+    <member name="M:System.Xml.XPath.XPathNavigator.ReplaceSelf(System.Xml.XPath.XPathNavigator)">
+      <summary>Replaces the current node with the contents of the <see cref="T:System.Xml.XPath.XPathNavigator"></see> object specified.</summary>
+      <param name="newNode">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> object positioned on the new node.</param>
+      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.XPath.XPathNavigator"></see> object parameter is <see langword="null"></see>.</exception>
+      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.XPath.XPathNavigator"></see> is not positioned on an element, text, processing instruction, or comment node.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
+      <exception cref="T:System.Xml.XmlException">The XML contents of the <see cref="System.Xml.XPath.XPathNavigator"></see> object parameter is not well-formed.</exception>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToSByte(System.String)">
-      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.SByte"></see> equivalent.</summary>
-      <param name="s">The string to convert.</param>
-      <returns>An SByte equivalent of the string.</returns>
-      <exception cref="T:System.ArgumentNullException"><paramref name="s">s</paramref> is null.</exception>
-      <exception cref="T:System.FormatException"><paramref name="s">s</paramref> is not in the correct format.</exception>
-      <exception cref="T:System.OverflowException"><paramref name="s">s</paramref> represents a number less than <see cref="System.SByte.MinValue"></see> or greater than <see cref="System.SByte.MaxValue"></see>.</exception>
+    <member name="M:System.Xml.XPath.XPathNavigator.ReplaceSelf(System.String)">
+      <summary>Replaces the current node with the content of the string specified.</summary>
+      <param name="newNode">The XML data string for the new node.</param>
+      <exception cref="T:System.ArgumentNullException">The XML string parameter is <see langword="null"></see>.</exception>
+      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.XPath.XPathNavigator"></see> is not positioned on an element, text, processing instruction, or comment node.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
+      <exception cref="T:System.Xml.XmlException">The XML string parameter is not well-formed.</exception>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToSingle(System.String)">
-      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.Single"></see> equivalent.</summary>
-      <param name="s">The string to convert.</param>
-      <returns>A Single equivalent of the string.</returns>
-      <exception cref="T:System.ArgumentNullException"><paramref name="s">s</paramref> is null.</exception>
-      <exception cref="T:System.FormatException"><paramref name="s">s</paramref> is not in the correct format.</exception>
-      <exception cref="T:System.OverflowException"><paramref name="s">s</paramref> represents a number less than <see cref="System.Single.MinValue"></see> or greater than <see cref="System.Single.MaxValue"></see>.</exception>
+    <member name="M:System.Xml.XPath.XPathNavigator.ReplaceSelf(System.Xml.XmlReader)">
+      <summary>Replaces the current node with the contents of the <see cref="T:System.Xml.XmlReader"></see> object specified.</summary>
+      <param name="newNode">An <see cref="T:System.Xml.XmlReader"></see> object positioned on the XML data for the new node.</param>
+      <exception cref="T:System.ArgumentException">The <see cref="System.Xml.XmlReader"></see> object is in an error state or closed.</exception>
+      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.XmlReader"></see> object parameter is <see langword="null"></see>.</exception>
+      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.XPath.XPathNavigator"></see> is not positioned on an element, text, processing instruction, or comment node.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
+      <exception cref="T:System.Xml.XmlException">The XML contents of the <see cref="System.Xml.XmlReader"></see> object parameter is not well-formed.</exception>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToString(System.Single)">
-      <summary>Converts the <see cref="T:System.Single"></see> to a <see cref="T:System.String"></see>.</summary>
-      <param name="value">The value to convert.</param>
-      <returns>A string representation of the Single.</returns>
+    <member name="P:System.Xml.XPath.XPathNavigator.SchemaInfo">
+      <summary>Gets the schema information that has been assigned to the current node as a result of schema validation.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.IXmlSchemaInfo"></see> object that contains the schema information for the current node.</returns>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToString(System.TimeSpan)">
-      <summary>Converts the <see cref="T:System.TimeSpan"></see> to a <see cref="T:System.String"></see>.</summary>
-      <param name="value">The value to convert.</param>
-      <returns>A string representation of the TimeSpan.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.Select(System.String)">
+      <summary>Selects a node set, using the specified XPath expression.</summary>
+      <param name="xpath">A <see cref="T:System.String"></see> representing an XPath expression.</param>
+      <returns>An <see cref="T:System.Xml.XPath.XPathNodeIterator"></see> pointing to the selected node set.</returns>
+      <exception cref="T:System.ArgumentException">The XPath expression contains an error or its return type is not a node set.</exception>
+      <exception cref="T:System.Xml.XPath.XPathException">The XPath expression is not valid.</exception>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToString(System.UInt16)">
-      <summary>Converts the <see cref="T:System.UInt16"></see> to a <see cref="T:System.String"></see>.</summary>
-      <param name="value">The value to convert.</param>
-      <returns>A string representation of the UInt16.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.Select(System.Xml.XPath.XPathExpression)">
+      <summary>Selects a node set using the specified <see cref="T:System.Xml.XPath.XPathExpression"></see>.</summary>
+      <param name="expr">An <see cref="T:System.Xml.XPath.XPathExpression"></see> object containing the compiled XPath query.</param>
+      <returns>An <see cref="T:System.Xml.XPath.XPathNodeIterator"></see> that points to the selected node set.</returns>
+      <exception cref="T:System.ArgumentException">The XPath expression contains an error or its return type is not a node set.</exception>
+      <exception cref="T:System.Xml.XPath.XPathException">The XPath expression is not valid.</exception>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToString(System.UInt32)">
-      <summary>Converts the <see cref="T:System.UInt32"></see> to a <see cref="T:System.String"></see>.</summary>
-      <param name="value">The value to convert.</param>
-      <returns>A string representation of the UInt32.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.Select(System.String,System.Xml.IXmlNamespaceResolver)">
+      <summary>Selects a node set using the specified XPath expression with the <see cref="T:System.Xml.IXmlNamespaceResolver"></see> object specified to resolve namespace prefixes.</summary>
+      <param name="xpath">A <see cref="T:System.String"></see> representing an XPath expression.</param>
+      <param name="resolver">The <see cref="T:System.Xml.IXmlNamespaceResolver"></see> object used to resolve namespace prefixes.</param>
+      <returns>An <see cref="T:System.Xml.XPath.XPathNodeIterator"></see> that points to the selected node set.</returns>
+      <exception cref="T:System.ArgumentException">The XPath expression contains an error or its return type is not a node set.</exception>
+      <exception cref="T:System.Xml.XPath.XPathException">The XPath expression is not valid.</exception>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToString(System.DateTimeOffset,System.String)">
-      <summary>Converts the supplied <see cref="T:System.DateTimeOffset"></see> to a <see cref="T:System.String"></see> in the specified format.</summary>
-      <param name="value">The <see cref="T:System.DateTimeOffset"></see> to be converted.</param>
-      <param name="format">The format to which s is converted. The format parameter can be any subset of the W3C Recommendation for the XML dateTime type. (For more information see http://www.w3.org/TR/xmlschema-2/#dateTime.)</param>
-      <returns>A <see cref="System.String"></see> representation in the specified format of the supplied <see cref="System.DateTimeOffset"></see>.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.SelectAncestors(System.Xml.XPath.XPathNodeType,System.Boolean)">
+      <summary>Selects all the ancestor nodes of the current node that have a matching <see cref="T:System.Xml.XPath.XPathNodeType"></see>.</summary>
+      <param name="type">The <see cref="T:System.Xml.XPath.XPathNodeType"></see> of the ancestor nodes.</param>
+      <param name="matchSelf">To include the context node in the selection, <see langword="true"></see>; otherwise, <see langword="false"></see>.</param>
+      <returns>An <see cref="T:System.Xml.XPath.XPathNodeIterator"></see> that contains the selected nodes. The returned nodes are in reverse document order.</returns>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToString(System.DateTime,System.String)">
-      <summary>Converts the <see cref="T:System.DateTime"></see> to a <see cref="T:System.String"></see>.</summary>
-      <param name="value">The value to convert.</param>
-      <param name="format">The format structure that defines how to display the converted string. Valid formats include &amp;quot;yyyy-MM-ddTHH:mm:sszzzzzz&amp;quot; and its subsets.</param>
-      <returns>A string representation of the DateTime in the specified format.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.SelectAncestors(System.String,System.String,System.Boolean)">
+      <summary>Selects all the ancestor nodes of the current node that have the specified local name and namespace URI.</summary>
+      <param name="name">The local name of the ancestor nodes.</param>
+      <param name="namespaceURI">The namespace URI of the ancestor nodes.</param>
+      <param name="matchSelf">To include the context node in the selection, <see langword="true"></see>; otherwise, <see langword="false"></see>.</param>
+      <returns>An <see cref="T:System.Xml.XPath.XPathNodeIterator"></see> that contains the selected nodes. The returned nodes are in reverse document order.</returns>
+      <exception cref="T:System.ArgumentNullException"><see langword="null"></see> cannot be passed as a parameter.</exception>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToString(System.DateTime,System.Xml.XmlDateTimeSerializationMode)">
-      <summary>Converts the <see cref="T:System.DateTime"></see> to a <see cref="T:System.String"></see> using the <see cref="T:System.Xml.XmlDateTimeSerializationMode"></see> specified.</summary>
-      <param name="value">The <see cref="T:System.DateTime"></see> value to convert.</param>
-      <param name="dateTimeOption">One of the <see cref="T:System.Xml.XmlDateTimeSerializationMode"></see> values that specify how to treat the <see cref="T:System.DateTime"></see> value.</param>
-      <returns>A <see cref="System.String"></see> equivalent of the <see cref="System.DateTime"></see>.</returns>
-      <exception cref="T:System.ArgumentException">The <paramref name="dateTimeOption">dateTimeOption</paramref> value is not valid.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="value">value</paramref> or <paramref name="dateTimeOption">dateTimeOption</paramref> value is null.</exception>
+    <member name="M:System.Xml.XPath.XPathNavigator.SelectChildren(System.Xml.XPath.XPathNodeType)">
+      <summary>Selects all the child nodes of the current node that have the matching <see cref="T:System.Xml.XPath.XPathNodeType"></see>.</summary>
+      <param name="type">The <see cref="T:System.Xml.XPath.XPathNodeType"></see> of the child nodes.</param>
+      <returns>An <see cref="T:System.Xml.XPath.XPathNodeIterator"></see> that contains the selected nodes.</returns>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToString(System.SByte)">
-      <summary>Converts the <see cref="T:System.SByte"></see> to a <see cref="T:System.String"></see>.</summary>
-      <param name="value">The value to convert.</param>
-      <returns>A string representation of the SByte.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.SelectChildren(System.String,System.String)">
+      <summary>Selects all the child nodes of the current node that have the local name and namespace URI specified.</summary>
+      <param name="name">The local name of the child nodes.</param>
+      <param name="namespaceURI">The namespace URI of the child nodes.</param>
+      <returns>An <see cref="T:System.Xml.XPath.XPathNodeIterator"></see> that contains the selected nodes.</returns>
+      <exception cref="T:System.ArgumentNullException"><see langword="null"></see> cannot be passed as a parameter.</exception>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToString(System.UInt64)">
-      <summary>Converts the <see cref="T:System.UInt64"></see> to a <see cref="T:System.String"></see>.</summary>
-      <param name="value">The value to convert.</param>
-      <returns>A string representation of the UInt64.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.SelectDescendants(System.Xml.XPath.XPathNodeType,System.Boolean)">
+      <summary>Selects all the descendant nodes of the current node that have a matching <see cref="T:System.Xml.XPath.XPathNodeType"></see>.</summary>
+      <param name="type">The <see cref="T:System.Xml.XPath.XPathNodeType"></see> of the descendant nodes.</param>
+      <param name="matchSelf"><see langword="true"></see> to include the context node in the selection; otherwise, <see langword="false"></see>.</param>
+      <returns>An <see cref="T:System.Xml.XPath.XPathNodeIterator"></see> that contains the selected nodes.</returns>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToString(System.Int64)">
-      <summary>Converts the <see cref="T:System.Int64"></see> to a <see cref="T:System.String"></see>.</summary>
-      <param name="value">The value to convert.</param>
-      <returns>A string representation of the Int64.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.SelectDescendants(System.String,System.String,System.Boolean)">
+      <summary>Selects all the descendant nodes of the current node with the local name and namespace URI specified.</summary>
+      <param name="name">The local name of the descendant nodes.</param>
+      <param name="namespaceURI">The namespace URI of the descendant nodes.</param>
+      <param name="matchSelf"><see langword="true"></see> to include the context node in the selection; otherwise, <see langword="false"></see>.</param>
+      <returns>An <see cref="T:System.Xml.XPath.XPathNodeIterator"></see> that contains the selected nodes.</returns>
+      <exception cref="T:System.ArgumentNullException"><see langword="null"></see> cannot be passed as a parameter.</exception>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToString(System.Boolean)">
-      <summary>Converts the <see cref="T:System.Boolean"></see> to a <see cref="T:System.String"></see>.</summary>
-      <param name="value">The value to convert.</param>
-      <returns>A string representation of the Boolean, that is, &amp;quot;true&amp;quot; or &amp;quot;false&amp;quot;.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.SelectSingleNode(System.String,System.Xml.IXmlNamespaceResolver)">
+      <summary>Selects a single node in the <see cref="T:System.Xml.XPath.XPathNavigator"></see> object using the specified XPath query with the <see cref="T:System.Xml.IXmlNamespaceResolver"></see> object specified to resolve namespace prefixes.</summary>
+      <param name="xpath">A <see cref="T:System.String"></see> representing an XPath expression.</param>
+      <param name="resolver">The <see cref="T:System.Xml.IXmlNamespaceResolver"></see> object used to resolve namespace prefixes in the XPath query.</param>
+      <returns>An <see cref="T:System.Xml.XPath.XPathNavigator"></see> object that contains the first matching node for the XPath query specified; otherwise <see langword="null"></see> if there are no query results.</returns>
+      <exception cref="T:System.ArgumentException">An error was encountered in the XPath query or the return type of the XPath expression is not a node.</exception>
+      <exception cref="T:System.Xml.XPath.XPathException">The XPath query is not valid.</exception>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToString(System.Int16)">
-      <summary>Converts the <see cref="T:System.Int16"></see> to a <see cref="T:System.String"></see>.</summary>
-      <param name="value">The value to convert.</param>
-      <returns>A string representation of the Int16.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.SelectSingleNode(System.String)">
+      <summary>Selects a single node in the <see cref="T:System.Xml.XPath.XPathNavigator"></see> using the specified XPath query.</summary>
+      <param name="xpath">A <see cref="T:System.String"></see> representing an XPath expression.</param>
+      <returns>An <see cref="T:System.Xml.XPath.XPathNavigator"></see> object that contains the first matching node for the XPath query specified; otherwise, <see langword="null"></see> if there are no query results.</returns>
+      <exception cref="T:System.ArgumentException">An error was encountered in the XPath query or the return type of the XPath expression is not a node.</exception>
+      <exception cref="T:System.Xml.XPath.XPathException">The XPath query is not valid.</exception>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToString(System.Guid)">
-      <summary>Converts the <see cref="T:System.Guid"></see> to a <see cref="T:System.String"></see>.</summary>
-      <param name="value">The value to convert.</param>
-      <returns>A string representation of the Guid.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.SelectSingleNode(System.Xml.XPath.XPathExpression)">
+      <summary>Selects a single node in the <see cref="T:System.Xml.XPath.XPathNavigator"></see> using the specified <see cref="T:System.Xml.XPath.XPathExpression"></see> object.</summary>
+      <param name="expression">An <see cref="T:System.Xml.XPath.XPathExpression"></see> object containing the compiled XPath query.</param>
+      <returns>An <see cref="T:System.Xml.XPath.XPathNavigator"></see> object that contains the first matching node for the XPath query specified; otherwise <see langword="null"></see> if there are no query results.</returns>
+      <exception cref="T:System.ArgumentException">An error was encountered in the XPath query or the return type of the XPath expression is not a node.</exception>
+      <exception cref="T:System.Xml.XPath.XPathException">The XPath query is not valid.</exception>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToString(System.Double)">
-      <summary>Converts the <see cref="T:System.Double"></see> to a <see cref="T:System.String"></see>.</summary>
-      <param name="value">The value to convert.</param>
-      <returns>A string representation of the Double.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.SetTypedValue(System.Object)">
+      <summary>Sets the typed value of the current node.</summary>
+      <param name="typedValue">The new typed value of the node.</param>
+      <exception cref="T:System.ArgumentException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support the type of the object specified.</exception>
+      <exception cref="T:System.ArgumentNullException">The value specified cannot be <see langword="null"></see>.</exception>
+      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.XPath.XPathNavigator"></see> is not positioned on an element or attribute node.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToString(System.Decimal)">
-      <summary>Converts the <see cref="T:System.Decimal"></see> to a <see cref="T:System.String"></see>.</summary>
-      <param name="value">The value to convert.</param>
-      <returns>A string representation of the Decimal.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.SetValue(System.String)">
+      <summary>Sets the value of the current node.</summary>
+      <param name="value">The new value of the node.</param>
+      <exception cref="T:System.ArgumentNullException">The value parameter is <see langword="null"></see>.</exception>
+      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.XPath.XPathNavigator"></see> is positioned on the root node, a namespace node, or the specified value is invalid.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToString(System.DateTimeOffset)">
-      <summary>Converts the supplied <see cref="T:System.DateTimeOffset"></see> to a <see cref="T:System.String"></see>.</summary>
-      <param name="value">The <see cref="T:System.DateTimeOffset"></see> to be converted.</param>
-      <returns>A <see cref="System.String"></see> representation of the supplied <see cref="System.DateTimeOffset"></see>.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.ToString">
+      <summary>Gets the text value of the current node.</summary>
+      <returns>A <see langword="string"></see> that contains the text value of the current node.</returns>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToString(System.DateTime)">
-      <summary>Converts the <see cref="T:System.DateTime"></see> to a <see cref="T:System.String"></see>.</summary>
-      <param name="value">The value to convert.</param>
-      <returns>A string representation of the DateTime in the format yyyy-MM-ddTHH:mm:ss where &amp;#39;T&amp;#39; is a constant literal.</returns>
+    <member name="P:System.Xml.XPath.XPathNavigator.TypedValue">
+      <summary>Gets the current node as a boxed object of the most appropriate .NET Framework type.</summary>
+      <returns>The current node as a boxed object of the most appropriate .NET Framework type.</returns>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToString(System.Char)">
-      <summary>Converts the <see cref="T:System.Char"></see> to a <see cref="T:System.String"></see>.</summary>
-      <param name="value">The value to convert.</param>
-      <returns>A string representation of the Char.</returns>
+    <member name="P:System.Xml.XPath.XPathNavigator.UnderlyingObject">
+      <summary>Used by <see cref="T:System.Xml.XPath.XPathNavigator"></see> implementations which provide a &amp;quot;virtualized&amp;quot; XML view over a store, to provide access to underlying objects.</summary>
+      <returns>The default is <see langword="null"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToString(System.Byte)">
-      <summary>Converts the <see cref="T:System.Byte"></see> to a <see cref="T:System.String"></see>.</summary>
-      <param name="value">The value to convert.</param>
-      <returns>A string representation of the Byte.</returns>
+    <member name="M:System.Xml.XPath.XPathNavigator.ValueAs(System.Type,System.Xml.IXmlNamespaceResolver)">
+      <summary>Gets the current node&amp;#39;s value as the <see cref="T:System.Type"></see> specified, using the <see cref="T:System.Xml.IXmlNamespaceResolver"></see> object specified to resolve namespace prefixes.</summary>
+      <param name="returnType">The <see cref="T:System.Type"></see> to return the current node&amp;#39;s value as.</param>
+      <param name="nsResolver">The <see cref="T:System.Xml.IXmlNamespaceResolver"></see> object used to resolve namespace prefixes.</param>
+      <returns>The value of the current node as the <see cref="T:System.Type"></see> requested.</returns>
+      <exception cref="T:System.FormatException">The current node&amp;#39;s value is not in the correct format for the target type.</exception>
+      <exception cref="T:System.InvalidCastException">The attempted cast is not valid.</exception>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToString(System.Int32)">
-      <summary>Converts the <see cref="T:System.Int32"></see> to a <see cref="T:System.String"></see>.</summary>
-      <param name="value">The value to convert.</param>
-      <returns>A string representation of the Int32.</returns>
-    </member>
-    <member name="M:System.Xml.XmlConvert.ToTimeSpan(System.String)">
-      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.TimeSpan"></see> equivalent.</summary>
-      <param name="s">The string to convert. The string format must conform to the W3C XML Schema Part 2: Datatypes recommendation for duration.</param>
-      <returns>A TimeSpan equivalent of the string.</returns>
-      <exception cref="T:System.FormatException"><paramref name="s">s</paramref> is not in correct format to represent a TimeSpan value.</exception>
-    </member>
-    <member name="M:System.Xml.XmlConvert.ToUInt16(System.String)">
-      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.UInt16"></see> equivalent.</summary>
-      <param name="s">The string to convert.</param>
-      <returns>A UInt16 equivalent of the string.</returns>
-      <exception cref="T:System.ArgumentNullException"><paramref name="s">s</paramref> is null.</exception>
-      <exception cref="T:System.FormatException"><paramref name="s">s</paramref> is not in the correct format.</exception>
-      <exception cref="T:System.OverflowException"><paramref name="s">s</paramref> represents a number less than <see cref="System.UInt16.MinValue"></see> or greater than <see cref="System.UInt16.MaxValue"></see>.</exception>
-    </member>
-    <member name="M:System.Xml.XmlConvert.ToUInt32(System.String)">
-      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.UInt32"></see> equivalent.</summary>
-      <param name="s">The string to convert.</param>
-      <returns>A UInt32 equivalent of the string.</returns>
-      <exception cref="T:System.ArgumentNullException"><paramref name="s">s</paramref> is null.</exception>
-      <exception cref="T:System.FormatException"><paramref name="s">s</paramref> is not in the correct format.</exception>
-      <exception cref="T:System.OverflowException"><paramref name="s">s</paramref> represents a number less than <see cref="System.UInt32.MinValue"></see> or greater than <see cref="System.UInt32.MaxValue"></see>.</exception>
+    <member name="P:System.Xml.XPath.XPathNavigator.ValueAsBoolean">
+      <summary>Gets the current node&amp;#39;s value as a <see cref="T:System.Boolean"></see>.</summary>
+      <returns>The current node&amp;#39;s value as a <see cref="T:System.Boolean"></see>.</returns>
+      <exception cref="T:System.FormatException">The current node&amp;#39;s string value cannot be converted to a <see cref="System.Boolean"></see>.</exception>
+      <exception cref="T:System.InvalidCastException">The attempted cast to <see cref="System.Boolean"></see> is not valid.</exception>
     </member>
-    <member name="M:System.Xml.XmlConvert.ToUInt64(System.String)">
-      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.UInt64"></see> equivalent.</summary>
-      <param name="s">The string to convert.</param>
-      <returns>A UInt64 equivalent of the string.</returns>
-      <exception cref="T:System.ArgumentNullException"><paramref name="s">s</paramref> is null.</exception>
-      <exception cref="T:System.FormatException"><paramref name="s">s</paramref> is not in the correct format.</exception>
-      <exception cref="T:System.OverflowException"><paramref name="s">s</paramref> represents a number less than <see cref="System.UInt64.MinValue"></see> or greater than <see cref="System.UInt64.MaxValue"></see>.</exception>
+    <member name="P:System.Xml.XPath.XPathNavigator.ValueAsDateTime">
+      <summary>Gets the current node&amp;#39;s value as a <see cref="T:System.DateTime"></see>.</summary>
+      <returns>The current node&amp;#39;s value as a <see cref="T:System.DateTime"></see>.</returns>
+      <exception cref="T:System.FormatException">The current node&amp;#39;s string value cannot be converted to a <see cref="System.DateTime"></see>.</exception>
+      <exception cref="T:System.InvalidCastException">The attempted cast to <see cref="System.DateTime"></see> is not valid.</exception>
     </member>
-    <member name="M:System.Xml.XmlConvert.VerifyName(System.String)">
-      <summary>Verifies that the name is a valid name according to the W3C Extended Markup Language recommendation.</summary>
-      <param name="name">The name to verify.</param>
-      <returns>The name, if it is a valid XML name.</returns>
-      <exception cref="T:System.Xml.XmlException"><paramref name="name">name</paramref> is not a valid XML name.</exception>
-      <exception cref="T:System.ArgumentNullException"><paramref name="name">name</paramref> is null or String.Empty.</exception>
+    <member name="P:System.Xml.XPath.XPathNavigator.ValueAsDouble">
+      <summary>Gets the current node&amp;#39;s value as a <see cref="T:System.Double"></see>.</summary>
+      <returns>The current node&amp;#39;s value as a <see cref="T:System.Double"></see>.</returns>
+      <exception cref="T:System.FormatException">The current node&amp;#39;s string value cannot be converted to a <see cref="System.Double"></see>.</exception>
+      <exception cref="T:System.InvalidCastException">The attempted cast to <see cref="System.Double"></see> is not valid.</exception>
     </member>
-    <member name="M:System.Xml.XmlConvert.VerifyNCName(System.String)">
-      <summary>Verifies that the name is a valid NCName according to the W3C Extended Markup Language recommendation. An NCName is a name that cannot contain a colon.</summary>
-      <param name="name">The name to verify.</param>
-      <returns>The name, if it is a valid NCName.</returns>
-      <exception cref="T:System.ArgumentNullException"><paramref name="name">name</paramref> is null or String.Empty.</exception>
-      <exception cref="T:System.Xml.XmlException"><paramref name="name">name</paramref> is not a valid non-colon name.</exception>
+    <member name="P:System.Xml.XPath.XPathNavigator.ValueAsInt">
+      <summary>Gets the current node&amp;#39;s value as an <see cref="T:System.Int32"></see>.</summary>
+      <returns>The current node&amp;#39;s value as an <see cref="T:System.Int32"></see>.</returns>
+      <exception cref="T:System.FormatException">The current node&amp;#39;s string value cannot be converted to a <see cref="System.Int32"></see>.</exception>
+      <exception cref="T:System.InvalidCastException">The attempted cast to <see cref="System.Int32"></see> is not valid.</exception>
     </member>
-    <member name="M:System.Xml.XmlConvert.VerifyNMTOKEN(System.String)">
-      <summary>Verifies that the string is a valid NMTOKEN according to the W3C XML Schema Part2: Datatypes recommendation</summary>
-      <param name="name">The string you wish to verify.</param>
-      <returns>The name token, if it is a valid NMTOKEN.</returns>
-      <exception cref="T:System.Xml.XmlException">The string is not a valid name token.</exception>
-      <exception cref="T:System.ArgumentNullException"><paramref name="name">name</paramref> is null.</exception>
+    <member name="P:System.Xml.XPath.XPathNavigator.ValueAsLong">
+      <summary>Gets the current node&amp;#39;s value as an <see cref="T:System.Int64"></see>.</summary>
+      <returns>The current node&amp;#39;s value as an <see cref="T:System.Int64"></see>.</returns>
+      <exception cref="T:System.FormatException">The current node&amp;#39;s string value cannot be converted to a <see cref="System.Int64"></see>.</exception>
+      <exception cref="T:System.InvalidCastException">The attempted cast to <see cref="System.Int64"></see> is not valid.</exception>
     </member>
-    <member name="M:System.Xml.XmlConvert.VerifyPublicId(System.String)">
-      <summary>Returns the passed in string instance if all the characters in the string argument are valid public id characters.</summary>
-      <param name="publicId"><see cref="T:System.String"></see> that contains the id to validate.</param>
-      <returns>Returns the passed-in string if all the characters in the argument are valid public id characters.</returns>
+    <member name="P:System.Xml.XPath.XPathNavigator.ValueType">
+      <summary>Gets the .NET Framework <see cref="T:System.Type"></see> of the current node.</summary>
+      <returns>The .NET Framework <see cref="T:System.Type"></see> of the current node. The default value is <see cref="T:System.String"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlConvert.VerifyTOKEN(System.String)">
-      <summary>Verifies that the string is a valid token according to the W3C XML Schema Part2: Datatypes recommendation.</summary>
-      <param name="token">The string value you wish to verify.</param>
-      <returns>The token, if it is a valid token.</returns>
-      <exception cref="T:System.Xml.XmlException">The string value is not a valid token.</exception>
+    <member name="M:System.Xml.XPath.XPathNavigator.WriteSubtree(System.Xml.XmlWriter)">
+      <summary>Streams the current node and its child nodes to the <see cref="T:System.Xml.XmlWriter"></see> object specified.</summary>
+      <param name="writer">The <see cref="T:System.Xml.XmlWriter"></see> object to stream to.</param>
     </member>
-    <member name="M:System.Xml.XmlConvert.VerifyWhitespace(System.String)">
-      <summary>Returns the passed-in string instance if all the characters in the string argument are valid whitespace characters.</summary>
-      <param name="content"><see cref="T:System.String"></see> to verify.</param>
-      <returns>Returns the passed-in string instance if all the characters in the string argument are valid whitespace characters, otherwise null.</returns>
+    <member name="P:System.Xml.XPath.XPathNavigator.XmlLang">
+      <summary>Gets the xml:lang scope for the current node.</summary>
+      <returns>A <see cref="T:System.String"></see> that contains the value of the xml:lang scope, or <see cref="F:System.String.Empty"></see> if the current node has no xml:lang scope value to return.</returns>
     </member>
-    <member name="M:System.Xml.XmlConvert.VerifyXmlChars(System.String)">
-      <summary>Returns the passed-in string if all the characters and surrogate pair characters in the string argument are valid XML characters, otherwise an XmlException is thrown with information on the first invalid character encountered.</summary>
-      <param name="content"><see cref="T:System.String"></see> that contains characters to verify.</param>
-      <returns>Returns the passed-in string if all the characters and surrogate-pair characters in the string argument are valid XML characters, otherwise an XmlException is thrown with information on the first invalid character encountered.</returns>
+    <member name="P:System.Xml.XPath.XPathNavigator.XmlType">
+      <summary>Gets the <see cref="T:System.Xml.Schema.XmlSchemaType"></see> information for the current node.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchemaType"></see> object; default is <see langword="null"></see>.</returns>
     </member>
-    <member name="T:System.Xml.XmlDateTimeSerializationMode">
-      <summary>Specifies how to treat the time value when converting between string and <see cref="T:System.DateTime"></see>.</summary>
+    <member name="M:System.Xml.XPath.XPathNavigator.System#ICloneable#Clone">
+      <summary>Creates a new copy of the <see cref="T:System.Xml.XPath.XPathNavigator"></see> object.</summary>
+      <returns>A new copy of the <see cref="T:System.Xml.XPath.XPathNavigator"></see> object.</returns>
     </member>
-    <member name="F:System.Xml.XmlDateTimeSerializationMode.Local">
-      <summary>Treat as local time. If the <see cref="T:System.DateTime"></see> object represents a Coordinated Universal Time (UTC), it is converted to the local time.</summary>
-      <returns></returns>
+    <member name="T:System.Xml.XPath.XPathNamespaceScope">
+      <summary>Defines the namespace scope.</summary>
     </member>
-    <member name="F:System.Xml.XmlDateTimeSerializationMode.RoundtripKind">
-      <summary>Time zone information should be preserved when converting.</summary>
+    <member name="F:System.Xml.XPath.XPathNamespaceScope.All">
+      <summary>Returns all namespaces defined in the scope of the current node. This includes the xmlns:xml namespace which is always declared implicitly. The order of the namespaces returned is not defined.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.XmlDateTimeSerializationMode.Unspecified">
-      <summary>Treat as a local time if a <see cref="T:System.DateTime"></see> is being converted to a string.</summary>
+    <member name="F:System.Xml.XPath.XPathNamespaceScope.ExcludeXml">
+      <summary>Returns all namespaces defined in the scope of the current node, excluding the xmlns:xml namespace. The xmlns:xml namespace is always declared implicitly. The order of the namespaces returned is not defined.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.XmlDateTimeSerializationMode.Utc">
-      <summary>Treat as a UTC. If the <see cref="T:System.DateTime"></see> object represents a local time, it is converted to a UTC.</summary>
+    <member name="F:System.Xml.XPath.XPathNamespaceScope.Local">
+      <summary>Returns all namespaces that are defined locally at the current node.</summary>
       <returns></returns>
     </member>
-    <member name="T:System.Xml.XmlDeclaration">
-      <summary>Represents the XML declaration node &amp;lt;?xml version=&amp;#39;1.0&amp;#39;...?&amp;gt;.</summary>
+    <member name="T:System.Xml.XPath.XPathItem">
+      <summary>Represents an item in the XQuery 1.0 and XPath 2.0 Data Model.</summary>
     </member>
-    <member name="M:System.Xml.XmlDeclaration.#ctor(System.String,System.String,System.String,System.Xml.XmlDocument)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlDeclaration"></see> class.</summary>
-      <param name="version">The XML version; see the <see cref="P:System.Xml.XmlDeclaration.Version"></see> property.</param>
-      <param name="encoding">The encoding scheme; see the <see cref="P:System.Xml.XmlDeclaration.Encoding"></see> property.</param>
-      <param name="standalone">Indicates whether the XML document depends on an external DTD; see the <see cref="P:System.Xml.XmlDeclaration.Standalone"></see> property.</param>
-      <param name="doc">The parent XML document.</param>
+    <member name="M:System.Xml.XPath.XPathItem.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XPath.XPathItem"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.XmlDeclaration.CloneNode(System.Boolean)">
-      <summary>Creates a duplicate of this node.</summary>
-      <param name="deep">true to recursively clone the subtree under the specified node; false to clone only the node itself. Because XmlDeclaration nodes do not have children, the cloned node always includes the data value, regardless of the parameter setting.</param>
-      <returns>The cloned node.</returns>
+    <member name="P:System.Xml.XPath.XPathItem.IsNode">
+      <summary>When overridden in a derived class, gets a value indicating whether the item represents an XPath node or an atomic value.</summary>
+      <returns><see langword="true"></see> if the item represents an XPath node; <see langword="false"></see> if the item represents an atomic value.</returns>
     </member>
-    <member name="P:System.Xml.XmlDeclaration.Encoding">
-      <summary>Gets or sets the encoding level of the XML document.</summary>
-      <returns>The valid character encoding name. The most commonly supported character encoding names for XML are the following:  
-  Category  
-
-  Encoding Names  
-
-  Unicode  
-
-  UTF-8, UTF-16  
-
-  ISO 10646  
-
-  ISO-10646-UCS-2, ISO-10646-UCS-4  
-
-  ISO 8859  
-
-  ISO-8859-n (where &amp;quot;n&amp;quot; is a digit from 1 to 9)  
-
-  JIS X-0208-1997  
-
-  ISO-2022-JP, Shift_JIS, EUC-JP  
-
-   
-
- This value is optional. If a value is not set, this property returns String.Empty.  
- If an encoding attribute is not included, UTF-8 encoding is assumed when the document is written or saved out.</returns>
+    <member name="P:System.Xml.XPath.XPathItem.TypedValue">
+      <summary>When overridden in a derived class, gets the current item as a boxed object of the most appropriate .NET Framework 2.0 type according to its schema type.</summary>
+      <returns>The current item as a boxed object of the most appropriate .NET Framework type.</returns>
     </member>
-    <member name="P:System.Xml.XmlDeclaration.InnerText">
-      <summary>Gets or sets the concatenated values of the XmlDeclaration.</summary>
-      <returns>The concatenated values of the XmlDeclaration (that is, everything between &amp;lt;?xml and ?&amp;gt;).</returns>
+    <member name="P:System.Xml.XPath.XPathItem.Value">
+      <summary>When overridden in a derived class, gets the <see langword="string"></see> value of the item.</summary>
+      <returns>The <see langword="string"></see> value of the item.</returns>
     </member>
-    <member name="P:System.Xml.XmlDeclaration.LocalName">
-      <summary>Gets the local name of the node.</summary>
-      <returns>For XmlDeclaration nodes, the local name is xml.</returns>
+    <member name="M:System.Xml.XPath.XPathItem.ValueAs(System.Type)">
+      <summary>Returns the item&amp;#39;s value as the specified type.</summary>
+      <param name="returnType">The type to return the item value as.</param>
+      <returns>The value of the item as the type requested.</returns>
+      <exception cref="T:System.FormatException">The item&amp;#39;s value is not in the correct format for the target type.</exception>
+      <exception cref="T:System.InvalidCastException">The attempted cast is not valid.</exception>
+      <exception cref="T:System.OverflowException">The attempted cast resulted in an overflow.</exception>
     </member>
-    <member name="P:System.Xml.XmlDeclaration.Name">
-      <summary>Gets the qualified name of the node.</summary>
-      <returns>For XmlDeclaration nodes, the name is xml.</returns>
+    <member name="M:System.Xml.XPath.XPathItem.ValueAs(System.Type,System.Xml.IXmlNamespaceResolver)">
+      <summary>When overridden in a derived class, returns the item&amp;#39;s value as the type specified using the <see cref="T:System.Xml.IXmlNamespaceResolver"></see> object specified to resolve namespace prefixes.</summary>
+      <param name="returnType">The type to return the item&amp;#39;s value as.</param>
+      <param name="nsResolver">The <see cref="T:System.Xml.IXmlNamespaceResolver"></see> object used to resolve namespace prefixes.</param>
+      <returns>The value of the item as the type requested.</returns>
+      <exception cref="T:System.FormatException">The item&amp;#39;s value is not in the correct format for the target type.</exception>
+      <exception cref="T:System.InvalidCastException">The attempted cast is not valid.</exception>
+      <exception cref="T:System.OverflowException">The attempted cast resulted in an overflow.</exception>
     </member>
-    <member name="P:System.Xml.XmlDeclaration.NodeType">
-      <summary>Gets the type of the current node.</summary>
-      <returns>For XmlDeclaration nodes, this value is XmlNodeType.XmlDeclaration.</returns>
+    <member name="P:System.Xml.XPath.XPathItem.ValueAsBoolean">
+      <summary>When overridden in a derived class, gets the item&amp;#39;s value as a <see cref="T:System.Boolean"></see>.</summary>
+      <returns>The item&amp;#39;s value as a <see cref="T:System.Boolean"></see>.</returns>
+      <exception cref="T:System.FormatException">The item&amp;#39;s value is not in the correct format for the <see cref="System.Boolean"></see> type.</exception>
+      <exception cref="T:System.InvalidCastException">The attempted cast to <see cref="System.Boolean"></see> is not valid.</exception>
     </member>
-    <member name="P:System.Xml.XmlDeclaration.Standalone">
-      <summary>Gets or sets the value of the standalone attribute.</summary>
-      <returns>Valid values are yes if all entity declarations required by the XML document are contained within the document or no if an external document type definition (DTD) is required. If a standalone attribute is not present in the XML declaration, this property returns String.Empty.</returns>
+    <member name="P:System.Xml.XPath.XPathItem.ValueAsDateTime">
+      <summary>When overridden in a derived class, gets the item&amp;#39;s value as a <see cref="T:System.DateTime"></see>.</summary>
+      <returns>The item&amp;#39;s value as a <see cref="T:System.DateTime"></see>.</returns>
+      <exception cref="T:System.FormatException">The item&amp;#39;s value is not in the correct format for the <see cref="System.DateTime"></see> type.</exception>
+      <exception cref="T:System.InvalidCastException">The attempted cast to <see cref="System.DateTime"></see> is not valid.</exception>
     </member>
-    <member name="P:System.Xml.XmlDeclaration.Value">
-      <summary>Gets or sets the value of the XmlDeclaration.</summary>
-      <returns>The contents of the XmlDeclaration (that is, everything between &amp;lt;?xml and ?&amp;gt;).</returns>
+    <member name="P:System.Xml.XPath.XPathItem.ValueAsDouble">
+      <summary>When overridden in a derived class, gets the item&amp;#39;s value as a <see cref="T:System.Double"></see>.</summary>
+      <returns>The item&amp;#39;s value as a <see cref="T:System.Double"></see>.</returns>
+      <exception cref="T:System.FormatException">The item&amp;#39;s value is not in the correct format for the <see cref="System.Double"></see> type.</exception>
+      <exception cref="T:System.InvalidCastException">The attempted cast to <see cref="System.Double"></see> is not valid.</exception>
+      <exception cref="T:System.OverflowException">The attempted cast resulted in an overflow.</exception>
     </member>
-    <member name="P:System.Xml.XmlDeclaration.Version">
-      <summary>Gets the XML version of the document.</summary>
-      <returns>The value is always 1.0.</returns>
+    <member name="P:System.Xml.XPath.XPathItem.ValueAsInt">
+      <summary>When overridden in a derived class, gets the item&amp;#39;s value as an <see cref="T:System.Int32"></see>.</summary>
+      <returns>The item&amp;#39;s value as an <see cref="T:System.Int32"></see>.</returns>
+      <exception cref="T:System.FormatException">The item&amp;#39;s value is not in the correct format for the <see cref="System.Int32"></see> type.</exception>
+      <exception cref="T:System.InvalidCastException">The attempted cast to <see cref="System.Int32"></see> is not valid.</exception>
+      <exception cref="T:System.OverflowException">The attempted cast resulted in an overflow.</exception>
     </member>
-    <member name="M:System.Xml.XmlDeclaration.WriteContentTo(System.Xml.XmlWriter)">
-      <summary>Saves the children of the node to the specified <see cref="T:System.Xml.XmlWriter"></see>. Because XmlDeclaration nodes do not have children, this method has no effect.</summary>
-      <param name="w">The XmlWriter to which you want to save.</param>
+    <member name="P:System.Xml.XPath.XPathItem.ValueAsLong">
+      <summary>When overridden in a derived class, gets the item&amp;#39;s value as an <see cref="T:System.Int64"></see>.</summary>
+      <returns>The item&amp;#39;s value as an <see cref="T:System.Int64"></see>.</returns>
+      <exception cref="T:System.FormatException">The item&amp;#39;s value is not in the correct format for the <see cref="System.Int64"></see> type.</exception>
+      <exception cref="T:System.InvalidCastException">The attempted cast to <see cref="System.Int64"></see> is not valid.</exception>
+      <exception cref="T:System.OverflowException">The attempted cast resulted in an overflow.</exception>
     </member>
-    <member name="M:System.Xml.XmlDeclaration.WriteTo(System.Xml.XmlWriter)">
-      <summary>Saves the node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
-      <param name="w">The XmlWriter to which you want to save.</param>
+    <member name="P:System.Xml.XPath.XPathItem.ValueType">
+      <summary>When overridden in a derived class, gets the .NET Framework 2.0 type of the item.</summary>
+      <returns>The .NET Framework type of the item. The default value is <see cref="T:System.String"></see>.</returns>
     </member>
-    <member name="T:System.Xml.XmlDocument">
-      <summary>Represents an XML document. You can use this class to load, validate, edit, add, and position XML in a document.</summary>
+    <member name="P:System.Xml.XPath.XPathItem.XmlType">
+      <summary>When overridden in a derived class, gets the <see cref="T:System.Xml.Schema.XmlSchemaType"></see> for the item.</summary>
+      <returns>The <see cref="T:System.Xml.Schema.XmlSchemaType"></see> for the item.</returns>
     </member>
-    <member name="M:System.Xml.XmlDocument.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlDocument"></see> class.</summary>
+    <member name="T:System.Xml.XPath.XPathExpression">
+      <summary>Provides a typed class that represents a compiled XPath expression.</summary>
     </member>
-    <member name="M:System.Xml.XmlDocument.#ctor(System.Xml.XmlImplementation)">
-      <summary>Initializes a new instance of the XmlDocument class with the specified <see cref="T:System.Xml.XmlImplementation"></see>.</summary>
-      <param name="imp">The XmlImplementation to use.</param>
+    <member name="M:System.Xml.XPath.XPathExpression.AddSort(System.Object,System.Collections.IComparer)">
+      <summary>When overridden in a derived class, sorts the nodes selected by the XPath expression according to the specified <see cref="T:System.Collections.IComparer"></see> object.</summary>
+      <param name="expr">An object representing the sort key. This can be the <see langword="string"></see> value of the node or an <see cref="T:System.Xml.XPath.XPathExpression"></see> object with a compiled XPath expression.</param>
+      <param name="comparer">An <see cref="T:System.Collections.IComparer"></see> object that provides the specific data type comparisons for comparing two objects for equivalence.</param>
+      <exception cref="T:System.Xml.XPath.XPathException">The <see cref="System.Xml.XPath.XPathExpression"></see> or sort key includes a prefix and either an <see cref="System.Xml.XmlNamespaceManager"></see> is not provided, or the prefix cannot be found in the supplied <see cref="System.Xml.XmlNamespaceManager"></see>.</exception>
     </member>
-    <member name="M:System.Xml.XmlDocument.#ctor(System.Xml.XmlNameTable)">
-      <summary>Initializes a new instance of the XmlDocument class with the specified <see cref="T:System.Xml.XmlNameTable"></see>.</summary>
-      <param name="nt">The XmlNameTable to use.</param>
+    <member name="M:System.Xml.XPath.XPathExpression.AddSort(System.Object,System.Xml.XPath.XmlSortOrder,System.Xml.XPath.XmlCaseOrder,System.String,System.Xml.XPath.XmlDataType)">
+      <summary>When overridden in a derived class, sorts the nodes selected by the XPath expression according to the supplied parameters.</summary>
+      <param name="expr">An object representing the sort key. This can be the <see langword="string"></see> value of the node or an <see cref="T:System.Xml.XPath.XPathExpression"></see> object with a compiled XPath expression.</param>
+      <param name="order">An <see cref="T:System.Xml.XPath.XmlSortOrder"></see> value indicating the sort order.</param>
+      <param name="caseOrder">An <see cref="T:System.Xml.XPath.XmlCaseOrder"></see> value indicating how to sort uppercase and lowercase letters.</param>
+      <param name="lang">The language to use for comparison. Uses the <see cref="T:System.Globalization.CultureInfo"></see> class that can be passed to the <see cref="Overload:System.String.Compare"></see> method for the language types, for example, &amp;quot;us-en&amp;quot; for U.S. English. If an empty string is specified, the system environment is used to determine the <see cref="T:System.Globalization.CultureInfo"></see>.</param>
+      <param name="dataType">An <see cref="T:System.Xml.XPath.XmlDataType"></see> value indicating the sort order for the data type.</param>
+      <exception cref="T:System.Xml.XPath.XPathException">The <see cref="System.Xml.XPath.XPathExpression"></see> or sort key includes a prefix and either an <see cref="System.Xml.XmlNamespaceManager"></see> is not provided, or the prefix cannot be found in the supplied <see cref="System.Xml.XmlNamespaceManager"></see>.</exception>
     </member>
-    <member name="P:System.Xml.XmlDocument.BaseURI">
-      <summary>Gets the base URI of the current node.</summary>
-      <returns>The location from which the node was loaded.</returns>
+    <member name="M:System.Xml.XPath.XPathExpression.Clone">
+      <summary>When overridden in a derived class, returns a clone of this <see cref="T:System.Xml.XPath.XPathExpression"></see>.</summary>
+      <returns>A new <see cref="T:System.Xml.XPath.XPathExpression"></see> object.</returns>
     </member>
-    <member name="M:System.Xml.XmlDocument.CloneNode(System.Boolean)">
-      <summary>Creates a duplicate of this node.</summary>
-      <param name="deep">true to recursively clone the subtree under the specified node; false to clone only the node itself.</param>
-      <returns>The cloned XmlDocument node.</returns>
+    <member name="M:System.Xml.XPath.XPathExpression.Compile(System.String)">
+      <summary>Compiles the XPath expression specified and returns an <see cref="T:System.Xml.XPath.XPathExpression"></see> object representing the XPath expression.</summary>
+      <param name="xpath">An XPath expression.</param>
+      <returns>An <see cref="T:System.Xml.XPath.XPathExpression"></see> object.</returns>
+      <exception cref="T:System.ArgumentException">The XPath expression parameter is not a valid XPath expression.</exception>
+      <exception cref="T:System.Xml.XPath.XPathException">The XPath expression is not valid.</exception>
     </member>
-    <member name="M:System.Xml.XmlDocument.CreateAttribute(System.String)">
-      <summary>Creates an <see cref="T:System.Xml.XmlAttribute"></see> with the specified <see cref="P:System.Xml.XmlDocument.Name"></see>.</summary>
-      <param name="name">The qualified name of the attribute. If the name contains a colon, the <see cref="P:System.Xml.XmlNode.Prefix"></see> property reflects the part of the name preceding the first colon and the <see cref="P:System.Xml.XmlDocument.LocalName"></see> property reflects the part of the name following the first colon. The <see cref="P:System.Xml.XmlNode.NamespaceURI"></see> remains empty unless the prefix is a recognized built-in prefix such as xmlns. In this case NamespaceURI has a value of http://www.w3.org/2000/xmlns/.</param>
-      <returns>The new XmlAttribute.</returns>
+    <member name="M:System.Xml.XPath.XPathExpression.Compile(System.String,System.Xml.IXmlNamespaceResolver)">
+      <summary>Compiles the specified XPath expression, with the <see cref="T:System.Xml.IXmlNamespaceResolver"></see> object specified for namespace resolution, and returns an <see cref="T:System.Xml.XPath.XPathExpression"></see> object that represents the XPath expression.</summary>
+      <param name="xpath">An XPath expression.</param>
+      <param name="nsResolver">An object that implements the <see cref="T:System.Xml.IXmlNamespaceResolver"></see> interface for namespace resolution.</param>
+      <returns>An <see cref="T:System.Xml.XPath.XPathExpression"></see> object.</returns>
+      <exception cref="T:System.ArgumentException">The XPath expression parameter is not a valid XPath expression.</exception>
+      <exception cref="T:System.Xml.XPath.XPathException">The XPath expression is not valid.</exception>
     </member>
-    <member name="M:System.Xml.XmlDocument.CreateAttribute(System.String,System.String)">
-      <summary>Creates an <see cref="T:System.Xml.XmlAttribute"></see> with the specified qualified name and <see cref="P:System.Xml.XmlNode.NamespaceURI"></see>.</summary>
-      <param name="qualifiedName">The qualified name of the attribute. If the name contains a colon then the <see cref="P:System.Xml.XmlNode.Prefix"></see> property will reflect the part of the name preceding the colon and the <see cref="P:System.Xml.XmlDocument.LocalName"></see> property will reflect the part of the name after the colon.</param>
-      <param name="namespaceURI">The namespaceURI of the attribute. If the qualified name includes a prefix of xmlns, then this parameter must be http://www.w3.org/2000/xmlns/.</param>
-      <returns>The new XmlAttribute.</returns>
+    <member name="P:System.Xml.XPath.XPathExpression.Expression">
+      <summary>When overridden in a derived class, gets a <see langword="string"></see> representation of the <see cref="T:System.Xml.XPath.XPathExpression"></see>.</summary>
+      <returns>A <see langword="string"></see> representation of the <see cref="T:System.Xml.XPath.XPathExpression"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlDocument.CreateAttribute(System.String,System.String,System.String)">
-      <summary>Creates an <see cref="T:System.Xml.XmlAttribute"></see> with the specified <see cref="P:System.Xml.XmlNode.Prefix"></see>, <see cref="P:System.Xml.XmlDocument.LocalName"></see>, and <see cref="P:System.Xml.XmlNode.NamespaceURI"></see>.</summary>
-      <param name="prefix">The prefix of the attribute (if any). String.Empty and null are equivalent.</param>
-      <param name="localName">The local name of the attribute.</param>
-      <param name="namespaceURI">The namespace URI of the attribute (if any). String.Empty and null are equivalent. If prefix is xmlns, then this parameter must be http://www.w3.org/2000/xmlns/; otherwise an exception is thrown.</param>
-      <returns>The new XmlAttribute.</returns>
+    <member name="P:System.Xml.XPath.XPathExpression.ReturnType">
+      <summary>When overridden in a derived class, gets the result type of the XPath expression.</summary>
+      <returns>An <see cref="T:System.Xml.XPath.XPathResultType"></see> value representing the result type of the XPath expression.</returns>
     </member>
-    <member name="M:System.Xml.XmlDocument.CreateCDataSection(System.String)">
-      <summary>Creates an <see cref="T:System.Xml.XmlCDataSection"></see> containing the specified data.</summary>
-      <param name="data">The content of the new XmlCDataSection.</param>
-      <returns>The new XmlCDataSection.</returns>
-    </member>
-    <member name="M:System.Xml.XmlDocument.CreateComment(System.String)">
-      <summary>Creates an <see cref="T:System.Xml.XmlComment"></see> containing the specified data.</summary>
-      <param name="data">The content of the new XmlComment.</param>
-      <returns>The new XmlComment.</returns>
+    <member name="M:System.Xml.XPath.XPathExpression.SetContext(System.Xml.IXmlNamespaceResolver)">
+      <summary>When overridden in a derived class, specifies the <see cref="T:System.Xml.IXmlNamespaceResolver"></see> object to use for namespace resolution.</summary>
+      <param name="nsResolver">An object that implements the <see cref="T:System.Xml.IXmlNamespaceResolver"></see> interface to use for namespace resolution.</param>
+      <exception cref="T:System.Xml.XPath.XPathException">The <see cref="System.Xml.IXmlNamespaceResolver"></see> object parameter is not derived from <see cref="System.Xml.IXmlNamespaceResolver"></see>.</exception>
     </member>
-    <member name="M:System.Xml.XmlDocument.CreateDefaultAttribute(System.String,System.String,System.String)">
-      <summary>Creates a default attribute with the specified prefix, local name and namespace URI.</summary>
-      <param name="prefix">The prefix of the attribute (if any).</param>
-      <param name="localName">The local name of the attribute.</param>
-      <param name="namespaceURI">The namespace URI of the attribute (if any).</param>
-      <returns>The new <see cref="System.Xml.XmlAttribute"></see>.</returns>
+    <member name="M:System.Xml.XPath.XPathExpression.SetContext(System.Xml.XmlNamespaceManager)">
+      <summary>When overridden in a derived class, specifies the <see cref="T:System.Xml.XmlNamespaceManager"></see> object to use for namespace resolution.</summary>
+      <param name="nsManager">An <see cref="T:System.Xml.XmlNamespaceManager"></see> object to use for namespace resolution.</param>
+      <exception cref="T:System.Xml.XPath.XPathException">The <see cref="System.Xml.XmlNamespaceManager"></see> object parameter is not derived from the <see cref="System.Xml.XmlNamespaceManager"></see> class.</exception>
     </member>
-    <member name="M:System.Xml.XmlDocument.CreateDocumentFragment">
-      <summary>Creates an <see cref="T:System.Xml.XmlDocumentFragment"></see>.</summary>
-      <returns>The new XmlDocumentFragment.</returns>
+    <member name="T:System.Xml.XPath.XmlSortOrder">
+      <summary>Specifies the sort order.</summary>
     </member>
-    <member name="M:System.Xml.XmlDocument.CreateDocumentType(System.String,System.String,System.String,System.String)">
-      <summary>Returns a new <see cref="T:System.Xml.XmlDocumentType"></see> object.</summary>
-      <param name="name">Name of the document type.</param>
-      <param name="publicId">The public identifier of the document type or null. You can specify a public URI and also a system identifier to identify the location of the external DTD subset.</param>
-      <param name="systemId">The system identifier of the document type or null. Specifies the URL of the file location for the external DTD subset.</param>
-      <param name="internalSubset">The DTD internal subset of the document type or null.</param>
-      <returns>The new XmlDocumentType.</returns>
+    <member name="F:System.Xml.XPath.XmlSortOrder.Ascending">
+      <summary>Nodes are sorted in ascending order. For example, if the numbers 1,2,3, and 4 are sorted in ascending order, they appear as 1,2,3,4.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlDocument.CreateElement(System.String)">
-      <summary>Creates an element with the specified name.</summary>
-      <param name="name">The qualified name of the element. If the name contains a colon then the <see cref="P:System.Xml.XmlNode.Prefix"></see> property reflects the part of the name preceding the colon and the <see cref="P:System.Xml.XmlDocument.LocalName"></see> property reflects the part of the name after the colon. The qualified name cannot include a prefix of&amp;#39;xmlns&amp;#39;.</param>
-      <returns>The new XmlElement.</returns>
+    <member name="F:System.Xml.XPath.XmlSortOrder.Descending">
+      <summary>Nodes are sorted in descending order. For example, if the numbers 1,2,3, and 4 are sorted in descending order, they appear as, 4,3,2,1.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlDocument.CreateElement(System.String,System.String)">
-      <summary>Creates an <see cref="T:System.Xml.XmlElement"></see> with the qualified name and <see cref="P:System.Xml.XmlNode.NamespaceURI"></see>.</summary>
-      <param name="qualifiedName">The qualified name of the element. If the name contains a colon then the <see cref="P:System.Xml.XmlNode.Prefix"></see> property will reflect the part of the name preceding the colon and the <see cref="P:System.Xml.XmlDocument.LocalName"></see> property will reflect the part of the name after the colon. The qualified name cannot include a prefix of&amp;#39;xmlns&amp;#39;.</param>
-      <param name="namespaceURI">The namespace URI of the element.</param>
-      <returns>The new XmlElement.</returns>
+    <member name="T:System.Xml.XPath.XmlDataType">
+      <summary>Specifies the data type used to determine sort order.</summary>
     </member>
-    <member name="M:System.Xml.XmlDocument.CreateElement(System.String,System.String,System.String)">
-      <summary>Creates an element with the specified <see cref="P:System.Xml.XmlNode.Prefix"></see>, <see cref="P:System.Xml.XmlDocument.LocalName"></see>, and <see cref="P:System.Xml.XmlNode.NamespaceURI"></see>.</summary>
-      <param name="prefix">The prefix of the new element (if any). String.Empty and null are equivalent.</param>
-      <param name="localName">The local name of the new element.</param>
-      <param name="namespaceURI">The namespace URI of the new element (if any). String.Empty and null are equivalent.</param>
-      <returns>The new <see cref="System.Xml.XmlElement"></see>.</returns>
+    <member name="F:System.Xml.XPath.XmlDataType.Number">
+      <summary>Values are sorted numerically.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlDocument.CreateEntityReference(System.String)">
-      <summary>Creates an <see cref="T:System.Xml.XmlEntityReference"></see> with the specified name.</summary>
-      <param name="name">The name of the entity reference.</param>
-      <returns>The new XmlEntityReference.</returns>
-      <exception cref="T:System.ArgumentException">The name is invalid (for example, names starting with&amp;#39;#&amp;#39; are invalid.)</exception>
+    <member name="F:System.Xml.XPath.XmlDataType.Text">
+      <summary>Values are sorted alphabetically.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlDocument.CreateNavigator">
-      <summary>Creates a new <see cref="T:System.Xml.XPath.XPathNavigator"></see> object for navigating this document.</summary>
-      <returns>An <see cref="System.Xml.XPath.XPathNavigator"></see> object.</returns>
+    <member name="T:System.Xml.XPath.XmlCaseOrder">
+      <summary>Specifies the sort order for uppercase and lowercase letters.</summary>
     </member>
-    <member name="M:System.Xml.XmlDocument.CreateNavigator(System.Xml.XmlNode)">
-      <summary>Creates an <see cref="T:System.Xml.XPath.XPathNavigator"></see> object for navigating this document positioned on the <see cref="T:System.Xml.XmlNode"></see> specified.</summary>
-      <param name="node">The <see cref="T:System.Xml.XmlNode"></see> you want the navigator initially positioned on.</param>
-      <returns>An <see cref="System.Xml.XPath.XPathNavigator"></see> object.</returns>
+    <member name="F:System.Xml.XPath.XmlCaseOrder.LowerFirst">
+      <summary>Lowercase letters are sorted before uppercase letters.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlDocument.CreateNode(System.String,System.String,System.String)">
-      <summary>Creates an <see cref="T:System.Xml.XmlNode"></see> with the specified node type, <see cref="P:System.Xml.XmlDocument.Name"></see>, and <see cref="P:System.Xml.XmlNode.NamespaceURI"></see>.</summary>
-      <param name="nodeTypeString">String version of the <see cref="T:System.Xml.XmlNodeType"></see> of the new node. This parameter must be one of the values listed in the table below.</param>
-      <param name="name">The qualified name of the new node. If the name contains a colon, it is parsed into <see cref="P:System.Xml.XmlNode.Prefix"></see> and <see cref="P:System.Xml.XmlDocument.LocalName"></see> components.</param>
-      <param name="namespaceURI">The namespace URI of the new node.</param>
-      <returns>The new XmlNode.</returns>
-      <exception cref="T:System.ArgumentException">The name was not provided and the XmlNodeType requires a name; or <paramref name="nodeTypeString">nodeTypeString</paramref> is not one of the strings listed below.</exception>
+    <member name="F:System.Xml.XPath.XmlCaseOrder.None">
+      <summary>Ignore the case.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlDocument.CreateNode(System.Xml.XmlNodeType,System.String,System.String)">
-      <summary>Creates an <see cref="T:System.Xml.XmlNode"></see> with the specified <see cref="T:System.Xml.XmlNodeType"></see>, <see cref="P:System.Xml.XmlDocument.Name"></see>, and <see cref="P:System.Xml.XmlNode.NamespaceURI"></see>.</summary>
-      <param name="type">The XmlNodeType of the new node.</param>
-      <param name="name">The qualified name of the new node. If the name contains a colon then it is parsed into <see cref="P:System.Xml.XmlNode.Prefix"></see> and <see cref="P:System.Xml.XmlDocument.LocalName"></see> components.</param>
-      <param name="namespaceURI">The namespace URI of the new node.</param>
-      <returns>The new XmlNode.</returns>
-      <exception cref="T:System.ArgumentException">The name was not provided and the XmlNodeType requires a name.</exception>
+    <member name="F:System.Xml.XPath.XmlCaseOrder.UpperFirst">
+      <summary>Uppercase letters are sorted before lowercase letters.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlDocument.CreateNode(System.Xml.XmlNodeType,System.String,System.String,System.String)">
-      <summary>Creates a <see cref="T:System.Xml.XmlNode"></see> with the specified <see cref="T:System.Xml.XmlNodeType"></see>, <see cref="P:System.Xml.XmlNode.Prefix"></see>, <see cref="P:System.Xml.XmlDocument.Name"></see>, and <see cref="P:System.Xml.XmlNode.NamespaceURI"></see>.</summary>
-      <param name="type">The XmlNodeType of the new node.</param>
-      <param name="prefix">The prefix of the new node.</param>
-      <param name="name">The local name of the new node.</param>
-      <param name="namespaceURI">The namespace URI of the new node.</param>
-      <returns>The new XmlNode.</returns>
-      <exception cref="T:System.ArgumentException">The name was not provided and the XmlNodeType requires a name.</exception>
+    <member name="T:System.Xml.XPath.IXPathNavigable">
+      <summary>Provides an accessor to the <see cref="T:System.Xml.XPath.XPathNavigator"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.XmlDocument.CreateProcessingInstruction(System.String,System.String)">
-      <summary>Creates an <see cref="T:System.Xml.XmlProcessingInstruction"></see> with the specified name and data.</summary>
-      <param name="target">The name of the processing instruction.</param>
-      <param name="data">The data for the processing instruction.</param>
-      <returns>The new XmlProcessingInstruction.</returns>
+    <member name="M:System.Xml.XPath.IXPathNavigable.CreateNavigator">
+      <summary>Returns a new <see cref="T:System.Xml.XPath.XPathNavigator"></see> object.</summary>
+      <returns>An <see cref="T:System.Xml.XPath.XPathNavigator"></see> object.</returns>
     </member>
-    <member name="M:System.Xml.XmlDocument.CreateSignificantWhitespace(System.String)">
-      <summary>Creates an <see cref="T:System.Xml.XmlSignificantWhitespace"></see> node.</summary>
-      <param name="text">The string must contain only the following characters &amp;amp;#20; &amp;amp;#10; &amp;amp;#13; and &amp;amp;#9;</param>
-      <returns>A new XmlSignificantWhitespace node.</returns>
+    <member name="T:System.Xml.XmlWriterSettings">
+      <summary>Specifies a set of features to support on the <see cref="T:System.Xml.XmlWriter"></see> object created by the <see cref="Overload:System.Xml.XmlWriter.Create"></see> method.</summary>
     </member>
-    <member name="M:System.Xml.XmlDocument.CreateTextNode(System.String)">
-      <summary>Creates an <see cref="T:System.Xml.XmlText"></see> with the specified text.</summary>
-      <param name="text">The text for the Text node.</param>
-      <returns>The new XmlText node.</returns>
+    <member name="M:System.Xml.XmlWriterSettings.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlWriterSettings"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.XmlDocument.CreateWhitespace(System.String)">
-      <summary>Creates an <see cref="T:System.Xml.XmlWhitespace"></see> node.</summary>
-      <param name="text">The string must contain only the following characters &amp;amp;#20; &amp;amp;#10; &amp;amp;#13; and &amp;amp;#9;</param>
-      <returns>A new XmlWhitespace node.</returns>
+    <member name="P:System.Xml.XmlWriterSettings.Async">
+      <summary>Gets or sets a value that indicates whether asynchronous <see cref="T:System.Xml.XmlWriter"></see> methods can be used on a particular <see cref="T:System.Xml.XmlWriter"></see> instance.</summary>
+      <returns><see langword="true"></see> if asynchronous methods can be used; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlDocument.CreateXmlDeclaration(System.String,System.String,System.String)">
-      <summary>Creates an <see cref="T:System.Xml.XmlDeclaration"></see> node with the specified values.</summary>
-      <param name="version">The version must be &amp;quot;1.0&amp;quot;.</param>
-      <param name="encoding">The value of the encoding attribute. This is the encoding that is used when you save the <see cref="T:System.Xml.XmlDocument"></see> to a file or a stream; therefore, it must be set to a string supported by the <see cref="T:System.Text.Encoding"></see> class, otherwise <see cref="M:System.Xml.XmlDocument.Save(System.String)"></see> fails. If this is null or String.Empty, the Save method does not write an encoding attribute on the XML declaration and therefore the default encoding, UTF-8, is used.  
- Note: If the XmlDocument is saved to either a <see cref="T:System.IO.TextWriter"></see> or an <see cref="T:System.Xml.XmlTextWriter"></see>, this encoding value is discarded. Instead, the encoding of the TextWriter or the XmlTextWriter is used. This ensures that the XML written out can be read back using the correct encoding.</param>
-      <param name="standalone">The value must be either &amp;quot;yes&amp;quot; or &amp;quot;no&amp;quot;. If this is null or String.Empty, the Save method does not write a standalone attribute on the XML declaration.</param>
-      <returns>The new XmlDeclaration node.</returns>
-      <exception cref="T:System.ArgumentException">The values of <paramref name="version">version</paramref> or <paramref name="standalone">standalone</paramref> are something other than the ones specified above.</exception>
+    <member name="P:System.Xml.XmlWriterSettings.CheckCharacters">
+      <summary>Gets or sets a value that indicates whether the XML writer should check to ensure that all characters in the document conform to the &amp;quot;2.2 Characters&amp;quot; section of the W3C XML 1.0 Recommendation.</summary>
+      <returns><see langword="true"></see> to do character checking; otherwise, <see langword="false"></see>. The default is <see langword="true"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XmlDocument.DocumentElement">
-      <summary>Gets the root <see cref="T:System.Xml.XmlElement"></see> for the document.</summary>
-      <returns>The XmlElement that represents the root of the XML document tree. If no root exists, null is returned.</returns>
+    <member name="M:System.Xml.XmlWriterSettings.Clone">
+      <summary>Creates a copy of the <see cref="T:System.Xml.XmlWriterSettings"></see> instance.</summary>
+      <returns>The cloned <see cref="T:System.Xml.XmlWriterSettings"></see> object.</returns>
     </member>
-    <member name="P:System.Xml.XmlDocument.DocumentType">
-      <summary>Gets the node containing the DOCTYPE declaration.</summary>
-      <returns>The <see cref="System.Xml.XmlNode"></see> containing the DocumentType (DOCTYPE declaration).</returns>
+    <member name="P:System.Xml.XmlWriterSettings.CloseOutput">
+      <summary>Gets or sets a value indicating whether the <see cref="T:System.Xml.XmlWriter"></see> should also close the underlying stream or <see cref="T:System.IO.TextWriter"></see> when the <see cref="M:System.Xml.XmlWriter.Close"></see> method is called.</summary>
+      <returns><see langword="true"></see> to also close the underlying stream or <see cref="T:System.IO.TextWriter"></see>; otherwise, <see langword="false"></see>. The default is <see langword="false"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlDocument.GetElementById(System.String)">
-      <summary>Gets the <see cref="T:System.Xml.XmlElement"></see> with the specified ID.</summary>
-      <param name="elementId">The attribute ID to match.</param>
-      <returns>The XmlElement with the matching ID or null if no matching element is found.</returns>
+    <member name="P:System.Xml.XmlWriterSettings.ConformanceLevel">
+      <summary>Gets or sets the level of conformance that the XML writer checks the XML output for.</summary>
+      <returns>One of the enumeration values that specifies the level of conformance (document, fragment, or automatic detection). The default is <see cref="F:System.Xml.ConformanceLevel.Document"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlDocument.GetElementsByTagName(System.String)">
-      <summary>Returns an <see cref="T:System.Xml.XmlNodeList"></see> containing a list of all descendant elements that match the specified <see cref="P:System.Xml.XmlDocument.Name"></see>.</summary>
-      <param name="name">The qualified name to match. It is matched against the Name property of the matching node. The special value &amp;quot;*&amp;quot; matches all tags.</param>
-      <returns>An <see cref="System.Xml.XmlNodeList"></see> containing a list of all matching nodes. If no nodes match <paramref name="name">name</paramref>, the returned collection will be empty.</returns>
+    <member name="P:System.Xml.XmlWriterSettings.DoNotEscapeUriAttributes">
+      <summary>Gets or sets a value that indicates whether the <see cref="T:System.Xml.XmlWriter"></see> does not escape URI attributes.</summary>
+      <returns><see langword="true"></see> if the <see cref="T:System.Xml.XmlWriter"></see> does not escape URI attributes; otherwise, <see langword="false"></see>. The default is <see langword="false"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlDocument.GetElementsByTagName(System.String,System.String)">
-      <summary>Returns an <see cref="T:System.Xml.XmlNodeList"></see> containing a list of all descendant elements that match the specified <see cref="P:System.Xml.XmlDocument.LocalName"></see> and <see cref="P:System.Xml.XmlNode.NamespaceURI"></see>.</summary>
-      <param name="localName">The LocalName to match. The special value &amp;quot;*&amp;quot; matches all tags.</param>
-      <param name="namespaceURI">NamespaceURI to match.</param>
-      <returns>An <see cref="System.Xml.XmlNodeList"></see> containing a list of all matching nodes. If no nodes match the specified <paramref name="localName">localName</paramref> and <paramref name="namespaceURI">namespaceURI</paramref>, the returned collection will be empty.</returns>
+    <member name="P:System.Xml.XmlWriterSettings.Encoding">
+      <summary>Gets or sets the type of text encoding to use.</summary>
+      <returns>The text encoding to use. The default is <see langword="Encoding.UTF8"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XmlDocument.Implementation">
-      <summary>Gets the <see cref="T:System.Xml.XmlImplementation"></see> object for the current document.</summary>
-      <returns>The XmlImplementation object for the current document.</returns>
+    <member name="P:System.Xml.XmlWriterSettings.Indent">
+      <summary>Gets or sets a value indicating whether to indent elements.</summary>
+      <returns><see langword="true"></see> to write individual elements on new lines and indent; otherwise, <see langword="false"></see>. The default is <see langword="false"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlDocument.ImportNode(System.Xml.XmlNode,System.Boolean)">
-      <summary>Imports a node from another document to the current document.</summary>
-      <param name="node">The node being imported.</param>
-      <param name="deep">true to perform a deep clone; otherwise, false.</param>
-      <returns>The imported <see cref="System.Xml.XmlNode"></see>.</returns>
-      <exception cref="T:System.InvalidOperationException">Calling this method on a node type which cannot be imported.</exception>
+    <member name="P:System.Xml.XmlWriterSettings.IndentChars">
+      <summary>Gets or sets the character string to use when indenting. This setting is used when the <see cref="P:System.Xml.XmlWriterSettings.Indent"></see> property is set to <see langword="true"></see>.</summary>
+      <returns>The character string to use when indenting. This can be set to any string value. However, to ensure valid XML, you should specify only valid white space characters, such as space characters, tabs, carriage returns, or line feeds. The default is two spaces.</returns>
+      <exception cref="T:System.ArgumentNullException">The value assigned to the <see cref="System.Xml.XmlWriterSettings.IndentChars"></see> is <see langword="null"></see>.</exception>
     </member>
-    <member name="P:System.Xml.XmlDocument.InnerText">
-      <summary>Throws an <see cref="T:System.InvalidOperationException"></see> in all cases.</summary>
-      <returns>The values of the node and all its child nodes.</returns>
-      <exception cref="T:System.InvalidOperationException">In all cases.</exception>
+    <member name="P:System.Xml.XmlWriterSettings.NamespaceHandling">
+      <summary>Gets or sets a value that indicates whether the <see cref="T:System.Xml.XmlWriter"></see> should remove duplicate namespace declarations when writing XML content. The default behavior is for the writer to output all namespace declarations that are present in the writer&amp;#39;s namespace resolver.</summary>
+      <returns>The <see cref="T:System.Xml.NamespaceHandling"></see> enumeration used to specify whether to remove duplicate namespace declarations in the <see cref="T:System.Xml.XmlWriter"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XmlDocument.InnerXml">
-      <summary>Gets or sets the markup representing the children of the current node.</summary>
-      <returns>The markup of the children of the current node.</returns>
-      <exception cref="T:System.Xml.XmlException">The XML specified when setting this property is not well-formed.</exception>
+    <member name="P:System.Xml.XmlWriterSettings.NewLineChars">
+      <summary>Gets or sets the character string to use for line breaks.</summary>
+      <returns>The character string to use for line breaks. This can be set to any string value. However, to ensure valid XML, you should specify only valid white space characters, such as space characters, tabs, carriage returns, or line feeds. The default is \r\n (carriage return, new line).</returns>
+      <exception cref="T:System.ArgumentNullException">The value assigned to the <see cref="System.Xml.XmlWriterSettings.NewLineChars"></see> is <see langword="null"></see>.</exception>
     </member>
-    <member name="P:System.Xml.XmlDocument.IsReadOnly">
-      <summary>Gets a value indicating whether the current node is read-only.</summary>
-      <returns>true if the current node is read-only; otherwise false. XmlDocument nodes always return false.</returns>
+    <member name="P:System.Xml.XmlWriterSettings.NewLineHandling">
+      <summary>Gets or sets a value indicating whether to normalize line breaks in the output.</summary>
+      <returns>One of the <see cref="T:System.Xml.NewLineHandling"></see> values. The default is <see cref="F:System.Xml.NewLineHandling.Replace"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlDocument.Load(System.IO.Stream)">
-      <summary>Loads the XML document from the specified stream.</summary>
-      <param name="inStream">The stream containing the XML document to load.</param>
-      <exception cref="T:System.Xml.XmlException">There is a load or parse error in the XML. In this case, a <see cref="System.IO.FileNotFoundException"></see> is raised.</exception>
+    <member name="P:System.Xml.XmlWriterSettings.NewLineOnAttributes">
+      <summary>Gets or sets a value indicating whether to write attributes on a new line.</summary>
+      <returns><see langword="true"></see> to write attributes on individual lines; otherwise, <see langword="false"></see>. The default is <see langword="false"></see>.  
+   
+ This setting has no effect when the <see cref="P:System.Xml.XmlWriterSettings.Indent"></see> property value is <see langword="false"></see>.  
+
+  
+
+ When <see cref="P:System.Xml.XmlWriterSettings.NewLineOnAttributes"></see> is set to <see langword="true"></see>, each attribute is pre-pended with a new line and one extra level of indentation.</returns>
     </member>
-    <member name="M:System.Xml.XmlDocument.Load(System.IO.TextReader)">
-      <summary>Loads the XML document from the specified <see cref="T:System.IO.TextReader"></see>.</summary>
-      <param name="txtReader">The TextReader used to feed the XML data into the document.</param>
-      <exception cref="T:System.Xml.XmlException">There is a load or parse error in the XML. In this case, the document remains empty.</exception>
+    <member name="P:System.Xml.XmlWriterSettings.OmitXmlDeclaration">
+      <summary>Gets or sets a value indicating whether to omit an XML declaration.</summary>
+      <returns><see langword="true"></see> to omit the XML declaration; otherwise, <see langword="false"></see>. The default is <see langword="false"></see>, an XML declaration is written.</returns>
     </member>
-    <member name="M:System.Xml.XmlDocument.Load(System.String)">
-      <summary>Loads the XML document from the specified URL.</summary>
-      <param name="filename">URL for the file containing the XML document to load. The URL can be either a local file or an HTTP URL (a Web address).</param>
-      <exception cref="T:System.Xml.XmlException">There is a load or parse error in the XML. In this case, a <see cref="System.IO.FileNotFoundException"></see> is raised.</exception>
-      <exception cref="T:System.ArgumentException"><paramref name="filename">filename</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
-      <exception cref="T:System.ArgumentNullException"><paramref name="filename">filename</paramref> is null.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
-      <exception cref="T:System.UnauthorizedAccessException"><paramref name="filename">filename</paramref> specified a file that is read-only.  
- -or-  
- This operation is not supported on the current platform.  
- -or-  
- <paramref name="filename">filename</paramref> specified a directory.  
- -or-  
- The caller does not have the required permission.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file specified in <paramref name="filename">filename</paramref> was not found.</exception>
-      <exception cref="T:System.NotSupportedException"><paramref name="filename">filename</paramref> is in an invalid format.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
+    <member name="P:System.Xml.XmlWriterSettings.OutputMethod">
+      <summary>Gets the method used to serialize the <see cref="T:System.Xml.XmlWriter"></see> output.</summary>
+      <returns>One of the <see cref="T:System.Xml.XmlOutputMethod"></see> values. The default is <see cref="F:System.Xml.XmlOutputMethod.Xml"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlDocument.Load(System.Xml.XmlReader)">
-      <summary>Loads the XML document from the specified <see cref="T:System.Xml.XmlReader"></see>.</summary>
-      <param name="reader">The XmlReader used to feed the XML data into the document.</param>
-      <exception cref="T:System.Xml.XmlException">There is a load or parse error in the XML. In this case, the document remains empty.</exception>
+    <member name="M:System.Xml.XmlWriterSettings.Reset">
+      <summary>Resets the members of the settings class to their default values.</summary>
     </member>
-    <member name="M:System.Xml.XmlDocument.LoadXml(System.String)">
-      <summary>Loads the XML document from the specified string.</summary>
-      <param name="xml">String containing the XML document to load.</param>
-      <exception cref="T:System.Xml.XmlException">There is a load or parse error in the XML. In this case, the document remains empty.</exception>
+    <member name="P:System.Xml.XmlWriterSettings.WriteEndDocumentOnClose">
+      <summary>Gets or sets a value that indicates whether the <see cref="T:System.Xml.XmlWriter"></see> will add closing tags to all unclosed element tags when the <see cref="M:System.Xml.XmlWriter.Close"></see> method is called.</summary>
+      <returns><see langword="true"></see> if all unclosed element tags will be closed out; otherwise, <see langword="false"></see>. The default value is <see langword="true"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XmlDocument.LocalName">
-      <summary>Gets the local name of the node.</summary>
-      <returns>For XmlDocument nodes, the local name is #document.</returns>
+    <member name="T:System.Xml.XmlWriter">
+      <summary>Represents a writer that provides a fast, non-cached, forward-only way to generate streams or files that contain XML data.</summary>
     </member>
-    <member name="P:System.Xml.XmlDocument.Name">
-      <summary>Gets the qualified name of the node.</summary>
-      <returns>For XmlDocument nodes, the name is #document.</returns>
+    <member name="M:System.Xml.XmlWriter.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlWriter"></see> class.</summary>
     </member>
-    <member name="P:System.Xml.XmlDocument.NameTable">
-      <summary>Gets the <see cref="T:System.Xml.XmlNameTable"></see> associated with this implementation.</summary>
-      <returns>An XmlNameTable enabling you to get the atomized version of a string within the document.</returns>
+    <member name="M:System.Xml.XmlWriter.Close">
+      <summary>When overridden in a derived class, closes this stream and the underlying stream.</summary>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="E:System.Xml.XmlDocument.NodeChanged">
-      <summary>Occurs when the <see cref="P:System.Xml.XmlNode.Value"></see> of a node belonging to this document has been changed.</summary>
+    <member name="M:System.Xml.XmlWriter.Create(System.Text.StringBuilder,System.Xml.XmlWriterSettings)">
+      <summary>Creates a new <see cref="T:System.Xml.XmlWriter"></see> instance using the <see cref="T:System.Text.StringBuilder"></see> and <see cref="T:System.Xml.XmlWriterSettings"></see> objects.</summary>
+      <param name="output">The <see cref="T:System.Text.StringBuilder"></see> to which to write to. Content written by the <see cref="T:System.Xml.XmlWriter"></see> is appended to the <see cref="T:System.Text.StringBuilder"></see>.</param>
+      <param name="settings">The <see cref="T:System.Xml.XmlWriterSettings"></see> object used to configure the new <see cref="T:System.Xml.XmlWriter"></see> instance. If this is <see langword="null"></see>, a <see cref="T:System.Xml.XmlWriterSettings"></see> with default settings is used.  
+ If the <see cref="T:System.Xml.XmlWriter"></see> is being used with the <see cref="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.String,System.Xml.XmlWriter)"></see> method, you should use the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings"></see> property to obtain an <see cref="T:System.Xml.XmlWriterSettings"></see> object with the correct settings. This ensures that the created <see cref="T:System.Xml.XmlWriter"></see> object has the correct output settings.</param>
+      <returns>An <see cref="T:System.Xml.XmlWriter"></see> object.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="builder">builder</paramref> value is <see langword="null"></see>.</exception>
     </member>
-    <member name="E:System.Xml.XmlDocument.NodeChanging">
-      <summary>Occurs when the <see cref="P:System.Xml.XmlNode.Value"></see> of a node belonging to this document is about to be changed.</summary>
+    <member name="M:System.Xml.XmlWriter.Create(System.String,System.Xml.XmlWriterSettings)">
+      <summary>Creates a new <see cref="T:System.Xml.XmlWriter"></see> instance using the filename and <see cref="T:System.Xml.XmlWriterSettings"></see> object.</summary>
+      <param name="outputFileName">The file to which you want to write. The <see cref="T:System.Xml.XmlWriter"></see> creates a file at the specified path and writes to it in XML 1.0 text syntax. The outputFileName must be a file system path.</param>
+      <param name="settings">The <see cref="T:System.Xml.XmlWriterSettings"></see> object used to configure the new <see cref="T:System.Xml.XmlWriter"></see> instance. If this is <see langword="null"></see>, a <see cref="T:System.Xml.XmlWriterSettings"></see> with default settings is used.  
+ If the <see cref="T:System.Xml.XmlWriter"></see> is being used with the <see cref="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.String,System.Xml.XmlWriter)"></see> method, you should use the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings"></see> property to obtain an <see cref="T:System.Xml.XmlWriterSettings"></see> object with the correct settings. This ensures that the created <see cref="T:System.Xml.XmlWriter"></see> object has the correct output settings.</param>
+      <returns>An <see cref="T:System.Xml.XmlWriter"></see> object.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="url">url</paramref> value is <see langword="null"></see>.</exception>
     </member>
-    <member name="E:System.Xml.XmlDocument.NodeInserted">
-      <summary>Occurs when a node belonging to this document has been inserted into another node.</summary>
+    <member name="M:System.Xml.XmlWriter.Create(System.IO.TextWriter,System.Xml.XmlWriterSettings)">
+      <summary>Creates a new <see cref="T:System.Xml.XmlWriter"></see> instance using the <see cref="T:System.IO.TextWriter"></see> and <see cref="T:System.Xml.XmlWriterSettings"></see> objects.</summary>
+      <param name="output">The <see cref="T:System.IO.TextWriter"></see> to which you want to write. The <see cref="T:System.Xml.XmlWriter"></see> writes XML 1.0 text syntax and appends it to the specified <see cref="T:System.IO.TextWriter"></see>.</param>
+      <param name="settings">The <see cref="T:System.Xml.XmlWriterSettings"></see> object used to configure the new <see cref="T:System.Xml.XmlWriter"></see> instance. If this is <see langword="null"></see>, a <see cref="T:System.Xml.XmlWriterSettings"></see> with default settings is used.  
+ If the <see cref="T:System.Xml.XmlWriter"></see> is being used with the <see cref="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.String,System.Xml.XmlWriter)"></see> method, you should use the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings"></see> property to obtain an <see cref="T:System.Xml.XmlWriterSettings"></see> object with the correct settings. This ensures that the created <see cref="T:System.Xml.XmlWriter"></see> object has the correct output settings.</param>
+      <returns>An <see cref="T:System.Xml.XmlWriter"></see> object.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="text">text</paramref> value is <see langword="null"></see>.</exception>
     </member>
-    <member name="E:System.Xml.XmlDocument.NodeInserting">
-      <summary>Occurs when a node belonging to this document is about to be inserted into another node.</summary>
+    <member name="M:System.Xml.XmlWriter.Create(System.IO.Stream,System.Xml.XmlWriterSettings)">
+      <summary>Creates a new <see cref="T:System.Xml.XmlWriter"></see> instance using the stream and <see cref="T:System.Xml.XmlWriterSettings"></see> object.</summary>
+      <param name="output">The stream to which you want to write. The <see cref="T:System.Xml.XmlWriter"></see> writes XML 1.0 text syntax and appends it to the specified stream.</param>
+      <param name="settings">The <see cref="T:System.Xml.XmlWriterSettings"></see> object used to configure the new <see cref="T:System.Xml.XmlWriter"></see> instance. If this is <see langword="null"></see>, a <see cref="T:System.Xml.XmlWriterSettings"></see> with default settings is used.  
+ If the <see cref="T:System.Xml.XmlWriter"></see> is being used with the <see cref="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.String,System.Xml.XmlWriter)"></see> method, you should use the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings"></see> property to obtain an <see cref="T:System.Xml.XmlWriterSettings"></see> object with the correct settings. This ensures that the created <see cref="T:System.Xml.XmlWriter"></see> object has the correct output settings.</param>
+      <returns>An <see cref="T:System.Xml.XmlWriter"></see> object.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="stream">stream</paramref> value is <see langword="null"></see>.</exception>
     </member>
-    <member name="E:System.Xml.XmlDocument.NodeRemoved">
-      <summary>Occurs when a node belonging to this document has been removed from its parent.</summary>
+    <member name="M:System.Xml.XmlWriter.Create(System.Xml.XmlWriter,System.Xml.XmlWriterSettings)">
+      <summary>Creates a new <see cref="T:System.Xml.XmlWriter"></see> instance using the specified <see cref="T:System.Xml.XmlWriter"></see> and <see cref="T:System.Xml.XmlWriterSettings"></see> objects.</summary>
+      <param name="output">The <see cref="T:System.Xml.XmlWriter"></see> object that you want to use as the underlying writer.</param>
+      <param name="settings">The <see cref="T:System.Xml.XmlWriterSettings"></see> object used to configure the new <see cref="T:System.Xml.XmlWriter"></see> instance. If this is <see langword="null"></see>, a <see cref="T:System.Xml.XmlWriterSettings"></see> with default settings is used.  
+ If the <see cref="T:System.Xml.XmlWriter"></see> is being used with the <see cref="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.String,System.Xml.XmlWriter)"></see> method, you should use the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings"></see> property to obtain an <see cref="T:System.Xml.XmlWriterSettings"></see> object with the correct settings. This ensures that the created <see cref="T:System.Xml.XmlWriter"></see> object has the correct output settings.</param>
+      <returns>An <see cref="T:System.Xml.XmlWriter"></see> object that is wrapped around the specified <see cref="T:System.Xml.XmlWriter"></see> object.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="writer">writer</paramref> value is <see langword="null"></see>.</exception>
     </member>
-    <member name="E:System.Xml.XmlDocument.NodeRemoving">
-      <summary>Occurs when a node belonging to this document is about to be removed from the document.</summary>
+    <member name="M:System.Xml.XmlWriter.Create(System.Text.StringBuilder)">
+      <summary>Creates a new <see cref="T:System.Xml.XmlWriter"></see> instance using the specified <see cref="T:System.Text.StringBuilder"></see>.</summary>
+      <param name="output">The <see cref="T:System.Text.StringBuilder"></see> to which to write to. Content written by the <see cref="T:System.Xml.XmlWriter"></see> is appended to the <see cref="T:System.Text.StringBuilder"></see>.</param>
+      <returns>An <see cref="T:System.Xml.XmlWriter"></see> object.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="builder">builder</paramref> value is <see langword="null"></see>.</exception>
     </member>
-    <member name="P:System.Xml.XmlDocument.NodeType">
-      <summary>Gets the type of the current node.</summary>
-      <returns>The node type. For XmlDocument nodes, this value is XmlNodeType.Document.</returns>
-    </member>
-    <member name="P:System.Xml.XmlDocument.OwnerDocument">
-      <summary>Gets the <see cref="T:System.Xml.XmlDocument"></see> to which the current node belongs.</summary>
-      <returns>For XmlDocument nodes (<see cref="System.Xml.XmlDocument.NodeType"></see> equals XmlNodeType.Document), this property always returns null.</returns>
+    <member name="M:System.Xml.XmlWriter.Create(System.String)">
+      <summary>Creates a new <see cref="T:System.Xml.XmlWriter"></see> instance using the specified filename.</summary>
+      <param name="outputFileName">The file to which you want to write. The <see cref="T:System.Xml.XmlWriter"></see> creates a file at the specified path and writes to it in XML 1.0 text syntax. The outputFileName must be a file system path.</param>
+      <returns>An <see cref="T:System.Xml.XmlWriter"></see> object.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="url">url</paramref> value is <see langword="null"></see>.</exception>
     </member>
-    <member name="P:System.Xml.XmlDocument.ParentNode">
-      <summary>Gets the parent node of this node (for nodes that can have parents).</summary>
-      <returns>Always returns null.</returns>
+    <member name="M:System.Xml.XmlWriter.Create(System.IO.TextWriter)">
+      <summary>Creates a new <see cref="T:System.Xml.XmlWriter"></see> instance using the specified <see cref="T:System.IO.TextWriter"></see>.</summary>
+      <param name="output">The <see cref="T:System.IO.TextWriter"></see> to which you want to write. The <see cref="T:System.Xml.XmlWriter"></see> writes XML 1.0 text syntax and appends it to the specified <see cref="T:System.IO.TextWriter"></see>.</param>
+      <returns>An <see cref="T:System.Xml.XmlWriter"></see> object.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="text">text</paramref> value is <see langword="null"></see>.</exception>
     </member>
-    <member name="P:System.Xml.XmlDocument.PreserveWhitespace">
-      <summary>Gets or sets a value indicating whether to preserve white space in element content.</summary>
-      <returns>true to preserve white space; otherwise false. The default is false.</returns>
+    <member name="M:System.Xml.XmlWriter.Create(System.IO.Stream)">
+      <summary>Creates a new <see cref="T:System.Xml.XmlWriter"></see> instance using the specified stream.</summary>
+      <param name="output">The stream to which you want to write. The <see cref="T:System.Xml.XmlWriter"></see> writes XML 1.0 text syntax and appends it to the specified stream.</param>
+      <returns>An <see cref="T:System.Xml.XmlWriter"></see> object.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="stream">stream</paramref> value is <see langword="null"></see>.</exception>
     </member>
-    <member name="M:System.Xml.XmlDocument.ReadNode(System.Xml.XmlReader)">
-      <summary>Creates an <see cref="T:System.Xml.XmlNode"></see> object based on the information in the <see cref="T:System.Xml.XmlReader"></see>. The reader must be positioned on a node or attribute.</summary>
-      <param name="reader">The XML source</param>
-      <returns>The new XmlNode or null if no more nodes exist.</returns>
-      <exception cref="T:System.NullReferenceException">The reader is positioned on a node type that does not translate to a valid DOM node (for example, EndElement or EndEntity).</exception>
+    <member name="M:System.Xml.XmlWriter.Create(System.Xml.XmlWriter)">
+      <summary>Creates a new <see cref="T:System.Xml.XmlWriter"></see> instance using the specified <see cref="T:System.Xml.XmlWriter"></see> object.</summary>
+      <param name="output">The <see cref="T:System.Xml.XmlWriter"></see> object that you want to use as the underlying writer.</param>
+      <returns>An <see cref="T:System.Xml.XmlWriter"></see> object that is wrapped around the specified <see cref="T:System.Xml.XmlWriter"></see> object.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="writer">writer</paramref> value is <see langword="null"></see>.</exception>
     </member>
-    <member name="M:System.Xml.XmlDocument.Save(System.IO.Stream)">
-      <summary>Saves the XML document to the specified stream.</summary>
-      <param name="outStream">The stream to which you want to save.</param>
-      <exception cref="T:System.Xml.XmlException">The operation would not result in a well formed XML document (for example, no document element or duplicate XML declarations).</exception>
+    <member name="M:System.Xml.XmlWriter.Dispose">
+      <summary>Releases all resources used by the current instance of the <see cref="T:System.Xml.XmlWriter"></see> class.</summary>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="M:System.Xml.XmlDocument.Save(System.IO.TextWriter)">
-      <summary>Saves the XML document to the specified <see cref="T:System.IO.TextWriter"></see>.</summary>
-      <param name="writer">The TextWriter to which you want to save.</param>
-      <exception cref="T:System.Xml.XmlException">The operation would not result in a well formed XML document (for example, no document element or duplicate XML declarations).</exception>
+    <member name="M:System.Xml.XmlWriter.Dispose(System.Boolean)">
+      <summary>Releases the unmanaged resources used by the <see cref="T:System.Xml.XmlWriter"></see> and optionally releases the managed resources.</summary>
+      <param name="disposing"><see langword="true"></see> to release both managed and unmanaged resources; <see langword="false"></see> to release only unmanaged resources.</param>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="M:System.Xml.XmlDocument.Save(System.String)">
-      <summary>Saves the XML document to the specified file. If the specified file exists, this method overwrites it.</summary>
-      <param name="filename">The location of the file where you want to save the document.</param>
-      <exception cref="T:System.Xml.XmlException">The operation would not result in a well formed XML document (for example, no document element or duplicate XML declarations).</exception>
+    <member name="M:System.Xml.XmlWriter.Flush">
+      <summary>When overridden in a derived class, flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.</summary>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="M:System.Xml.XmlDocument.Save(System.Xml.XmlWriter)">
-      <summary>Saves the XML document to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
-      <param name="w">The XmlWriter to which you want to save.</param>
-      <exception cref="T:System.Xml.XmlException">The operation would not result in a well formed XML document (for example, no document element or duplicate XML declarations).</exception>
+    <member name="M:System.Xml.XmlWriter.FlushAsync">
+      <summary>Asynchronously flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.</summary>
+      <returns>The task that represents the asynchronous <see langword="Flush"></see> operation.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlDocument.SchemaInfo">
-      <summary>Returns the Post-Schema-Validation-Infoset (PSVI) of the node.</summary>
-      <returns>The <see cref="System.Xml.Schema.IXmlSchemaInfo"></see> object representing the PSVI of the node.</returns>
+    <member name="M:System.Xml.XmlWriter.LookupPrefix(System.String)">
+      <summary>When overridden in a derived class, returns the closest prefix defined in the current namespace scope for the namespace URI.</summary>
+      <param name="ns">The namespace URI whose prefix you want to find.</param>
+      <returns>The matching prefix or <see langword="null"></see> if no matching namespace URI is found in the current scope.</returns>
+      <exception cref="T:System.ArgumentException"><paramref name="ns">ns</paramref> is either <see langword="null"></see> or <see langword="String.Empty"></see>.</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlDocument.Schemas">
-      <summary>Gets or sets the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see> object associated with this <see cref="T:System.Xml.XmlDocument"></see>.</summary>
-      <returns>An <see cref="System.Xml.Schema.XmlSchemaSet"></see> object containing the XML Schema Definition Language (XSD) schemas associated with this <see cref="System.Xml.XmlDocument"></see>; otherwise, an empty <see cref="System.Xml.Schema.XmlSchemaSet"></see> object.</returns>
+    <member name="P:System.Xml.XmlWriter.Settings">
+      <summary>Gets the <see cref="T:System.Xml.XmlWriterSettings"></see> object used to create this <see cref="T:System.Xml.XmlWriter"></see> instance.</summary>
+      <returns>The <see cref="T:System.Xml.XmlWriterSettings"></see> object used to create this writer instance. If this writer was not created using the <see cref="Overload:System.Xml.XmlWriter.Create"></see> method, this property returns <see langword="null"></see>.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="M:System.Xml.XmlDocument.Validate(System.Xml.Schema.ValidationEventHandler)">
-      <summary>Validates the <see cref="T:System.Xml.XmlDocument"></see> against the XML Schema Definition Language (XSD) schemas contained in the <see cref="P:System.Xml.XmlDocument.Schemas"></see> property.</summary>
-      <param name="validationEventHandler">The <see cref="T:System.Xml.Schema.ValidationEventHandler"></see> object that receives information about schema validation warnings and errors.</param>
-      <exception cref="T:System.Xml.Schema.XmlSchemaValidationException">A schema validation event occurred and no <see cref="System.Xml.Schema.ValidationEventHandler"></see> object was specified.</exception>
+    <member name="M:System.Xml.XmlWriter.WriteAttributes(System.Xml.XmlReader,System.Boolean)">
+      <summary>When overridden in a derived class, writes out all the attributes found at the current position in the <see cref="T:System.Xml.XmlReader"></see>.</summary>
+      <param name="reader">The <see langword="XmlReader"></see> from which to copy the attributes.</param>
+      <param name="defattr"><see langword="true"></see> to copy the default attributes from the <see langword="XmlReader"></see>; otherwise, <see langword="false"></see>.</param>
+      <exception cref="T:System.ArgumentNullException"><paramref name="reader">reader</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.Xml.XmlException">The reader is not positioned on an <see langword="element"></see>, <see langword="attribute"></see> or <see langword="XmlDeclaration"></see> node.</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="M:System.Xml.XmlDocument.Validate(System.Xml.Schema.ValidationEventHandler,System.Xml.XmlNode)">
-      <summary>Validates the <see cref="T:System.Xml.XmlNode"></see> object specified against the XML Schema Definition Language (XSD) schemas in the <see cref="P:System.Xml.XmlDocument.Schemas"></see> property.</summary>
-      <param name="validationEventHandler">The <see cref="T:System.Xml.Schema.ValidationEventHandler"></see> object that receives information about schema validation warnings and errors.</param>
-      <param name="nodeToValidate">The <see cref="T:System.Xml.XmlNode"></see> object created from an <see cref="T:System.Xml.XmlDocument"></see> to validate.</param>
-      <exception cref="T:System.ArgumentException">The <see cref="System.Xml.XmlNode"></see> object parameter was not created from an <see cref="System.Xml.XmlDocument"></see>.</exception>
-      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.XmlNode"></see> object parameter is not an element, attribute, document fragment, or the root node.</exception>
-      <exception cref="T:System.Xml.Schema.XmlSchemaValidationException">A schema validation event occurred and no <see cref="System.Xml.Schema.ValidationEventHandler"></see> object was specified.</exception>
+    <member name="M:System.Xml.XmlWriter.WriteAttributesAsync(System.Xml.XmlReader,System.Boolean)">
+      <summary>Asynchronously writes out all the attributes found at the current position in the <see cref="T:System.Xml.XmlReader"></see>.</summary>
+      <param name="reader">The <see langword="XmlReader"></see> from which to copy the attributes.</param>
+      <param name="defattr"><see langword="true"></see> to copy the default attributes from the <see langword="XmlReader"></see>; otherwise, <see langword="false"></see>.</param>
+      <returns>The task that represents the asynchronous <see langword="WriteAttributes"></see> operation.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
-    <member name="M:System.Xml.XmlDocument.WriteContentTo(System.Xml.XmlWriter)">
-      <summary>Saves all the children of the XmlDocument node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
-      <param name="xw">The XmlWriter to which you want to save.</param>
+    <member name="M:System.Xml.XmlWriter.WriteAttributeString(System.String,System.String)">
+      <summary>When overridden in a derived class, writes out the attribute with the specified local name and value.</summary>
+      <param name="localName">The local name of the attribute.</param>
+      <param name="value">The value of the attribute.</param>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+      <exception cref="T:System.ArgumentException">The <see langword="xml:space"></see> or <see langword="xml:lang"></see> attribute value is invalid.</exception>
     </member>
-    <member name="M:System.Xml.XmlDocument.WriteTo(System.Xml.XmlWriter)">
-      <summary>Saves the XmlDocument node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
-      <param name="w">The XmlWriter to which you want to save.</param>
+    <member name="M:System.Xml.XmlWriter.WriteAttributeString(System.String,System.String,System.String)">
+      <summary>When overridden in a derived class, writes an attribute with the specified local name, namespace URI, and value.</summary>
+      <param name="localName">The local name of the attribute.</param>
+      <param name="ns">The namespace URI to associate with the attribute.</param>
+      <param name="value">The value of the attribute.</param>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+      <exception cref="T:System.ArgumentException">The <see langword="xml:space"></see> or <see langword="xml:lang"></see> attribute value is invalid.</exception>
     </member>
-    <member name="P:System.Xml.XmlDocument.XmlResolver">
-      <summary>Sets the <see cref="T:System.Xml.XmlResolver"></see> to use for resolving external resources.</summary>
-      <returns>The XmlResolver to use.  
- In version 1.1 of the.NET Framework, the caller must be fully trusted in order to specify an XmlResolver.</returns>
-      <exception cref="T:System.Xml.XmlException">This property is set to null and an external DTD or entity is encountered.</exception>
+    <member name="M:System.Xml.XmlWriter.WriteAttributeString(System.String,System.String,System.String,System.String)">
+      <summary>When overridden in a derived class, writes out the attribute with the specified prefix, local name, namespace URI, and value.</summary>
+      <param name="prefix">The namespace prefix of the attribute.</param>
+      <param name="localName">The local name of the attribute.</param>
+      <param name="ns">The namespace URI of the attribute.</param>
+      <param name="value">The value of the attribute.</param>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+      <exception cref="T:System.ArgumentException">The <see langword="xml:space"></see> or <see langword="xml:lang"></see> attribute value is invalid.</exception>
+      <exception cref="T:System.Xml.XmlException">The <paramref name="localName">localName</paramref> or <paramref name="ns">ns</paramref> is <see langword="null"></see>.</exception>
     </member>
-    <member name="T:System.Xml.XmlDocumentFragment">
-      <summary>Represents a lightweight object that is useful for tree insert operations.</summary>
+    <member name="M:System.Xml.XmlWriter.WriteAttributeStringAsync(System.String,System.String,System.String,System.String)">
+      <summary>Asynchronously writes out the attribute with the specified prefix, local name, namespace URI, and value.</summary>
+      <param name="prefix">The namespace prefix of the attribute.</param>
+      <param name="localName">The local name of the attribute.</param>
+      <param name="ns">The namespace URI of the attribute.</param>
+      <param name="value">The value of the attribute.</param>
+      <returns>The task that represents the asynchronous <see langword="WriteAttributeString"></see> operation.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
-    <member name="M:System.Xml.XmlDocumentFragment.#ctor(System.Xml.XmlDocument)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlDocumentFragment"></see> class.</summary>
-      <param name="ownerDocument">The XML document that is the source of the fragment.</param>
+    <member name="M:System.Xml.XmlWriter.WriteBase64(System.Byte[],System.Int32,System.Int32)">
+      <summary>When overridden in a derived class, encodes the specified binary bytes as Base64 and writes out the resulting text.</summary>
+      <param name="buffer">Byte array to encode.</param>
+      <param name="index">The position in the buffer indicating the start of the bytes to write.</param>
+      <param name="count">The number of bytes to write.</param>
+      <exception cref="T:System.ArgumentNullException"><paramref name="buffer">buffer</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index">index</paramref> or <paramref name="count">count</paramref> is less than zero.  
+ -or-  
+ The buffer length minus <paramref name="index">index</paramref> is less than <paramref name="count">count</paramref>.</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="M:System.Xml.XmlDocumentFragment.CloneNode(System.Boolean)">
-      <summary>Creates a duplicate of this node.</summary>
-      <param name="deep">true to recursively clone the subtree under the specified node; false to clone only the node itself.</param>
-      <returns>The cloned node.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteBase64Async(System.Byte[],System.Int32,System.Int32)">
+      <summary>Asynchronously encodes the specified binary bytes as Base64 and writes out the resulting text.</summary>
+      <param name="buffer">Byte array to encode.</param>
+      <param name="index">The position in the buffer indicating the start of the bytes to write.</param>
+      <param name="count">The number of bytes to write.</param>
+      <returns>The task that represents the asynchronous <see langword="WriteBase64"></see> operation.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlDocumentFragment.InnerXml">
-      <summary>Gets or sets the markup representing the children of this node.</summary>
-      <returns>The markup of the children of this node.</returns>
-      <exception cref="T:System.Xml.XmlException">The XML specified when setting this property is not well-formed.</exception>
+    <member name="M:System.Xml.XmlWriter.WriteBinHex(System.Byte[],System.Int32,System.Int32)">
+      <summary>When overridden in a derived class, encodes the specified binary bytes as <see langword="BinHex"></see> and writes out the resulting text.</summary>
+      <param name="buffer">Byte array to encode.</param>
+      <param name="index">The position in the buffer indicating the start of the bytes to write.</param>
+      <param name="count">The number of bytes to write.</param>
+      <exception cref="T:System.ArgumentNullException"><paramref name="buffer">buffer</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index">index</paramref> or <paramref name="count">count</paramref> is less than zero.  
+ -or-  
+ The buffer length minus <paramref name="index">index</paramref> is less than <paramref name="count">count</paramref>.</exception>
     </member>
-    <member name="P:System.Xml.XmlDocumentFragment.LocalName">
-      <summary>Gets the local name of the node.</summary>
-      <returns>For XmlDocumentFragment nodes, the local name is #document-fragment.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteBinHexAsync(System.Byte[],System.Int32,System.Int32)">
+      <summary>Asynchronously encodes the specified binary bytes as <see langword="BinHex"></see> and writes out the resulting text.</summary>
+      <param name="buffer">Byte array to encode.</param>
+      <param name="index">The position in the buffer indicating the start of the bytes to write.</param>
+      <param name="count">The number of bytes to write.</param>
+      <returns>The task that represents the asynchronous <see langword="WriteBinHex"></see> operation.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlDocumentFragment.Name">
-      <summary>Gets the qualified name of the node.</summary>
-      <returns>For XmlDocumentFragment, the name is #document-fragment.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteCData(System.String)">
+      <summary>When overridden in a derived class, writes out a &amp;lt;![CDATA[...]]&amp;gt; block containing the specified text.</summary>
+      <param name="text">The text to place inside the CDATA block.</param>
+      <exception cref="T:System.ArgumentException">The text would result in a non-well formed XML document.</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlDocumentFragment.NodeType">
-      <summary>Gets the type of the current node.</summary>
-      <returns>For XmlDocumentFragment nodes, this value is XmlNodeType.DocumentFragment.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteCDataAsync(System.String)">
+      <summary>Asynchronously writes out a &amp;lt;![CDATA[...]]&amp;gt; block containing the specified text.</summary>
+      <param name="text">The text to place inside the CDATA block.</param>
+      <returns>The task that represents the asynchronous <see langword="WriteCData"></see> operation.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlDocumentFragment.OwnerDocument">
-      <summary>Gets the <see cref="T:System.Xml.XmlDocument"></see> to which this node belongs.</summary>
-      <returns>The XmlDocument to which this node belongs.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteCharEntity(System.Char)">
+      <summary>When overridden in a derived class, forces the generation of a character entity for the specified Unicode character value.</summary>
+      <param name="ch">The Unicode character for which to generate a character entity.</param>
+      <exception cref="T:System.ArgumentException">The character is in the surrogate pair character range, <see langword="0xd800"></see> - <see langword="0xdfff"></see>.</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlDocumentFragment.ParentNode">
-      <summary>Gets the parent of this node (for nodes that can have parents).</summary>
-      <returns>The parent of this node.  
- For XmlDocumentFragment nodes, this property is always null.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteCharEntityAsync(System.Char)">
+      <summary>Asynchronously forces the generation of a character entity for the specified Unicode character value.</summary>
+      <param name="ch">The Unicode character for which to generate a character entity.</param>
+      <returns>The task that represents the asynchronous <see langword="WriteCharEntity"></see> operation.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
-    <member name="M:System.Xml.XmlDocumentFragment.WriteContentTo(System.Xml.XmlWriter)">
-      <summary>Saves all the children of the node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
-      <param name="w">The XmlWriter to which you want to save.</param>
+    <member name="M:System.Xml.XmlWriter.WriteChars(System.Char[],System.Int32,System.Int32)">
+      <summary>When overridden in a derived class, writes text one buffer at a time.</summary>
+      <param name="buffer">Character array containing the text to write.</param>
+      <param name="index">The position in the buffer indicating the start of the text to write.</param>
+      <param name="count">The number of characters to write.</param>
+      <exception cref="T:System.ArgumentNullException"><paramref name="buffer">buffer</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index">index</paramref> or <paramref name="count">count</paramref> is less than zero.  
+ -or-  
+ The buffer length minus <paramref name="index">index</paramref> is less than <paramref name="count">count</paramref>; the call results in surrogate pair characters being split or an invalid surrogate pair being written.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="buffer">buffer</paramref> parameter value is not valid.</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="M:System.Xml.XmlDocumentFragment.WriteTo(System.Xml.XmlWriter)">
-      <summary>Saves the node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
-      <param name="w">The XmlWriter to which you want to save.</param>
+    <member name="M:System.Xml.XmlWriter.WriteCharsAsync(System.Char[],System.Int32,System.Int32)">
+      <summary>Asynchronously writes text one buffer at a time.</summary>
+      <param name="buffer">Character array containing the text to write.</param>
+      <param name="index">The position in the buffer indicating the start of the text to write.</param>
+      <param name="count">The number of characters to write.</param>
+      <returns>The task that represents the asynchronous <see langword="WriteChars"></see> operation.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
-    <member name="T:System.Xml.XmlDocumentType">
-      <summary>Represents the document type declaration.</summary>
+    <member name="M:System.Xml.XmlWriter.WriteComment(System.String)">
+      <summary>When overridden in a derived class, writes out a comment &amp;lt;!--...--&amp;gt; containing the specified text.</summary>
+      <param name="text">Text to place inside the comment.</param>
+      <exception cref="T:System.ArgumentException">The text would result in a non-well-formed XML document.</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="M:System.Xml.XmlDocumentType.#ctor(System.String,System.String,System.String,System.String,System.Xml.XmlDocument)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlDocumentType"></see> class.</summary>
-      <param name="name">The qualified name; see the <see cref="P:System.Xml.XmlDocumentType.Name"></see> property.</param>
-      <param name="publicId">The public identifier; see the <see cref="P:System.Xml.XmlDocumentType.PublicId"></see> property.</param>
-      <param name="systemId">The system identifier; see the <see cref="P:System.Xml.XmlDocumentType.SystemId"></see> property.</param>
-      <param name="internalSubset">The DTD internal subset; see the <see cref="P:System.Xml.XmlDocumentType.InternalSubset"></see> property.</param>
-      <param name="doc">The parent document.</param>
+    <member name="M:System.Xml.XmlWriter.WriteCommentAsync(System.String)">
+      <summary>Asynchronously writes out a comment &amp;lt;!--...--&amp;gt; containing the specified text.</summary>
+      <param name="text">Text to place inside the comment.</param>
+      <returns>The task that represents the asynchronous <see langword="WriteComment"></see> operation.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
-    <member name="M:System.Xml.XmlDocumentType.CloneNode(System.Boolean)">
-      <summary>Creates a duplicate of this node.</summary>
-      <param name="deep">true to recursively clone the subtree under the specified node; false to clone only the node itself. For document type nodes, the cloned node always includes the subtree, regardless of the parameter setting.</param>
-      <returns>The cloned node.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteDocType(System.String,System.String,System.String,System.String)">
+      <summary>When overridden in a derived class, writes the DOCTYPE declaration with the specified name and optional attributes.</summary>
+      <param name="name">The name of the DOCTYPE. This must be non-empty.</param>
+      <param name="pubid">If non-null it also writes PUBLIC &amp;quot;pubid&amp;quot; &amp;quot;sysid&amp;quot; where pubid and sysid are replaced with the value of the given arguments.</param>
+      <param name="sysid">If pubid is <see langword="null"></see> and sysid is non-null it writes SYSTEM &amp;quot;sysid&amp;quot; where sysid is replaced with the value of this argument.</param>
+      <param name="subset">If non-null it writes [subset] where subset is replaced with the value of this argument.</param>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+      <exception cref="T:System.ArgumentException">The value for <paramref name="name">name</paramref> would result in invalid XML.</exception>
     </member>
-    <member name="P:System.Xml.XmlDocumentType.Entities">
-      <summary>Gets the collection of <see cref="T:System.Xml.XmlEntity"></see> nodes declared in the document type declaration.</summary>
-      <returns>An <see cref="System.Xml.XmlNamedNodeMap"></see> containing the XmlEntity nodes. The returned XmlNamedNodeMap is read-only.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteDocTypeAsync(System.String,System.String,System.String,System.String)">
+      <summary>Asynchronously writes the DOCTYPE declaration with the specified name and optional attributes.</summary>
+      <param name="name">The name of the DOCTYPE. This must be non-empty.</param>
+      <param name="pubid">If non-null it also writes PUBLIC &amp;quot;pubid&amp;quot; &amp;quot;sysid&amp;quot; where pubid and sysid are replaced with the value of the given arguments.</param>
+      <param name="sysid">If pubid is <see langword="null"></see> and sysid is non-null it writes SYSTEM &amp;quot;sysid&amp;quot; where sysid is replaced with the value of this argument.</param>
+      <param name="subset">If non-null it writes [subset] where subset is replaced with the value of this argument.</param>
+      <returns>The task that represents the asynchronous <see langword="WriteDocType"></see> operation.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlDocumentType.InternalSubset">
-      <summary>Gets the value of the document type definition (DTD) internal subset on the DOCTYPE declaration.</summary>
-      <returns>The DTD internal subset on the DOCTYPE. If there is no DTD internal subset, String.Empty is returned.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteElementString(System.String,System.String)">
+      <summary>Writes an element with the specified local name and value.</summary>
+      <param name="localName">The local name of the element.</param>
+      <param name="value">The value of the element.</param>
+      <exception cref="T:System.ArgumentException">The <paramref name="localName">localName</paramref> value is <see langword="null"></see> or an empty string.  
+ -or-  
+ The parameter values are not valid.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">There is a character in the buffer that is a valid XML character but is not valid for the output encoding. For example, if the output encoding is ASCII, you should only use characters from the range of 0 to 127 for element and attribute names. The invalid character might be in the argument of this method or in an argument of previous methods that were writing to the buffer. Such characters are escaped by character entity references when possible (for example, in text nodes or attribute values). However, the character entity reference is not allowed in element and attribute names, comments, processing instructions, or CDATA sections.</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlDocumentType.IsReadOnly">
-      <summary>Gets a value indicating whether the node is read-only.</summary>
-      <returns>true if the node is read-only; otherwise false.  
- Because DocumentType nodes are read-only, this property always returns true.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteElementString(System.String,System.String,System.String)">
+      <summary>Writes an element with the specified local name, namespace URI, and value.</summary>
+      <param name="localName">The local name of the element.</param>
+      <param name="ns">The namespace URI to associate with the element.</param>
+      <param name="value">The value of the element.</param>
+      <exception cref="T:System.ArgumentException">The <paramref name="localName">localName</paramref> value is <see langword="null"></see> or an empty string.  
+ -or-  
+ The parameter values are not valid.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">There is a character in the buffer that is a valid XML character but is not valid for the output encoding. For example, if the output encoding is ASCII, you should only use characters from the range of 0 to 127 for element and attribute names. The invalid character might be in the argument of this method or in an argument of previous methods that were writing to the buffer. Such characters are escaped by character entity references when possible (for example, in text nodes or attribute values). However, the character entity reference is not allowed in element and attribute names, comments, processing instructions, or CDATA sections.</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlDocumentType.LocalName">
-      <summary>Gets the local name of the node.</summary>
-      <returns>For DocumentType nodes, this property returns the name of the document type.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteElementString(System.String,System.String,System.String,System.String)">
+      <summary>Writes an element with the specified prefix, local name, namespace URI, and value.</summary>
+      <param name="prefix">The prefix of the element.</param>
+      <param name="localName">The local name of the element.</param>
+      <param name="ns">The namespace URI of the element.</param>
+      <param name="value">The value of the element.</param>
+      <exception cref="T:System.ArgumentException">The <paramref name="localName">localName</paramref> value is <see langword="null"></see> or an empty string.  
+ -or-  
+ The parameter values are not valid.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">There is a character in the buffer that is a valid XML character but is not valid for the output encoding. For example, if the output encoding is ASCII, you should only use characters from the range of 0 to 127 for element and attribute names. The invalid character might be in the argument of this method or in an argument of previous methods that were writing to the buffer. Such characters are escaped by character entity references when possible (for example, in text nodes or attribute values). However, the character entity reference is not allowed in element and attribute names, comments, processing instructions, or CDATA sections.</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlDocumentType.Name">
-      <summary>Gets the qualified name of the node.</summary>
-      <returns>For DocumentType nodes, this property returns the name of the document type.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteElementStringAsync(System.String,System.String,System.String,System.String)">
+      <summary>Asynchronously writes an element with the specified prefix, local name, namespace URI, and value.</summary>
+      <param name="prefix">The prefix of the element.</param>
+      <param name="localName">The local name of the element.</param>
+      <param name="ns">The namespace URI of the element.</param>
+      <param name="value">The value of the element.</param>
+      <returns>The task that represents the asynchronous <see langword="WriteElementString"></see> operation.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlDocumentType.NodeType">
-      <summary>Gets the type of the current node.</summary>
-      <returns>For DocumentType nodes, this value is XmlNodeType.DocumentType.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteEndAttribute">
+      <summary>When overridden in a derived class, closes the previous <see cref="M:System.Xml.XmlWriter.WriteStartAttribute(System.String,System.String)"></see> call.</summary>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlDocumentType.Notations">
-      <summary>Gets the collection of <see cref="T:System.Xml.XmlNotation"></see> nodes present in the document type declaration.</summary>
-      <returns>An <see cref="System.Xml.XmlNamedNodeMap"></see> containing the XmlNotation nodes. The returned XmlNamedNodeMap is read-only.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteEndAttributeAsync">
+      <summary>Asynchronously closes the previous <see cref="M:System.Xml.XmlWriter.WriteStartAttribute(System.String,System.String)"></see> call.</summary>
+      <returns>The task that represents the asynchronous <see langword="WriteEndAttribute"></see> operation.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlDocumentType.PublicId">
-      <summary>Gets the value of the public identifier on the DOCTYPE declaration.</summary>
-      <returns>The public identifier on the DOCTYPE. If there is no public identifier, null is returned.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteEndDocument">
+      <summary>When overridden in a derived class, closes any open elements or attributes and puts the writer back in the Start state.</summary>
+      <exception cref="T:System.ArgumentException">The XML document is invalid.</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlDocumentType.SystemId">
-      <summary>Gets the value of the system identifier on the DOCTYPE declaration.</summary>
-      <returns>The system identifier on the DOCTYPE. If there is no system identifier, null is returned.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteEndDocumentAsync">
+      <summary>Asynchronously closes any open elements or attributes and puts the writer back in the Start state.</summary>
+      <returns>The task that represents the asynchronous <see langword="WriteEndDocument"></see> operation.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
-    <member name="M:System.Xml.XmlDocumentType.WriteContentTo(System.Xml.XmlWriter)">
-      <summary>Saves all the children of the node to the specified <see cref="T:System.Xml.XmlWriter"></see>. For XmlDocumentType nodes, this method has no effect.</summary>
-      <param name="w">The XmlWriter to which you want to save.</param>
+    <member name="M:System.Xml.XmlWriter.WriteEndElement">
+      <summary>When overridden in a derived class, closes one element and pops the corresponding namespace scope.</summary>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="M:System.Xml.XmlDocumentType.WriteTo(System.Xml.XmlWriter)">
-      <summary>Saves the node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
-      <param name="w">The XmlWriter to which you want to save.</param>
+    <member name="M:System.Xml.XmlWriter.WriteEndElementAsync">
+      <summary>Asynchronously closes one element and pops the corresponding namespace scope.</summary>
+      <returns>The task that represents the asynchronous <see langword="WriteEndElement"></see> operation.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
-    <member name="T:System.Xml.XmlElement">
-      <summary>Represents an element.</summary>
+    <member name="M:System.Xml.XmlWriter.WriteEntityRef(System.String)">
+      <summary>When overridden in a derived class, writes out an entity reference as <see langword="&amp;amp;name;"></see>.</summary>
+      <param name="name">The name of the entity reference.</param>
+      <exception cref="T:System.ArgumentException"><paramref name="name">name</paramref> is either <see langword="null"></see> or <see langword="String.Empty"></see>.</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="M:System.Xml.XmlElement.#ctor(System.String,System.String,System.String,System.Xml.XmlDocument)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlElement"></see> class.</summary>
-      <param name="prefix">The namespace prefix; see the <see cref="P:System.Xml.XmlElement.Prefix"></see> property.</param>
-      <param name="localName">The local name; see the <see cref="P:System.Xml.XmlElement.LocalName"></see> property.</param>
-      <param name="namespaceURI">The namespace URI; see the <see cref="P:System.Xml.XmlElement.NamespaceURI"></see> property.</param>
-      <param name="doc">The parent XML document.</param>
+    <member name="M:System.Xml.XmlWriter.WriteEntityRefAsync(System.String)">
+      <summary>Asynchronously writes out an entity reference as <see langword="&amp;amp;name;"></see>.</summary>
+      <param name="name">The name of the entity reference.</param>
+      <returns>The task that represents the asynchronous <see langword="WriteEntityRef"></see> operation.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlElement.Attributes">
-      <summary>Gets an <see cref="T:System.Xml.XmlAttributeCollection"></see> containing the list of attributes for this node.</summary>
-      <returns><see cref="System.Xml.XmlAttributeCollection"></see> containing the list of attributes for this node.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteFullEndElement">
+      <summary>When overridden in a derived class, closes one element and pops the corresponding namespace scope.</summary>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="M:System.Xml.XmlElement.CloneNode(System.Boolean)">
-      <summary>Creates a duplicate of this node.</summary>
-      <param name="deep">true to recursively clone the subtree under the specified node; false to clone only the node itself (and its attributes if the node is an XmlElement).</param>
-      <returns>The cloned node.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteFullEndElementAsync">
+      <summary>Asynchronously closes one element and pops the corresponding namespace scope.</summary>
+      <returns>The task that represents the asynchronous <see langword="WriteFullEndElement"></see> operation.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
-    <member name="M:System.Xml.XmlElement.GetAttribute(System.String)">
-      <summary>Returns the value for the attribute with the specified name.</summary>
-      <param name="name">The name of the attribute to retrieve. This is a qualified name. It is matched against the Name property of the matching node.</param>
-      <returns>The value of the specified attribute. An empty string is returned if a matching attribute is not found or if the attribute does not have a specified or default value.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteName(System.String)">
+      <summary>When overridden in a derived class, writes out the specified name, ensuring it is a valid name according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name).</summary>
+      <param name="name">The name to write.</param>
+      <exception cref="T:System.ArgumentException"><paramref name="name">name</paramref> is not a valid XML name; or <paramref name="name">name</paramref> is either <see langword="null"></see> or <see langword="String.Empty"></see>.</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="M:System.Xml.XmlElement.GetAttribute(System.String,System.String)">
-      <summary>Returns the value for the attribute with the specified local name and namespace URI.</summary>
-      <param name="localName">The local name of the attribute to retrieve.</param>
-      <param name="namespaceURI">The namespace URI of the attribute to retrieve.</param>
-      <returns>The value of the specified attribute. An empty string is returned if a matching attribute is not found or if the attribute does not have a specified or default value.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteNameAsync(System.String)">
+      <summary>Asynchronously writes out the specified name, ensuring it is a valid name according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name).</summary>
+      <param name="name">The name to write.</param>
+      <returns>The task that represents the asynchronous <see langword="WriteName"></see> operation.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
-    <member name="M:System.Xml.XmlElement.GetAttributeNode(System.String)">
-      <summary>Returns the XmlAttribute with the specified name.</summary>
-      <param name="name">The name of the attribute to retrieve. This is a qualified name. It is matched against the Name property of the matching node.</param>
-      <returns>The specified XmlAttribute or null if a matching attribute was not found.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteNmToken(System.String)">
+      <summary>When overridden in a derived class, writes out the specified name, ensuring it is a valid NmToken according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name).</summary>
+      <param name="name">The name to write.</param>
+      <exception cref="T:System.ArgumentException"><paramref name="name">name</paramref> is not a valid NmToken; or <paramref name="name">name</paramref> is either <see langword="null"></see> or <see langword="String.Empty"></see>.</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="M:System.Xml.XmlElement.GetAttributeNode(System.String,System.String)">
-      <summary>Returns the <see cref="T:System.Xml.XmlAttribute"></see> with the specified local name and namespace URI.</summary>
-      <param name="localName">The local name of the attribute.</param>
-      <param name="namespaceURI">The namespace URI of the attribute.</param>
-      <returns>The specified XmlAttribute or null if a matching attribute was not found.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteNmTokenAsync(System.String)">
+      <summary>Asynchronously writes out the specified name, ensuring it is a valid NmToken according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name).</summary>
+      <param name="name">The name to write.</param>
+      <returns>The task that represents the asynchronous <see langword="WriteNmToken"></see> operation.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
-    <member name="M:System.Xml.XmlElement.GetElementsByTagName(System.String,System.String)">
-      <summary>Returns an <see cref="T:System.Xml.XmlNodeList"></see> containing a list of all descendant elements that match the specified <see cref="P:System.Xml.XmlElement.LocalName"></see> and <see cref="P:System.Xml.XmlElement.NamespaceURI"></see>.</summary>
-      <param name="localName">The local name to match. The asterisk (*) is a special value that matches all tags.</param>
-      <param name="namespaceURI">The namespace URI to match.</param>
-      <returns>An <see cref="System.Xml.XmlNodeList"></see> containing a list of all matching nodes. The list is empty if there are no matching nodes.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteNode(System.Xml.XmlReader,System.Boolean)">
+      <summary>When overridden in a derived class, copies everything from the reader to the writer and moves the reader to the start of the next sibling.</summary>
+      <param name="reader">The <see cref="T:System.Xml.XmlReader"></see> to read from.</param>
+      <param name="defattr"><see langword="true"></see> to copy the default attributes from the <see langword="XmlReader"></see>; otherwise, <see langword="false"></see>.</param>
+      <exception cref="T:System.ArgumentNullException"><paramref name="reader">reader</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.ArgumentException"><paramref name="reader">reader</paramref> contains invalid characters.</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="M:System.Xml.XmlElement.GetElementsByTagName(System.String)">
-      <summary>Returns an <see cref="T:System.Xml.XmlNodeList"></see> containing a list of all descendant elements that match the specified <see cref="P:System.Xml.XmlElement.Name"></see>.</summary>
-      <param name="name">The name tag to match. This is a qualified name. It is matched against the Name property of the matching node. The asterisk (*) is a special value that matches all tags.</param>
-      <returns>An <see cref="System.Xml.XmlNodeList"></see> containing a list of all matching nodes. The list is empty if there are no matching nodes.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteNode(System.Xml.XPath.XPathNavigator,System.Boolean)">
+      <summary>Copies everything from the <see cref="T:System.Xml.XPath.XPathNavigator"></see> object to the writer. The position of the <see cref="T:System.Xml.XPath.XPathNavigator"></see> remains unchanged.</summary>
+      <param name="navigator">The <see cref="T:System.Xml.XPath.XPathNavigator"></see> to copy from.</param>
+      <param name="defattr"><see langword="true"></see> to copy the default attributes; otherwise, <see langword="false"></see>.</param>
+      <exception cref="T:System.ArgumentNullException"><paramref name="navigator">navigator</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="M:System.Xml.XmlElement.HasAttribute(System.String)">
-      <summary>Determines whether the current node has an attribute with the specified name.</summary>
-      <param name="name">The name of the attribute to find. This is a qualified name. It is matched against the Name property of the matching node.</param>
-      <returns>true if the current node has the specified attribute; otherwise, false.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteNodeAsync(System.Xml.XmlReader,System.Boolean)">
+      <summary>Asynchronously copies everything from the reader to the writer and moves the reader to the start of the next sibling.</summary>
+      <param name="reader">The <see cref="T:System.Xml.XmlReader"></see> to read from.</param>
+      <param name="defattr"><see langword="true"></see> to copy the default attributes from the <see langword="XmlReader"></see>; otherwise, <see langword="false"></see>.</param>
+      <returns>The task that represents the asynchronous <see langword="WriteNode"></see> operation.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
-    <member name="M:System.Xml.XmlElement.HasAttribute(System.String,System.String)">
-      <summary>Determines whether the current node has an attribute with the specified local name and namespace URI.</summary>
-      <param name="localName">The local name of the attribute to find.</param>
-      <param name="namespaceURI">The namespace URI of the attribute to find.</param>
-      <returns>true if the current node has the specified attribute; otherwise, false.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteNodeAsync(System.Xml.XPath.XPathNavigator,System.Boolean)">
+      <summary>Asynchronously copies everything from the <see cref="T:System.Xml.XPath.XPathNavigator"></see> object to the writer. The position of the <see cref="T:System.Xml.XPath.XPathNavigator"></see> remains unchanged.</summary>
+      <param name="navigator">The <see cref="T:System.Xml.XPath.XPathNavigator"></see> to copy from.</param>
+      <param name="defattr"><see langword="true"></see> to copy the default attributes; otherwise, <see langword="false"></see>.</param>
+      <returns>The task that represents the asynchronous <see langword="WriteNode"></see> operation.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlElement.HasAttributes">
-      <summary>Gets a boolean value indicating whether the current node has any attributes.</summary>
-      <returns>true if the current node has attributes; otherwise, false.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteProcessingInstruction(System.String,System.String)">
+      <summary>When overridden in a derived class, writes out a processing instruction with a space between the name and text as follows: &amp;lt;?name text?&amp;gt;.</summary>
+      <param name="name">The name of the processing instruction.</param>
+      <param name="text">The text to include in the processing instruction.</param>
+      <exception cref="T:System.ArgumentException">The text would result in a non-well formed XML document.  
+ <paramref name="name">name</paramref> is either <see langword="null"></see> or <see langword="String.Empty"></see>.  
+ This method is being used to create an XML declaration after <see cref="System.Xml.XmlWriter.WriteStartDocument"></see> has already been called.</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlElement.InnerText">
-      <summary>Gets or sets the concatenated values of the node and all its children.</summary>
-      <returns>The concatenated values of the node and all its children.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteProcessingInstructionAsync(System.String,System.String)">
+      <summary>Asynchronously writes out a processing instruction with a space between the name and text as follows: &amp;lt;?name text?&amp;gt;.</summary>
+      <param name="name">The name of the processing instruction.</param>
+      <param name="text">The text to include in the processing instruction.</param>
+      <returns>The task that represents the asynchronous <see langword="WriteProcessingInstruction"></see> operation.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlElement.InnerXml">
-      <summary>Gets or sets the markup representing just the children of this node.</summary>
-      <returns>The markup of the children of this node.</returns>
-      <exception cref="T:System.Xml.XmlException">The XML specified when setting this property is not well-formed.</exception>
+    <member name="M:System.Xml.XmlWriter.WriteQualifiedName(System.String,System.String)">
+      <summary>When overridden in a derived class, writes out the namespace-qualified name. This method looks up the prefix that is in scope for the given namespace.</summary>
+      <param name="localName">The local name to write.</param>
+      <param name="ns">The namespace URI for the name.</param>
+      <exception cref="T:System.ArgumentException"><paramref name="localName">localName</paramref> is either <see langword="null"></see> or <see langword="String.Empty"></see>.  
+ <paramref name="localName">localName</paramref> is not a valid name.</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlElement.IsEmpty">
-      <summary>Gets or sets the tag format of the element.</summary>
-      <returns>Returns true if the element is to be serialized in the short tag format &amp;quot;&amp;lt;item/&amp;gt;&amp;quot;; false for the long format &amp;quot;&amp;lt;item&amp;gt;&amp;lt;/item&amp;gt;&amp;quot;.  
- When setting this property, if set to true, the children of the element are removed and the element is serialized in the short tag format. If set to false, the value of the property is changed (regardless of whether or not the element has content); if the element is empty, it is serialized in the long format.  
- This property is a Microsoft extension to the Document Object Model (DOM).</returns>
+    <member name="M:System.Xml.XmlWriter.WriteQualifiedNameAsync(System.String,System.String)">
+      <summary>Asynchronously writes out the namespace-qualified name. This method looks up the prefix that is in scope for the given namespace.</summary>
+      <param name="localName">The local name to write.</param>
+      <param name="ns">The namespace URI for the name.</param>
+      <returns>The task that represents the asynchronous <see langword="WriteQualifiedName"></see> operation.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlElement.LocalName">
-      <summary>Gets the local name of the current node.</summary>
-      <returns>The name of the current node with the prefix removed. For example, LocalName is book for the element &amp;lt;bk:book&amp;gt;.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteRaw(System.String)">
+      <summary>When overridden in a derived class, writes raw markup manually from a string.</summary>
+      <param name="data">String containing the text to write.</param>
+      <exception cref="T:System.ArgumentException"><paramref name="data">data</paramref> is either <see langword="null"></see> or <see langword="String.Empty"></see>.</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlElement.Name">
-      <summary>Gets the qualified name of the node.</summary>
-      <returns>The qualified name of the node. For XmlElement nodes, this is the tag name of the element.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteRaw(System.Char[],System.Int32,System.Int32)">
+      <summary>When overridden in a derived class, writes raw markup manually from a character buffer.</summary>
+      <param name="buffer">Character array containing the text to write.</param>
+      <param name="index">The position within the buffer indicating the start of the text to write.</param>
+      <param name="count">The number of characters to write.</param>
+      <exception cref="T:System.ArgumentNullException"><paramref name="buffer">buffer</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index">index</paramref> or <paramref name="count">count</paramref> is less than zero.  
+ -or-  
+ The buffer length minus <paramref name="index">index</paramref> is less than <paramref name="count">count</paramref>.</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlElement.NamespaceURI">
-      <summary>Gets the namespace URI of this node.</summary>
-      <returns>The namespace URI of this node. If there is no namespace URI, this property returns String.Empty.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteRawAsync(System.String)">
+      <summary>Asynchronously writes raw markup manually from a string.</summary>
+      <param name="data">String containing the text to write.</param>
+      <returns>The task that represents the asynchronous <see langword="WriteRaw"></see> operation.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlElement.NextSibling">
-      <summary>Gets the <see cref="T:System.Xml.XmlNode"></see> immediately following this element.</summary>
-      <returns>The XmlNode immediately following this element.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteRawAsync(System.Char[],System.Int32,System.Int32)">
+      <summary>Asynchronously writes raw markup manually from a character buffer.</summary>
+      <param name="buffer">Character array containing the text to write.</param>
+      <param name="index">The position within the buffer indicating the start of the text to write.</param>
+      <param name="count">The number of characters to write.</param>
+      <returns>The task that represents the asynchronous <see langword="WriteRaw"></see> operation.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlElement.NodeType">
-      <summary>Gets the type of the current node.</summary>
-      <returns>The node type. For XmlElement nodes, this value is XmlNodeType.Element.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteStartAttribute(System.String)">
+      <summary>Writes the start of an attribute with the specified local name.</summary>
+      <param name="localName">The local name of the attribute.</param>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">There is a character in the buffer that is a valid XML character but is not valid for the output encoding. For example, if the output encoding is ASCII, you should only use characters from the range of 0 to 127 for element and attribute names. The invalid character might be in the argument of this method or in an argument of previous methods that were writing to the buffer. Such characters are escaped by character entity references when possible (for example, in text nodes or attribute values). However, the character entity reference is not allowed in element and attribute names, comments, processing instructions, or CDATA sections.</exception>
     </member>
-    <member name="P:System.Xml.XmlElement.OwnerDocument">
-      <summary>Gets the <see cref="T:System.Xml.XmlDocument"></see> to which this node belongs.</summary>
-      <returns>The XmlDocument to which this element belongs.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteStartAttribute(System.String,System.String)">
+      <summary>Writes the start of an attribute with the specified local name and namespace URI.</summary>
+      <param name="localName">The local name of the attribute.</param>
+      <param name="ns">The namespace URI of the attribute.</param>
+      <exception cref="T:System.Text.EncoderFallbackException">There is a character in the buffer that is a valid XML character but is not valid for the output encoding. For example, if the output encoding is ASCII, you should only use characters from the range of 0 to 127 for element and attribute names. The invalid character might be in the argument of this method or in an argument of previous methods that were writing to the buffer. Such characters are escaped by character entity references when possible (for example, in text nodes or attribute values). However, the character entity reference is not allowed in element and attribute names, comments, processing instructions, or CDATA sections.</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlElement.ParentNode">
-      <summary>Gets the parent of this node (for nodes that can have parents).</summary>
-      <returns>The XmlNode that is the parent of the current node. If a node has just been created and not yet added to the tree, or if it has been removed from the tree, the parent is null. For all other nodes, the value returned depends on the <see cref="System.Xml.XmlNode.NodeType"></see> of the node. The following table describes the possible return values for the ParentNode property.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteStartAttribute(System.String,System.String,System.String)">
+      <summary>When overridden in a derived class, writes the start of an attribute with the specified prefix, local name, and namespace URI.</summary>
+      <param name="prefix">The namespace prefix of the attribute.</param>
+      <param name="localName">The local name of the attribute.</param>
+      <param name="ns">The namespace URI for the attribute.</param>
+      <exception cref="T:System.Text.EncoderFallbackException">There is a character in the buffer that is a valid XML character but is not valid for the output encoding. For example, if the output encoding is ASCII, you should only use characters from the range of 0 to 127 for element and attribute names. The invalid character might be in the argument of this method or in an argument of previous methods that were writing to the buffer. Such characters are escaped by character entity references when possible (for example, in text nodes or attribute values). However, the character entity reference is not allowed in element and attribute names, comments, processing instructions, or CDATA sections.</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlElement.Prefix">
-      <summary>Gets or sets the namespace prefix of this node.</summary>
-      <returns>The namespace prefix of this node. If there is no prefix, this property returns String.Empty.</returns>
-      <exception cref="T:System.ArgumentException">This node is read-only</exception>
-      <exception cref="T:System.Xml.XmlException">The specified prefix contains an invalid character.  
- The specified prefix is malformed.  
- The namespaceURI of this node is null.  
- The specified prefix is &amp;quot;xml&amp;quot; and the namespaceURI of this node is different from http://www.w3.org/XML/1998/namespace.</exception>
+    <member name="M:System.Xml.XmlWriter.WriteStartAttributeAsync(System.String,System.String,System.String)">
+      <summary>Asynchronously writes the start of an attribute with the specified prefix, local name, and namespace URI.</summary>
+      <param name="prefix">The namespace prefix of the attribute.</param>
+      <param name="localName">The local name of the attribute.</param>
+      <param name="ns">The namespace URI for the attribute.</param>
+      <returns>The task that represents the asynchronous <see langword="WriteStartAttribute"></see> operation.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
-    <member name="M:System.Xml.XmlElement.RemoveAll">
-      <summary>Removes all specified attributes and children of the current node. Default attributes are not removed.</summary>
+    <member name="M:System.Xml.XmlWriter.WriteStartDocument">
+      <summary>When overridden in a derived class, writes the XML declaration with the version &amp;quot;1.0&amp;quot;.</summary>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="M:System.Xml.XmlElement.RemoveAllAttributes">
-      <summary>Removes all specified attributes from the element. Default attributes are not removed.</summary>
+    <member name="M:System.Xml.XmlWriter.WriteStartDocument(System.Boolean)">
+      <summary>When overridden in a derived class, writes the XML declaration with the version &amp;quot;1.0&amp;quot; and the standalone attribute.</summary>
+      <param name="standalone">If <see langword="true"></see>, it writes &amp;quot;standalone=yes&amp;quot;; if <see langword="false"></see>, it writes &amp;quot;standalone=no&amp;quot;.</param>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="M:System.Xml.XmlElement.RemoveAttribute(System.String)">
-      <summary>Removes an attribute by name.</summary>
-      <param name="name">The name of the attribute to remove.This is a qualified name. It is matched against the Name property of the matching node.</param>
-      <exception cref="T:System.ArgumentException">The node is read-only.</exception>
+    <member name="M:System.Xml.XmlWriter.WriteStartDocumentAsync(System.Boolean)">
+      <summary>Asynchronously writes the XML declaration with the version &amp;quot;1.0&amp;quot; and the standalone attribute.</summary>
+      <param name="standalone">If <see langword="true"></see>, it writes &amp;quot;standalone=yes&amp;quot;; if <see langword="false"></see>, it writes &amp;quot;standalone=no&amp;quot;.</param>
+      <returns>The task that represents the asynchronous <see langword="WriteStartDocument"></see> operation.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
-    <member name="M:System.Xml.XmlElement.RemoveAttribute(System.String,System.String)">
-      <summary>Removes an attribute with the specified local name and namespace URI. (If the removed attribute has a default value, it is immediately replaced).</summary>
-      <param name="localName">The local name of the attribute to remove.</param>
-      <param name="namespaceURI">The namespace URI of the attribute to remove.</param>
-      <exception cref="T:System.ArgumentException">The node is read-only.</exception>
+    <member name="M:System.Xml.XmlWriter.WriteStartDocumentAsync">
+      <summary>Asynchronously writes the XML declaration with the version &amp;quot;1.0&amp;quot;.</summary>
+      <returns>The task that represents the asynchronous <see langword="WriteStartDocument"></see> operation.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
-    <member name="M:System.Xml.XmlElement.RemoveAttributeAt(System.Int32)">
-      <summary>Removes the attribute node with the specified index from the element. (If the removed attribute has a default value, it is immediately replaced).</summary>
-      <param name="i">The index of the node to remove. The first node has index 0.</param>
-      <returns>The attribute node removed or null if there is no node at the given index.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteStartElement(System.String)">
+      <summary>When overridden in a derived class, writes out a start tag with the specified local name.</summary>
+      <param name="localName">The local name of the element.</param>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">There is a character in the buffer that is a valid XML character but is not valid for the output encoding. For example, if the output encoding is ASCII, you should only use characters from the range of 0 to 127 for element and attribute names. The invalid character might be in the argument of this method or in an argument of previous methods that were writing to the buffer. Such characters are escaped by character entity references when possible (for example, in text nodes or attribute values). However, the character entity reference is not allowed in element and attribute names, comments, processing instructions, or CDATA sections.</exception>
     </member>
-    <member name="M:System.Xml.XmlElement.RemoveAttributeNode(System.Xml.XmlAttribute)">
-      <summary>Removes the specified <see cref="T:System.Xml.XmlAttribute"></see>.</summary>
-      <param name="oldAttr">The XmlAttribute node to remove. If the removed attribute has a default value, it is immediately replaced.</param>
-      <returns>The removed XmlAttribute or null if <paramref name="oldAttr">oldAttr</paramref> is not an attribute node of the XmlElement.</returns>
-      <exception cref="T:System.ArgumentException">This node is read-only.</exception>
+    <member name="M:System.Xml.XmlWriter.WriteStartElement(System.String,System.String)">
+      <summary>When overridden in a derived class, writes the specified start tag and associates it with the given namespace.</summary>
+      <param name="localName">The local name of the element.</param>
+      <param name="ns">The namespace URI to associate with the element. If this namespace is already in scope and has an associated prefix, the writer automatically writes that prefix also.</param>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">There is a character in the buffer that is a valid XML character but is not valid for the output encoding. For example, if the output encoding is ASCII, you should only use characters from the range of 0 to 127 for element and attribute names. The invalid character might be in the argument of this method or in an argument of previous methods that were writing to the buffer. Such characters are escaped by character entity references when possible (for example, in text nodes or attribute values). However, the character entity reference is not allowed in element and attribute names, comments, processing instructions, or CDATA sections.</exception>
     </member>
-    <member name="M:System.Xml.XmlElement.RemoveAttributeNode(System.String,System.String)">
-      <summary>Removes the <see cref="T:System.Xml.XmlAttribute"></see> specified by the local name and namespace URI. (If the removed attribute has a default value, it is immediately replaced).</summary>
-      <param name="localName">The local name of the attribute.</param>
-      <param name="namespaceURI">The namespace URI of the attribute.</param>
-      <returns>The removed XmlAttribute or null if the XmlElement does not have a matching attribute node.</returns>
-      <exception cref="T:System.ArgumentException">This node is read-only.</exception>
-    </member>
-    <member name="P:System.Xml.XmlElement.SchemaInfo">
-      <summary>Gets the post schema validation infoset that has been assigned to this node as a result of schema validation.</summary>
-      <returns>An <see cref="System.Xml.Schema.IXmlSchemaInfo"></see> object containing the post schema validation infoset of this node.</returns>
-    </member>
-    <member name="M:System.Xml.XmlElement.SetAttribute(System.String,System.String)">
-      <summary>Sets the value of the attribute with the specified name.</summary>
-      <param name="name">The name of the attribute to create or alter. This is a qualified name. If the name contains a colon it is parsed into prefix and local name components.</param>
-      <param name="value">The value to set for the attribute.</param>
-      <exception cref="T:System.Xml.XmlException">The specified name contains an invalid character.</exception>
-      <exception cref="T:System.ArgumentException">The node is read-only.</exception>
-    </member>
-    <member name="M:System.Xml.XmlElement.SetAttribute(System.String,System.String,System.String)">
-      <summary>Sets the value of the attribute with the specified local name and namespace URI.</summary>
-      <param name="localName">The local name of the attribute.</param>
-      <param name="namespaceURI">The namespace URI of the attribute.</param>
-      <param name="value">The value to set for the attribute.</param>
-      <returns>The attribute value.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteStartElement(System.String,System.String,System.String)">
+      <summary>When overridden in a derived class, writes the specified start tag and associates it with the given namespace and prefix.</summary>
+      <param name="prefix">The namespace prefix of the element.</param>
+      <param name="localName">The local name of the element.</param>
+      <param name="ns">The namespace URI to associate with the element.</param>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">There is a character in the buffer that is a valid XML character but is not valid for the output encoding. For example, if the output encoding is ASCII, you should only use characters from the range of 0 to 127 for element and attribute names. The invalid character might be in the argument of this method or in an argument of previous methods that were writing to the buffer. Such characters are escaped by character entity references when possible (for example, in text nodes or attribute values). However, the character entity reference is not allowed in element and attribute names, comments, processing instructions, or CDATA sections.</exception>
     </member>
-    <member name="M:System.Xml.XmlElement.SetAttributeNode(System.Xml.XmlAttribute)">
-      <summary>Adds the specified <see cref="T:System.Xml.XmlAttribute"></see>.</summary>
-      <param name="newAttr">The XmlAttribute node to add to the attribute collection for this element.</param>
-      <returns>If the attribute replaces an existing attribute with the same name, the old XmlAttribute is returned; otherwise, null is returned.</returns>
-      <exception cref="T:System.ArgumentException">The <paramref name="newAttr">newAttr</paramref> was created from a different document than the one that created this node. Or this node is read-only.</exception>
-      <exception cref="T:System.InvalidOperationException">The <paramref name="newAttr">newAttr</paramref> is already an attribute of another XmlElement object. You must explicitly clone XmlAttribute nodes to re-use them in other XmlElement objects.</exception>
+    <member name="M:System.Xml.XmlWriter.WriteStartElementAsync(System.String,System.String,System.String)">
+      <summary>Asynchronously writes the specified start tag and associates it with the given namespace and prefix.</summary>
+      <param name="prefix">The namespace prefix of the element.</param>
+      <param name="localName">The local name of the element.</param>
+      <param name="ns">The namespace URI to associate with the element.</param>
+      <returns>The task that represents the asynchronous <see langword="WriteStartElement"></see> operation.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
-    <member name="M:System.Xml.XmlElement.SetAttributeNode(System.String,System.String)">
-      <summary>Adds the specified <see cref="T:System.Xml.XmlAttribute"></see>.</summary>
-      <param name="localName">The local name of the attribute.</param>
-      <param name="namespaceURI">The namespace URI of the attribute.</param>
-      <returns>The XmlAttribute to add.</returns>
+    <member name="P:System.Xml.XmlWriter.WriteState">
+      <summary>When overridden in a derived class, gets the state of the writer.</summary>
+      <returns>One of the <see cref="T:System.Xml.WriteState"></see> values.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="M:System.Xml.XmlElement.WriteContentTo(System.Xml.XmlWriter)">
-      <summary>Saves all the children of the node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
-      <param name="w">The XmlWriter to which you want to save.</param>
+    <member name="M:System.Xml.XmlWriter.WriteString(System.String)">
+      <summary>When overridden in a derived class, writes the given text content.</summary>
+      <param name="text">The text to write.</param>
+      <exception cref="T:System.ArgumentException">The text string contains an invalid surrogate pair.</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="M:System.Xml.XmlElement.WriteTo(System.Xml.XmlWriter)">
-      <summary>Saves the current node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
-      <param name="w">The XmlWriter to which you want to save.</param>
+    <member name="M:System.Xml.XmlWriter.WriteStringAsync(System.String)">
+      <summary>Asynchronously writes the given text content.</summary>
+      <param name="text">The text to write.</param>
+      <returns>The task that represents the asynchronous <see langword="WriteString"></see> operation.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
-    <member name="T:System.Xml.XmlEntity">
-      <summary>Represents an entity declaration, such as &amp;lt;!ENTITY... &amp;gt;.</summary>
+    <member name="M:System.Xml.XmlWriter.WriteSurrogateCharEntity(System.Char,System.Char)">
+      <summary>When overridden in a derived class, generates and writes the surrogate character entity for the surrogate character pair.</summary>
+      <param name="lowChar">The low surrogate. This must be a value between 0xDC00 and 0xDFFF.</param>
+      <param name="highChar">The high surrogate. This must be a value between 0xD800 and 0xDBFF.</param>
+      <exception cref="T:System.ArgumentException">An invalid surrogate character pair was passed.</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlEntity.BaseURI">
-      <summary>Gets the base Uniform Resource Identifier (URI) of the current node.</summary>
-      <returns>The location from which the node was loaded.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteSurrogateCharEntityAsync(System.Char,System.Char)">
+      <summary>Asynchronously generates and writes the surrogate character entity for the surrogate character pair.</summary>
+      <param name="lowChar">The low surrogate. This must be a value between 0xDC00 and 0xDFFF.</param>
+      <param name="highChar">The high surrogate. This must be a value between 0xD800 and 0xDBFF.</param>
+      <returns>The task that represents the asynchronous <see langword="WriteSurrogateCharEntity"></see> operation.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
-    <member name="M:System.Xml.XmlEntity.CloneNode(System.Boolean)">
-      <summary>Creates a duplicate of this node. Entity nodes cannot be cloned. Calling this method on an <see cref="T:System.Xml.XmlEntity"></see> object throws an exception.</summary>
-      <param name="deep">true to recursively clone the subtree under the specified node; false to clone only the node itself.</param>
-      <returns>Returns a copy of the <see cref="System.Xml.XmlNode"></see> from which the method is called.</returns>
-      <exception cref="T:System.InvalidOperationException">Entity nodes cannot be cloned. Calling this method on an <see cref="System.Xml.XmlEntity"></see> object throws an exception.</exception>
+    <member name="M:System.Xml.XmlWriter.WriteValue(System.String)">
+      <summary>Writes a <see cref="T:System.String"></see> value.</summary>
+      <param name="value">The <see cref="T:System.String"></see> value to write.</param>
+      <exception cref="T:System.ArgumentException">An invalid value was specified.</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlEntity.InnerText">
-      <summary>Gets the concatenated values of the entity node and all its children.</summary>
-      <returns>The concatenated values of the node and all its children.</returns>
-      <exception cref="T:System.InvalidOperationException">Attempting to set the property.</exception>
+    <member name="M:System.Xml.XmlWriter.WriteValue(System.Single)">
+      <summary>Writes a single-precision floating-point number.</summary>
+      <param name="value">The single-precision floating-point number to write.</param>
+      <exception cref="T:System.ArgumentException">An invalid value was specified.</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlEntity.InnerXml">
-      <summary>Gets the markup representing the children of this node.</summary>
-      <returns>For XmlEntity nodes, String.Empty is returned.</returns>
-      <exception cref="T:System.InvalidOperationException">Attempting to set the property.</exception>
+    <member name="M:System.Xml.XmlWriter.WriteValue(System.Object)">
+      <summary>Writes the object value.</summary>
+      <param name="value">The object value to write.  
+ Note With the release of the .NET Framework 3.5, this method accepts <see cref="T:System.DateTimeOffset"></see> as a parameter.</param>
+      <exception cref="T:System.ArgumentException">An invalid value was specified.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="value">value</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlEntity.IsReadOnly">
-      <summary>Gets a value indicating whether the node is read-only.</summary>
-      <returns>true if the node is read-only; otherwise false.  
- Because XmlEntity nodes are read-only, this property always returns true.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteValue(System.Int64)">
+      <summary>Writes a <see cref="T:System.Int64"></see> value.</summary>
+      <param name="value">The <see cref="T:System.Int64"></see> value to write.</param>
+      <exception cref="T:System.ArgumentException">An invalid value was specified.</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlEntity.LocalName">
-      <summary>Gets the name of the node without the namespace prefix.</summary>
-      <returns>For XmlEntity nodes, this property returns the name of the entity.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteValue(System.Int32)">
+      <summary>Writes a <see cref="T:System.Int32"></see> value.</summary>
+      <param name="value">The <see cref="T:System.Int32"></see> value to write.</param>
+      <exception cref="T:System.ArgumentException">An invalid value was specified.</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlEntity.Name">
-      <summary>Gets the name of the node.</summary>
-      <returns>The name of the entity.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteValue(System.DateTimeOffset)">
+      <summary>Writes a <see cref="T:System.DateTimeOffset"></see> value.</summary>
+      <param name="value">The <see cref="T:System.DateTimeOffset"></see> value to write.</param>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlEntity.NodeType">
-      <summary>Gets the type of the node.</summary>
-      <returns>The node type. For XmlEntity nodes, the value is XmlNodeType.Entity.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteValue(System.Decimal)">
+      <summary>Writes a <see cref="T:System.Decimal"></see> value.</summary>
+      <param name="value">The <see cref="T:System.Decimal"></see> value to write.</param>
+      <exception cref="T:System.ArgumentException">An invalid value was specified.</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlEntity.NotationName">
-      <summary>Gets the name of the optional NDATA attribute on the entity declaration.</summary>
-      <returns>The name of the NDATA attribute. If there is no NDATA, null is returned.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteValue(System.DateTime)">
+      <summary>Writes a <see cref="T:System.DateTime"></see> value.</summary>
+      <param name="value">The <see cref="T:System.DateTime"></see> value to write.</param>
+      <exception cref="T:System.ArgumentException">An invalid value was specified.</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlEntity.OuterXml">
-      <summary>Gets the markup representing this node and all its children.</summary>
-      <returns>For XmlEntity nodes, String.Empty is returned.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteValue(System.Boolean)">
+      <summary>Writes a <see cref="T:System.Boolean"></see> value.</summary>
+      <param name="value">The <see cref="T:System.Boolean"></see> value to write.</param>
+      <exception cref="T:System.ArgumentException">An invalid value was specified.</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlEntity.PublicId">
-      <summary>Gets the value of the public identifier on the entity declaration.</summary>
-      <returns>The public identifier on the entity. If there is no public identifier, null is returned.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteValue(System.Double)">
+      <summary>Writes a <see cref="T:System.Double"></see> value.</summary>
+      <param name="value">The <see cref="T:System.Double"></see> value to write.</param>
+      <exception cref="T:System.ArgumentException">An invalid value was specified.</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="P:System.Xml.XmlEntity.SystemId">
-      <summary>Gets the value of the system identifier on the entity declaration.</summary>
-      <returns>The system identifier on the entity. If there is no system identifier, null is returned.</returns>
+    <member name="M:System.Xml.XmlWriter.WriteWhitespace(System.String)">
+      <summary>When overridden in a derived class, writes out the given white space.</summary>
+      <param name="ws">The string of white space characters.</param>
+      <exception cref="T:System.ArgumentException">The string contains non-white space characters.</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="M:System.Xml.XmlEntity.WriteContentTo(System.Xml.XmlWriter)">
-      <summary>Saves all the children of the node to the specified <see cref="T:System.Xml.XmlWriter"></see>. For XmlEntity nodes, this method has no effect.</summary>
-      <param name="w">The XmlWriter to which you want to save.</param>
+    <member name="M:System.Xml.XmlWriter.WriteWhitespaceAsync(System.String)">
+      <summary>Asynchronously writes out the given white space.</summary>
+      <param name="ws">The string of white space characters.</param>
+      <returns>The task that represents the asynchronous <see langword="WriteWhitespace"></see> operation.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
-    <member name="M:System.Xml.XmlEntity.WriteTo(System.Xml.XmlWriter)">
-      <summary>Saves the node to the specified <see cref="T:System.Xml.XmlWriter"></see>. For XmlEntity nodes, this method has no effect.</summary>
-      <param name="w">The XmlWriter to which you want to save.</param>
+    <member name="P:System.Xml.XmlWriter.XmlLang">
+      <summary>When overridden in a derived class, gets the current <see langword="xml:lang"></see> scope.</summary>
+      <returns>The current <see langword="xml:lang"></see> scope.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="T:System.Xml.XmlEntityReference">
-      <summary>Represents an entity reference node.</summary>
+    <member name="P:System.Xml.XmlWriter.XmlSpace">
+      <summary>When overridden in a derived class, gets an <see cref="T:System.Xml.XmlSpace"></see> representing the current <see langword="xml:space"></see> scope.</summary>
+      <returns>An <see langword="XmlSpace"></see> representing the current <see langword="xml:space"></see> scope.  
+  Value  
+
+  Meaning  
+
+ <see langword="None"></see> This is the default if no <see langword="xml:space"></see> scope exists.  
+
+ <see langword="Default"></see> The current scope is <see langword="xml:space"></see>=&amp;quot;default&amp;quot;.  
+
+ <see langword="Preserve"></see> The current scope is <see langword="xml:space"></see>=&amp;quot;preserve&amp;quot;.  
+
+ </returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="M:System.Xml.XmlEntityReference.#ctor(System.String,System.Xml.XmlDocument)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlEntityReference"></see> class.</summary>
-      <param name="name">The name of the entity reference; see the <see cref="P:System.Xml.XmlEntityReference.Name"></see> property.</param>
-      <param name="doc">The parent XML document.</param>
+    <member name="T:System.Xml.XmlWhitespace">
+      <summary>Represents white space in element content.</summary>
     </member>
-    <member name="P:System.Xml.XmlEntityReference.BaseURI">
-      <summary>Gets the base Uniform Resource Identifier (URI) of the current node.</summary>
-      <returns>The location from which the node was loaded.</returns>
+    <member name="M:System.Xml.XmlWhitespace.#ctor(System.String,System.Xml.XmlDocument)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlWhitespace"></see> class.</summary>
+      <param name="strData">The white space characters of the node.</param>
+      <param name="doc">The <see cref="T:System.Xml.XmlDocument"></see> object.</param>
     </member>
-    <member name="M:System.Xml.XmlEntityReference.CloneNode(System.Boolean)">
+    <member name="M:System.Xml.XmlWhitespace.CloneNode(System.Boolean)">
       <summary>Creates a duplicate of this node.</summary>
-      <param name="deep">true to recursively clone the subtree under the specified node; false to clone only the node itself. For XmlEntityReference nodes, this method always returns an entity reference node with no children. The replacement text is set when the node is inserted into a parent.</param>
+      <param name="deep"><see langword="true"></see> to recursively clone the subtree under the specified node; <see langword="false"></see> to clone only the node itself. For white space nodes, the cloned node always includes the data value, regardless of the parameter setting.</param>
       <returns>The cloned node.</returns>
     </member>
-    <member name="P:System.Xml.XmlEntityReference.IsReadOnly">
-      <summary>Gets a value indicating whether the node is read-only.</summary>
-      <returns>true if the node is read-only; otherwise false.  
- Because XmlEntityReference nodes are read-only, this property always returns true.</returns>
-    </member>
-    <member name="P:System.Xml.XmlEntityReference.LocalName">
+    <member name="P:System.Xml.XmlWhitespace.LocalName">
       <summary>Gets the local name of the node.</summary>
-      <returns>For XmlEntityReference nodes, this property returns the name of the entity referenced.</returns>
+      <returns>For <see langword="XmlWhitespace"></see> nodes, this property returns <see langword="#whitespace"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XmlEntityReference.Name">
-      <summary>Gets the name of the node.</summary>
-      <returns>The name of the entity referenced.</returns>
+    <member name="P:System.Xml.XmlWhitespace.Name">
+      <summary>Gets the qualified name of the node.</summary>
+      <returns>For <see langword="XmlWhitespace"></see> nodes, this property returns <see langword="#whitespace"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XmlEntityReference.NodeType">
+    <member name="P:System.Xml.XmlWhitespace.NodeType">
       <summary>Gets the type of the node.</summary>
-      <returns>The node type. For XmlEntityReference nodes, the value is XmlNodeType.EntityReference.</returns>
+      <returns>For <see langword="XmlWhitespace"></see> nodes, the value is <see cref="F:System.Xml.XmlNodeType.Whitespace"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XmlEntityReference.Value">
+    <member name="P:System.Xml.XmlWhitespace.ParentNode">
+      <summary>Gets the parent of the current node.</summary>
+      <returns>The <see cref="T:System.Xml.XmlNode"></see> parent node of the current node.</returns>
+    </member>
+    <member name="P:System.Xml.XmlWhitespace.PreviousText">
+      <summary>Gets the text node that immediately precedes this node.</summary>
+      <returns>Returns <see cref="T:System.Xml.XmlNode"></see>.</returns>
+    </member>
+    <member name="P:System.Xml.XmlWhitespace.Value">
       <summary>Gets or sets the value of the node.</summary>
-      <returns>The value of the node. For XmlEntityReference nodes, this property returns null.</returns>
-      <exception cref="T:System.ArgumentException">Node is read-only.</exception>
-      <exception cref="T:System.InvalidOperationException">Setting the property.</exception>
+      <returns>The white space characters found in the node.</returns>
+      <exception cref="T:System.ArgumentException">Setting <see cref="System.Xml.XmlWhitespace.Value"></see> to invalid white space characters.</exception>
     </member>
-    <member name="M:System.Xml.XmlEntityReference.WriteContentTo(System.Xml.XmlWriter)">
+    <member name="M:System.Xml.XmlWhitespace.WriteContentTo(System.Xml.XmlWriter)">
       <summary>Saves all the children of the node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
-      <param name="w">The XmlWriter to which you want to save.</param>
+      <param name="w">The <see cref="T:System.Xml.XmlWriter"></see> to which you want to save.</param>
     </member>
-    <member name="M:System.Xml.XmlEntityReference.WriteTo(System.Xml.XmlWriter)">
+    <member name="M:System.Xml.XmlWhitespace.WriteTo(System.Xml.XmlWriter)">
       <summary>Saves the node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
-      <param name="w">The XmlWriter to which you want to save.</param>
+      <param name="w">The <see cref="T:System.Xml.XmlWriter"></see> to which you want to save.</param>
     </member>
-    <member name="T:System.Xml.XmlException">
-      <summary>Returns detailed information about the last exception.</summary>
+    <member name="T:System.Xml.XmlValidatingReader">
+      <summary>Represents a reader that provides document type definition (DTD), XML-Data Reduced (XDR) schema, and XML Schema definition language (XSD) validation.  
+ This class is obsolete. Starting with the .NET Framework 2.0, we recommend that you use the <see cref="T:System.Xml.XmlReaderSettings"></see> class and the <see cref="Overload:System.Xml.XmlReader.Create"></see> method to create a validating XML reader.</summary>
     </member>
-    <member name="M:System.Xml.XmlException.#ctor">
-      <summary>Initializes a new instance of the XmlException class.</summary>
+    <member name="M:System.Xml.XmlValidatingReader.#ctor(System.Xml.XmlReader)">
+      <summary>Initializes a new instance of the <see langword="XmlValidatingReader"></see> class that validates the content returned from the given <see cref="T:System.Xml.XmlReader"></see>.</summary>
+      <param name="reader">The <see langword="XmlReader"></see> to read from while validating. The current implementation supports only <see cref="T:System.Xml.XmlTextReader"></see>.</param>
+      <exception cref="T:System.ArgumentException">The reader specified is not an <see langword="XmlTextReader"></see>.</exception>
     </member>
-    <member name="M:System.Xml.XmlException.#ctor(System.String)">
-      <summary>Initializes a new instance of the XmlException class with a specified error message.</summary>
-      <param name="message">The error description.</param>
+    <member name="M:System.Xml.XmlValidatingReader.#ctor(System.IO.Stream,System.Xml.XmlNodeType,System.Xml.XmlParserContext)">
+      <summary>Initializes a new instance of the <see langword="XmlValidatingReader"></see> class with the specified values.</summary>
+      <param name="xmlFragment">The stream containing the XML fragment to parse.</param>
+      <param name="fragType">The <see cref="T:System.Xml.XmlNodeType"></see> of the XML fragment. This determines what the fragment can contain (see table below).</param>
+      <param name="context">The <see cref="T:System.Xml.XmlParserContext"></see> in which the XML fragment is to be parsed. This includes the <see cref="T:System.Xml.XmlNameTable"></see> to use, encoding, namespace scope, current <see langword="xml:lang"></see>, and <see langword="xml:space"></see> scope.</param>
+      <exception cref="T:System.Xml.XmlException"><paramref name="fragType">fragType</paramref> is not one of the node types listed in the table below.</exception>
     </member>
-    <member name="M:System.Xml.XmlException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Initializes a new instance of the XmlException class using the information in the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> objects.</summary>
-      <param name="info">The SerializationInfo object containing all the properties of an XmlException.</param>
-      <param name="context">The StreamingContext object containing the context information.</param>
+    <member name="M:System.Xml.XmlValidatingReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)">
+      <summary>Initializes a new instance of the <see langword="XmlValidatingReader"></see> class with the specified values.</summary>
+      <param name="xmlFragment">The string containing the XML fragment to parse.</param>
+      <param name="fragType">The <see cref="T:System.Xml.XmlNodeType"></see> of the XML fragment. This also determines what the fragment string can contain (see table below).</param>
+      <param name="context">The <see cref="T:System.Xml.XmlParserContext"></see> in which the XML fragment is to be parsed. This includes the <see cref="T:System.Xml.NameTable"></see> to use, encoding, namespace scope, current xml:lang, and xml:space scope.</param>
+      <exception cref="T:System.Xml.XmlException"><paramref name="fragType">fragType</paramref> is not one of the node types listed in the table below.</exception>
     </member>
-    <member name="M:System.Xml.XmlException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the XmlException class.</summary>
-      <param name="message">The description of the error condition.</param>
-      <param name="innerException">The <see cref="T:System.Exception"></see> that threw the XmlException, if any. This value can be null.</param>
+    <member name="P:System.Xml.XmlValidatingReader.AttributeCount">
+      <summary>Gets the number of attributes on the current node.</summary>
+      <returns>The number of attributes on the current node. This number includes default attributes.</returns>
     </member>
-    <member name="M:System.Xml.XmlException.#ctor(System.String,System.Exception,System.Int32,System.Int32)">
-      <summary>Initializes a new instance of the XmlException class with the specified message, inner exception, line number, and line position.</summary>
-      <param name="message">The error description.</param>
-      <param name="innerException">The exception that is the cause of the current exception. This value can be null.</param>
-      <param name="lineNumber">The line number indicating where the error occurred.</param>
-      <param name="linePosition">The line position indicating where the error occurred.</param>
+    <member name="P:System.Xml.XmlValidatingReader.BaseURI">
+      <summary>Gets the base URI of the current node.</summary>
+      <returns>The base URI of the current node.</returns>
     </member>
-    <member name="M:System.Xml.XmlException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Streams all the XmlException properties into the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> class for the given <see cref="T:System.Runtime.Serialization.StreamingContext"></see>.</summary>
-      <param name="info">The SerializationInfo object.</param>
-      <param name="context">The StreamingContext object.</param>
+    <member name="P:System.Xml.XmlValidatingReader.CanReadBinaryContent">
+      <summary>Gets a value indicating whether the <see cref="T:System.Xml.XmlValidatingReader"></see> implements the binary content read methods.</summary>
+      <returns><see langword="true"></see> if the binary content read methods are implemented; otherwise <see langword="false"></see>. The <see cref="T:System.Xml.XmlValidatingReader"></see> class returns <see langword="true"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XmlException.LineNumber">
-      <summary>Gets the line number indicating where the error occurred.</summary>
-      <returns>The line number indicating where the error occurred.</returns>
+    <member name="P:System.Xml.XmlValidatingReader.CanResolveEntity">
+      <summary>Gets a value indicating whether this reader can parse and resolve entities.</summary>
+      <returns><see langword="true"></see> if the reader can parse and resolve entities; otherwise, <see langword="false"></see>. <see langword="XmlValidatingReader"></see> always returns <see langword="true"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XmlException.LinePosition">
-      <summary>Gets the line position indicating where the error occurred.</summary>
-      <returns>The line position indicating where the error occurred.</returns>
+    <member name="M:System.Xml.XmlValidatingReader.Close">
+      <summary>Changes the <see cref="P:System.Xml.XmlReader.ReadState"></see> to Closed.</summary>
     </member>
-    <member name="P:System.Xml.XmlException.Message">
-      <summary>Gets a message describing the current exception.</summary>
-      <returns>The error message that explains the reason for the exception.</returns>
+    <member name="P:System.Xml.XmlValidatingReader.Depth">
+      <summary>Gets the depth of the current node in the XML document.</summary>
+      <returns>The depth of the current node in the XML document.</returns>
     </member>
-    <member name="P:System.Xml.XmlException.SourceUri">
-      <summary>Gets the location of the XML file.</summary>
-      <returns>The source URI for the XML data. If there is no source URI, this property returns null.</returns>
+    <member name="P:System.Xml.XmlValidatingReader.Encoding">
+      <summary>Gets the encoding attribute for the document.</summary>
+      <returns>The encoding value. If no encoding attribute exists, and there is not byte-order mark, this defaults to UTF-8.</returns>
     </member>
-    <member name="T:System.Xml.XmlImplementation">
-      <summary>Defines the context for a set of <see cref="T:System.Xml.XmlDocument"></see> objects.</summary>
+    <member name="P:System.Xml.XmlValidatingReader.EntityHandling">
+      <summary>Gets or sets a value that specifies how the reader handles entities.</summary>
+      <returns>One of the <see cref="T:System.Xml.EntityHandling"></see> values. If no <see langword="EntityHandling"></see> is specified, it defaults to EntityHandling.ExpandEntities.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">Invalid value was specified.</exception>
     </member>
-    <member name="M:System.Xml.XmlImplementation.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlImplementation"></see> class.</summary>
+    <member name="P:System.Xml.XmlValidatingReader.EOF">
+      <summary>Gets a value indicating whether the reader is positioned at the end of the stream.</summary>
+      <returns><see langword="true"></see> if the reader is positioned at the end of the stream; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlImplementation.#ctor(System.Xml.XmlNameTable)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlImplementation"></see> class with the <see cref="T:System.Xml.XmlNameTable"></see> specified.</summary>
-      <param name="nt">An <see cref="T:System.Xml.XmlNameTable"></see> object.</param>
+    <member name="M:System.Xml.XmlValidatingReader.GetAttribute(System.String,System.String)">
+      <summary>Gets the value of the attribute with the specified local name and namespace Uniform Resource Identifier (URI).</summary>
+      <param name="localName">The local name of the attribute.</param>
+      <param name="namespaceURI">The namespace URI of the attribute.</param>
+      <returns>The value of the specified attribute. If the attribute is not found, <see langword="null"></see> is returned. This method does not move the reader.</returns>
     </member>
-    <member name="M:System.Xml.XmlImplementation.CreateDocument">
-      <summary>Creates a new <see cref="T:System.Xml.XmlDocument"></see>.</summary>
-      <returns>The new XmlDocument object.</returns>
+    <member name="M:System.Xml.XmlValidatingReader.GetAttribute(System.String)">
+      <summary>Gets the value of the attribute with the specified name.</summary>
+      <param name="name">The qualified name of the attribute.</param>
+      <returns>The value of the specified attribute. If the attribute is not found, <see langword="null"></see> is returned.</returns>
     </member>
-    <member name="M:System.Xml.XmlImplementation.HasFeature(System.String,System.String)">
-      <summary>Tests if the Document Object Model (DOM) implementation implements a specific feature.</summary>
-      <param name="strFeature">The package name of the feature to test. This name is not case-sensitive.</param>
-      <param name="strVersion">This is the version number of the package name to test. If the version is not specified (null), supporting any version of the feature causes the method to return true.</param>
-      <returns>true if the feature is implemented in the specified version; otherwise, false.  
- The following table shows the combinations that cause HasFeature to return true.  
-  strFeature  
-
-  strVersion  
-
-  XML  
-
-  1.0  
-
-  XML  
-
-  2.0  
-
- </returns>
+    <member name="M:System.Xml.XmlValidatingReader.GetAttribute(System.Int32)">
+      <summary>Gets the value of the attribute with the specified index.</summary>
+      <param name="i">The index of the attribute. The index is zero-based. (The first attribute has index 0.)</param>
+      <returns>The value of the specified attribute.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="i">i</paramref> parameter is less than 0 or greater than or equal to <see cref="System.Xml.XmlValidatingReader.AttributeCount"></see>.</exception>
     </member>
-    <member name="T:System.Xml.XmlLinkedNode">
-      <summary>Gets the node immediately preceding or following this node.</summary>
+    <member name="M:System.Xml.XmlValidatingReader.HasLineInfo">
+      <summary>Gets a value indicating whether the class can return line information.</summary>
+      <returns><see langword="true"></see> if the class can return line information; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XmlLinkedNode.NextSibling">
-      <summary>Gets the node immediately following this node.</summary>
-      <returns>The <see cref="System.Xml.XmlNode"></see> immediately following this node or null if one does not exist.</returns>
+    <member name="P:System.Xml.XmlValidatingReader.HasValue">
+      <summary>Gets a value indicating whether the current node can have a <see cref="P:System.Xml.XmlValidatingReader.Value"></see> other than String.Empty.</summary>
+      <returns><see langword="true"></see> if the node on which the reader is currently positioned can have a <see langword="Value"></see>; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XmlLinkedNode.PreviousSibling">
-      <summary>Gets the node immediately preceding this node.</summary>
-      <returns>The preceding <see cref="System.Xml.XmlNode"></see> or null if one does not exist.</returns>
+    <member name="P:System.Xml.XmlValidatingReader.IsDefault">
+      <summary>Gets a value indicating whether the current node is an attribute that was generated from the default value defined in the document type definition (DTD) or schema.</summary>
+      <returns><see langword="true"></see> if the current node is an attribute whose value was generated from the default value defined in the DTD or schema; <see langword="false"></see> if the attribute value was explicitly set.</returns>
     </member>
-    <member name="T:System.Xml.XmlNamedNodeMap">
-      <summary>Represents a collection of nodes that can be accessed by name or index.</summary>
+    <member name="P:System.Xml.XmlValidatingReader.IsEmptyElement">
+      <summary>Gets a value indicating whether the current node is an empty element (for example, &amp;lt;MyElement/&amp;gt;).</summary>
+      <returns><see langword="true"></see> if the current node is an element (<see cref="P:System.Xml.XmlValidatingReader.NodeType"></see> equals <see langword="XmlNodeType.Element"></see>) that ends with /&amp;gt;; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XmlNamedNodeMap.Count">
-      <summary>Gets the number of nodes in the XmlNamedNodeMap.</summary>
-      <returns>The number of nodes.</returns>
+    <member name="P:System.Xml.XmlValidatingReader.LineNumber">
+      <summary>Gets the current line number.</summary>
+      <returns>The current line number. The starting value for this property is 1.</returns>
     </member>
-    <member name="M:System.Xml.XmlNamedNodeMap.GetEnumerator">
-      <summary>Provides support for the &amp;quot;foreach&amp;quot; style iteration over the collection of nodes in the XmlNamedNodeMap.</summary>
-      <returns>An enumerator object.</returns>
+    <member name="P:System.Xml.XmlValidatingReader.LinePosition">
+      <summary>Gets the current line position.</summary>
+      <returns>The current line position. The starting value for this property is 1.</returns>
     </member>
-    <member name="M:System.Xml.XmlNamedNodeMap.GetNamedItem(System.String)">
-      <summary>Retrieves an <see cref="T:System.Xml.XmlNode"></see> specified by name.</summary>
-      <param name="name">The qualified name of the node to retrieve. It is matched against the <see cref="P:System.Xml.XmlNode.Name"></see> property of the matching node.</param>
     <returns>An XmlNode with the specified name or null if a matching node is not found.</returns>
+    <member name="P:System.Xml.XmlValidatingReader.LocalName">
+      <summary>Gets the local name of the current node.</summary>
+      <returns>The name of the current node with the prefix removed. For example, <see langword="LocalName"></see> is <see langword="book"></see> for the element &amp;lt;bk:book&amp;gt;.  
For node types that do not have a name (like <see langword="Text"></see>, <see langword="Comment"></see>, and so on), this property returns String.Empty.</returns>
     </member>
-    <member name="M:System.Xml.XmlNamedNodeMap.GetNamedItem(System.String,System.String)">
-      <summary>Retrieves a node with the matching <see cref="P:System.Xml.XmlNode.LocalName"></see> and <see cref="P:System.Xml.XmlNode.NamespaceURI"></see>.</summary>
-      <param name="localName">The local name of the node to retrieve.</param>
-      <param name="namespaceURI">The namespace Uniform Resource Identifier (URI) of the node to retrieve.</param>
-      <returns>An <see cref="System.Xml.XmlNode"></see> with the matching local name and namespace URI or null if a matching node was not found.</returns>
+    <member name="M:System.Xml.XmlValidatingReader.LookupNamespace(System.String)">
+      <summary>Resolves a namespace prefix in the current element&amp;#39;s scope.</summary>
+      <param name="prefix">The prefix whose namespace Uniform Resource Identifier (URI) you want to resolve. To match the default namespace, pass an empty string.</param>
+      <returns>The namespace URI to which the prefix maps or <see langword="null"></see> if no matching prefix is found.</returns>
     </member>
-    <member name="M:System.Xml.XmlNamedNodeMap.Item(System.Int32)">
-      <summary>Retrieves the node at the specified index in the XmlNamedNodeMap.</summary>
-      <param name="index">The index position of the node to retrieve from the XmlNamedNodeMap. The index is zero-based; therefore, the index of the first node is 0 and the index of the last node is <see cref="P:System.Xml.XmlNamedNodeMap.Count"></see> -1.</param>
-      <returns>The <see cref="System.Xml.XmlNode"></see> at the specified index. If <paramref name="index">index</paramref> is less than 0 or greater than or equal to the <see cref="System.Xml.XmlNamedNodeMap.Count"></see> property, null is returned.</returns>
+    <member name="M:System.Xml.XmlValidatingReader.MoveToAttribute(System.Int32)">
+      <summary>Moves to the attribute with the specified index.</summary>
+      <param name="i">The index of the attribute.</param>
+      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="i">i</paramref> parameter is less than 0 or greater than or equal to <see cref="System.Xml.XmlReader.AttributeCount"></see>.</exception>
     </member>
-    <member name="M:System.Xml.XmlNamedNodeMap.RemoveNamedItem(System.String)">
-      <summary>Removes the node from the XmlNamedNodeMap.</summary>
-      <param name="name">The qualified name of the node to remove. The name is matched against the <see cref="P:System.Xml.XmlNode.Name"></see> property of the matching node.</param>
-      <returns>The XmlNode removed from this XmlNamedNodeMap or null if a matching node was not found.</returns>
+    <member name="M:System.Xml.XmlValidatingReader.MoveToAttribute(System.String)">
+      <summary>Moves to the attribute with the specified name.</summary>
+      <param name="name">The qualified name of the attribute.</param>
+      <returns><see langword="true"></see> if the attribute is found; otherwise, <see langword="false"></see>. If <see langword="false"></see>, the position of the reader does not change.</returns>
     </member>
-    <member name="M:System.Xml.XmlNamedNodeMap.RemoveNamedItem(System.String,System.String)">
-      <summary>Removes a node with the matching <see cref="P:System.Xml.XmlNode.LocalName"></see> and <see cref="P:System.Xml.XmlNode.NamespaceURI"></see>.</summary>
-      <param name="localName">The local name of the node to remove.</param>
-      <param name="namespaceURI">The namespace URI of the node to remove.</param>
-      <returns>The <see cref="System.Xml.XmlNode"></see> removed or null if a matching node was not found.</returns>
+    <member name="M:System.Xml.XmlValidatingReader.MoveToAttribute(System.String,System.String)">
+      <summary>Moves to the attribute with the specified local name and namespace Uniform Resource Identifier (URI).</summary>
+      <param name="localName">The local name of the attribute.</param>
+      <param name="namespaceURI">The namespace URI of the attribute.</param>
+      <returns><see langword="true"></see> if the attribute is found; otherwise, <see langword="false"></see>. If <see langword="false"></see>, the position of the reader does not change.</returns>
     </member>
-    <member name="M:System.Xml.XmlNamedNodeMap.SetNamedItem(System.Xml.XmlNode)">
-      <summary>Adds an <see cref="T:System.Xml.XmlNode"></see> using its <see cref="P:System.Xml.XmlNode.Name"></see> property.</summary>
-      <param name="node">An XmlNode to store in the XmlNamedNodeMap. If a node with that name is already present in the map, it is replaced by the new one.</param>
-      <returns>If the <paramref name="node">node</paramref> replaces an existing node with the same name, the old node is returned; otherwise, null is returned.</returns>
-      <exception cref="T:System.ArgumentException">The <paramref name="node">node</paramref> was created from a different <see cref="System.Xml.XmlDocument"></see> than the one that created the XmlNamedNodeMap; or the XmlNamedNodeMap is read-only.</exception>
+    <member name="M:System.Xml.XmlValidatingReader.MoveToElement">
+      <summary>Moves to the element that contains the current attribute node.</summary>
+      <returns><see langword="true"></see> if the reader is positioned on an attribute (the reader moves to the element that owns the attribute); <see langword="false"></see> if the reader is not positioned on an attribute (the position of the reader does not change).</returns>
     </member>
-    <member name="T:System.Xml.XmlNamespaceManager">
-      <summary>Resolves, adds, and removes namespaces to a collection and provides scope management for these namespaces.</summary>
+    <member name="M:System.Xml.XmlValidatingReader.MoveToFirstAttribute">
+      <summary>Moves to the first attribute.</summary>
+      <returns><see langword="true"></see> if an attribute exists (the reader moves to the first attribute); otherwise, <see langword="false"></see> (the position of the reader does not change).</returns>
     </member>
-    <member name="M:System.Xml.XmlNamespaceManager.#ctor(System.Xml.XmlNameTable)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlNamespaceManager"></see> class with the specified <see cref="T:System.Xml.XmlNameTable"></see>.</summary>
-      <param name="nameTable">The <see cref="T:System.Xml.XmlNameTable"></see> to use.</param>
-      <exception cref="T:System.NullReferenceException">null is passed to the constructor</exception>
+    <member name="M:System.Xml.XmlValidatingReader.MoveToNextAttribute">
+      <summary>Moves to the next attribute.</summary>
+      <returns><see langword="true"></see> if there is a next attribute; <see langword="false"></see> if there are no more attributes.</returns>
     </member>
-    <member name="M:System.Xml.XmlNamespaceManager.AddNamespace(System.String,System.String)">
-      <summary>Adds the given namespace to the collection.</summary>
-      <param name="prefix">The prefix to associate with the namespace being added. Use String.Empty to add a default namespace.  
- NoteIf the <see cref="T:System.Xml.XmlNamespaceManager"></see> will be used for resolving namespaces in an XML Path Language (XPath) expression, a prefix must be specified. If an XPath expression does not include a prefix, it is assumed that the namespace Uniform Resource Identifier (URI) is the empty namespace. For more information about XPath expressions and the <see cref="T:System.Xml.XmlNamespaceManager"></see>, refer to the <see cref="M:System.Xml.XmlNode.SelectNodes(System.String)"></see> and <see cref="M:System.Xml.XPath.XPathExpression.SetContext(System.Xml.XmlNamespaceManager)"></see> methods.</param>
-      <param name="uri">The namespace to add.</param>
-      <exception cref="T:System.ArgumentException">The value for <paramref name="prefix">prefix</paramref> is &amp;quot;xml&amp;quot; or &amp;quot;xmlns&amp;quot;.</exception>
-      <exception cref="T:System.ArgumentNullException">The value for <paramref name="prefix">prefix</paramref> or <paramref name="uri">uri</paramref> is null.</exception>
+    <member name="P:System.Xml.XmlValidatingReader.Name">
+      <summary>Gets the qualified name of the current node.</summary>
+      <returns>The qualified name of the current node. For example, <see langword="Name"></see> is <see langword="bk:book"></see> for the element &amp;lt;bk:book&amp;gt;.  
+ The name returned is dependent on the <see cref="P:System.Xml.XmlValidatingReader.NodeType"></see> of the node. The following node types return the listed values. All other node types return an empty string.  
+  Node Type  
+
+  Name  
+
+ <see langword="Attribute"></see> The name of the attribute.  
+
+ <see langword="DocumentType"></see> The document type name.  
+
+ <see langword="Element"></see> The tag name.  
+
+ <see langword="EntityReference"></see> The name of the entity referenced.  
+
+ <see langword="ProcessingInstruction"></see> The target of the processing instruction.  
+
+ <see langword="XmlDeclaration"></see> The literal string <see langword="xml"></see>.  
+
+ </returns>
     </member>
-    <member name="P:System.Xml.XmlNamespaceManager.DefaultNamespace">
-      <summary>Gets the namespace URI for the default namespace.</summary>
-      <returns>Returns the namespace URI for the default namespace, or String.Empty if there is no default namespace.</returns>
+    <member name="P:System.Xml.XmlValidatingReader.Namespaces">
+      <summary>Gets or sets a value indicating whether to do namespace support.</summary>
+      <returns><see langword="true"></see> to do namespace support; otherwise, <see langword="false"></see>. The default is <see langword="true"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlNamespaceManager.GetEnumerator">
-      <summary>Returns an enumerator to use to iterate through the namespaces in the <see cref="T:System.Xml.XmlNamespaceManager"></see>.</summary>
-      <returns>An <see cref="System.Collections.IEnumerator"></see> containing the prefixes stored by the <see cref="System.Xml.XmlNamespaceManager"></see>.</returns>
+    <member name="P:System.Xml.XmlValidatingReader.NamespaceURI">
+      <summary>Gets the namespace Uniform Resource Identifier (URI) (as defined in the World Wide Web Consortium (W3C) Namespace specification) of the node on which the reader is positioned.</summary>
+      <returns>The namespace URI of the current node; otherwise an empty string.</returns>
     </member>
-    <member name="M:System.Xml.XmlNamespaceManager.GetNamespacesInScope(System.Xml.XmlNamespaceScope)">
-      <summary>Gets a collection of namespace names keyed by prefix which can be used to enumerate the namespaces currently in scope.</summary>
-      <param name="scope">An enumeration value that specifies the type of namespace nodes to return.</param>
-      <returns>A collection of namespace and prefix pairs currently in scope.</returns>
+    <member name="P:System.Xml.XmlValidatingReader.NameTable">
+      <summary>Gets the <see cref="T:System.Xml.XmlNameTable"></see> associated with this implementation.</summary>
+      <returns><see langword="XmlNameTable"></see> that enables you to get the atomized version of a string within the node.</returns>
     </member>
-    <member name="M:System.Xml.XmlNamespaceManager.HasNamespace(System.String)">
-      <summary>Gets a value indicating whether the supplied prefix has a namespace defined for the current pushed scope.</summary>
-      <param name="prefix">The prefix of the namespace you want to find.</param>
-      <returns>true if there is a namespace defined; otherwise, false.</returns>
+    <member name="P:System.Xml.XmlValidatingReader.NodeType">
+      <summary>Gets the type of the current node.</summary>
+      <returns>One of the <see cref="T:System.Xml.XmlNodeType"></see> values representing the type of the current node.</returns>
     </member>
-    <member name="M:System.Xml.XmlNamespaceManager.LookupNamespace(System.String)">
-      <summary>Gets the namespace URI for the specified prefix.</summary>
-      <param name="prefix">The prefix whose namespace URI you want to resolve. To match the default namespace, pass String.Empty.</param>
-      <returns>Returns the namespace URI for <paramref name="prefix">prefix</paramref> or null if there is no mapped namespace. The returned string is atomized.  
- For more information on atomized strings, see the <see cref="System.Xml.XmlNameTable"></see> class.</returns>
+    <member name="P:System.Xml.XmlValidatingReader.Prefix">
+      <summary>Gets the namespace prefix associated with the current node.</summary>
+      <returns>The namespace prefix associated with the current node.</returns>
     </member>
-    <member name="M:System.Xml.XmlNamespaceManager.LookupPrefix(System.String)">
-      <summary>Finds the prefix declared for the given namespace URI.</summary>
-      <param name="uri">The namespace to resolve for the prefix.</param>
-      <returns>The matching prefix. If there is no mapped prefix, the method returns String.Empty. If a null value is supplied, then null is returned.</returns>
+    <member name="P:System.Xml.XmlValidatingReader.QuoteChar">
+      <summary>Gets the quotation mark character used to enclose the value of an attribute node.</summary>
+      <returns>The quotation mark character (&amp;quot; or &amp;#39;) used to enclose the value of an attribute node.</returns>
     </member>
-    <member name="P:System.Xml.XmlNamespaceManager.NameTable">
-      <summary>Gets the <see cref="T:System.Xml.XmlNameTable"></see> associated with this object.</summary>
-      <returns>The <see cref="System.Xml.XmlNameTable"></see> used by this object.</returns>
+    <member name="M:System.Xml.XmlValidatingReader.Read">
+      <summary>Reads the next node from the stream.</summary>
+      <returns><see langword="true"></see> if the next node was read successfully; <see langword="false"></see> if there are no more nodes to read.</returns>
     </member>
-    <member name="M:System.Xml.XmlNamespaceManager.PopScope">
-      <summary>Pops a namespace scope off the stack.</summary>
-      <returns>true if there are namespace scopes left on the stack; false if there are no more namespaces to pop.</returns>
+    <member name="M:System.Xml.XmlValidatingReader.ReadAttributeValue">
+      <summary>Parses the attribute value into one or more <see langword="Text"></see>, <see langword="EntityReference"></see>, or <see langword="EndEntity"></see> nodes.</summary>
+      <returns><see langword="true"></see> if there are nodes to return.  
+ <see langword="false"></see> if the reader is not positioned on an attribute node when the initial call is made or if all the attribute values have been read.  
+ An empty attribute, such as, misc=&amp;quot;&amp;quot;, returns <see langword="true"></see> with a single node with a value of String.Empty.</returns>
     </member>
-    <member name="M:System.Xml.XmlNamespaceManager.PushScope">
-      <summary>Pushes a namespace scope onto the stack.</summary>
+    <member name="M:System.Xml.XmlValidatingReader.ReadContentAsBase64(System.Byte[],System.Int32,System.Int32)">
+      <summary>Reads the content and returns the Base64 decoded binary bytes.</summary>
+      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be <see langword="null"></see>.</param>
+      <param name="index">The offset into the buffer where to start copying the result.</param>
+      <param name="count">The maximum number of bytes to copy into the buffer. The actual number of bytes copied is returned from this method.</param>
+      <returns>The number of bytes written to the buffer.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer">buffer</paramref> value is <see langword="null"></see>.</exception>
+      <exception cref="T:System.InvalidOperationException"><see cref="System.Xml.XmlValidatingReader.ReadContentAsBase64(System.Byte[],System.Int32,System.Int32)"></see> is not supported on the current node.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The index into the buffer or index + count is larger than the allocated buffer size.</exception>
     </member>
-    <member name="M:System.Xml.XmlNamespaceManager.RemoveNamespace(System.String,System.String)">
-      <summary>Removes the given namespace for the given prefix.</summary>
-      <param name="prefix">The prefix for the namespace</param>
-      <param name="uri">The namespace to remove for the given prefix. The namespace removed is from the current namespace scope. Namespaces outside the current scope are ignored.</param>
-      <exception cref="T:System.ArgumentNullException">The value of <paramref name="prefix">prefix</paramref> or <paramref name="uri">uri</paramref> is null.</exception>
+    <member name="M:System.Xml.XmlValidatingReader.ReadContentAsBinHex(System.Byte[],System.Int32,System.Int32)">
+      <summary>Reads the content and returns the BinHex decoded binary bytes.</summary>
+      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be <see langword="null"></see>.</param>
+      <param name="index">The offset into the buffer where to start copying the result.</param>
+      <param name="count">The maximum number of bytes to copy into the buffer. The actual number of bytes copied is returned from this method.</param>
+      <returns>The number of bytes written to the buffer.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer">buffer</paramref> value is <see langword="null"></see>.</exception>
+      <exception cref="T:System.InvalidOperationException"><see cref="System.Xml.XmlValidatingReader.ReadContentAsBinHex(System.Byte[],System.Int32,System.Int32)"></see> is not supported on the current node.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The index into the buffer or index + count is larger than the allocated buffer size.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XmlValidatingReader"></see> implementation does not support this method.</exception>
     </member>
-    <member name="T:System.Xml.XmlNamespaceScope">
-      <summary>Defines the namespace scope.</summary>
+    <member name="M:System.Xml.XmlValidatingReader.ReadElementContentAsBase64(System.Byte[],System.Int32,System.Int32)">
+      <summary>Reads the element and decodes the Base64 content.</summary>
+      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be <see langword="null"></see>.</param>
+      <param name="index">The offset into the buffer where to start copying the result.</param>
+      <param name="count">The maximum number of bytes to copy into the buffer. The actual number of bytes copied is returned from this method.</param>
+      <returns>The number of bytes written to the buffer.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer">buffer</paramref> value is <see langword="null"></see>.</exception>
+      <exception cref="T:System.InvalidOperationException">The current node is not an element node.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The index into the buffer or index + count is larger than the allocated buffer size.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XmlValidatingReader"></see> implementation does not support this method.</exception>
+      <exception cref="T:System.Xml.XmlException">The element contains mixed-content.</exception>
+      <exception cref="T:System.FormatException">The content cannot be converted to the requested type.</exception>
     </member>
-    <member name="F:System.Xml.XmlNamespaceScope.All">
-      <summary>All namespaces defined in the scope of the current node. This includes the xmlns:xml namespace which is always declared implicitly. The order of the namespaces returned is not defined.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.XmlValidatingReader.ReadElementContentAsBinHex(System.Byte[],System.Int32,System.Int32)">
+      <summary>Reads the element and decodes the BinHex content.</summary>
+      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be <see langword="null"></see>.</param>
+      <param name="index">The offset into the buffer where to start copying the result.</param>
+      <param name="count">The maximum number of bytes to copy into the buffer. The actual number of bytes copied is returned from this method.</param>
+      <returns>The number of bytes written to the buffer.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer">buffer</paramref> value is <see langword="null"></see>.</exception>
+      <exception cref="T:System.InvalidOperationException">The current node is not an element node.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The index into the buffer or index + count is larger than the allocated buffer size.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XmlValidatingReader"></see> implementation does not support this method.</exception>
+      <exception cref="T:System.Xml.XmlException">The element contains mixed-content.</exception>
+      <exception cref="T:System.FormatException">The content cannot be converted to the requested type.</exception>
     </member>
-    <member name="F:System.Xml.XmlNamespaceScope.ExcludeXml">
-      <summary>All namespaces defined in the scope of the current node, excluding the xmlns:xml namespace, which is always declared implicitly. The order of the namespaces returned is not defined.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.XmlValidatingReader.Reader">
+      <summary>Gets the <see cref="T:System.Xml.XmlReader"></see> used to construct this <see langword="XmlValidatingReader"></see>.</summary>
+      <returns>The <see langword="XmlReader"></see> specified in the constructor.</returns>
     </member>
-    <member name="F:System.Xml.XmlNamespaceScope.Local">
-      <summary>All namespaces that are defined locally at the current node.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.XmlValidatingReader.ReadState">
+      <summary>Gets the state of the reader.</summary>
+      <returns>One of the <see cref="T:System.Xml.ReadState"></see> values.</returns>
     </member>
-    <member name="T:System.Xml.XmlNameTable">
-      <summary>Table of atomized string objects.</summary>
+    <member name="M:System.Xml.XmlValidatingReader.ReadString">
+      <summary>Reads the contents of an element or text node as a string.</summary>
+      <returns>The contents of the element or text node. This can be an empty string if the reader is positioned on something other than an element or text node, or if there is no more text content to return in the current context.  
+   
+ The text node can be either an element or an attribute text node.  </returns>
     </member>
-    <member name="M:System.Xml.XmlNameTable.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlNameTable"></see> class.</summary>
+    <member name="M:System.Xml.XmlValidatingReader.ReadTypedValue">
+      <summary>Gets the common language runtime type for the specified XML Schema definition language (XSD) type.</summary>
+      <returns>The common language runtime type for the specified XML Schema type.</returns>
     </member>
-    <member name="M:System.Xml.XmlNameTable.Add(System.String)">
-      <summary>When overridden in a derived class, atomizes the specified string and adds it to the XmlNameTable.</summary>
-      <param name="array">The name to add.</param>
-      <returns>The new atomized string or the existing one if it already exists.</returns>
-      <exception cref="T:System.ArgumentNullException"><paramref name="array">array</paramref> is null.</exception>
+    <member name="M:System.Xml.XmlValidatingReader.ResolveEntity">
+      <summary>Resolves the entity reference for <see langword="EntityReference"></see> nodes.</summary>
+      <exception cref="T:System.InvalidOperationException">The reader is not positioned on an <see langword="EntityReference"></see> node.</exception>
     </member>
-    <member name="M:System.Xml.XmlNameTable.Add(System.Char[],System.Int32,System.Int32)">
-      <summary>When overridden in a derived class, atomizes the specified string and adds it to the XmlNameTable.</summary>
-      <param name="array">The character array containing the name to add.</param>
-      <param name="offset">Zero-based index into the array specifying the first character of the name.</param>
-      <param name="length">The number of characters in the name.</param>
-      <returns>The new atomized string or the existing one if it already exists. If length is zero, String.Empty is returned.</returns>
-      <exception cref="T:System.IndexOutOfRangeException">0 &amp;gt; <paramref name="offset">offset</paramref>  
- -or-  
- <paramref name="offset">offset</paramref> &amp;gt;= <paramref name="array">array</paramref>.Length  
- -or-  
- <paramref name="length">length</paramref> &amp;gt; <paramref name="array">array</paramref>.Length  
- The above conditions do not cause an exception to be thrown if <paramref name="length">length</paramref> =0.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="length">length</paramref> &amp;lt; 0.</exception>
+    <member name="P:System.Xml.XmlValidatingReader.Schemas">
+      <summary>Gets a <see cref="T:System.Xml.Schema.XmlSchemaCollection"></see> to use for validation.</summary>
+      <returns>The <see langword="XmlSchemaCollection"></see> to use for validation.</returns>
     </member>
-    <member name="M:System.Xml.XmlNameTable.Get(System.String)">
-      <summary>When overridden in a derived class, gets the atomized string containing the same value as the specified string.</summary>
-      <param name="array">The name to look up.</param>
-      <returns>The atomized string or null if the string has not already been atomized.</returns>
-      <exception cref="T:System.ArgumentNullException"><paramref name="array">array</paramref> is null.</exception>
+    <member name="P:System.Xml.XmlValidatingReader.SchemaType">
+      <summary>Gets a schema type object.</summary>
+      <returns><see cref="T:System.Xml.Schema.XmlSchemaDatatype"></see>, <see cref="T:System.Xml.Schema.XmlSchemaSimpleType"></see>, or <see cref="T:System.Xml.Schema.XmlSchemaComplexType"></see> depending whether the node value is a built in XML Schema definition language (XSD) type or a user defined simpleType or complexType; <see langword="null"></see> if the current node has no schema type.</returns>
     </member>
-    <member name="M:System.Xml.XmlNameTable.Get(System.Char[],System.Int32,System.Int32)">
-      <summary>When overridden in a derived class, gets the atomized string containing the same characters as the specified range of characters in the given array.</summary>
-      <param name="array">The character array containing the name to look up.</param>
-      <param name="offset">The zero-based index into the array specifying the first character of the name.</param>
-      <param name="length">The number of characters in the name.</param>
-      <returns>The atomized string or null if the string has not already been atomized. If <paramref name="length">length</paramref> is zero, String.Empty is returned.</returns>
-      <exception cref="T:System.IndexOutOfRangeException">0 &amp;gt; <paramref name="offset">offset</paramref>  
- -or-  
- <paramref name="offset">offset</paramref> &amp;gt;= <paramref name="array">array</paramref>.Length  
- -or-  
- <paramref name="length">length</paramref> &amp;gt; <paramref name="array">array</paramref>.Length  
- The above conditions do not cause an exception to be thrown if <paramref name="length">length</paramref> =0.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="length">length</paramref> &amp;lt; 0.</exception>
+    <member name="E:System.Xml.XmlValidatingReader.ValidationEventHandler">
+      <summary>Sets an event handler for receiving information about document type definition (DTD), XML-Data Reduced (XDR) schema, and XML Schema definition language (XSD) schema validation errors.</summary>
     </member>
-    <member name="T:System.Xml.XmlNode">
-      <summary>Represents a single node in the XML document.</summary>
+    <member name="P:System.Xml.XmlValidatingReader.ValidationType">
+      <summary>Gets or sets a value indicating the type of validation to perform.</summary>
+      <returns>One of the <see cref="T:System.Xml.ValidationType"></see> values. If this property is not set, it defaults to ValidationType.Auto.</returns>
+      <exception cref="T:System.InvalidOperationException">Setting the property after a Read has been called.</exception>
     </member>
-    <member name="M:System.Xml.XmlNode.AppendChild(System.Xml.XmlNode)">
-      <summary>Adds the specified node to the end of the list of child nodes, of this node.</summary>
-      <param name="newChild">The node to add. All the contents of the node to be added are moved into the specified location.</param>
-      <returns>The node added.</returns>
-      <exception cref="T:System.InvalidOperationException">This node is of a type that does not allow child nodes of the type of the <paramref name="newChild">newChild</paramref> node.  
- The <paramref name="newChild">newChild</paramref> is an ancestor of this node.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="newChild">newChild</paramref> was created from a different document than the one that created this node.  
- This node is read-only.</exception>
+    <member name="P:System.Xml.XmlValidatingReader.Value">
+      <summary>Gets the text value of the current node.</summary>
+      <returns>The value returned depends on the <see cref="P:System.Xml.XmlValidatingReader.NodeType"></see> of the node. The following table lists node types that have a value to return. All other node types return String.Empty.  
+  Node Type  
+
+  Value  
+
+ <see langword="Attribute"></see> The value of the attribute.  
+
+ <see langword="CDATA"></see> The content of the CDATA section.  
+
+ <see langword="Comment"></see> The content of the comment.  
+
+ <see langword="DocumentType"></see> The internal subset.  
+
+ <see langword="ProcessingInstruction"></see> The entire content, excluding the target.  
+
+ <see langword="SignificantWhitespace"></see> The white space between markup in a mixed content model.  
+
+ <see langword="Text"></see> The content of the text node.  
+
+ <see langword="Whitespace"></see> The white space between markup.  
+
+ <see langword="XmlDeclaration"></see> The content of the declaration.  
+
+ </returns>
     </member>
-    <member name="P:System.Xml.XmlNode.Attributes">
-      <summary>Gets an <see cref="T:System.Xml.XmlAttributeCollection"></see> containing the attributes of this node.</summary>
-      <returns>An XmlAttributeCollection containing the attributes of the node.  
- If the node is of type XmlNodeType.Element, the attributes of the node are returned. Otherwise, this property returns null.</returns>
+    <member name="P:System.Xml.XmlValidatingReader.XmlLang">
+      <summary>Gets the current <see langword="xml:lang"></see> scope.</summary>
+      <returns>The current <see langword="xml:lang"></see> scope.</returns>
     </member>
-    <member name="P:System.Xml.XmlNode.BaseURI">
-      <summary>Gets the base URI of the current node.</summary>
-      <returns>The location from which the node was loaded or String.Empty if the node has no base URI.</returns>
+    <member name="P:System.Xml.XmlValidatingReader.XmlResolver">
+      <summary>Sets the <see cref="T:System.Xml.XmlResolver"></see> used for resolving external document type definition (DTD) and schema location references. The <see langword="XmlResolver"></see> is also used to handle any import or include elements found in XML Schema definition language (XSD) schemas.</summary>
+      <returns>The <see langword="XmlResolver"></see> to use. If set to <see langword="null"></see>, external resources are not resolved.  
+ In version 1.1 of the .NET Framework, the caller must be fully trusted to specify an <see langword="XmlResolver"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XmlNode.ChildNodes">
-      <summary>Gets all the child nodes of the node.</summary>
-      <returns>An object that contains all the child nodes of the node.  
- If there are no child nodes, this property returns an empty <see cref="System.Xml.XmlNodeList"></see>.</returns>
+    <member name="P:System.Xml.XmlValidatingReader.XmlSpace">
+      <summary>Gets the current <see langword="xml:space"></see> scope.</summary>
+      <returns>One of the <see cref="T:System.Xml.XmlSpace"></see> values. If no <see langword="xml:space"></see> scope exists, this property defaults to <see langword="XmlSpace.None"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlNode.Clone">
-      <summary>Creates a duplicate of this node.</summary>
-      <returns>The cloned node.</returns>
+    <member name="M:System.Xml.XmlValidatingReader.System#Xml#IXmlNamespaceResolver#GetNamespacesInScope(System.Xml.XmlNamespaceScope)">
+      <summary>For a description of this member, see <see cref="M:System.Xml.IXmlNamespaceResolver.GetNamespacesInScope(System.Xml.XmlNamespaceScope)"></see>.</summary>
+      <param name="scope">An <see cref="T:System.Xml.XmlNamespaceScope"></see> object that identifies the scope of the reader.</param>
+      <returns>An T:System.Collections.IDictionary object that identifies the namespaces in scope.</returns>
     </member>
-    <member name="M:System.Xml.XmlNode.CloneNode(System.Boolean)">
-      <summary>Creates a duplicate of the node, when overridden in a derived class.</summary>
-      <param name="deep">true to recursively clone the subtree under the specified node; false to clone only the node itself.</param>
-      <returns>The cloned node.</returns>
-      <exception cref="T:System.InvalidOperationException">Calling this method on a node type that cannot be cloned.</exception>
+    <member name="M:System.Xml.XmlValidatingReader.System#Xml#IXmlNamespaceResolver#LookupNamespace(System.String)">
+      <summary>For a description of this member, see <see cref="M:System.Xml.IXmlNamespaceResolver.LookupNamespace(System.String)"></see>.</summary>
+      <param name="prefix">The namespace prefix.</param>
+      <returns>A string value that contains the namespace Uri that is associated with the prefix.</returns>
     </member>
-    <member name="M:System.Xml.XmlNode.CreateNavigator">
-      <summary>Creates an <see cref="T:System.Xml.XPath.XPathNavigator"></see> for navigating this object.</summary>
-      <returns>An XPathNavigator object used to navigate the node. The XPathNavigator is positioned on the node from which the method was called. It is not positioned on the root of the document.</returns>
+    <member name="M:System.Xml.XmlValidatingReader.System#Xml#IXmlNamespaceResolver#LookupPrefix(System.String)">
+      <summary>For a description of this member, see <see cref="M:System.Xml.IXmlNamespaceResolver.LookupPrefix(System.String)"></see>.</summary>
+      <param name="namespaceName">The namespace that is associated with the prefix.</param>
+      <returns>A string value that contains the namespace prefix that is associated with the <paramref name="namespaceName">namespaceName</paramref>.</returns>
     </member>
-    <member name="P:System.Xml.XmlNode.FirstChild">
-      <summary>Gets the first child of the node.</summary>
-      <returns>The first child of the node. If there is no such node, null is returned.</returns>
+    <member name="T:System.Xml.XmlUrlResolver">
+      <summary>Resolves external XML resources named by a Uniform Resource Identifier (URI).</summary>
     </member>
-    <member name="M:System.Xml.XmlNode.GetEnumerator">
-      <summary>Get an enumerator that iterates through the child nodes in the current node.</summary>
-      <returns>An <see cref="System.Collections.IEnumerator"></see> object that can be used to iterate through the child nodes in the current node.</returns>
+    <member name="M:System.Xml.XmlUrlResolver.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlUrlResolver"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.XmlNode.GetNamespaceOfPrefix(System.String)">
-      <summary>Looks up the closest xmlns declaration for the given prefix that is in scope for the current node and returns the namespace URI in the declaration.</summary>
-      <param name="prefix">The prefix whose namespace URI you want to find.</param>
-      <returns>The namespace URI of the specified prefix.</returns>
+    <member name="P:System.Xml.XmlUrlResolver.CachePolicy">
+      <summary>Gets or sets the cache policy for the underlying <see cref="T:System.Net.WebRequest"></see> object.</summary>
+      <returns>The cache policy for the underlying web request.</returns>
     </member>
-    <member name="M:System.Xml.XmlNode.GetPrefixOfNamespace(System.String)">
-      <summary>Looks up the closest xmlns declaration for the given namespace URI that is in scope for the current node and returns the prefix defined in that declaration.</summary>
-      <param name="namespaceURI">The namespace URI whose prefix you want to find.</param>
-      <returns>The prefix for the specified namespace URI.</returns>
+    <member name="P:System.Xml.XmlUrlResolver.Credentials">
+      <summary>Sets credentials used to authenticate web requests.</summary>
+      <returns>The credentials to be used to authenticate web requests. If this property is not set, the value defaults to <see langword="null"></see>; that is, the <see langword="XmlUrlResolver"></see> has no user credentials.</returns>
     </member>
-    <member name="P:System.Xml.XmlNode.HasChildNodes">
-      <summary>Gets a value indicating whether this node has any child nodes.</summary>
-      <returns>true if the node has child nodes; otherwise, false.</returns>
+    <member name="M:System.Xml.XmlUrlResolver.GetEntity(System.Uri,System.String,System.Type)">
+      <summary>Maps a URI to an object that contains the actual resource.</summary>
+      <param name="absoluteUri">The URI returned from <see cref="M:System.Xml.XmlResolver.ResolveUri(System.Uri,System.String)"></see>.</param>
+      <param name="role">Currently not used.</param>
+      <param name="ofObjectToReturn">The type of object to return. The current implementation only returns <see cref="T:System.IO.Stream"></see> objects.</param>
+      <returns>A stream object or <see langword="null"></see> if a type other than stream is specified.</returns>
+      <exception cref="T:System.Xml.XmlException"><paramref name="ofObjectToReturn">ofObjectToReturn</paramref> is neither <see langword="null"></see> nor a <see langword="Stream"></see> type.</exception>
+      <exception cref="T:System.UriFormatException">The specified URI is not an absolute URI.</exception>
+      <exception cref="T:System.ArgumentNullException"><paramref name="absoluteUri">absoluteUri</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.Exception">There is a runtime error (for example, an interrupted server connection).</exception>
     </member>
-    <member name="P:System.Xml.XmlNode.InnerText">
-      <summary>Gets or sets the concatenated values of the node and all its child nodes.</summary>
-      <returns>The concatenated values of the node and all its child nodes.</returns>
+    <member name="M:System.Xml.XmlUrlResolver.GetEntityAsync(System.Uri,System.String,System.Type)">
+      <summary>Asynchronously maps a URI to an object that contains the actual resource.</summary>
+      <param name="absoluteUri">The URI returned from <see cref="M:System.Xml.XmlResolver.ResolveUri(System.Uri,System.String)"></see>.</param>
+      <param name="role">Currently not used.</param>
+      <param name="ofObjectToReturn">The type of object to return. The current implementation only returns <see cref="T:System.IO.Stream"></see> objects.</param>
+      <returns>A stream object or <see langword="null"></see> if a type other than stream is specified.</returns>
     </member>
-    <member name="P:System.Xml.XmlNode.InnerXml">
-      <summary>Gets or sets the markup representing only the child nodes of this node.</summary>
-      <returns>The markup of the child nodes of this node.  
- InnerXml does not return default attributes.  </returns>
-      <exception cref="T:System.InvalidOperationException">Setting this property on a node that cannot have child nodes.</exception>
-      <exception cref="T:System.Xml.XmlException">The XML specified when setting this property is not well-formed.</exception>
+    <member name="P:System.Xml.XmlUrlResolver.Proxy">
+      <summary>Gets or sets the network proxy for the underlying <see cref="T:System.Net.WebRequest"></see> object.</summary>
+      <returns>The <see cref="T:System.Net.IWebProxy"></see> to use to access the Internet resource.</returns>
     </member>
-    <member name="M:System.Xml.XmlNode.InsertAfter(System.Xml.XmlNode,System.Xml.XmlNode)">
-      <summary>Inserts the specified node immediately after the specified reference node.</summary>
-      <param name="newChild">The XmlNode to insert.</param>
-      <param name="refChild">The XmlNode that is the reference node. The newNode is placed after the refNode.</param>
-      <returns>The node being inserted.</returns>
-      <exception cref="T:System.InvalidOperationException">This node is of a type that does not allow child nodes of the type of the <paramref name="newChild">newChild</paramref> node.  
- The <paramref name="newChild">newChild</paramref> is an ancestor of this node.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="newChild">newChild</paramref> was created from a different document than the one that created this node.  
- The <paramref name="refChild">refChild</paramref> is not a child of this node.  
- This node is read-only.</exception>
+    <member name="M:System.Xml.XmlUrlResolver.ResolveUri(System.Uri,System.String)">
+      <summary>Resolves the absolute URI from the base and relative URIs.</summary>
+      <param name="baseUri">The base URI used to resolve the relative URI.</param>
+      <param name="relativeUri">The URI to resolve. The URI can be absolute or relative. If absolute, this value effectively replaces the baseUri value. If relative, it combines with the baseUri to make an absolute URI.</param>
+      <returns>The absolute URI, or <see langword="null"></see> if the relative URI cannot be resolved.</returns>
+      <exception cref="T:System.ArgumentNullException"><paramref name="baseUri">baseUri</paramref> is <see langword="null"></see> or <paramref name="relativeUri">relativeUri</paramref> is <see langword="null"></see>.</exception>
     </member>
-    <member name="M:System.Xml.XmlNode.InsertBefore(System.Xml.XmlNode,System.Xml.XmlNode)">
-      <summary>Inserts the specified node immediately before the specified reference node.</summary>
-      <param name="newChild">The XmlNode to insert.</param>
-      <param name="refChild">The XmlNode that is the reference node. The newChild is placed before this node.</param>
-      <returns>The node being inserted.</returns>
-      <exception cref="T:System.InvalidOperationException">The current node is of a type that does not allow child nodes of the type of the <paramref name="newChild">newChild</paramref> node.  
- The <paramref name="newChild">newChild</paramref> is an ancestor of this node.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="newChild">newChild</paramref> was created from a different document than the one that created this node.  
- The <paramref name="refChild">refChild</paramref> is not a child of this node.  
- This node is read-only.</exception>
+    <member name="T:System.Xml.XmlTokenizedType">
+      <summary>Represents the XML type for the string. This allows the string to be read as a particular XML type, for example a CDATA section type.</summary>
     </member>
-    <member name="P:System.Xml.XmlNode.IsReadOnly">
-      <summary>Gets a value indicating whether the node is read-only.</summary>
-      <returns>true if the node is read-only; otherwise false.</returns>
+    <member name="F:System.Xml.XmlTokenizedType.CDATA">
+      <summary>CDATA type.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.XmlNode.Item(System.String)">
-      <summary>Gets the first child element with the specified <see cref="P:System.Xml.XmlNode.Name"></see>.</summary>
-      <param name="name">The qualified name of the element to retrieve.</param>
-      <returns>The first <see cref="System.Xml.XmlElement"></see> that matches the specified name. It returns a null reference (Nothing in Visual Basic) if there is no match.</returns>
+    <member name="F:System.Xml.XmlTokenizedType.ENTITIES">
+      <summary>ENTITIES type.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.XmlNode.Item(System.String,System.String)">
-      <summary>Gets the first child element with the specified <see cref="P:System.Xml.XmlNode.LocalName"></see> and <see cref="P:System.Xml.XmlNode.NamespaceURI"></see>.</summary>
-      <param name="localname">The local name of the element.</param>
-      <param name="ns">The namespace URI of the element.</param>
-      <returns>The first <see cref="System.Xml.XmlElement"></see> with the matching <paramref name="localname">localname</paramref> and <paramref name="ns">ns</paramref>. . It returns a null reference (Nothing in Visual Basic) if there is no match.</returns>
+    <member name="F:System.Xml.XmlTokenizedType.ENTITY">
+      <summary>ENTITY type.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.XmlNode.LastChild">
-      <summary>Gets the last child of the node.</summary>
-      <returns>The last child of the node. If there is no such node, null is returned.</returns>
+    <member name="F:System.Xml.XmlTokenizedType.ENUMERATION">
+      <summary>ENUMERATION type.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.XmlNode.LocalName">
-      <summary>Gets the local name of the node, when overridden in a derived class.</summary>
-      <returns>The name of the node with the prefix removed. For example, LocalName is book for the element &amp;lt;bk:book&amp;gt;.  
- The name returned is dependent on the <see cref="System.Xml.XmlNode.NodeType"></see> of the node:  
-  Type  
-
-  Name  
-
-  Attribute  
-
-  The local name of the attribute.  
-
-  CDATA  
-
-  #cdata-section  
-
-  Comment  
-
-  #comment  
-
-  Document  
-
-  #document  
-
-  DocumentFragment  
-
-  #document-fragment  
-
-  DocumentType  
-
-  The document type name.  
-
-  Element  
-
-  The local name of the element.  
-
-  Entity  
-
-  The name of the entity.  
-
-  EntityReference  
-
-  The name of the entity referenced.  
-
-  Notation  
-
-  The notation name.  
-
-  ProcessingInstruction  
-
-  The target of the processing instruction.  
-
-  Text  
-
-  #text  
-
-  Whitespace  
-
-  #whitespace  
-
-  SignificantWhitespace  
-
-  #significant-whitespace  
-
-  XmlDeclaration  
-
-  #xml-declaration  
-
- </returns>
+    <member name="F:System.Xml.XmlTokenizedType.ID">
+      <summary>ID type.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.XmlNode.Name">
-      <summary>Gets the qualified name of the node, when overridden in a derived class.</summary>
-      <returns>The qualified name of the node. The name returned is dependent on the <see cref="System.Xml.XmlNode.NodeType"></see> of the node:  
-  Type  
-
-  Name  
-
-  Attribute  
-
-  The qualified name of the attribute.  
-
-  CDATA  
-
-  #cdata-section  
-
-  Comment  
-
-  #comment  
-
-  Document  
-
-  #document  
-
-  DocumentFragment  
-
-  #document-fragment  
-
-  DocumentType  
-
-  The document type name.  
-
-  Element  
-
-  The qualified name of the element.  
-
-  Entity  
-
-  The name of the entity.  
-
-  EntityReference  
-
-  The name of the entity referenced.  
-
-  Notation  
-
-  The notation name.  
-
-  ProcessingInstruction  
-
-  The target of the processing instruction.  
-
-  Text  
-
-  #text  
-
-  Whitespace  
-
-  #whitespace  
-
-  SignificantWhitespace  
-
-  #significant-whitespace  
-
-  XmlDeclaration  
-
-  #xml-declaration  
-
- </returns>
+    <member name="F:System.Xml.XmlTokenizedType.IDREF">
+      <summary>IDREF type.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.XmlNode.NamespaceURI">
-      <summary>Gets the namespace URI of this node.</summary>
-      <returns>The namespace URI of this node. If there is no namespace URI, this property returns String.Empty.</returns>
+    <member name="F:System.Xml.XmlTokenizedType.IDREFS">
+      <summary>IDREFS type.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.XmlNode.NextSibling">
-      <summary>Gets the node immediately following this node.</summary>
-      <returns>The next XmlNode. If there is no next node, null is returned.</returns>
+    <member name="F:System.Xml.XmlTokenizedType.NCName">
+      <summary>NCName type.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.XmlNode.NodeType">
-      <summary>Gets the type of the current node, when overridden in a derived class.</summary>
-      <returns>One of the <see cref="System.Xml.XmlNodeType"></see> values.</returns>
+    <member name="F:System.Xml.XmlTokenizedType.NMTOKEN">
+      <summary>NMTOKEN type.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlNode.Normalize">
-      <summary>Puts all XmlText nodes in the full depth of the sub-tree underneath this XmlNode into a &amp;quot;normal&amp;quot; form where only markup (that is, tags, comments, processing instructions, CDATA sections, and entity references) separates XmlText nodes, that is, there are no adjacent XmlText nodes.</summary>
+    <member name="F:System.Xml.XmlTokenizedType.NMTOKENS">
+      <summary>NMTOKENS type.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.XmlNode.OuterXml">
-      <summary>Gets the markup containing this node and all its child nodes.</summary>
-      <returns>The markup containing this node and all its child nodes.  
- OuterXml does not return default attributes.  </returns>
+    <member name="F:System.Xml.XmlTokenizedType.None">
+      <summary>No type.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.XmlNode.OwnerDocument">
-      <summary>Gets the <see cref="T:System.Xml.XmlDocument"></see> to which this node belongs.</summary>
-      <returns>The <see cref="System.Xml.XmlDocument"></see> to which this node belongs.  
- If the node is an <see cref="System.Xml.XmlDocument"></see> (NodeType equals XmlNodeType.Document), this property returns null.</returns>
+    <member name="F:System.Xml.XmlTokenizedType.NOTATION">
+      <summary>NOTATION type.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.XmlNode.ParentNode">
-      <summary>Gets the parent of this node (for nodes that can have parents).</summary>
-      <returns>The XmlNode that is the parent of the current node. If a node has just been created and not yet added to the tree, or if it has been removed from the tree, the parent is null. For all other nodes, the value returned depends on the <see cref="System.Xml.XmlNode.NodeType"></see> of the node. The following table describes the possible return values for the ParentNode property.  
-  NodeType  
-
-  Return Value of ParentNode  
-
-  Attribute, Document, DocumentFragment, Entity, Notation  
-
-  Returns null; these nodes do not have parents.  
-
-  CDATA  
-
-  Returns the element or entity reference containing the CDATA section.  
-
-  Comment  
-
-  Returns the element, entity reference, document type, or document containing the comment.  
-
-  DocumentType  
-
-  Returns the document node.  
-
-  Element  
-
-  Returns the parent node of the element. If the element is the root node in the tree, the parent is the document node.  
-
-  EntityReference  
-
-  Returns the element, attribute, or entity reference containing the entity reference.  
-
-  ProcessingInstruction  
-
-  Returns the document, element, document type, or entity reference containing the processing instruction.  
-
-  Text  
-
-  Returns the parent element, attribute, or entity reference containing the text node.  
-
- </returns>
+    <member name="F:System.Xml.XmlTokenizedType.QName">
+      <summary>QName type.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.XmlNode.Prefix">
-      <summary>Gets or sets the namespace prefix of this node.</summary>
-      <returns>The namespace prefix of this node. For example, Prefix is bk for the element &amp;lt;bk:book&amp;gt;. If there is no prefix, this property returns String.Empty.</returns>
-      <exception cref="T:System.ArgumentException">This node is read-only.</exception>
-      <exception cref="T:System.Xml.XmlException">The specified prefix contains an invalid character.  
- The specified prefix is malformed.  
- The specified prefix is &amp;quot;xml&amp;quot; and the namespaceURI of this node is different from &amp;quot;http://www.w3.org/XML/1998/namespace&amp;quot;.  
- This node is an attribute and the specified prefix is &amp;quot;xmlns&amp;quot; and the namespaceURI of this node is different from &amp;quot;http://www.w3.org/2000/xmlns/ &amp;quot;.  
- This node is an attribute and the qualifiedName of this node is &amp;quot;xmlns&amp;quot;.</exception>
+    <member name="T:System.Xml.XmlTextWriter">
+      <summary>Represents a writer that provides a fast, non-cached, forward-only way of generating streams or files containing XML data that conforms to the W3C Extensible Markup Language (XML) 1.0 and the Namespaces in XML recommendations.  
+ Starting with the .NET Framework 2.0, we recommend that you use the <see cref="T:System.Xml.XmlWriter"></see> class instead.</summary>
     </member>
-    <member name="M:System.Xml.XmlNode.PrependChild(System.Xml.XmlNode)">
-      <summary>Adds the specified node to the beginning of the list of child nodes for this node.</summary>
-      <param name="newChild">The node to add. All the contents of the node to be added are moved into the specified location.</param>
-      <returns>The node added.</returns>
-      <exception cref="T:System.InvalidOperationException">This node is of a type that does not allow child nodes of the type of the <paramref name="newChild">newChild</paramref> node.  
- The <paramref name="newChild">newChild</paramref> is an ancestor of this node.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="newChild">newChild</paramref> was created from a different document than the one that created this node.  
- This node is read-only.</exception>
+    <member name="M:System.Xml.XmlTextWriter.#ctor(System.IO.TextWriter)">
+      <summary>Creates an instance of the <see langword="XmlTextWriter"></see> class using the specified <see cref="T:System.IO.TextWriter"></see>.</summary>
+      <param name="w">The <see langword="TextWriter"></see> to write to. It is assumed that the <see langword="TextWriter"></see> is already set to the correct encoding.</param>
     </member>
-    <member name="P:System.Xml.XmlNode.PreviousSibling">
-      <summary>Gets the node immediately preceding this node.</summary>
-      <returns>The preceding XmlNode. If there is no preceding node, null is returned.</returns>
+    <member name="M:System.Xml.XmlTextWriter.#ctor(System.IO.Stream,System.Text.Encoding)">
+      <summary>Creates an instance of the <see langword="XmlTextWriter"></see> class using the specified stream and encoding.</summary>
+      <param name="w">The stream to which you want to write.</param>
+      <param name="encoding">The encoding to generate. If encoding is <see langword="null"></see> it writes out the stream as UTF-8 and omits the encoding attribute from the <see langword="ProcessingInstruction"></see>.</param>
+      <exception cref="T:System.ArgumentException">The encoding is not supported or the stream cannot be written to.</exception>
+      <exception cref="T:System.ArgumentNullException"><paramref name="w">w</paramref> is <see langword="null"></see>.</exception>
     </member>
-    <member name="P:System.Xml.XmlNode.PreviousText">
-      <summary>Gets the text node that immediately precedes this node.</summary>
-      <returns>Returns <see cref="System.Xml.XmlNode"></see>.</returns>
+    <member name="M:System.Xml.XmlTextWriter.#ctor(System.String,System.Text.Encoding)">
+      <summary>Creates an instance of the <see cref="T:System.Xml.XmlTextWriter"></see> class using the specified file.</summary>
+      <param name="filename">The filename to write to. If the file exists, it truncates it and overwrites it with the new content.</param>
+      <param name="encoding">The encoding to generate. If encoding is <see langword="null"></see> it writes the file out as UTF-8, and omits the encoding attribute from the <see langword="ProcessingInstruction"></see>.</param>
+      <exception cref="T:System.ArgumentException">The encoding is not supported; the filename is empty, contains only white space, or contains one or more invalid characters.</exception>
+      <exception cref="T:System.UnauthorizedAccessException">Access is denied.</exception>
+      <exception cref="T:System.ArgumentNullException">The filename is <see langword="null"></see>.</exception>
+      <exception cref="T:System.IO.DirectoryNotFoundException">The directory to write to is not found.</exception>
+      <exception cref="T:System.IO.IOException">The filename includes an incorrect or invalid syntax for file name, directory name, or volume label syntax.</exception>
+      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
     </member>
-    <member name="M:System.Xml.XmlNode.RemoveAll">
-      <summary>Removes all the child nodes and/or attributes of the current node.</summary>
+    <member name="P:System.Xml.XmlTextWriter.BaseStream">
+      <summary>Gets the underlying stream object.</summary>
+      <returns>The stream to which the <see langword="XmlTextWriter"></see> is writing or <see langword="null"></see> if the <see langword="XmlTextWriter"></see> was constructed using a <see cref="T:System.IO.TextWriter"></see> that does not inherit from the <see cref="T:System.IO.StreamWriter"></see> class.</returns>
     </member>
-    <member name="M:System.Xml.XmlNode.RemoveChild(System.Xml.XmlNode)">
-      <summary>Removes specified child node.</summary>
-      <param name="oldChild">The node being removed.</param>
-      <returns>The node removed.</returns>
-      <exception cref="T:System.ArgumentException">The <paramref name="oldChild">oldChild</paramref> is not a child of this node. Or this node is read-only.</exception>
+    <member name="M:System.Xml.XmlTextWriter.Close">
+      <summary>Closes this stream and the underlying stream.</summary>
     </member>
-    <member name="M:System.Xml.XmlNode.ReplaceChild(System.Xml.XmlNode,System.Xml.XmlNode)">
-      <summary>Replaces the child node <paramref name="oldChild">oldChild</paramref> with <paramref name="newChild">newChild</paramref> node.</summary>
-      <param name="newChild">The new node to put in the child list.</param>
-      <param name="oldChild">The node being replaced in the list.</param>
-      <returns>The node replaced.</returns>
-      <exception cref="T:System.InvalidOperationException">This node is of a type that does not allow child nodes of the type of the <paramref name="newChild">newChild</paramref> node.  
- The <paramref name="newChild">newChild</paramref> is an ancestor of this node.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="newChild">newChild</paramref> was created from a different document than the one that created this node.  
- This node is read-only.  
- The <paramref name="oldChild">oldChild</paramref> is not a child of this node.</exception>
+    <member name="M:System.Xml.XmlTextWriter.Flush">
+      <summary>Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.</summary>
     </member>
-    <member name="P:System.Xml.XmlNode.SchemaInfo">
-      <summary>Gets the post schema validation infoset that has been assigned to this node as a result of schema validation.</summary>
-      <returns>An <see cref="System.Xml.Schema.IXmlSchemaInfo"></see> object containing the post schema validation infoset of this node.</returns>
+    <member name="P:System.Xml.XmlTextWriter.Formatting">
+      <summary>Indicates how the output is formatted.</summary>
+      <returns>One of the <see cref="T:System.Xml.Formatting"></see> values. The default is <see langword="Formatting.None"></see> (no special formatting).</returns>
     </member>
-    <member name="M:System.Xml.XmlNode.SelectNodes(System.String)">
-      <summary>Selects a list of nodes matching the XPath expression.</summary>
-      <param name="xpath">The XPath expression.</param>
-      <returns>An <see cref="System.Xml.XmlNodeList"></see> containing a collection of nodes matching the XPath query.</returns>
-      <exception cref="T:System.Xml.XPath.XPathException">The XPath expression contains a prefix. See XPath Examples.</exception>
+    <member name="P:System.Xml.XmlTextWriter.Indentation">
+      <summary>Gets or sets how many IndentChars to write for each level in the hierarchy when <see cref="P:System.Xml.XmlTextWriter.Formatting"></see> is set to <see langword="Formatting.Indented"></see>.</summary>
+      <returns>Number of <see langword="IndentChars"></see> for each level. The default is 2.</returns>
+      <exception cref="T:System.ArgumentException">Setting this property to a negative value.</exception>
     </member>
-    <member name="M:System.Xml.XmlNode.SelectNodes(System.String,System.Xml.XmlNamespaceManager)">
-      <summary>Selects a list of nodes matching the XPath expression. Any prefixes found in the XPath expression are resolved using the supplied <see cref="T:System.Xml.XmlNamespaceManager"></see>.</summary>
-      <param name="xpath">The XPath expression. See XPath Examples.</param>
-      <param name="nsmgr">An <see cref="T:System.Xml.XmlNamespaceManager"></see> to use for resolving namespaces for prefixes in the XPath expression.</param>
-      <returns>An <see cref="System.Xml.XmlNodeList"></see> containing a collection of nodes matching the XPath query.</returns>
-      <exception cref="T:System.Xml.XPath.XPathException">The XPath expression contains a prefix which is not defined in the XmlNamespaceManager.</exception>
+    <member name="P:System.Xml.XmlTextWriter.IndentChar">
+      <summary>Gets or sets which character to use for indenting when <see cref="P:System.Xml.XmlTextWriter.Formatting"></see> is set to <see langword="Formatting.Indented"></see>.</summary>
+      <returns>The character to use for indenting. The default is space.  
+   
+ The <see langword="XmlTextWriter"></see> allows you to set this property to any character. To ensure valid XML, you must specify a valid white space character, 0x9, 0x10, 0x13 or 0x20.  </returns>
     </member>
-    <member name="M:System.Xml.XmlNode.SelectSingleNode(System.String)">
-      <summary>Selects the first XmlNode that matches the XPath expression.</summary>
-      <param name="xpath">The XPath expression. See XPath Examples.</param>
-      <returns>The first XmlNode that matches the XPath query or null if no matching node is found.</returns>
-      <exception cref="T:System.Xml.XPath.XPathException">The XPath expression contains a prefix.</exception>
+    <member name="M:System.Xml.XmlTextWriter.LookupPrefix(System.String)">
+      <summary>Returns the closest prefix defined in the current namespace scope for the namespace URI.</summary>
+      <param name="ns">Namespace URI whose prefix you want to find.</param>
+      <returns>The matching prefix. Or <see langword="null"></see> if no matching namespace URI is found in the current scope.</returns>
+      <exception cref="T:System.ArgumentException"><paramref name="ns">ns</paramref> is either <see langword="null"></see> or <see langword="String.Empty"></see>.</exception>
     </member>
-    <member name="M:System.Xml.XmlNode.SelectSingleNode(System.String,System.Xml.XmlNamespaceManager)">
-      <summary>Selects the first XmlNode that matches the XPath expression. Any prefixes found in the XPath expression are resolved using the supplied <see cref="T:System.Xml.XmlNamespaceManager"></see>.</summary>
-      <param name="xpath">The XPath expression. See XPath Examples.</param>
-      <param name="nsmgr">An <see cref="T:System.Xml.XmlNamespaceManager"></see> to use for resolving namespaces for prefixes in the XPath expression.</param>
-      <returns>The first XmlNode that matches the XPath query or null if no matching node is found.</returns>
-      <exception cref="T:System.Xml.XPath.XPathException">The XPath expression contains a prefix which is not defined in the XmlNamespaceManager.</exception>
+    <member name="P:System.Xml.XmlTextWriter.Namespaces">
+      <summary>Gets or sets a value indicating whether to do namespace support.</summary>
+      <returns><see langword="true"></see> to support namespaces; otherwise, <see langword="false"></see>.  
+ The default is <see langword="true"></see>.</returns>
+      <exception cref="T:System.InvalidOperationException">You can only change this property when in the <see langword="WriteState.Start"></see> state.</exception>
     </member>
-    <member name="M:System.Xml.XmlNode.Supports(System.String,System.String)">
-      <summary>Tests if the DOM implementation implements a specific feature.</summary>
-      <param name="feature">The package name of the feature to test. This name is not case-sensitive.</param>
-      <param name="version">The version number of the package name to test. If the version is not specified (null), supporting any version of the feature causes the method to return true.</param>
-      <returns>true if the feature is implemented in the specified version; otherwise, false. The following table describes the combinations that return true.  
-  Feature  
-
-  Version  
-
-  XML  
-
-  1.0  
-
-  XML  
-
-  2.0  
-
- </returns>
+    <member name="P:System.Xml.XmlTextWriter.QuoteChar">
+      <summary>Gets or sets which character to use to quote attribute values.</summary>
+      <returns>The character to use to quote attribute values. This must be a single quote (&amp;amp;#39;) or a double quote (&amp;amp;#34;). The default is a double quote.</returns>
+      <exception cref="T:System.ArgumentException">Setting this property to something other than either a single or double quote.</exception>
     </member>
-    <member name="P:System.Xml.XmlNode.Value">
-      <summary>Gets or sets the value of the node.</summary>
-      <returns>The value returned depends on the <see cref="System.Xml.XmlNode.NodeType"></see> of the node:  
-  Type  
-
-  Value  
-
-  Attribute  
-
-  The value of the attribute.  
-
-  CDATASection  
-
-  The content of the CDATA Section.  
-
-  Comment  
-
-  The content of the comment.  
-
-  Document  
-
- null.  
-
-  DocumentFragment  
-
- null.  
-
-  DocumentType  
-
- null.  
-
-  Element  
-
- null. You can use the <see cref="System.Xml.XmlElement.InnerText"></see> or <see cref="System.Xml.XmlElement.InnerXml"></see> properties to access the value of the element node.  
-
-  Entity  
-
- null.  
-
-  EntityReference  
-
- null.  
-
-  Notation  
-
- null.  
-
-  ProcessingInstruction  
-
-  The entire content excluding the target.  
-
-  Text  
-
-  The content of the text node.  
-
-  SignificantWhitespace  
-
-  The white space characters. White space can consist of one or more space characters, carriage returns, line feeds, or tabs.  
-
-  Whitespace  
-
-  The white space characters. White space can consist of one or more space characters, carriage returns, line feeds, or tabs.  
-
-  XmlDeclaration  
-
-  The content of the declaration (that is, everything between &amp;lt;?xml and ?&amp;gt;).  
-
- </returns>
-      <exception cref="T:System.ArgumentException">Setting the value of a node that is read-only.</exception>
-      <exception cref="T:System.InvalidOperationException">Setting the value of a node that is not supposed to have a value (for example, an Element node).</exception>
+    <member name="M:System.Xml.XmlTextWriter.WriteBase64(System.Byte[],System.Int32,System.Int32)">
+      <summary>Encodes the specified binary bytes as base64 and writes out the resulting text.</summary>
+      <param name="buffer">Byte array to encode.</param>
+      <param name="index">The position within the buffer indicating the start of the bytes to write.</param>
+      <param name="count">The number of bytes to write.</param>
+      <exception cref="T:System.ArgumentNullException"><paramref name="buffer">buffer</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.ArgumentException">The buffer length minus <paramref name="index">index</paramref> is less than <paramref name="count">count</paramref>.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index">index</paramref> or <paramref name="count">count</paramref> is less than zero.</exception>
+      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.XmlTextWriter.WriteState"></see> is <see langword="Closed"></see>.</exception>
+    </member>
+    <member name="M:System.Xml.XmlTextWriter.WriteBinHex(System.Byte[],System.Int32,System.Int32)">
+      <summary>Encodes the specified binary bytes as binhex and writes out the resulting text.</summary>
+      <param name="buffer">Byte array to encode.</param>
+      <param name="index">The position in the buffer indicating the start of the bytes to write.</param>
+      <param name="count">The number of bytes to write.</param>
+      <exception cref="T:System.ArgumentNullException"><paramref name="buffer">buffer</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.ArgumentException">The buffer length minus <paramref name="index">index</paramref> is less than <paramref name="count">count</paramref>.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index">index</paramref> or <paramref name="count">count</paramref> is less than zero.</exception>
+      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.XmlTextWriter.WriteState"></see> is Closed.</exception>
+    </member>
+    <member name="M:System.Xml.XmlTextWriter.WriteCData(System.String)">
+      <summary>Writes out a &amp;lt;![CDATA[...]]&amp;gt; block containing the specified text.</summary>
+      <param name="text">Text to place inside the CDATA block.</param>
+      <exception cref="T:System.ArgumentException">The text would result in a non-well formed XML document.</exception>
+      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.XmlTextWriter.WriteState"></see> is <see langword="Closed"></see>.</exception>
+    </member>
+    <member name="M:System.Xml.XmlTextWriter.WriteCharEntity(System.Char)">
+      <summary>Forces the generation of a character entity for the specified Unicode character value.</summary>
+      <param name="ch">Unicode character for which to generate a character entity.</param>
+      <exception cref="T:System.ArgumentException">The character is in the surrogate pair character range, <see langword="0xd800"></see> - <see langword="0xdfff"></see>; or the text would result in a non-well formed XML document.</exception>
+      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.XmlTextWriter.WriteState"></see> is <see langword="Closed"></see>.</exception>
+    </member>
+    <member name="M:System.Xml.XmlTextWriter.WriteChars(System.Char[],System.Int32,System.Int32)">
+      <summary>Writes text one buffer at a time.</summary>
+      <param name="buffer">Character array containing the text to write.</param>
+      <param name="index">The position in the buffer indicating the start of the text to write.</param>
+      <param name="count">The number of characters to write.</param>
+      <exception cref="T:System.ArgumentNullException"><paramref name="buffer">buffer</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index">index</paramref> or <paramref name="count">count</paramref> is less than zero.  
+ -or-  
+ The buffer length minus <paramref name="index">index</paramref> is less than <paramref name="count">count</paramref>; the call results in surrogate pair characters being split or an invalid surrogate pair being written.</exception>
+      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.XmlTextWriter.WriteState"></see> is Closed.</exception>
+    </member>
+    <member name="M:System.Xml.XmlTextWriter.WriteComment(System.String)">
+      <summary>Writes out a comment &amp;lt;!--...--&amp;gt; containing the specified text.</summary>
+      <param name="text">Text to place inside the comment.</param>
+      <exception cref="T:System.ArgumentException">The text would result in a non-well formed XML document</exception>
+      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.XmlTextWriter.WriteState"></see> is <see langword="Closed"></see>.</exception>
+    </member>
+    <member name="M:System.Xml.XmlTextWriter.WriteDocType(System.String,System.String,System.String,System.String)">
+      <summary>Writes the DOCTYPE declaration with the specified name and optional attributes.</summary>
+      <param name="name">The name of the DOCTYPE. This must be non-empty.</param>
+      <param name="pubid">If non-null it also writes PUBLIC &amp;quot;pubid&amp;quot; &amp;quot;sysid&amp;quot; where pubid and sysid are replaced with the value of the given arguments.</param>
+      <param name="sysid">If pubid is null and sysid is non-null it writes SYSTEM &amp;quot;sysid&amp;quot; where sysid is replaced with the value of this argument.</param>
+      <param name="subset">If non-null it writes [subset] where subset is replaced with the value of this argument.</param>
+      <exception cref="T:System.InvalidOperationException">This method was called outside the prolog (after the root element).</exception>
+      <exception cref="T:System.ArgumentException"><paramref name="name">name</paramref> is <see langword="null"></see> or <see langword="String.Empty"></see>  
+ -or-  
+ the value for <paramref name="name">name</paramref> would result in invalid XML.</exception>
+    </member>
+    <member name="M:System.Xml.XmlTextWriter.WriteEndAttribute">
+      <summary>Closes the previous <see cref="M:System.Xml.XmlTextWriter.WriteStartAttribute(System.String,System.String,System.String)"></see> call.</summary>
+    </member>
+    <member name="M:System.Xml.XmlTextWriter.WriteEndDocument">
+      <summary>Closes any open elements or attributes and puts the writer back in the Start state.</summary>
+      <exception cref="T:System.ArgumentException">The XML document is invalid.</exception>
+    </member>
+    <member name="M:System.Xml.XmlTextWriter.WriteEndElement">
+      <summary>Closes one element and pops the corresponding namespace scope.</summary>
+    </member>
+    <member name="M:System.Xml.XmlTextWriter.WriteEntityRef(System.String)">
+      <summary>Writes out an entity reference as <see langword="&amp;amp;name;"></see>.</summary>
+      <param name="name">Name of the entity reference.</param>
+      <exception cref="T:System.ArgumentException">The text would result in a non-well formed XML document or <paramref name="name">name</paramref> is either <see langword="null"></see> or <see langword="String.Empty"></see>.</exception>
     </member>
-    <member name="M:System.Xml.XmlNode.WriteContentTo(System.Xml.XmlWriter)">
-      <summary>Saves all the child nodes of the node to the specified <see cref="T:System.Xml.XmlWriter"></see>, when overridden in a derived class.</summary>
-      <param name="w">The XmlWriter to which you want to save.</param>
+    <member name="M:System.Xml.XmlTextWriter.WriteFullEndElement">
+      <summary>Closes one element and pops the corresponding namespace scope.</summary>
     </member>
-    <member name="M:System.Xml.XmlNode.WriteTo(System.Xml.XmlWriter)">
-      <summary>Saves the current node to the specified <see cref="T:System.Xml.XmlWriter"></see>, when overridden in a derived class.</summary>
-      <param name="w">The XmlWriter to which you want to save.</param>
+    <member name="M:System.Xml.XmlTextWriter.WriteName(System.String)">
+      <summary>Writes out the specified name, ensuring it is a valid name according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name).</summary>
+      <param name="name">Name to write.</param>
+      <exception cref="T:System.ArgumentException"><paramref name="name">name</paramref> is not a valid XML name; or <paramref name="name">name</paramref> is either <see langword="null"></see> or <see langword="String.Empty"></see>.</exception>
     </member>
-    <member name="M:System.Xml.XmlNode.System#Collections#IEnumerable#GetEnumerator">
-      <summary>For a description of this member, see <see cref="M:System.Xml.XmlNode.GetEnumerator"></see>.</summary>
-      <returns>Returns an enumerator for the collection.</returns>
+    <member name="M:System.Xml.XmlTextWriter.WriteNmToken(System.String)">
+      <summary>Writes out the specified name, ensuring it is a valid <see langword="NmToken"></see> according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name).</summary>
+      <param name="name">Name to write.</param>
+      <exception cref="T:System.ArgumentException"><paramref name="name">name</paramref> is not a valid <see langword="NmToken"></see>; or <paramref name="name">name</paramref> is either <see langword="null"></see> or <see langword="String.Empty"></see>.</exception>
     </member>
-    <member name="M:System.Xml.XmlNode.System#ICloneable#Clone">
-      <summary>For a description of this member, see <see cref="M:System.Xml.XmlNode.Clone"></see>.</summary>
-      <returns>A copy of the node from which it is called.</returns>
+    <member name="M:System.Xml.XmlTextWriter.WriteProcessingInstruction(System.String,System.String)">
+      <summary>Writes out a processing instruction with a space between the name and text as follows: &amp;lt;?name text?&amp;gt;.</summary>
+      <param name="name">Name of the processing instruction.</param>
+      <param name="text">Text to include in the processing instruction.</param>
+      <exception cref="T:System.ArgumentException">The text would result in a non-well formed XML document.  
+ <paramref name="name">name</paramref> is either <see langword="null"></see> or <see langword="String.Empty"></see>.  
+ This method is being used to create an XML declaration after <see cref="System.Xml.XmlTextWriter.WriteStartDocument"></see> has already been called.</exception>
     </member>
-    <member name="T:System.Xml.XmlNodeChangedAction">
-      <summary>Specifies the type of node change.</summary>
+    <member name="M:System.Xml.XmlTextWriter.WriteQualifiedName(System.String,System.String)">
+      <summary>Writes out the namespace-qualified name. This method looks up the prefix that is in scope for the given namespace.</summary>
+      <param name="localName">The local name to write.</param>
+      <param name="ns">The namespace URI to associate with the name.</param>
+      <exception cref="T:System.ArgumentException"><paramref name="localName">localName</paramref> is either <see langword="null"></see> or <see langword="String.Empty"></see>.  
+ <paramref name="localName">localName</paramref> is not a valid name according to the W3C Namespaces spec.</exception>
     </member>
-    <member name="F:System.Xml.XmlNodeChangedAction.Change">
-      <summary>A node value is being changed.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.XmlTextWriter.WriteRaw(System.Char[],System.Int32,System.Int32)">
+      <summary>Writes raw markup manually from a character buffer.</summary>
+      <param name="buffer">Character array containing the text to write.</param>
+      <param name="index">The position within the buffer indicating the start of the text to write.</param>
+      <param name="count">The number of characters to write.</param>
+      <exception cref="T:System.ArgumentNullException"><paramref name="buffer">buffer</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index">index</paramref> or <paramref name="count">count</paramref> is less than zero.  
+ -or-  
+ The buffer length minus <paramref name="index">index</paramref> is less than <paramref name="count">count</paramref>.</exception>
     </member>
-    <member name="F:System.Xml.XmlNodeChangedAction.Insert">
-      <summary>A node is being inserted in the tree.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.XmlTextWriter.WriteRaw(System.String)">
+      <summary>Writes raw markup manually from a string.</summary>
+      <param name="data">String containing the text to write.</param>
     </member>
-    <member name="F:System.Xml.XmlNodeChangedAction.Remove">
-      <summary>A node is being removed from the tree.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.XmlTextWriter.WriteStartAttribute(System.String,System.String,System.String)">
+      <summary>Writes the start of an attribute.</summary>
+      <param name="prefix"><see langword="Namespace"></see> prefix of the attribute.</param>
+      <param name="localName"><see langword="LocalName"></see> of the attribute.</param>
+      <param name="ns"><see langword="NamespaceURI"></see> of the attribute</param>
+      <exception cref="T:System.ArgumentException"><paramref name="localName">localName</paramref> is either <see langword="null"></see> or <see langword="String.Empty"></see>.</exception>
     </member>
-    <member name="T:System.Xml.XmlNodeChangedEventArgs">
-      <summary>Provides data for the <see cref="E:System.Xml.XmlDocument.NodeChanged"></see>, <see cref="E:System.Xml.XmlDocument.NodeChanging"></see>, <see cref="E:System.Xml.XmlDocument.NodeInserted"></see>, <see cref="E:System.Xml.XmlDocument.NodeInserting"></see>, <see cref="E:System.Xml.XmlDocument.NodeRemoved"></see> and <see cref="E:System.Xml.XmlDocument.NodeRemoving"></see> events.</summary>
+    <member name="M:System.Xml.XmlTextWriter.WriteStartDocument">
+      <summary>Writes the XML declaration with the version &amp;quot;1.0&amp;quot;.</summary>
+      <exception cref="T:System.InvalidOperationException">This is not the first write method called after the constructor.</exception>
     </member>
-    <member name="M:System.Xml.XmlNodeChangedEventArgs.#ctor(System.Xml.XmlNode,System.Xml.XmlNode,System.Xml.XmlNode,System.String,System.String,System.Xml.XmlNodeChangedAction)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlNodeChangedEventArgs"></see> class.</summary>
-      <param name="node">The <see cref="T:System.Xml.XmlNode"></see> that generated the event.</param>
-      <param name="oldParent">The old parent <see cref="T:System.Xml.XmlNode"></see> of the <see cref="T:System.Xml.XmlNode"></see> that generated the event.</param>
-      <param name="newParent">The new parent <see cref="T:System.Xml.XmlNode"></see> of the <see cref="T:System.Xml.XmlNode"></see> that generated the event.</param>
-      <param name="oldValue">The old value of the <see cref="T:System.Xml.XmlNode"></see> that generated the event.</param>
-      <param name="newValue">The new value of the <see cref="T:System.Xml.XmlNode"></see> that generated the event.</param>
-      <param name="action">The <see cref="T:System.Xml.XmlNodeChangedAction"></see>.</param>
+    <member name="M:System.Xml.XmlTextWriter.WriteStartDocument(System.Boolean)">
+      <summary>Writes the XML declaration with the version &amp;quot;1.0&amp;quot; and the standalone attribute.</summary>
+      <param name="standalone">If <see langword="true"></see>, it writes &amp;quot;standalone=yes&amp;quot;; if <see langword="false"></see>, it writes &amp;quot;standalone=no&amp;quot;.</param>
+      <exception cref="T:System.InvalidOperationException">This is not the first write method called after the constructor.</exception>
     </member>
-    <member name="P:System.Xml.XmlNodeChangedEventArgs.Action">
-      <summary>Gets a value indicating what type of node change event is occurring.</summary>
-      <returns>An XmlNodeChangedAction value describing the node change event.  
-  XmlNodeChangedAction Value  
-  Description  
-  Insert  
-  A node has been or will be inserted.  
-  Remove  
-  A node has been or will be removed.  
-  Change  
-  A node has been or will be changed.  
-  The Action value does not differentiate between when the event occurred (before or after). You can create separate event handlers to handle both instances.  </returns>
+    <member name="M:System.Xml.XmlTextWriter.WriteStartElement(System.String,System.String,System.String)">
+      <summary>Writes the specified start tag and associates it with the given namespace and prefix.</summary>
+      <param name="prefix">The namespace prefix of the element.</param>
+      <param name="localName">The local name of the element.</param>
+      <param name="ns">The namespace URI to associate with the element. If this namespace is already in scope and has an associated prefix then the writer automatically writes that prefix also.</param>
+      <exception cref="T:System.InvalidOperationException">The writer is closed.</exception>
     </member>
-    <member name="P:System.Xml.XmlNodeChangedEventArgs.NewParent">
-      <summary>Gets the value of the <see cref="P:System.Xml.XmlNode.ParentNode"></see> after the operation completes.</summary>
-      <returns>The value of the ParentNode after the operation completes. This property returns null if the node is being removed.  
-   
- For attribute nodes this property returns the <see cref="System.Xml.XmlAttribute.OwnerElement"></see>.  </returns>
+    <member name="P:System.Xml.XmlTextWriter.WriteState">
+      <summary>Gets the state of the writer.</summary>
+      <returns>One of the <see cref="T:System.Xml.WriteState"></see> values.</returns>
     </member>
-    <member name="P:System.Xml.XmlNodeChangedEventArgs.NewValue">
-      <summary>Gets the new value of the node.</summary>
-      <returns>The new value of the node. This property returns null if the node is neither an attribute nor a text node, or if the node is being removed.  
If called in a <see cref="System.Xml.XmlDocument.NodeChanging"></see> event, NewValue returns the value of the node if the change is successful. If called in a <see cref="System.Xml.XmlDocument.NodeChanged"></see> event, NewValue returns the current value of the node.</returns>
+    <member name="M:System.Xml.XmlTextWriter.WriteString(System.String)">
+      <summary>Writes the given text content.</summary>
+      <param name="text">Text to write.</param>
     <exception cref="T:System.ArgumentException">The text string contains an invalid surrogate pair.</exception>
     </member>
-    <member name="P:System.Xml.XmlNodeChangedEventArgs.Node">
-      <summary>Gets the <see cref="T:System.Xml.XmlNode"></see> that is being added, removed or changed.</summary>
-      <returns>The XmlNode that is being added, removed or changed; this property never returns null.</returns>
+    <member name="M:System.Xml.XmlTextWriter.WriteSurrogateCharEntity(System.Char,System.Char)">
+      <summary>Generates and writes the surrogate character entity for the surrogate character pair.</summary>
+      <param name="lowChar">The low surrogate. This must be a value between <see langword="0xDC00"></see> and <see langword="0xDFFF"></see>.</param>
+      <param name="highChar">The high surrogate. This must be a value between <see langword="0xD800"></see> and <see langword="0xDBFF"></see>.</param>
+      <exception cref="T:System.Exception">An invalid surrogate character pair was passed.</exception>
     </member>
-    <member name="P:System.Xml.XmlNodeChangedEventArgs.OldParent">
-      <summary>Gets the value of the <see cref="P:System.Xml.XmlNode.ParentNode"></see> before the operation began.</summary>
-      <returns>The value of the ParentNode before the operation began. This property returns null if the node did not have a parent.  
-   
- For attribute nodes this property returns the <see cref="System.Xml.XmlAttribute.OwnerElement"></see>.  </returns>
+    <member name="M:System.Xml.XmlTextWriter.WriteWhitespace(System.String)">
+      <summary>Writes out the given white space.</summary>
+      <param name="ws">The string of white space characters.</param>
+      <exception cref="T:System.ArgumentException">The string contains non-white space characters.</exception>
     </member>
-    <member name="P:System.Xml.XmlNodeChangedEventArgs.OldValue">
-      <summary>Gets the original value of the node.</summary>
-      <returns>The original value of the node. This property returns null if the node is neither an attribute nor a text node, or if the node is being inserted.  
- If called in a <see cref="System.Xml.XmlDocument.NodeChanging"></see> event, OldValue returns the current value of the node that will be replaced if the change is successful. If called in a <see cref="System.Xml.XmlDocument.NodeChanged"></see> event, OldValue returns the value of node prior to the change.</returns>
+    <member name="P:System.Xml.XmlTextWriter.XmlLang">
+      <summary>Gets the current <see langword="xml:lang"></see> scope.</summary>
+      <returns>The current <see langword="xml:lang"></see> or <see langword="null"></see> if there is no <see langword="xml:lang"></see> in the current scope.</returns>
     </member>
-    <member name="T:System.Xml.XmlNodeChangedEventHandler">
-      <summary>Represents the method that handles <see cref="E:System.Xml.XmlDocument.NodeChanged"></see>, <see cref="E:System.Xml.XmlDocument.NodeChanging"></see>, <see cref="E:System.Xml.XmlDocument.NodeInserted"></see>, <see cref="E:System.Xml.XmlDocument.NodeInserting"></see>, <see cref="E:System.Xml.XmlDocument.NodeRemoved"></see> and <see cref="E:System.Xml.XmlDocument.NodeRemoving"></see> events.</summary>
-      <param name="sender">The source of the event.</param>
-      <param name="e">An <see cref="T:System.Xml.XmlNodeChangedEventArgs"></see> containing the event data.</param>
+    <member name="P:System.Xml.XmlTextWriter.XmlSpace">
+      <summary>Gets an <see cref="T:System.Xml.XmlSpace"></see> representing the current <see langword="xml:space"></see> scope.</summary>
+      <returns>An <see langword="XmlSpace"></see> representing the current <see langword="xml:space"></see> scope.  
+  Value  
+
+  Meaning  
+
+  None  
+
+  This is the default if no <see langword="xml:space"></see> scope exists.  
+
+  Default  
+
+  The current scope is <see langword="xml:space"></see>=&amp;quot;default&amp;quot;.  
+
+  Preserve  
+
+  The current scope is <see langword="xml:space"></see>=&amp;quot;preserve&amp;quot;.  
+
+ </returns>
     </member>
-    <member name="T:System.Xml.XmlNodeList">
-      <summary>Represents an ordered collection of nodes.</summary>
+    <member name="T:System.Xml.XmlTextReader">
+      <summary>Represents a reader that provides fast, non-cached, forward-only access to XML data.  
+ Starting with the .NET Framework 2.0, we recommend that you use the <see cref="T:System.Xml.XmlReader"></see> class instead.</summary>
     </member>
-    <member name="M:System.Xml.XmlNodeList.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlNodeList"></see> class.</summary>
+    <member name="M:System.Xml.XmlTextReader.#ctor">
+      <summary>Initializes a new instance of the <see langword="XmlTextReader"></see>.</summary>
     </member>
-    <member name="P:System.Xml.XmlNodeList.Count">
-      <summary>Gets the number of nodes in the XmlNodeList.</summary>
-      <returns>The number of nodes in the XmlNodeList.</returns>
+    <member name="M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlTextReader"></see> class with the specified string, <see cref="T:System.Xml.XmlNodeType"></see>, and <see cref="T:System.Xml.XmlParserContext"></see>.</summary>
+      <param name="xmlFragment">The string containing the XML fragment to parse.</param>
+      <param name="fragType">The <see cref="T:System.Xml.XmlNodeType"></see> of the XML fragment. This also determines what the fragment string can contain. (See table below.)</param>
+      <param name="context">The <see cref="T:System.Xml.XmlParserContext"></see> in which the xmlFragment is to be parsed. This includes the <see cref="T:System.Xml.XmlNameTable"></see> to use, encoding, namespace scope, the current xml:lang, and the xml:space scope.</param>
+      <exception cref="T:System.Xml.XmlException"><paramref name="fragType">fragType</paramref> is not an <see langword="Element"></see>, <see langword="Attribute"></see>, or <see langword="Document"></see><see langword="XmlNodeType"></see>.</exception>
+      <exception cref="T:System.ArgumentNullException"><paramref name="xmlFragment">xmlFragment</paramref> is <see langword="null"></see>.</exception>
     </member>
-    <member name="M:System.Xml.XmlNodeList.GetEnumerator">
-      <summary>Gets an enumerator that iterates through the collection of nodes.</summary>
-      <returns>An enumerator used to iterate through the collection of nodes.</returns>
+    <member name="M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader,System.Xml.XmlNameTable)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlTextReader"></see> class with the specified URL, <see cref="T:System.IO.TextReader"></see> and <see cref="T:System.Xml.XmlNameTable"></see>.</summary>
+      <param name="url">The URL to use for resolving external resources. The <see cref="P:System.Xml.XmlTextReader.BaseURI"></see> is set to this value. If url is <see langword="null"></see>, <see langword="BaseURI"></see> is set to <see langword="String.Empty"></see>.</param>
+      <param name="input">The <see langword="TextReader"></see> containing the XML data to read.</param>
+      <param name="nt">The <see langword="XmlNameTable"></see> to use.</param>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="nt">nt</paramref> value is <see langword="null"></see>.</exception>
     </member>
-    <member name="M:System.Xml.XmlNodeList.Item(System.Int32)">
-      <summary>Retrieves a node at the given index.</summary>
-      <param name="index">The zero-based index into the list of nodes.</param>
-      <returns>The <see cref="System.Xml.XmlNode"></see> with the specified index in the collection. If <paramref name="index">index</paramref> is greater than or equal to the number of nodes in the list, this returns null.</returns>
+    <member name="M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream,System.Xml.XmlNameTable)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlTextReader"></see> class with the specified URL, stream and <see cref="T:System.Xml.XmlNameTable"></see>.</summary>
+      <param name="url">The URL to use for resolving external resources. The <see cref="P:System.Xml.XmlTextReader.BaseURI"></see> is set to this value. If url is <see langword="null"></see>, <see langword="BaseURI"></see> is set to <see langword="String.Empty"></see>.</param>
+      <param name="input">The stream containing the XML data to read.</param>
+      <param name="nt">The <see langword="XmlNameTable"></see> to use.</param>
+      <exception cref="T:System.NullReferenceException">The <paramref name="input">input</paramref> or <paramref name="nt">nt</paramref> value is <see langword="null"></see>.</exception>
     </member>
-    <member name="P:System.Xml.XmlNodeList.ItemOf(System.Int32)">
-      <summary>Gets a node at the given index.</summary>
-      <param name="i">The zero-based index into the list of nodes.</param>
-      <returns>The <see cref="System.Xml.XmlNode"></see> with the specified index in the collection. If index is greater than or equal to the number of nodes in the list, this returns null.</returns>
+    <member name="M:System.Xml.XmlTextReader.#ctor(System.IO.Stream,System.Xml.XmlNodeType,System.Xml.XmlParserContext)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlTextReader"></see> class with the specified stream, <see cref="T:System.Xml.XmlNodeType"></see>, and <see cref="T:System.Xml.XmlParserContext"></see>.</summary>
+      <param name="xmlFragment">The stream containing the XML fragment to parse.</param>
+      <param name="fragType">The <see cref="T:System.Xml.XmlNodeType"></see> of the XML fragment. This also determines what the fragment can contain. (See table below.)</param>
+      <param name="context">The <see cref="T:System.Xml.XmlParserContext"></see> in which the xmlFragment is to be parsed. This includes the <see cref="T:System.Xml.XmlNameTable"></see> to use, encoding, namespace scope, the current xml:lang, and the xml:space scope.</param>
+      <exception cref="T:System.Xml.XmlException"><paramref name="fragType">fragType</paramref> is not an Element, Attribute, or Document <see langword="XmlNodeType"></see>.</exception>
+      <exception cref="T:System.ArgumentNullException"><paramref name="xmlFragment">xmlFragment</paramref> is <see langword="null"></see>.</exception>
     </member>
-    <member name="M:System.Xml.XmlNodeList.PrivateDisposeNodeList">
-      <summary>Disposes resources in the node list privately.</summary>
+    <member name="M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNameTable)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlTextReader"></see> class with the specified file and <see cref="T:System.Xml.XmlNameTable"></see>.</summary>
+      <param name="url">The URL for the file containing the XML data to read.</param>
+      <param name="nt">The <see langword="XmlNameTable"></see> to use.</param>
+      <exception cref="T:System.NullReferenceException">The <paramref name="nt">nt</paramref> value is <see langword="null"></see>.</exception>
+      <exception cref="T:System.IO.FileNotFoundException">The specified file cannot be found.</exception>
+      <exception cref="T:System.IO.DirectoryNotFoundException">Part of the filename or directory cannot be found.</exception>
+      <exception cref="T:System.InvalidOperationException"><paramref name="url">url</paramref> is an empty string.</exception>
+      <exception cref="T:System.Net.WebException">The remote filename cannot be resolved.  
+ -or-  
+ An error occurred while processing the request.</exception>
+      <exception cref="T:System.UriFormatException"><paramref name="url">url</paramref> is not a valid URI.</exception>
     </member>
-    <member name="M:System.Xml.XmlNodeList.System#IDisposable#Dispose">
-      <summary>Releases all resources used by the <see cref="T:System.Xml.XmlNodeList"></see> class.</summary>
+    <member name="M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlTextReader"></see> class with the specified URL and stream.</summary>
+      <param name="url">The URL to use for resolving external resources. The <see cref="P:System.Xml.XmlTextReader.BaseURI"></see> is set to this value.</param>
+      <param name="input">The stream containing the XML data to read.</param>
+      <exception cref="T:System.ArgumentNullException"><paramref name="input">input</paramref> is <see langword="null"></see>.</exception>
     </member>
-    <member name="T:System.Xml.XmlNodeOrder">
-      <summary>Describes the document order of a node compared to a second node.</summary>
+    <member name="M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlTextReader"></see> class with the specified URL and <see cref="T:System.IO.TextReader"></see>.</summary>
+      <param name="url">The URL to use for resolving external resources. The <see cref="P:System.Xml.XmlTextReader.BaseURI"></see> is set to this value.</param>
+      <param name="input">The <see langword="TextReader"></see> containing the XML data to read.</param>
     </member>
-    <member name="F:System.Xml.XmlNodeOrder.After">
-      <summary>The current node of this navigator is after the current node of the supplied navigator.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.XmlTextReader.#ctor(System.IO.Stream,System.Xml.XmlNameTable)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlTextReader"></see> class with the specified stream and <see cref="T:System.Xml.XmlNameTable"></see>.</summary>
+      <param name="input">The stream containing the XML data to read.</param>
+      <param name="nt">The <see langword="XmlNameTable"></see> to use.</param>
+      <exception cref="T:System.NullReferenceException">The <paramref name="input">input</paramref> or <paramref name="nt">nt</paramref> value is <see langword="null"></see>.</exception>
     </member>
-    <member name="F:System.Xml.XmlNodeOrder.Before">
-      <summary>The current node of this navigator is before the current node of the supplied navigator.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.XmlTextReader.#ctor(System.Xml.XmlNameTable)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlTextReader"></see> class with the specified <see cref="T:System.Xml.XmlNameTable"></see>.</summary>
+      <param name="nt">The <see langword="XmlNameTable"></see> to use.</param>
     </member>
-    <member name="F:System.Xml.XmlNodeOrder.Same">
-      <summary>The two navigators are positioned on the same node.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.XmlTextReader.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlTextReader"></see> class with the specified file.</summary>
+      <param name="url">The URL for the file containing the XML data. The <see cref="P:System.Xml.XmlTextReader.BaseURI"></see> is set to this value.</param>
+      <exception cref="T:System.IO.FileNotFoundException">The specified file cannot be found.</exception>
+      <exception cref="T:System.IO.DirectoryNotFoundException">Part of the filename or directory cannot be found.</exception>
+      <exception cref="T:System.InvalidOperationException"><paramref name="url">url</paramref> is an empty string.</exception>
+      <exception cref="T:System.Net.WebException">The remote filename cannot be resolved.  
+ -or-  
+ An error occurred while processing the request.</exception>
+      <exception cref="T:System.UriFormatException"><paramref name="url">url</paramref> is not a valid URI.</exception>
     </member>
-    <member name="F:System.Xml.XmlNodeOrder.Unknown">
-      <summary>The node positions cannot be determined in document order, relative to each other. This could occur if the two nodes reside in different trees.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.XmlTextReader.#ctor(System.IO.TextReader)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlTextReader"></see> class with the specified <see cref="T:System.IO.TextReader"></see>.</summary>
+      <param name="input">The <see langword="TextReader"></see> containing the XML data to read.</param>
     </member>
-    <member name="T:System.Xml.XmlNodeReader">
-      <summary>Represents a reader that provides fast, non-cached forward only access to XML data in an <see cref="T:System.Xml.XmlNode"></see>.</summary>
+    <member name="M:System.Xml.XmlTextReader.#ctor(System.IO.Stream)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlTextReader"></see> class with the specified stream.</summary>
+      <param name="input">The stream containing the XML data to read.</param>
+      <exception cref="T:System.ArgumentNullException"><paramref name="input">input</paramref> is <see langword="null"></see>.</exception>
     </member>
-    <member name="M:System.Xml.XmlNodeReader.#ctor(System.Xml.XmlNode)">
-      <summary>Creates an instance of the XmlNodeReader class using the specified <see cref="T:System.Xml.XmlNode"></see>.</summary>
-      <param name="node">The XmlNode you want to read.</param>
+    <member name="M:System.Xml.XmlTextReader.#ctor(System.IO.TextReader,System.Xml.XmlNameTable)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlTextReader"></see> class with the specified <see cref="T:System.IO.TextReader"></see> and <see cref="T:System.Xml.XmlNameTable"></see>.</summary>
+      <param name="input">The <see langword="TextReader"></see> containing the XML data to read.</param>
+      <param name="nt">The <see langword="XmlNameTable"></see> to use.</param>
+      <exception cref="T:System.NullReferenceException">The <paramref name="nt">nt</paramref> value is <see langword="null"></see>.</exception>
     </member>
-    <member name="P:System.Xml.XmlNodeReader.AttributeCount">
+    <member name="P:System.Xml.XmlTextReader.AttributeCount">
       <summary>Gets the number of attributes on the current node.</summary>
-      <returns>The number of attributes on the current node. This number includes default attributes.</returns>
+      <returns>The number of attributes on the current node.</returns>
     </member>
-    <member name="P:System.Xml.XmlNodeReader.BaseURI">
+    <member name="P:System.Xml.XmlTextReader.BaseURI">
       <summary>Gets the base URI of the current node.</summary>
       <returns>The base URI of the current node.</returns>
     </member>
-    <member name="P:System.Xml.XmlNodeReader.CanReadBinaryContent">
-      <summary>Gets a value indicating whether the <see cref="T:System.Xml.XmlNodeReader"></see> implements the binary content read methods.</summary>
-      <returns>true if the binary content read methods are implemented; otherwise false. The <see cref="System.Xml.XmlNodeReader"></see> class always returns true.</returns>
+    <member name="P:System.Xml.XmlTextReader.CanReadBinaryContent">
+      <summary>Gets a value indicating whether the <see cref="T:System.Xml.XmlTextReader"></see> implements the binary content read methods.</summary>
+      <returns><see langword="true"></see> if the binary content read methods are implemented; otherwise <see langword="false"></see>. The <see cref="T:System.Xml.XmlTextReader"></see> class always returns <see langword="true"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XmlNodeReader.CanResolveEntity">
+    <member name="P:System.Xml.XmlTextReader.CanReadValueChunk">
+      <summary>Gets a value indicating whether the <see cref="T:System.Xml.XmlTextReader"></see> implements the <see cref="M:System.Xml.XmlReader.ReadValueChunk(System.Char[],System.Int32,System.Int32)"></see> method.</summary>
+      <returns><see langword="true"></see> if the <see cref="T:System.Xml.XmlTextReader"></see> implements the <see cref="M:System.Xml.XmlReader.ReadValueChunk(System.Char[],System.Int32,System.Int32)"></see> method; otherwise <see langword="false"></see>. The <see cref="T:System.Xml.XmlTextReader"></see> class always returns <see langword="false"></see>.</returns>
+    </member>
+    <member name="P:System.Xml.XmlTextReader.CanResolveEntity">
       <summary>Gets a value indicating whether this reader can parse and resolve entities.</summary>
-      <returns>true if the reader can parse and resolve entities; otherwise, false. XmlNodeReader always returns true.</returns>
+      <returns><see langword="true"></see> if the reader can parse and resolve entities; otherwise, <see langword="false"></see>. The <see langword="XmlTextReader"></see> class always returns <see langword="true"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlNodeReader.Close">
-      <summary>Changes the <see cref="P:System.Xml.XmlNodeReader.ReadState"></see> to Closed.</summary>
+    <member name="M:System.Xml.XmlTextReader.Close">
+      <summary>Changes the <see cref="P:System.Xml.XmlReader.ReadState"></see> to <see langword="Closed"></see>.</summary>
     </member>
-    <member name="P:System.Xml.XmlNodeReader.Depth">
+    <member name="P:System.Xml.XmlTextReader.Depth">
       <summary>Gets the depth of the current node in the XML document.</summary>
       <returns>The depth of the current node in the XML document.</returns>
     </member>
-    <member name="P:System.Xml.XmlNodeReader.EOF">
+    <member name="P:System.Xml.XmlTextReader.DtdProcessing">
+      <summary>Gets or sets the <see cref="T:System.Xml.DtdProcessing"></see> enumeration.</summary>
+      <returns>The <see cref="T:System.Xml.DtdProcessing"></see> enumeration.</returns>
+    </member>
+    <member name="P:System.Xml.XmlTextReader.Encoding">
+      <summary>Gets the encoding of the document.</summary>
+      <returns>The encoding value. If no encoding attribute exists, and there is no byte-order mark, this defaults to UTF-8.</returns>
+    </member>
+    <member name="P:System.Xml.XmlTextReader.EntityHandling">
+      <summary>Gets or sets a value that specifies how the reader handles entities.</summary>
+      <returns>One of the <see cref="T:System.Xml.EntityHandling"></see> values. If no <see langword="EntityHandling"></see> is specified, it defaults to <see langword="EntityHandling.ExpandCharEntities"></see>.</returns>
+    </member>
+    <member name="P:System.Xml.XmlTextReader.EOF">
       <summary>Gets a value indicating whether the reader is positioned at the end of the stream.</summary>
-      <returns>true if the reader is positioned at the end of the stream; otherwise, false.</returns>
+      <returns><see langword="true"></see> if the reader is positioned at the end of the stream; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlNodeReader.GetAttribute(System.String)">
+    <member name="M:System.Xml.XmlTextReader.GetAttribute(System.String)">
       <summary>Gets the value of the attribute with the specified name.</summary>
       <param name="name">The qualified name of the attribute.</param>
-      <returns>The value of the specified attribute. If the attribute is not found, null is returned.</returns>
+      <returns>The value of the specified attribute. If the attribute is not found, <see langword="null"></see> is returned.</returns>
     </member>
-    <member name="M:System.Xml.XmlNodeReader.GetAttribute(System.String,System.String)">
+    <member name="M:System.Xml.XmlTextReader.GetAttribute(System.String,System.String)">
       <summary>Gets the value of the attribute with the specified local name and namespace URI.</summary>
-      <param name="name">The local name of the attribute.</param>
+      <param name="localName">The local name of the attribute.</param>
       <param name="namespaceURI">The namespace URI of the attribute.</param>
-      <returns>The value of the specified attribute. If the attribute is not found, null is returned.</returns>
+      <returns>The value of the specified attribute. If the attribute is not found, <see langword="null"></see> is returned. This method does not move the reader.</returns>
     </member>
-    <member name="M:System.Xml.XmlNodeReader.GetAttribute(System.Int32)">
+    <member name="M:System.Xml.XmlTextReader.GetAttribute(System.Int32)">
       <summary>Gets the value of the attribute with the specified index.</summary>
-      <param name="attributeIndex">The index of the attribute. The index is zero-based. (The first attribute has index 0.)</param>
+      <param name="i">The index of the attribute. The index is zero-based. (The first attribute has index 0.)</param>
       <returns>The value of the specified attribute.</returns>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="i">i</paramref> parameter is less than 0 or greater than or equal to <see cref="System.Xml.XmlNodeReader.AttributeCount"></see>.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="i">i</paramref> parameter is less than 0 or greater than or equal to <see cref="System.Xml.XmlTextReader.AttributeCount"></see>.</exception>
     </member>
-    <member name="P:System.Xml.XmlNodeReader.HasAttributes">
-      <summary>Gets a value indicating whether the current node has any attributes.</summary>
-      <returns>true if the current node has attributes; otherwise, false.</returns>
+    <member name="M:System.Xml.XmlTextReader.GetNamespacesInScope(System.Xml.XmlNamespaceScope)">
+      <summary>Gets a collection that contains all namespaces currently in-scope.</summary>
+      <param name="scope">An <see cref="T:System.Xml.XmlNamespaceScope"></see> value that specifies the type of namespace nodes to return.</param>
+      <returns>An <see cref="T:System.Collections.IDictionary"></see> object that contains all the current in-scope namespaces. If the reader is not positioned on an element, an empty dictionary (no namespaces) is returned.</returns>
     </member>
-    <member name="P:System.Xml.XmlNodeReader.HasValue">
-      <summary>Gets a value indicating whether the current node can have a <see cref="P:System.Xml.XmlNodeReader.Value"></see>.</summary>
-      <returns>true if the node on which the reader is currently positioned can have a Value; otherwise, false.</returns>
+    <member name="M:System.Xml.XmlTextReader.GetRemainder">
+      <summary>Gets the remainder of the buffered XML.</summary>
+      <returns>A <see cref="T:System.IO.TextReader"></see> containing the remainder of the buffered XML.</returns>
     </member>
-    <member name="P:System.Xml.XmlNodeReader.IsDefault">
-      <summary>Gets a value indicating whether the current node is an attribute that was generated from the default value defined in the document type definition (DTD) or schema.</summary>
-      <returns>true if the current node is an attribute whose value was generated from the default value defined in the DTD or schema; false if the attribute value was explicitly set.</returns>
+    <member name="M:System.Xml.XmlTextReader.HasLineInfo">
+      <summary>Gets a value indicating whether the class can return line information.</summary>
+      <returns><see langword="true"></see> if the class can return line information; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XmlNodeReader.IsEmptyElement">
+    <member name="P:System.Xml.XmlTextReader.HasValue">
+      <summary>Gets a value indicating whether the current node can have a <see cref="P:System.Xml.XmlTextReader.Value"></see> other than <see langword="String.Empty"></see>.</summary>
+      <returns><see langword="true"></see> if the node on which the reader is currently positioned can have a <see langword="Value"></see>; otherwise, <see langword="false"></see>.</returns>
+    </member>
+    <member name="P:System.Xml.XmlTextReader.IsDefault">
+      <summary>Gets a value indicating whether the current node is an attribute that was generated from the default value defined in the DTD or schema.</summary>
+      <returns>This property always returns <see langword="false"></see>. (<see cref="T:System.Xml.XmlTextReader"></see> does not expand default attributes.)</returns>
+    </member>
+    <member name="P:System.Xml.XmlTextReader.IsEmptyElement">
       <summary>Gets a value indicating whether the current node is an empty element (for example, &amp;lt;MyElement/&amp;gt;).</summary>
-      <returns>true if the current node is an element (<see cref="System.Xml.XmlNodeReader.NodeType"></see> equals XmlNodeType.Element) and it ends with /&amp;gt;; otherwise, false.</returns>
+      <returns><see langword="true"></see> if the current node is an element (<see cref="P:System.Xml.XmlTextReader.NodeType"></see> equals <see langword="XmlNodeType.Element"></see>) that ends with /&amp;gt;; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XmlNodeReader.LocalName">
+    <member name="P:System.Xml.XmlTextReader.LineNumber">
+      <summary>Gets the current line number.</summary>
+      <returns>The current line number.</returns>
+    </member>
+    <member name="P:System.Xml.XmlTextReader.LinePosition">
+      <summary>Gets the current line position.</summary>
+      <returns>The current line position.</returns>
+    </member>
+    <member name="P:System.Xml.XmlTextReader.LocalName">
       <summary>Gets the local name of the current node.</summary>
-      <returns>The name of the current node with the prefix removed. For example, LocalName is book for the element &amp;lt;bk:book&amp;gt;.  
- For node types that do not have a name (like Text, Comment, and so on), this property returns String.Empty.</returns>
+      <returns>The name of the current node with the prefix removed. For example, <see langword="LocalName"></see> is <see langword="book"></see> for the element &amp;lt;bk:book&amp;gt;.  
+ For node types that do not have a name (like <see langword="Text"></see>, <see langword="Comment"></see>, and so on), this property returns <see langword="String.Empty"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlNodeReader.LookupNamespace(System.String)">
+    <member name="M:System.Xml.XmlTextReader.LookupNamespace(System.String)">
       <summary>Resolves a namespace prefix in the current element&amp;#39;s scope.</summary>
       <param name="prefix">The prefix whose namespace URI you want to resolve. To match the default namespace, pass an empty string. This string does not have to be atomized.</param>
-      <returns>The namespace URI to which the prefix maps or null if no matching prefix is found.</returns>
+      <returns>The namespace URI to which the prefix maps or <see langword="null"></see> if no matching prefix is found.</returns>
+      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.XmlTextReader.Namespaces"></see> property is set to <see langword="true"></see> and the <paramref name="prefix">prefix</paramref> value is <see langword="null"></see>.</exception>
     </member>
-    <member name="M:System.Xml.XmlNodeReader.MoveToAttribute(System.Int32)">
+    <member name="M:System.Xml.XmlTextReader.MoveToAttribute(System.Int32)">
       <summary>Moves to the attribute with the specified index.</summary>
-      <param name="attributeIndex">The index of the attribute.</param>
+      <param name="i">The index of the attribute.</param>
       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="i">i</paramref> parameter is less than 0 or greater than or equal to <see cref="System.Xml.XmlReader.AttributeCount"></see>.</exception>
     </member>
-    <member name="M:System.Xml.XmlNodeReader.MoveToAttribute(System.String)">
+    <member name="M:System.Xml.XmlTextReader.MoveToAttribute(System.String)">
       <summary>Moves to the attribute with the specified name.</summary>
       <param name="name">The qualified name of the attribute.</param>
-      <returns>true if the attribute is found; otherwise, false. If false, the reader&amp;#39;s position does not change.</returns>
+      <returns><see langword="true"></see> if the attribute is found; otherwise, <see langword="false"></see>. If <see langword="false"></see>, the reader&amp;#39;s position does not change.</returns>
     </member>
-    <member name="M:System.Xml.XmlNodeReader.MoveToAttribute(System.String,System.String)">
+    <member name="M:System.Xml.XmlTextReader.MoveToAttribute(System.String,System.String)">
       <summary>Moves to the attribute with the specified local name and namespace URI.</summary>
-      <param name="name">The local name of the attribute.</param>
+      <param name="localName">The local name of the attribute.</param>
       <param name="namespaceURI">The namespace URI of the attribute.</param>
-      <returns>true if the attribute is found; otherwise, false. If false, the reader&amp;#39;s position does not change.</returns>
+      <returns><see langword="true"></see> if the attribute is found; otherwise, <see langword="false"></see>. If <see langword="false"></see>, the reader&amp;#39;s position does not change.</returns>
     </member>
-    <member name="M:System.Xml.XmlNodeReader.MoveToElement">
+    <member name="M:System.Xml.XmlTextReader.MoveToElement">
       <summary>Moves to the element that contains the current attribute node.</summary>
-      <returns>true if the reader is positioned on an attribute (the reader moves to the element that owns the attribute); false if the reader is not positioned on an attribute (the position of the reader does not change).</returns>
+      <returns><see langword="true"></see> if the reader is positioned on an attribute (the reader moves to the element that owns the attribute); <see langword="false"></see> if the reader is not positioned on an attribute (the position of the reader does not change).</returns>
     </member>
-    <member name="M:System.Xml.XmlNodeReader.MoveToFirstAttribute">
+    <member name="M:System.Xml.XmlTextReader.MoveToFirstAttribute">
       <summary>Moves to the first attribute.</summary>
-      <returns>true if an attribute exists (the reader moves to the first attribute); otherwise, false (the position of the reader does not change).</returns>
+      <returns><see langword="true"></see> if an attribute exists (the reader moves to the first attribute); otherwise, <see langword="false"></see> (the position of the reader does not change).</returns>
     </member>
-    <member name="M:System.Xml.XmlNodeReader.MoveToNextAttribute">
+    <member name="M:System.Xml.XmlTextReader.MoveToNextAttribute">
       <summary>Moves to the next attribute.</summary>
-      <returns>true if there is a next attribute; false if there are no more attributes.</returns>
+      <returns><see langword="true"></see> if there is a next attribute; <see langword="false"></see> if there are no more attributes.</returns>
     </member>
-    <member name="P:System.Xml.XmlNodeReader.Name">
+    <member name="P:System.Xml.XmlTextReader.Name">
       <summary>Gets the qualified name of the current node.</summary>
-      <returns>The qualified name of the current node. For example, Name is bk:book for the element &amp;lt;bk:book&amp;gt;.  
- The name returned is dependent on the <see cref="System.Xml.XmlNodeReader.NodeType"></see> of the node. The following node types return the listed values. All other node types return an empty string.  
+      <returns>The qualified name of the current node. For example, <see langword="Name"></see> is <see langword="bk:book"></see> for the element &amp;lt;bk:book&amp;gt;.  
+ The name returned is dependent on the <see cref="P:System.Xml.XmlTextReader.NodeType"></see> of the node. The following node types return the listed values. All other node types return an empty string.  
   Node Type  
 
   Name  
 
Attribute The name of the attribute.  
<see langword="Attribute"></see> The name of the attribute.  
 
DocumentType The document type name.  
<see langword="DocumentType"></see> The document type name.  
 
Element The tag name.  
<see langword="Element"></see> The tag name.  
 
EntityReference The name of the entity referenced.  
<see langword="EntityReference"></see> The name of the entity referenced.  
 
ProcessingInstruction The target of the processing instruction.  
<see langword="ProcessingInstruction"></see> The target of the processing instruction.  
 
XmlDeclaration The literal string xml.  
<see langword="XmlDeclaration"></see> The literal string <see langword="xml"></see>.  
 
  </returns>
     </member>
-    <member name="P:System.Xml.XmlNodeReader.NamespaceURI">
+    <member name="P:System.Xml.XmlTextReader.Namespaces">
+      <summary>Gets or sets a value indicating whether to do namespace support.</summary>
+      <returns><see langword="true"></see> to do namespace support; otherwise, <see langword="false"></see>. The default is <see langword="true"></see>.</returns>
+      <exception cref="T:System.InvalidOperationException">Setting this property after a read operation has occurred (<see cref="System.Xml.XmlTextReader.ReadState"></see> is not <see langword="ReadState.Initial"></see>).</exception>
+    </member>
+    <member name="P:System.Xml.XmlTextReader.NamespaceURI">
       <summary>Gets the namespace URI (as defined in the W3C Namespace specification) of the node on which the reader is positioned.</summary>
       <returns>The namespace URI of the current node; otherwise an empty string.</returns>
     </member>
-    <member name="P:System.Xml.XmlNodeReader.NameTable">
+    <member name="P:System.Xml.XmlTextReader.NameTable">
       <summary>Gets the <see cref="T:System.Xml.XmlNameTable"></see> associated with this implementation.</summary>
-      <returns>The XmlNameTable enabling you to get the atomized version of a string within the node.</returns>
+      <returns>The <see langword="XmlNameTable"></see> enabling you to get the atomized version of a string within the node.</returns>
     </member>
-    <member name="P:System.Xml.XmlNodeReader.NodeType">
+    <member name="P:System.Xml.XmlTextReader.NodeType">
       <summary>Gets the type of the current node.</summary>
-      <returns>One of the <see cref="System.Xml.XmlNodeType"></see> values representing the type of the current node.</returns>
+      <returns>One of the <see cref="T:System.Xml.XmlNodeType"></see> values representing the type of the current node.</returns>
     </member>
-    <member name="P:System.Xml.XmlNodeReader.Prefix">
+    <member name="P:System.Xml.XmlTextReader.Normalization">
+      <summary>Gets or sets a value indicating whether to normalize white space and attribute values.</summary>
+      <returns><see langword="true"></see> to normalize; otherwise, <see langword="false"></see>. The default is <see langword="false"></see>.</returns>
+      <exception cref="T:System.InvalidOperationException">Setting this property when the reader is closed (<see cref="System.Xml.XmlTextReader.ReadState"></see> is <see langword="ReadState.Closed"></see>).</exception>
+    </member>
+    <member name="P:System.Xml.XmlTextReader.Prefix">
       <summary>Gets the namespace prefix associated with the current node.</summary>
       <returns>The namespace prefix associated with the current node.</returns>
     </member>
-    <member name="M:System.Xml.XmlNodeReader.Read">
+    <member name="P:System.Xml.XmlTextReader.ProhibitDtd">
+      <summary>Gets or sets a value indicating whether to allow DTD processing. This property is obsolete. Use <see cref="P:System.Xml.XmlTextReader.DtdProcessing"></see> instead.</summary>
+      <returns><see langword="true"></see> to disallow DTD processing; otherwise <see langword="false"></see>. The default is <see langword="false"></see>.</returns>
+    </member>
+    <member name="P:System.Xml.XmlTextReader.QuoteChar">
+      <summary>Gets the quotation mark character used to enclose the value of an attribute node.</summary>
+      <returns>The quotation mark character (&amp;quot; or &amp;#39;) used to enclose the value of an attribute node.</returns>
+    </member>
+    <member name="M:System.Xml.XmlTextReader.Read">
       <summary>Reads the next node from the stream.</summary>
-      <returns>true if the next node was read successfully; false if there are no more nodes to read.</returns>
+      <returns><see langword="true"></see> if the next node was read successfully; <see langword="false"></see> if there are no more nodes to read.</returns>
+      <exception cref="T:System.Xml.XmlException">An error occurred while parsing the XML.</exception>
     </member>
-    <member name="M:System.Xml.XmlNodeReader.ReadAttributeValue">
-      <summary>Parses the attribute value into one or more Text, EntityReference, or EndEntity nodes.</summary>
-      <returns>true if there are nodes to return.  
false if the reader is not positioned on an attribute node when the initial call is made or if all the attribute values have been read.  
- An empty attribute, such as, misc=&amp;quot;&amp;quot;, returns true with a single node with a value of String.Empty.</returns>
+    <member name="M:System.Xml.XmlTextReader.ReadAttributeValue">
+      <summary>Parses the attribute value into one or more <see langword="Text"></see>, <see langword="EntityReference"></see>, or <see langword="EndEntity"></see> nodes.</summary>
+      <returns><see langword="true"></see> if there are nodes to return.  
<see langword="false"></see> if the reader is not positioned on an attribute node when the initial call is made or if all the attribute values have been read.  
+ An empty attribute, such as, misc=&amp;quot;&amp;quot;, returns <see langword="true"></see> with a single node with a value of <see langword="String.Empty"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlNodeReader.ReadContentAsBase64(System.Byte[],System.Int32,System.Int32)">
-      <summary>Reads the content and returns the Base64 decoded binary bytes.</summary>
-      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be null.</param>
+    <member name="M:System.Xml.XmlTextReader.ReadBase64(System.Byte[],System.Int32,System.Int32)">
+      <summary>Decodes Base64 and returns the decoded binary bytes.</summary>
+      <param name="array">The array of characters that serves as the buffer to which the text contents are written.</param>
+      <param name="offset">The zero-based index into the array specifying where the method can begin to write to the buffer.</param>
+      <param name="len">The number of bytes to write into the buffer.</param>
+      <returns>The number of bytes written to the buffer.</returns>
+      <exception cref="T:System.Xml.XmlException">The Base64 sequence is not valid.</exception>
+      <exception cref="T:System.ArgumentNullException">The value of <paramref name="array">array</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="offset">offset</paramref> &amp;lt; 0, or <paramref name="len">len</paramref> &amp;lt; 0, or <paramref name="len">len</paramref> &amp;gt; <paramref name="array">array</paramref>.Length- <paramref name="offset">offset</paramref>.</exception>
+    </member>
+    <member name="M:System.Xml.XmlTextReader.ReadBinHex(System.Byte[],System.Int32,System.Int32)">
+      <summary>Decodes <see langword="BinHex"></see> and returns the decoded binary bytes.</summary>
+      <param name="array">The byte array that serves as the buffer to which the decoded binary bytes are written.</param>
+      <param name="offset">The zero-based index into the array specifying where the method can begin to write to the buffer.</param>
+      <param name="len">The number of bytes to write into the buffer.</param>
+      <returns>The number of bytes written to your buffer.</returns>
+      <exception cref="T:System.Xml.XmlException">The <see langword="BinHex"></see> sequence is not valid.</exception>
+      <exception cref="T:System.ArgumentNullException">The value of <paramref name="array">array</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="offset">offset</paramref> &amp;lt; 0, or <paramref name="len">len</paramref> &amp;lt; 0, or <paramref name="len">len</paramref> &amp;gt; <paramref name="array">array</paramref>.Length- <paramref name="offset">offset</paramref>.</exception>
+    </member>
+    <member name="M:System.Xml.XmlTextReader.ReadChars(System.Char[],System.Int32,System.Int32)">
+      <summary>Reads the text contents of an element into a character buffer. This method is designed to read large streams of embedded text by calling it successively.</summary>
+      <param name="buffer">The array of characters that serves as the buffer to which the text contents are written.</param>
+      <param name="index">The position within buffer where the method can begin writing text contents.</param>
+      <param name="count">The number of characters to write into buffer.</param>
+      <returns>The number of characters read. This can be <see langword="0"></see> if the reader is not positioned on an element or if there is no more text content to return in the current context.</returns>
+      <exception cref="T:System.ArgumentException"><paramref name="count">count</paramref> is greater than the space specified in the <paramref name="buffer">buffer</paramref> (buffer size - <paramref name="index">index</paramref>).</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer">buffer</paramref> value is <see langword="null"></see>.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index">index</paramref>
+    <see langword="&amp;lt; 0"></see> or <paramref name="count">count</paramref><see langword="&amp;lt; 0"></see>.</exception>
+    </member>
+    <member name="M:System.Xml.XmlTextReader.ReadContentAsBase64(System.Byte[],System.Int32,System.Int32)">
+      <summary>Reads the content and returns the <see langword="Base64"></see> decoded binary bytes.</summary>
+      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be <see langword="null"></see>.</param>
       <param name="index">The offset into the buffer where to start copying the result.</param>
       <param name="count">The maximum number of bytes to copy into the buffer. The actual number of bytes copied is returned from this method.</param>
       <returns>The number of bytes written to the buffer.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer">buffer</paramref> value is null.</exception>
-      <exception cref="T:System.InvalidOperationException"><see cref="System.Xml.XmlNodeReader.ReadContentAsBase64(System.Byte[],System.Int32,System.Int32)"></see> is not supported on the current node.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer">buffer</paramref> value is <see langword="null"></see>.</exception>
+      <exception cref="T:System.InvalidOperationException"><see cref="System.Xml.XmlTextReader.ReadContentAsBase64(System.Byte[],System.Int32,System.Int32)"></see> is not supported in the current node.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The index into the buffer or index + count is larger than the allocated buffer size.</exception>
     </member>
-    <member name="M:System.Xml.XmlNodeReader.ReadContentAsBinHex(System.Byte[],System.Int32,System.Int32)">
-      <summary>Reads the content and returns the BinHex decoded binary bytes.</summary>
-      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be null.</param>
+    <member name="M:System.Xml.XmlTextReader.ReadContentAsBinHex(System.Byte[],System.Int32,System.Int32)">
+      <summary>Reads the content and returns the <see langword="BinHex"></see> decoded binary bytes.</summary>
+      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be <see langword="null"></see>.</param>
       <param name="index">The offset into the buffer where to start copying the result.</param>
       <param name="count">The maximum number of bytes to copy into the buffer. The actual number of bytes copied is returned from this method.</param>
       <returns>The number of bytes written to the buffer.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer">buffer</paramref> value is null.</exception>
-      <exception cref="T:System.InvalidOperationException"><see cref="System.Xml.XmlNodeReader.ReadContentAsBinHex(System.Byte[],System.Int32,System.Int32)"></see> is not supported on the current node.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer">buffer</paramref> value is <see langword="null"></see>.</exception>
+      <exception cref="T:System.InvalidOperationException"><see cref="System.Xml.XmlTextReader.ReadContentAsBinHex(System.Byte[],System.Int32,System.Int32)"></see> is not supported on the current node.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The index into the buffer or index + count is larger than the allocated buffer size.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XmlTextReader"></see> implementation does not support this method.</exception>
     </member>
-    <member name="M:System.Xml.XmlNodeReader.ReadElementContentAsBase64(System.Byte[],System.Int32,System.Int32)">
+    <member name="M:System.Xml.XmlTextReader.ReadElementContentAsBase64(System.Byte[],System.Int32,System.Int32)">
       <summary>Reads the element and decodes the Base64 content.</summary>
-      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be null.</param>
+      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be <see langword="null"></see>.</param>
       <param name="index">The offset into the buffer where to start copying the result.</param>
       <param name="count">The maximum number of bytes to copy into the buffer. The actual number of bytes copied is returned from this method.</param>
       <returns>The number of bytes written to the buffer.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer">buffer</paramref> value is null.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer">buffer</paramref> value is <see langword="null"></see>.</exception>
       <exception cref="T:System.InvalidOperationException">The current node is not an element node.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The index into the buffer or index + count is larger than the allocated buffer size.</exception>
-      <exception cref="T:System.Xml.XmlException">The element contains mixed content.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XmlTextReader"></see> implementation does not support this method.</exception>
+      <exception cref="T:System.Xml.XmlException">The element contains mixed-content.</exception>
       <exception cref="T:System.FormatException">The content cannot be converted to the requested type.</exception>
     </member>
-    <member name="M:System.Xml.XmlNodeReader.ReadElementContentAsBinHex(System.Byte[],System.Int32,System.Int32)">
-      <summary>Reads the element and decodes the BinHex content.</summary>
-      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be null.</param>
+    <member name="M:System.Xml.XmlTextReader.ReadElementContentAsBinHex(System.Byte[],System.Int32,System.Int32)">
+      <summary>Reads the element and decodes the <see langword="BinHex"></see> content.</summary>
+      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be <see langword="null"></see>.</param>
       <param name="index">The offset into the buffer where to start copying the result.</param>
       <param name="count">The maximum number of bytes to copy into the buffer. The actual number of bytes copied is returned from this method.</param>
       <returns>The number of bytes written to the buffer.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer">buffer</paramref> value is null.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer">buffer</paramref> value is <see langword="null"></see>.</exception>
       <exception cref="T:System.InvalidOperationException">The current node is not an element node.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The index into the buffer or index + count is larger than the allocated buffer size.</exception>
-      <exception cref="T:System.Xml.XmlException">The element contains mixed content.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XmlReader"></see> implementation does not support this method.</exception>
+      <exception cref="T:System.Xml.XmlException">The element contains mixed-content.</exception>
       <exception cref="T:System.FormatException">The content cannot be converted to the requested type.</exception>
     </member>
-    <member name="P:System.Xml.XmlNodeReader.ReadState">
+    <member name="P:System.Xml.XmlTextReader.ReadState">
       <summary>Gets the state of the reader.</summary>
-      <returns>One of the <see cref="System.Xml.ReadState"></see> values.</returns>
+      <returns>One of the <see cref="T:System.Xml.ReadState"></see> values.</returns>
     </member>
-    <member name="M:System.Xml.XmlNodeReader.ReadString">
-      <summary>Reads the contents of an element or text node as a string.</summary>
-      <returns>The contents of the element or text-like node (This can include CDATA, Text nodes, and so on). This can be an empty string if the reader is positioned on something other than an element or text node, or if there is no more text content to return in the current context.  
- Note: The text node can be either an element or an attribute text node.</returns>
+    <member name="M:System.Xml.XmlTextReader.ReadString">
+      <summary>Reads the contents of an element or a text node as a string.</summary>
+      <returns>The contents of the element or text node. This can be an empty string if the reader is positioned on something other than an element or text node, or if there is no more text content to return in the current context.  
+ <see langword="Note:"></see> The text node can be either an element or an attribute text node.</returns>
+      <exception cref="T:System.Xml.XmlException">An error occurred while parsing the XML.</exception>
+      <exception cref="T:System.InvalidOperationException">An invalid operation was attempted.</exception>
     </member>
-    <member name="M:System.Xml.XmlNodeReader.ResolveEntity">
-      <summary>Resolves the entity reference for EntityReference nodes.</summary>
-      <exception cref="T:System.InvalidOperationException">The reader is not positioned on an EntityReference node.</exception>
+    <member name="M:System.Xml.XmlTextReader.ResetState">
+      <summary>Resets the state of the reader to ReadState.Initial.</summary>
+      <exception cref="T:System.InvalidOperationException">Calling <see langword="ResetState"></see> if the reader was constructed using an <see cref="System.Xml.XmlParserContext"></see>.</exception>
+      <exception cref="T:System.Xml.XmlException">Documents in a single stream do not share the same encoding.</exception>
     </member>
-    <member name="P:System.Xml.XmlNodeReader.SchemaInfo">
-      <summary>Gets the schema information that has been assigned to the current node.</summary>
-      <returns>An <see cref="System.Xml.Schema.IXmlSchemaInfo"></see> object containing the schema information for the current node.</returns>
+    <member name="M:System.Xml.XmlTextReader.ResolveEntity">
+      <summary>Resolves the entity reference for <see langword="EntityReference"></see> nodes.</summary>
     </member>
-    <member name="M:System.Xml.XmlNodeReader.Skip">
+    <member name="M:System.Xml.XmlTextReader.Skip">
       <summary>Skips the children of the current node.</summary>
     </member>
-    <member name="P:System.Xml.XmlNodeReader.Value">
+    <member name="P:System.Xml.XmlTextReader.Value">
       <summary>Gets the text value of the current node.</summary>
-      <returns>The value returned depends on the <see cref="System.Xml.XmlNodeReader.NodeType"></see> of the node. The following table lists node types that have a value to return. All other node types return String.Empty.  
+      <returns>The value returned depends on the <see cref="P:System.Xml.XmlTextReader.NodeType"></see> of the node. The following table lists node types that have a value to return. All other node types return <see langword="String.Empty"></see>.  
   Node Type  
 
   Value  
 
Attribute The value of the attribute.  
<see langword="Attribute"></see> The value of the attribute.  
 
CDATA The content of the CDATA section.  
<see langword="CDATA"></see> The content of the CDATA section.  
 
Comment The content of the comment.  
<see langword="Comment"></see> The content of the comment.  
 
DocumentType The internal subset.  
<see langword="DocumentType"></see> The internal subset.  
 
ProcessingInstruction The entire content, excluding the target.  
<see langword="ProcessingInstruction"></see> The entire content, excluding the target.  
 
SignificantWhitespace The white space between markup in a mixed content model.  
<see langword="SignificantWhitespace"></see> The white space within an <see langword="xml:space"></see>= &amp;#39;preserve&amp;#39; scope.  
 
Text The content of the text node.  
<see langword="Text"></see> The content of the text node.  
 
Whitespace The white space between markup.  
<see langword="Whitespace"></see> The white space between markup.  
 
XmlDeclaration The content of the declaration.  
<see langword="XmlDeclaration"></see> The content of the declaration.  
 
  </returns>
     </member>
-    <member name="P:System.Xml.XmlNodeReader.XmlLang">
-      <summary>Gets the current xml:lang scope.</summary>
-      <returns>The current xml:lang scope.</returns>
+    <member name="P:System.Xml.XmlTextReader.WhitespaceHandling">
+      <summary>Gets or sets a value that specifies how white space is handled.</summary>
+      <returns>One of the <see cref="T:System.Xml.WhitespaceHandling"></see> values. The default is <see langword="WhitespaceHandling.All"></see> (returns <see langword="Whitespace"></see> and <see langword="SignificantWhitespace"></see> nodes).</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">Invalid value specified.</exception>
+      <exception cref="T:System.InvalidOperationException">Setting this property when the reader is closed (<see cref="System.Xml.XmlTextReader.ReadState"></see> is <see langword="ReadState.Closed"></see>).</exception>
     </member>
-    <member name="P:System.Xml.XmlNodeReader.XmlSpace">
-      <summary>Gets the current xml:space scope.</summary>
-      <returns>One of the <see cref="System.Xml.XmlSpace"></see> values. If no xml:space scope exists, this property defaults to XmlSpace.None.</returns>
+    <member name="P:System.Xml.XmlTextReader.XmlLang">
+      <summary>Gets the current <see langword="xml:lang"></see> scope.</summary>
+      <returns>The current <see langword="xml:lang"></see> scope.</returns>
     </member>
-    <member name="M:System.Xml.XmlNodeReader.System#Xml#IXmlNamespaceResolver#GetNamespacesInScope(System.Xml.XmlNamespaceScope)">
+    <member name="P:System.Xml.XmlTextReader.XmlResolver">
+      <summary>Sets the <see cref="T:System.Xml.XmlResolver"></see> used for resolving DTD references.</summary>
+      <returns>The <see langword="XmlResolver"></see> to use. If set to <see langword="null"></see>, external resources are not resolved.  
+ In version 1.1 of the .NET Framework, the caller must be fully trusted in order to specify an <see langword="XmlResolver"></see>.</returns>
+    </member>
+    <member name="P:System.Xml.XmlTextReader.XmlSpace">
+      <summary>Gets the current <see langword="xml:space"></see> scope.</summary>
+      <returns>One of the <see cref="T:System.Xml.XmlSpace"></see> values. If no <see langword="xml:space"></see> scope exists, this property defaults to <see langword="XmlSpace.None"></see>.</returns>
+    </member>
+    <member name="M:System.Xml.XmlTextReader.System#Xml#IXmlNamespaceResolver#GetNamespacesInScope(System.Xml.XmlNamespaceScope)">
       <summary>For a description of this member, see <see cref="M:System.Xml.IXmlNamespaceResolver.GetNamespacesInScope(System.Xml.XmlNamespaceScope)"></see>.</summary>
-      <param name="scope"><see cref="T:System.Xml.XmlNamespaceScope"></see> object.</param>
-      <returns><see cref="System.Collections.IDictionary"></see> object that contains the namespaces that are in scope.</returns>
+      <param name="scope">An <see cref="T:System.Xml.XmlNamespaceScope"></see> value that specifies the type of namespace nodes to return.</param>
+      <returns>An <see cref="T:System.Collections.IDictionary"></see> that contains the current in-scope namespaces.</returns>
     </member>
-    <member name="M:System.Xml.XmlNodeReader.System#Xml#IXmlNamespaceResolver#LookupNamespace(System.String)">
+    <member name="M:System.Xml.XmlTextReader.System#Xml#IXmlNamespaceResolver#LookupNamespace(System.String)">
       <summary>For a description of this member, see <see cref="M:System.Xml.IXmlNamespaceResolver.LookupNamespace(System.String)"></see>.</summary>
-      <param name="prefix"><see cref="T:System.String"></see> that contains the namespace prefix.</param>
-      <returns><see cref="System.String"></see> that contains the namespace name.</returns>
+      <param name="prefix">The prefix whose namespace URI you wish to find.</param>
+      <returns>The namespace URI that is mapped to the prefix; <see langword="null"></see> if the prefix is not mapped to a namespace URI.</returns>
     </member>
-    <member name="M:System.Xml.XmlNodeReader.System#Xml#IXmlNamespaceResolver#LookupPrefix(System.String)">
+    <member name="M:System.Xml.XmlTextReader.System#Xml#IXmlNamespaceResolver#LookupPrefix(System.String)">
       <summary>For a description of this member, see <see cref="M:System.Xml.IXmlNamespaceResolver.LookupPrefix(System.String)"></see>.</summary>
-      <param name="namespaceName"><see cref="T:System.String"></see> object that identifies the namespace.</param>
-      <returns><see cref="System.String"></see> object that contains the namespace prefix.</returns>
-    </member>
-    <member name="T:System.Xml.XmlNodeType">
-      <summary>Specifies the type of node.</summary>
-    </member>
-    <member name="F:System.Xml.XmlNodeType.Attribute">
-      <summary>An attribute (for example, id=&amp;#39;123&amp;#39; ).</summary>
-      <returns></returns>
-    </member>
-    <member name="F:System.Xml.XmlNodeType.CDATA">
-      <summary>A CDATA section (for example, &amp;lt;![CDATA[my escaped text]]&amp;gt; ).</summary>
-      <returns></returns>
-    </member>
-    <member name="F:System.Xml.XmlNodeType.Comment">
-      <summary>A comment (for example, &amp;lt;!-- my comment --&amp;gt; ).</summary>
-      <returns></returns>
-    </member>
-    <member name="F:System.Xml.XmlNodeType.Document">
-      <summary>A document object that, as the root of the document tree, provides access to the entire XML document.</summary>
-      <returns></returns>
-    </member>
-    <member name="F:System.Xml.XmlNodeType.DocumentFragment">
-      <summary>A document fragment.</summary>
-      <returns></returns>
-    </member>
-    <member name="F:System.Xml.XmlNodeType.DocumentType">
-      <summary>The document type declaration, indicated by the following tag (for example, &amp;lt;!DOCTYPE...&amp;gt; ).</summary>
-      <returns></returns>
-    </member>
-    <member name="F:System.Xml.XmlNodeType.Element">
-      <summary>An element (for example, &amp;lt;item&amp;gt; ).</summary>
-      <returns></returns>
-    </member>
-    <member name="F:System.Xml.XmlNodeType.EndElement">
-      <summary>An end element tag (for example, &amp;lt;/item&amp;gt; ).</summary>
-      <returns></returns>
-    </member>
-    <member name="F:System.Xml.XmlNodeType.EndEntity">
-      <summary>Returned when XmlReader gets to the end of the entity replacement as a result of a call to <see cref="M:System.Xml.XmlReader.ResolveEntity"></see>.</summary>
-      <returns></returns>
-    </member>
-    <member name="F:System.Xml.XmlNodeType.Entity">
-      <summary>An entity declaration (for example, &amp;lt;!ENTITY...&amp;gt; ).</summary>
-      <returns></returns>
-    </member>
-    <member name="F:System.Xml.XmlNodeType.EntityReference">
-      <summary>A reference to an entity (for example, &amp;amp;num; ).</summary>
-      <returns></returns>
-    </member>
-    <member name="F:System.Xml.XmlNodeType.None">
-      <summary>This is returned by the <see cref="T:System.Xml.XmlReader"></see> if a Read method has not been called.</summary>
-      <returns></returns>
-    </member>
-    <member name="F:System.Xml.XmlNodeType.Notation">
-      <summary>A notation in the document type declaration (for example, &amp;lt;!NOTATION...&amp;gt; ).</summary>
-      <returns></returns>
-    </member>
-    <member name="F:System.Xml.XmlNodeType.ProcessingInstruction">
-      <summary>A processing instruction (for example, &amp;lt;?pi test?&amp;gt; ).</summary>
-      <returns></returns>
-    </member>
-    <member name="F:System.Xml.XmlNodeType.SignificantWhitespace">
-      <summary>White space between markup in a mixed content model or white space within the xml:space=&amp;quot;preserve&amp;quot; scope.</summary>
-      <returns></returns>
-    </member>
-    <member name="F:System.Xml.XmlNodeType.Text">
-      <summary>The text content of a node.</summary>
-      <returns></returns>
-    </member>
-    <member name="F:System.Xml.XmlNodeType.Whitespace">
-      <summary>White space between markup.</summary>
-      <returns></returns>
-    </member>
-    <member name="F:System.Xml.XmlNodeType.XmlDeclaration">
-      <summary>The XML declaration (for example, &amp;lt;?xml version=&amp;#39;1.0&amp;#39;?&amp;gt; ).</summary>
-      <returns></returns>
-    </member>
-    <member name="T:System.Xml.XmlNotation">
-      <summary>Represents a notation declaration, such as &amp;lt;!NOTATION... &amp;gt;.</summary>
+      <param name="namespaceName">The namespace URI whose prefix you wish to find.</param>
+      <returns>The prefix that is mapped to the namespace URI; <see langword="null"></see> if the namespace URI is not mapped to a prefix.</returns>
     </member>
-    <member name="M:System.Xml.XmlNotation.CloneNode(System.Boolean)">
-      <summary>Creates a duplicate of this node. Notation nodes cannot be cloned. Calling this method on an <see cref="T:System.Xml.XmlNotation"></see> object throws an exception.</summary>
-      <param name="deep">true to recursively clone the subtree under the specified node; false to clone only the node itself.</param>
-      <returns>Returns a <see cref="System.Xml.XmlNode"></see> copy of the node from which the method is called.</returns>
-      <exception cref="T:System.InvalidOperationException">Notation nodes cannot be cloned. Calling this method on an <see cref="System.Xml.XmlNotation"></see> object throws an exception.</exception>
+    <member name="T:System.Xml.XmlText">
+      <summary>Represents the text content of an element or attribute.</summary>
     </member>
-    <member name="P:System.Xml.XmlNotation.InnerXml">
-      <summary>Gets the markup representing the children of this node.</summary>
-      <returns>For XmlNotation nodes, String.Empty is returned.</returns>
-      <exception cref="T:System.InvalidOperationException">Attempting to set the property.</exception>
+    <member name="M:System.Xml.XmlText.#ctor(System.String,System.Xml.XmlDocument)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlText"></see> class.</summary>
+      <param name="strData">The content of the node; see the <see cref="P:System.Xml.XmlText.Value"></see> property.</param>
+      <param name="doc">The parent XML document.</param>
     </member>
-    <member name="P:System.Xml.XmlNotation.IsReadOnly">
-      <summary>Gets a value indicating whether the node is read-only.</summary>
-      <returns>true if the node is read-only; otherwise false.  
Because XmlNotation nodes are read-only, this property always returns true.</returns>
+    <member name="M:System.Xml.XmlText.CloneNode(System.Boolean)">
+      <summary>Creates a duplicate of this node.</summary>
+      <param name="deep"><see langword="true"></see> to recursively clone the subtree under the specified node; <see langword="false"></see> to clone only the node itself.</param>
     <returns>The cloned node.</returns>
     </member>
-    <member name="P:System.Xml.XmlNotation.LocalName">
-      <summary>Gets the name of the current node without the namespace prefix.</summary>
-      <returns>For XmlNotation nodes, this property returns the name of the notation.</returns>
+    <member name="P:System.Xml.XmlText.LocalName">
+      <summary>Gets the local name of the node.</summary>
+      <returns>For text nodes, this property returns <see langword="#text"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XmlNotation.Name">
-      <summary>Gets the name of the current node.</summary>
-      <returns>The name of the notation.</returns>
+    <member name="P:System.Xml.XmlText.Name">
+      <summary>Gets the qualified name of the node.</summary>
+      <returns>For text nodes, this property returns <see langword="#text"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XmlNotation.NodeType">
+    <member name="P:System.Xml.XmlText.NodeType">
       <summary>Gets the type of the current node.</summary>
-      <returns>The node type. For XmlNotation nodes, the value is XmlNodeType.Notation.</returns>
+      <returns>For text nodes, this value is XmlNodeType.Text.</returns>
     </member>
-    <member name="P:System.Xml.XmlNotation.OuterXml">
-      <summary>Gets the markup representing this node and all its children.</summary>
-      <returns>For XmlNotation nodes, String.Empty is returned.</returns>
+    <member name="P:System.Xml.XmlText.ParentNode">
+      <summary>Gets the parent of this node (for nodes that can have parents).</summary>
+      <returns>The <see langword="XmlNode"></see> that is the parent of the current node. If a node has just been created and not yet added to the tree, or if it has been removed from the tree, the parent is <see langword="null"></see>. For all other nodes, the value returned depends on the <see cref="P:System.Xml.XmlNode.NodeType"></see> of the node. The following table describes the possible return values for the <see langword="ParentNode"></see> property.</returns>
     </member>
-    <member name="P:System.Xml.XmlNotation.PublicId">
-      <summary>Gets the value of the public identifier on the notation declaration.</summary>
-      <returns>The public identifier on the notation. If there is no public identifier, null is returned.</returns>
+    <member name="P:System.Xml.XmlText.PreviousText">
+      <summary>Gets the text node that immediately precedes this node.</summary>
+      <returns>Returns <see cref="T:System.Xml.XmlNode"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XmlNotation.SystemId">
-      <summary>Gets the value of the system identifier on the notation declaration.</summary>
-      <returns>The system identifier on the notation. If there is no system identifier, null is returned.</returns>
+    <member name="M:System.Xml.XmlText.SplitText(System.Int32)">
+      <summary>Splits the node into two nodes at the specified offset, keeping both in the tree as siblings.</summary>
+      <param name="offset">The offset at which to split the node.</param>
+      <returns>The new node.</returns>
     </member>
-    <member name="M:System.Xml.XmlNotation.WriteContentTo(System.Xml.XmlWriter)">
-      <summary>Saves the children of the node to the specified <see cref="T:System.Xml.XmlWriter"></see>. This method has no effect on XmlNotation nodes.</summary>
-      <param name="w">The XmlWriter to which you want to save.</param>
+    <member name="P:System.Xml.XmlText.Value">
+      <summary>Gets or sets the value of the node.</summary>
+      <returns>The content of the text node.</returns>
     </member>
-    <member name="M:System.Xml.XmlNotation.WriteTo(System.Xml.XmlWriter)">
-      <summary>Saves the node to the specified <see cref="T:System.Xml.XmlWriter"></see>. This method has no effect on XmlNotation nodes.</summary>
-      <param name="w">The XmlWriter to which you want to save.</param>
+    <member name="M:System.Xml.XmlText.WriteContentTo(System.Xml.XmlWriter)">
+      <summary>Saves all the children of the node to the specified <see cref="T:System.Xml.XmlWriter"></see>. <see langword="XmlText"></see> nodes do not have children, so this method has no effect.</summary>
+      <param name="w">The <see langword="XmlWriter"></see> to which you want to save.</param>
     </member>
-    <member name="T:System.Xml.XmlOutputMethod">
-      <summary>Specifies the method used to serialize the <see cref="T:System.Xml.XmlWriter"></see> output.</summary>
+    <member name="M:System.Xml.XmlText.WriteTo(System.Xml.XmlWriter)">
+      <summary>Saves the node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
+      <param name="w">The <see langword="XmlWriter"></see> to which you want to save.</param>
     </member>
-    <member name="F:System.Xml.XmlOutputMethod.AutoDetect">
-      <summary>Use the XSLT rules to choose between the <see cref="F:System.Xml.XmlOutputMethod.Xml"></see> and <see cref="F:System.Xml.XmlOutputMethod.Html"></see> output methods at runtime.</summary>
-      <returns></returns>
+    <member name="T:System.Xml.XmlSpace">
+      <summary>Specifies the current <see langword="xml:space"></see> scope.</summary>
     </member>
-    <member name="F:System.Xml.XmlOutputMethod.Html">
-      <summary>Serialize according to the HTML rules specified by XSLT.</summary>
+    <member name="F:System.Xml.XmlSpace.Default">
+      <summary>The <see langword="xml:space"></see> scope equals <see langword="default"></see>.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.XmlOutputMethod.Text">
-      <summary>Serialize text blocks only.</summary>
+    <member name="F:System.Xml.XmlSpace.None">
+      <summary>No <see langword="xml:space"></see> scope.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.XmlOutputMethod.Xml">
-      <summary>Serialize according to the XML 1.0 rules.</summary>
+    <member name="F:System.Xml.XmlSpace.Preserve">
+      <summary>The <see langword="xml:space"></see> scope equals <see langword="preserve"></see>.</summary>
       <returns></returns>
     </member>
-    <member name="T:System.Xml.XmlParserContext">
-      <summary>Provides all the context information required by the <see cref="T:System.Xml.XmlReader"></see> to parse an XML fragment.</summary>
+    <member name="T:System.Xml.XmlSignificantWhitespace">
+      <summary>Represents white space between markup in a mixed content node or white space within an xml:space= &amp;#39;preserve&amp;#39; scope. This is also referred to as significant white space.</summary>
     </member>
-    <member name="M:System.Xml.XmlParserContext.#ctor(System.Xml.XmlNameTable,System.Xml.XmlNamespaceManager,System.String,System.Xml.XmlSpace)">
-      <summary>Initializes a new instance of the XmlParserContext class with the specified <see cref="T:System.Xml.XmlNameTable"></see>, <see cref="T:System.Xml.XmlNamespaceManager"></see>, xml:lang, and xml:space values.</summary>
-      <param name="nt">The <see cref="T:System.Xml.XmlNameTable"></see> to use to atomize strings. If this is null, the name table used to construct the nsMgr is used instead. For more information about atomized strings, see <see cref="T:System.Xml.XmlNameTable"></see>.</param>
-      <param name="nsMgr">The <see cref="T:System.Xml.XmlNamespaceManager"></see> to use for looking up namespace information, or null.</param>
-      <param name="xmlLang">The xml:lang scope.</param>
-      <param name="xmlSpace">An <see cref="T:System.Xml.XmlSpace"></see> value indicating the xml:space scope.</param>
-      <exception cref="T:System.Xml.XmlException"><paramref name="nt">nt</paramref> is not the same XmlNameTable used to construct <paramref name="nsMgr">nsMgr</paramref>.</exception>
+    <member name="M:System.Xml.XmlSignificantWhitespace.#ctor(System.String,System.Xml.XmlDocument)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlSignificantWhitespace"></see> class.</summary>
+      <param name="strData">The white space characters of the node.</param>
+      <param name="doc">The <see cref="T:System.Xml.XmlDocument"></see> object.</param>
     </member>
-    <member name="M:System.Xml.XmlParserContext.#ctor(System.Xml.XmlNameTable,System.Xml.XmlNamespaceManager,System.String,System.Xml.XmlSpace,System.Text.Encoding)">
-      <summary>Initializes a new instance of the XmlParserContext class with the specified <see cref="T:System.Xml.XmlNameTable"></see>, <see cref="T:System.Xml.XmlNamespaceManager"></see>, xml:lang, xml:space, and encoding.</summary>
-      <param name="nt">The <see cref="T:System.Xml.XmlNameTable"></see> to use to atomize strings. If this is null, the name table used to construct the nsMgr is used instead. For more information on atomized strings, see <see cref="T:System.Xml.XmlNameTable"></see>.</param>
-      <param name="nsMgr">The <see cref="T:System.Xml.XmlNamespaceManager"></see> to use for looking up namespace information, or null.</param>
-      <param name="xmlLang">The xml:lang scope.</param>
-      <param name="xmlSpace">An <see cref="T:System.Xml.XmlSpace"></see> value indicating the xml:space scope.</param>
-      <param name="enc">An <see cref="T:System.Text.Encoding"></see> object indicating the encoding setting.</param>
-      <exception cref="T:System.Xml.XmlException"><paramref name="nt">nt</paramref> is not the same XmlNameTable used to construct <paramref name="nsMgr">nsMgr</paramref>.</exception>
+    <member name="M:System.Xml.XmlSignificantWhitespace.CloneNode(System.Boolean)">
+      <summary>Creates a duplicate of this node.</summary>
+      <param name="deep"><see langword="true"></see> to recursively clone the subtree under the specified node; <see langword="false"></see> to clone only the node itself. For significant white space nodes, the cloned node always includes the data value, regardless of the parameter setting.</param>
+      <returns>The cloned node.</returns>
     </member>
-    <member name="M:System.Xml.XmlParserContext.#ctor(System.Xml.XmlNameTable,System.Xml.XmlNamespaceManager,System.String,System.String,System.String,System.String,System.String,System.String,System.Xml.XmlSpace)">
-      <summary>Initializes a new instance of the XmlParserContext class with the specified <see cref="T:System.Xml.XmlNameTable"></see>, <see cref="T:System.Xml.XmlNamespaceManager"></see>, base URI, xml:lang, xml:space, and document type values.</summary>
-      <param name="nt">The <see cref="T:System.Xml.XmlNameTable"></see> to use to atomize strings. If this is null, the name table used to construct the nsMgr is used instead. For more information about atomized strings, see <see cref="T:System.Xml.XmlNameTable"></see>.</param>
-      <param name="nsMgr">The <see cref="T:System.Xml.XmlNamespaceManager"></see> to use for looking up namespace information, or null.</param>
-      <param name="docTypeName">The name of the document type declaration.</param>
-      <param name="pubId">The public identifier.</param>
-      <param name="sysId">The system identifier.</param>
-      <param name="internalSubset">The internal DTD subset. The DTD subset is used for entity resolution, not for document validation.</param>
-      <param name="baseURI">The base URI for the XML fragment (the location from which the fragment was loaded).</param>
-      <param name="xmlLang">The xml:lang scope.</param>
-      <param name="xmlSpace">An <see cref="T:System.Xml.XmlSpace"></see> value indicating the xml:space scope.</param>
-      <exception cref="T:System.Xml.XmlException"><paramref name="nt">nt</paramref> is not the same XmlNameTable used to construct <paramref name="nsMgr">nsMgr</paramref>.</exception>
+    <member name="P:System.Xml.XmlSignificantWhitespace.LocalName">
+      <summary>Gets the local name of the node.</summary>
+      <returns>For <see langword="XmlSignificantWhitespace"></see> nodes, this property returns <see langword="#significant-whitespace"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlParserContext.#ctor(System.Xml.XmlNameTable,System.Xml.XmlNamespaceManager,System.String,System.String,System.String,System.String,System.String,System.String,System.Xml.XmlSpace,System.Text.Encoding)">
-      <summary>Initializes a new instance of the XmlParserContext class with the specified <see cref="T:System.Xml.XmlNameTable"></see>, <see cref="T:System.Xml.XmlNamespaceManager"></see>, base URI, xml:lang, xml:space, encoding, and document type values.</summary>
-      <param name="nt">The <see cref="T:System.Xml.XmlNameTable"></see> to use to atomize strings. If this is null, the name table used to construct the nsMgr is used instead. For more information about atomized strings, see <see cref="T:System.Xml.XmlNameTable"></see>.</param>
-      <param name="nsMgr">The <see cref="T:System.Xml.XmlNamespaceManager"></see> to use for looking up namespace information, or null.</param>
-      <param name="docTypeName">The name of the document type declaration.</param>
-      <param name="pubId">The public identifier.</param>
-      <param name="sysId">The system identifier.</param>
-      <param name="internalSubset">The internal DTD subset. The DTD is used for entity resolution, not for document validation.</param>
-      <param name="baseURI">The base URI for the XML fragment (the location from which the fragment was loaded).</param>
-      <param name="xmlLang">The xml:lang scope.</param>
-      <param name="xmlSpace">An <see cref="T:System.Xml.XmlSpace"></see> value indicating the xml:space scope.</param>
-      <param name="enc">An <see cref="T:System.Text.Encoding"></see> object indicating the encoding setting.</param>
-      <exception cref="T:System.Xml.XmlException"><paramref name="nt">nt</paramref> is not the same XmlNameTable used to construct <paramref name="nsMgr">nsMgr</paramref>.</exception>
+    <member name="P:System.Xml.XmlSignificantWhitespace.Name">
+      <summary>Gets the qualified name of the node.</summary>
+      <returns>For <see langword="XmlSignificantWhitespace"></see> nodes, this property returns <see langword="#significant-whitespace"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XmlParserContext.BaseURI">
-      <summary>Gets or sets the base URI.</summary>
-      <returns>The base URI to use to resolve the DTD file.</returns>
+    <member name="P:System.Xml.XmlSignificantWhitespace.NodeType">
+      <summary>Gets the type of the current node.</summary>
+      <returns>For <see langword="XmlSignificantWhitespace"></see> nodes, this value is XmlNodeType.SignificantWhitespace.</returns>
     </member>
-    <member name="P:System.Xml.XmlParserContext.DocTypeName">
-      <summary>Gets or sets the name of the document type declaration.</summary>
-      <returns>The name of the document type declaration.</returns>
+    <member name="P:System.Xml.XmlSignificantWhitespace.ParentNode">
+      <summary>Gets the parent of the current node.</summary>
+      <returns>The <see cref="T:System.Xml.XmlNode"></see> parent node of the current node.</returns>
     </member>
-    <member name="P:System.Xml.XmlParserContext.Encoding">
-      <summary>Gets or sets the encoding type.</summary>
-      <returns>An <see cref="System.Text.Encoding"></see> object indicating the encoding type.</returns>
+    <member name="P:System.Xml.XmlSignificantWhitespace.PreviousText">
+      <summary>Gets the text node that immediately precedes this node.</summary>
+      <returns>Returns <see cref="T:System.Xml.XmlNode"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XmlParserContext.InternalSubset">
-      <summary>Gets or sets the internal DTD subset.</summary>
-      <returns>The internal DTD subset. For example, this property returns everything between the square brackets &amp;lt;!DOCTYPE doc [...]&amp;gt;.</returns>
+    <member name="P:System.Xml.XmlSignificantWhitespace.Value">
+      <summary>Gets or sets the value of the node.</summary>
+      <returns>The white space characters found in the node.</returns>
+      <exception cref="T:System.ArgumentException">Setting <see langword="Value"></see> to invalid white space characters.</exception>
     </member>
-    <member name="P:System.Xml.XmlParserContext.NamespaceManager">
-      <summary>Gets or sets the <see cref="T:System.Xml.XmlNamespaceManager"></see>.</summary>
-      <returns>The XmlNamespaceManager.</returns>
+    <member name="M:System.Xml.XmlSignificantWhitespace.WriteContentTo(System.Xml.XmlWriter)">
+      <summary>Saves all the children of the node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
+      <param name="w">The <see langword="XmlWriter"></see> to which you want to save.</param>
     </member>
-    <member name="P:System.Xml.XmlParserContext.NameTable">
-      <summary>Gets the <see cref="T:System.Xml.XmlNameTable"></see> used to atomize strings. For more information on atomized strings, see <see cref="T:System.Xml.XmlNameTable"></see>.</summary>
-      <returns>The XmlNameTable.</returns>
+    <member name="M:System.Xml.XmlSignificantWhitespace.WriteTo(System.Xml.XmlWriter)">
+      <summary>Saves the node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
+      <param name="w">The <see langword="XmlWriter"></see> to which you want to save.</param>
     </member>
-    <member name="P:System.Xml.XmlParserContext.PublicId">
-      <summary>Gets or sets the public identifier.</summary>
-      <returns>The public identifier.</returns>
+    <member name="T:System.Xml.XmlSecureResolver">
+      <summary>Helps to secure another implementation of <see cref="T:System.Xml.XmlResolver"></see> by wrapping the <see cref="T:System.Xml.XmlResolver"></see> object and restricting the resources that the underlying <see cref="T:System.Xml.XmlResolver"></see> has access to.</summary>
     </member>
-    <member name="P:System.Xml.XmlParserContext.SystemId">
-      <summary>Gets or sets the system identifier.</summary>
-      <returns>The system identifier.</returns>
+    <member name="M:System.Xml.XmlSecureResolver.#ctor(System.Xml.XmlResolver,System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlSecureResolver"></see> class with the <see cref="T:System.Xml.XmlResolver"></see> and URL provided.</summary>
+      <param name="resolver">The XML resolver that is wrapped by the <see cref="T:System.Xml.XmlSecureResolver"></see>.</param>
+      <param name="securityUrl">The URL used to create the <see cref="T:System.Security.PermissionSet"></see> that will be applied to the underlying <see cref="T:System.Xml.XmlResolver"></see>. The <see cref="T:System.Xml.XmlSecureResolver"></see> calls <see cref="M:System.Security.PermissionSet.PermitOnly"></see> on the created <see cref="T:System.Security.PermissionSet"></see> before calling <see cref="M:System.Xml.XmlSecureResolver.GetEntity(System.Uri,System.String,System.Type)"></see> on the underlying <see cref="T:System.Xml.XmlResolver"></see>.</param>
     </member>
-    <member name="P:System.Xml.XmlParserContext.XmlLang">
-      <summary>Gets or sets the current xml:lang scope.</summary>
-      <returns>The current xml:lang scope. If there is no xml:lang in scope, String.Empty is returned.</returns>
+    <member name="P:System.Xml.XmlSecureResolver.Credentials">
+      <summary>Sets credentials used to authenticate web requests.</summary>
+      <returns>The credentials to be used to authenticate web requests. The <see cref="T:System.Xml.XmlSecureResolver"></see> sets the given credentials on the underlying <see cref="T:System.Xml.XmlResolver"></see>. If this property is not set, the value defaults to <see langword="null"></see>; that is, the <see cref="T:System.Xml.XmlSecureResolver"></see> has no user credentials.</returns>
     </member>
-    <member name="P:System.Xml.XmlParserContext.XmlSpace">
-      <summary>Gets or sets the current xml:space scope.</summary>
-      <returns>An <see cref="System.Xml.XmlSpace"></see> value indicating the xml:space scope.</returns>
+    <member name="M:System.Xml.XmlSecureResolver.GetEntity(System.Uri,System.String,System.Type)">
+      <summary>Maps a URI to an object that contains the actual resource. This method temporarily sets the <see cref="T:System.Security.PermissionSet"></see> created in the constructor by calling <see cref="M:System.Security.PermissionSet.PermitOnly"></see> before calling <see langword="GetEntity"></see> on the underlying <see cref="T:System.Xml.XmlResolver"></see> to open the resource.</summary>
+      <param name="absoluteUri">The URI that is returned from <see cref="M:System.Xml.XmlSecureResolver.ResolveUri(System.Uri,System.String)"></see>.</param>
+      <param name="role">Currently not used.</param>
+      <param name="ofObjectToReturn">The type of object to return. The current version only returns <see cref="T:System.IO.Stream"></see> objects.</param>
+      <returns>The stream returned by calling <see langword="GetEntity"></see> on the underlying <see cref="T:System.Xml.XmlResolver"></see>. If a type other than <see cref="T:System.IO.Stream"></see> is specified, the method returns <see langword="null"></see>.</returns>
+      <exception cref="T:System.Xml.XmlException"><paramref name="ofObjectToReturn">ofObjectToReturn</paramref> is neither <see langword="null"></see> nor a <see cref="System.IO.Stream"></see> type.</exception>
+      <exception cref="T:System.UriFormatException">The specified URI is not an absolute URI.</exception>
+      <exception cref="T:System.NullReferenceException"><paramref name="absoluteUri">absoluteUri</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.Exception">There is a runtime error (for example, an interrupted server connection).</exception>
     </member>
-    <member name="T:System.Xml.XmlProcessingInstruction">
-      <summary>Represents a processing instruction, which XML defines to keep processor-specific information in the text of the document.</summary>
+    <member name="M:System.Xml.XmlSecureResolver.GetEntityAsync(System.Uri,System.String,System.Type)">
+      <summary>Asynchronously maps a URI to an object that contains the actual resource.</summary>
+      <param name="absoluteUri">The URI returned from <see cref="M:System.Xml.XmlSecureResolver.ResolveUri(System.Uri,System.String)"></see>.</param>
+      <param name="role">Currently not used.</param>
+      <param name="ofObjectToReturn">The type of object to return. The current version only returns <see cref="T:System.IO.Stream"></see> objects.</param>
+      <returns>The stream returned by calling <see langword="GetEntity"></see> on the underlying <see cref="T:System.Xml.XmlResolver"></see>. If a type other than <see cref="T:System.IO.Stream"></see> is specified, the method returns <see langword="null"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlProcessingInstruction.#ctor(System.String,System.String,System.Xml.XmlDocument)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlProcessingInstruction"></see> class.</summary>
-      <param name="target">The target of the processing instruction; see the <see cref="P:System.Xml.XmlProcessingInstruction.Target"></see> property.</param>
-      <param name="data">The content of the instruction; see the <see cref="P:System.Xml.XmlProcessingInstruction.Data"></see> property.</param>
-      <param name="doc">The parent XML document.</param>
+    <member name="M:System.Xml.XmlSecureResolver.ResolveUri(System.Uri,System.String)">
+      <summary>Resolves the absolute URI from the base and relative URIs by calling <see langword="ResolveUri"></see> on the underlying <see cref="T:System.Xml.XmlResolver"></see>.</summary>
+      <param name="baseUri">The base URI used to resolve the relative URI.</param>
+      <param name="relativeUri">The URI to resolve. The URI can be absolute or relative. If absolute, this value effectively replaces the baseUri value. If relative, it combines with the baseUri to make an absolute URI.</param>
+      <returns>The absolute URI or <see langword="null"></see> if the relative URI cannot be resolved (returned by calling <see langword="ResolveUri"></see> on the underlying <see cref="T:System.Xml.XmlResolver"></see>).</returns>
+      <exception cref="T:System.ArgumentException"><paramref name="relativeUri">relativeUri</paramref> is <see langword="null"></see>.</exception>
     </member>
-    <member name="M:System.Xml.XmlProcessingInstruction.CloneNode(System.Boolean)">
-      <summary>Creates a duplicate of this node.</summary>
-      <param name="deep">true to recursively clone the subtree under the specified node; false to clone only the node itself.</param>
-      <returns>The duplicate node.</returns>
+    <member name="T:System.Xml.XmlResolver">
+      <summary>Resolves external XML resources named by a Uniform Resource Identifier (URI).</summary>
     </member>
-    <member name="P:System.Xml.XmlProcessingInstruction.Data">
-      <summary>Gets or sets the content of the processing instruction, excluding the target.</summary>
-      <returns>The content of the processing instruction, excluding the target.</returns>
+    <member name="M:System.Xml.XmlResolver.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlResolver"></see> class.</summary>
     </member>
-    <member name="P:System.Xml.XmlProcessingInstruction.InnerText">
-      <summary>Gets or sets the concatenated values of the node and all its children.</summary>
-      <returns>The concatenated values of the node and all its children.</returns>
+    <member name="P:System.Xml.XmlResolver.Credentials">
+      <summary>When overridden in a derived class, sets the credentials used to authenticate web requests.</summary>
+      <returns>The credentials to be used to authenticate web requests. If this property is not set, the value defaults to <see langword="null"></see>; that is, the <see langword="XmlResolver"></see> has no user credentials.</returns>
     </member>
-    <member name="P:System.Xml.XmlProcessingInstruction.LocalName">
-      <summary>Gets the local name of the node.</summary>
-      <returns>For processing instruction nodes, this property returns the target of the processing instruction.</returns>
+    <member name="M:System.Xml.XmlResolver.GetEntity(System.Uri,System.String,System.Type)">
+      <summary>When overridden in a derived class, maps a URI to an object that contains the actual resource.</summary>
+      <param name="absoluteUri">The URI returned from <see cref="M:System.Xml.XmlResolver.ResolveUri(System.Uri,System.String)"></see>.</param>
+      <param name="role">Currently not used.</param>
+      <param name="ofObjectToReturn">The type of object to return. The current version only returns System.IO.Stream objects.</param>
+      <returns>A stream object or <see langword="null"></see> if a type other than stream is specified.</returns>
+      <exception cref="T:System.Xml.XmlException"><paramref name="ofObjectToReturn">ofObjectToReturn</paramref> is not a <see langword="Stream"></see> type.</exception>
+      <exception cref="T:System.UriFormatException">The specified URI is not an absolute URI.</exception>
+      <exception cref="T:System.ArgumentNullException"><paramref name="absoluteUri">absoluteUri</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.Exception">There is a runtime error (for example, an interrupted server connection).</exception>
     </member>
-    <member name="P:System.Xml.XmlProcessingInstruction.Name">
-      <summary>Gets the qualified name of the node.</summary>
-      <returns>For processing instruction nodes, this property returns the target of the processing instruction.</returns>
+    <member name="M:System.Xml.XmlResolver.GetEntityAsync(System.Uri,System.String,System.Type)">
+      <summary>Asynchronously maps a URI to an object that contains the actual resource.</summary>
+      <param name="absoluteUri">The URI returned from <see cref="M:System.Xml.XmlResolver.ResolveUri(System.Uri,System.String)"></see>.</param>
+      <param name="role">Currently not used.</param>
+      <param name="ofObjectToReturn">The type of object to return. The current version only returns <see cref="T:System.IO.Stream"></see> objects.</param>
+      <returns>A stream object or <see langword="null"></see> if a type other than stream is specified.</returns>
     </member>
-    <member name="P:System.Xml.XmlProcessingInstruction.NodeType">
-      <summary>Gets the type of the current node.</summary>
-      <returns>For XmlProcessingInstruction nodes, this value is XmlNodeType.ProcessingInstruction.</returns>
+    <member name="M:System.Xml.XmlResolver.ResolveUri(System.Uri,System.String)">
+      <summary>When overridden in a derived class, resolves the absolute URI from the base and relative URIs.</summary>
+      <param name="baseUri">The base URI used to resolve the relative URI.</param>
+      <param name="relativeUri">The URI to resolve. The URI can be absolute or relative. If absolute, this value effectively replaces the baseUri value. If relative, it combines with the baseUri to make an absolute URI.</param>
+      <returns>The absolute URI or <see langword="null"></see> if the relative URI cannot be resolved.</returns>
+      <exception cref="T:System.ArgumentException"><paramref name="relativeUri">relativeUri</paramref> is <see langword="null"></see>.</exception>
     </member>
-    <member name="P:System.Xml.XmlProcessingInstruction.Target">
-      <summary>Gets the target of the processing instruction.</summary>
-      <returns>The target of the processing instruction.</returns>
+    <member name="M:System.Xml.XmlResolver.SupportsType(System.Uri,System.Type)">
+      <summary>Enables the resolver to return types other than <see cref="T:System.IO.Stream"></see>.</summary>
+      <param name="absoluteUri">The URI.</param>
+      <param name="type">The type to return.</param>
+      <returns><see langword="true"></see> if the <paramref name="type">type</paramref> is supported; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XmlProcessingInstruction.Value">
-      <summary>Gets or sets the value of the node.</summary>
-      <returns>The entire content of the processing instruction, excluding the target.</returns>
-      <exception cref="T:System.ArgumentException">Node is read-only.</exception>
+    <member name="T:System.Xml.XmlReaderSettings">
+      <summary>Specifies a set of features to support on the <see cref="T:System.Xml.XmlReader"></see> object created by the <see cref="Overload:System.Xml.XmlReader.Create"></see> method.</summary>
     </member>
-    <member name="M:System.Xml.XmlProcessingInstruction.WriteContentTo(System.Xml.XmlWriter)">
-      <summary>Saves all the children of the node to the specified <see cref="T:System.Xml.XmlWriter"></see>. Because ProcessingInstruction nodes do not have children, this method has no effect.</summary>
-      <param name="w">The XmlWriter to which you want to save.</param>
+    <member name="M:System.Xml.XmlReaderSettings.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlReaderSettings"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.XmlProcessingInstruction.WriteTo(System.Xml.XmlWriter)">
-      <summary>Saves the node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
-      <param name="w">The XmlWriter to which you want to save.</param>
+    <member name="P:System.Xml.XmlReaderSettings.Async">
+      <summary>Gets or sets whether asynchronous <see cref="T:System.Xml.XmlReader"></see> methods can be used on a particular <see cref="T:System.Xml.XmlReader"></see> instance.</summary>
+      <returns><see langword="true"></see> if asynchronous methods can be used; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="T:System.Xml.XmlQualifiedName">
-      <summary>Represents an XML qualified name.</summary>
+    <member name="P:System.Xml.XmlReaderSettings.CheckCharacters">
+      <summary>Gets or sets a value indicating whether to do character checking.</summary>
+      <returns><see langword="true"></see> to do character checking; otherwise <see langword="false"></see>. The default is <see langword="true"></see>.  
+   
+ If the <see cref="T:System.Xml.XmlReader"></see> is processing text data, it always checks that the XML names and text content are valid, regardless of the property setting. Setting <see cref="P:System.Xml.XmlReaderSettings.CheckCharacters"></see> to <see langword="false"></see> turns off character checking for character entity references.  </returns>
     </member>
-    <member name="M:System.Xml.XmlQualifiedName.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlQualifiedName"></see> class.</summary>
+    <member name="M:System.Xml.XmlReaderSettings.Clone">
+      <summary>Creates a copy of the <see cref="T:System.Xml.XmlReaderSettings"></see> instance.</summary>
+      <returns>The cloned <see cref="T:System.Xml.XmlReaderSettings"></see> object.</returns>
     </member>
-    <member name="M:System.Xml.XmlQualifiedName.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlQualifiedName"></see> class with the specified name.</summary>
-      <param name="name">The local name to use as the name of the <see cref="T:System.Xml.XmlQualifiedName"></see> object.</param>
+    <member name="P:System.Xml.XmlReaderSettings.CloseInput">
+      <summary>Gets or sets a value indicating whether the underlying stream or <see cref="T:System.IO.TextReader"></see> should be closed when the reader is closed.</summary>
+      <returns><see langword="true"></see> to close the underlying stream or <see cref="T:System.IO.TextReader"></see> when the reader is closed; otherwise <see langword="false"></see>. The default is <see langword="false"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlQualifiedName.#ctor(System.String,System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlQualifiedName"></see> class with the specified name and namespace.</summary>
-      <param name="name">The local name to use as the name of the <see cref="T:System.Xml.XmlQualifiedName"></see> object.</param>
-      <param name="ns">The namespace for the <see cref="T:System.Xml.XmlQualifiedName"></see> object.</param>
+    <member name="P:System.Xml.XmlReaderSettings.ConformanceLevel">
+      <summary>Gets or sets the level of conformance which the <see cref="T:System.Xml.XmlReader"></see> will comply.</summary>
+      <returns>One of the enumeration values that specifies the level of conformance that the XML reader will enforce. The default is <see cref="F:System.Xml.ConformanceLevel.Document"></see>.</returns>
+    </member>
+    <member name="P:System.Xml.XmlReaderSettings.DtdProcessing">
+      <summary>Gets or sets a value that determines the processing of DTDs.</summary>
+      <returns>One of the enumeration values that determines the processing of DTDs. The default is <see cref="F:System.Xml.DtdProcessing.Prohibit"></see>.</returns>
+    </member>
+    <member name="P:System.Xml.XmlReaderSettings.IgnoreComments">
+      <summary>Gets or sets a value indicating whether to ignore comments.</summary>
+      <returns><see langword="true"></see> to ignore comments; otherwise <see langword="false"></see>. The default is <see langword="false"></see>.</returns>
+    </member>
+    <member name="P:System.Xml.XmlReaderSettings.IgnoreProcessingInstructions">
+      <summary>Gets or sets a value indicating whether to ignore processing instructions.</summary>
+      <returns><see langword="true"></see> to ignore processing instructions; otherwise <see langword="false"></see>. The default is <see langword="false"></see>.</returns>
+    </member>
+    <member name="P:System.Xml.XmlReaderSettings.IgnoreWhitespace">
+      <summary>Gets or sets a value indicating whether to ignore insignificant white space.</summary>
+      <returns><see langword="true"></see> to ignore white space; otherwise <see langword="false"></see>. The default is <see langword="false"></see>.</returns>
+    </member>
+    <member name="P:System.Xml.XmlReaderSettings.LineNumberOffset">
+      <summary>Gets or sets line number offset of the <see cref="T:System.Xml.XmlReader"></see> object.</summary>
+      <returns>The line number offset. The default is 0.</returns>
+    </member>
+    <member name="P:System.Xml.XmlReaderSettings.LinePositionOffset">
+      <summary>Gets or sets line position offset of the <see cref="T:System.Xml.XmlReader"></see> object.</summary>
+      <returns>The line position offset. The default is 0.</returns>
     </member>
-    <member name="F:System.Xml.XmlQualifiedName.Empty">
-      <summary>Provides an empty <see cref="T:System.Xml.XmlQualifiedName"></see>.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.XmlReaderSettings.MaxCharactersFromEntities">
+      <summary>Gets or sets a value indicating the maximum allowable number of characters in a document that result from expanding entities.</summary>
+      <returns>The maximum allowable number of characters from expanded entities. The default is 0.</returns>
     </member>
-    <member name="M:System.Xml.XmlQualifiedName.Equals(System.Object)">
-      <summary>Determines whether the specified <see cref="T:System.Xml.XmlQualifiedName"></see> object is equal to the current <see cref="T:System.Xml.XmlQualifiedName"></see> object.</summary>
-      <param name="other">The <see cref="T:System.Xml.XmlQualifiedName"></see> to compare.</param>
-      <returns>true if the two are the same instance object; otherwise, false.</returns>
+    <member name="P:System.Xml.XmlReaderSettings.MaxCharactersInDocument">
+      <summary>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.</summary>
+      <returns>The maximum allowable number of characters in an XML document. The default is 0.</returns>
     </member>
-    <member name="M:System.Xml.XmlQualifiedName.GetHashCode">
-      <summary>Returns the hash code for the <see cref="T:System.Xml.XmlQualifiedName"></see>.</summary>
-      <returns>A hash code for this object.</returns>
+    <member name="P:System.Xml.XmlReaderSettings.NameTable">
+      <summary>Gets or sets the <see cref="T:System.Xml.XmlNameTable"></see> used for atomized string comparisons.</summary>
+      <returns>The <see cref="T:System.Xml.XmlNameTable"></see> that stores all the atomized strings used by all <see cref="T:System.Xml.XmlReader"></see> instances created using this <see cref="T:System.Xml.XmlReaderSettings"></see> object.  
+ The default is <see langword="null"></see>. The created <see cref="T:System.Xml.XmlReader"></see> instance will use a new empty <see cref="T:System.Xml.NameTable"></see> if this value is <see langword="null"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XmlQualifiedName.IsEmpty">
-      <summary>Gets a value indicating whether the <see cref="T:System.Xml.XmlQualifiedName"></see> is empty.</summary>
-      <returns>true if name and namespace are empty strings; otherwise, false.</returns>
+    <member name="P:System.Xml.XmlReaderSettings.ProhibitDtd">
+      <summary>Gets or sets a value indicating whether to prohibit document type definition (DTD) processing. This property is obsolete. Use <see cref="P:System.Xml.XmlTextReader.DtdProcessing"></see> instead.</summary>
+      <returns><see langword="true"></see> to prohibit DTD processing; otherwise <see langword="false"></see>. The default is <see langword="true"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XmlQualifiedName.Name">
-      <summary>Gets a string representation of the qualified name of the <see cref="T:System.Xml.XmlQualifiedName"></see>.</summary>
-      <returns>A string representation of the qualified name or String.Empty if a name is not defined for the object.</returns>
+    <member name="M:System.Xml.XmlReaderSettings.Reset">
+      <summary>Resets the members of the settings class to their default values.</summary>
     </member>
-    <member name="P:System.Xml.XmlQualifiedName.Namespace">
-      <summary>Gets a string representation of the namespace of the <see cref="T:System.Xml.XmlQualifiedName"></see>.</summary>
-      <returns>A string representation of the namespace or String.Empty if a namespace is not defined for the object.</returns>
+    <member name="P:System.Xml.XmlReaderSettings.Schemas">
+      <summary>Gets or sets the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see> to use when performing schema validation.</summary>
+      <returns>The <see cref="T:System.Xml.Schema.XmlSchemaSet"></see> to use when performing schema validation. The default is an empty <see cref="T:System.Xml.Schema.XmlSchemaSet"></see> object.</returns>
     </member>
-    <member name="M:System.Xml.XmlQualifiedName.op_Equality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName)">
-      <summary>Compares two <see cref="T:System.Xml.XmlQualifiedName"></see> objects.</summary>
-      <param name="a">An <see cref="T:System.Xml.XmlQualifiedName"></see> to compare.</param>
-      <param name="b">An <see cref="T:System.Xml.XmlQualifiedName"></see> to compare.</param>
-      <returns>true if the two objects have the same name and namespace values; otherwise, false.</returns>
+    <member name="E:System.Xml.XmlReaderSettings.ValidationEventHandler">
+      <summary>Occurs when the reader encounters validation errors.</summary>
     </member>
-    <member name="M:System.Xml.XmlQualifiedName.op_Inequality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName)">
-      <summary>Compares two <see cref="T:System.Xml.XmlQualifiedName"></see> objects.</summary>
-      <param name="a">An <see cref="T:System.Xml.XmlQualifiedName"></see> to compare.</param>
-      <param name="b">An <see cref="T:System.Xml.XmlQualifiedName"></see> to compare.</param>
-      <returns>true if the name and namespace values for the two objects differ; otherwise, false.</returns>
+    <member name="P:System.Xml.XmlReaderSettings.ValidationFlags">
+      <summary>Gets or sets a value indicating the schema validation settings. This setting applies to <see cref="T:System.Xml.XmlReader"></see> objects that validate schemas (<see cref="P:System.Xml.XmlReaderSettings.ValidationType"></see> property set to <see langword="ValidationType.Schema"></see>).</summary>
+      <returns>A bitwise combination of enumeration values that specify validation options. <see cref="F:System.Xml.Schema.XmlSchemaValidationFlags.ProcessIdentityConstraints"></see> and <see cref="F:System.Xml.Schema.XmlSchemaValidationFlags.AllowXmlAttributes"></see> are enabled by default. <see cref="F:System.Xml.Schema.XmlSchemaValidationFlags.ProcessInlineSchema"></see>, <see cref="F:System.Xml.Schema.XmlSchemaValidationFlags.ProcessSchemaLocation"></see>, and <see cref="F:System.Xml.Schema.XmlSchemaValidationFlags.ReportValidationWarnings"></see> are disabled by default.</returns>
     </member>
-    <member name="M:System.Xml.XmlQualifiedName.ToString">
-      <summary>Returns the string value of the <see cref="T:System.Xml.XmlQualifiedName"></see>.</summary>
-      <returns>The string value of the <see cref="System.Xml.XmlQualifiedName"></see> in the format of namespace:localname. If the object does not have a namespace defined, this method returns just the local name.</returns>
+    <member name="P:System.Xml.XmlReaderSettings.ValidationType">
+      <summary>Gets or sets a value indicating whether the <see cref="T:System.Xml.XmlReader"></see> will perform validation or type assignment when reading.</summary>
+      <returns>One of the <see cref="T:System.Xml.ValidationType"></see> values that indicates whether XmlReader will perform validation or type assignment when reading. The default is <see langword="ValidationType.None"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlQualifiedName.ToString(System.String,System.String)">
-      <summary>Returns the string value of the <see cref="T:System.Xml.XmlQualifiedName"></see>.</summary>
-      <param name="name">The name of the object.</param>
-      <param name="ns">The namespace of the object.</param>
-      <returns>The string value of the <see cref="System.Xml.XmlQualifiedName"></see> in the format of namespace:localname. If the object does not have a namespace defined, this method returns just the local name.</returns>
+    <member name="P:System.Xml.XmlReaderSettings.XmlResolver">
+      <summary>Sets the <see cref="T:System.Xml.XmlResolver"></see> used to access external documents.</summary>
+      <returns>An <see cref="T:System.Xml.XmlResolver"></see> used to access external documents. If set to <see langword="null"></see>, an <see cref="T:System.Xml.XmlException"></see> is thrown when the <see cref="T:System.Xml.XmlReader"></see> tries to access an external resource. The default is a new <see cref="T:System.Xml.XmlUrlResolver"></see> with no credentials.  Starting with the .NET Framework 4.5.2, this setting has a default value of <see langword="null"></see>.</returns>
     </member>
     <member name="T:System.Xml.XmlReader">
       <summary>Represents a reader that provides fast, noncached, forward-only access to XML data.</summary>
     </member>
     <member name="M:System.Xml.XmlReader.#ctor">
-      <summary>Initializes a new instance of the XmlReader class.</summary>
+      <summary>Initializes a new instance of the <see langword="XmlReader"></see> class.</summary>
     </member>
     <member name="P:System.Xml.XmlReader.AttributeCount">
       <summary>When overridden in a derived class, gets the number of attributes on the current node.</summary>
     </member>
     <member name="P:System.Xml.XmlReader.CanReadBinaryContent">
       <summary>Gets a value indicating whether the <see cref="T:System.Xml.XmlReader"></see> implements the binary content read methods.</summary>
-      <returns>true if the binary content read methods are implemented; otherwise false.</returns>
+      <returns><see langword="true"></see> if the binary content read methods are implemented; otherwise <see langword="false"></see>.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="P:System.Xml.XmlReader.CanReadValueChunk">
       <summary>Gets a value indicating whether the <see cref="T:System.Xml.XmlReader"></see> implements the <see cref="M:System.Xml.XmlReader.ReadValueChunk(System.Char[],System.Int32,System.Int32)"></see> method.</summary>
-      <returns>true if the <see cref="System.Xml.XmlReader"></see> implements the <see cref="System.Xml.XmlReader.ReadValueChunk(System.Char[],System.Int32,System.Int32)"></see> method; otherwise false.</returns>
+      <returns><see langword="true"></see> if the <see cref="T:System.Xml.XmlReader"></see> implements the <see cref="M:System.Xml.XmlReader.ReadValueChunk(System.Char[],System.Int32,System.Int32)"></see> method; otherwise <see langword="false"></see>.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="P:System.Xml.XmlReader.CanResolveEntity">
       <summary>Gets a value indicating whether this reader can parse and resolve entities.</summary>
-      <returns>true if the reader can parse and resolve entities; otherwise, false.</returns>
+      <returns><see langword="true"></see> if the reader can parse and resolve entities; otherwise, <see langword="false"></see>.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.Close">
     </member>
     <member name="M:System.Xml.XmlReader.Create(System.String,System.Xml.XmlReaderSettings,System.Xml.XmlParserContext)">
       <summary>Creates a new <see cref="T:System.Xml.XmlReader"></see> instance by using the specified URI, settings, and context information for parsing.</summary>
-      <param name="inputUri">The URI for the file containing the XML data. The <see cref="T:System.Xml.XmlResolver"></see> object on the <see cref="T:System.Xml.XmlReaderSettings"></see> object is used to convert the path to a canonical data representation. If <see cref="P:System.Xml.XmlReaderSettings.XmlResolver"></see> is null, a new <see cref="T:System.Xml.XmlUrlResolver"></see> object is used.</param>
-      <param name="settings">The settings for the new <see cref="T:System.Xml.XmlReader"></see> instance. This value can be null.</param>
+      <param name="inputUri">The URI for the file containing the XML data. The <see cref="T:System.Xml.XmlResolver"></see> object on the <see cref="T:System.Xml.XmlReaderSettings"></see> object is used to convert the path to a canonical data representation. If <see cref="P:System.Xml.XmlReaderSettings.XmlResolver"></see> is <see langword="null"></see>, a new <see cref="T:System.Xml.XmlUrlResolver"></see> object is used.</param>
+      <param name="settings">The settings for the new <see cref="T:System.Xml.XmlReader"></see> instance. This value can be <see langword="null"></see>.</param>
       <param name="inputContext">The context information required to parse the XML fragment. The context information can include the <see cref="T:System.Xml.XmlNameTable"></see> to use, encoding, namespace scope, the current xml:lang and xml:space scope, base URI, and document type definition.  
- This value can be null.</param>
+ This value can be <see langword="null"></see>.</param>
       <returns>An object that is used to read the XML data in the stream.</returns>
-      <exception cref="T:System.ArgumentNullException">The inputUri value is null.</exception>
+      <exception cref="T:System.ArgumentNullException">The <see langword="inputUri"></see> value is <see langword="null"></see>.</exception>
       <exception cref="T:System.Security.SecurityException">The <see cref="System.Xml.XmlReader"></see> does not have sufficient permissions to access the location of the XML data.</exception>
-      <exception cref="T:System.ArgumentException">The <see cref="System.Xml.XmlReaderSettings.NameTable"></see> and <see cref="System.Xml.XmlParserContext.NameTable"></see> properties both contain values. (Only one of these NameTable properties can be set and used).</exception>
+      <exception cref="T:System.ArgumentException">The <see cref="System.Xml.XmlReaderSettings.NameTable"></see> and <see cref="System.Xml.XmlParserContext.NameTable"></see> properties both contain values. (Only one of these <see langword="NameTable"></see> properties can be set and used).</exception>
       <exception cref="T:System.IO.FileNotFoundException">The file specified by the URI cannot be found.</exception>
       <exception cref="T:System.UriFormatException">The URI format is not correct.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.Create(System.IO.TextReader,System.Xml.XmlReaderSettings,System.Xml.XmlParserContext)">
       <summary>Creates a new <see cref="T:System.Xml.XmlReader"></see> instance by using the specified text reader, settings, and context information for parsing.</summary>
       <param name="input">The text reader from which to read the XML data. A text reader returns a stream of Unicode characters, so the encoding specified in the XML declaration isn&amp;#39;t used by the XML reader to decode the data stream.</param>
-      <param name="settings">The settings for the new <see cref="T:System.Xml.XmlReader"></see> instance. This value can be null.</param>
+      <param name="settings">The settings for the new <see cref="T:System.Xml.XmlReader"></see> instance. This value can be <see langword="null"></see>.</param>
       <param name="inputContext">The context information required to parse the XML fragment. The context information can include the <see cref="T:System.Xml.XmlNameTable"></see> to use, encoding, namespace scope, the current xml:lang and xml:space scope, base URI, and document type definition.  
- This value can be null.</param>
+ This value can be <see langword="null"></see>.</param>
       <returns>An object that is used to read the XML data in the stream.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="input">input</paramref> value is null.</exception>
-      <exception cref="T:System.ArgumentException">The <see cref="System.Xml.XmlReaderSettings.NameTable"></see> and <see cref="System.Xml.XmlParserContext.NameTable"></see> properties both contain values. (Only one of these NameTable properties can be set and used).</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="input">input</paramref> value is <see langword="null"></see>.</exception>
+      <exception cref="T:System.ArgumentException">The <see cref="System.Xml.XmlReaderSettings.NameTable"></see> and <see cref="System.Xml.XmlParserContext.NameTable"></see> properties both contain values. (Only one of these <see langword="NameTable"></see> properties can be set and used).</exception>
     </member>
     <member name="M:System.Xml.XmlReader.Create(System.IO.TextReader,System.Xml.XmlReaderSettings,System.String)">
       <summary>Creates a new <see cref="T:System.Xml.XmlReader"></see> instance by using the specified text reader, settings, and base URI.</summary>
       <param name="input">The text reader from which to read the XML data. A text reader returns a stream of Unicode characters, so the encoding specified in the XML declaration isn&amp;#39;t used by the <see cref="T:System.Xml.XmlReader"></see> to decode the data stream.</param>
-      <param name="settings">The settings for the new <see cref="T:System.Xml.XmlReader"></see> instance. This value can be null.</param>
-      <param name="baseUri">The base URI for the entity or document being read. This value can be null.  
+      <param name="settings">The settings for the new <see cref="T:System.Xml.XmlReader"></see> instance. This value can be <see langword="null"></see>.</param>
+      <param name="baseUri">The base URI for the entity or document being read. This value can be <see langword="null"></see>.  
  Security Note The base URI is used to resolve the relative URI of the XML document. Do not use a base URI from an untrusted source.</param>
       <returns>An object that is used to read the XML data in the stream.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="input">input</paramref> value is null.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="input">input</paramref> value is <see langword="null"></see>.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.Create(System.IO.Stream,System.Xml.XmlReaderSettings,System.String)">
       <summary>Creates a new <see cref="T:System.Xml.XmlReader"></see> instance using the specified stream, base URI, and settings.</summary>
       <param name="input">The stream that contains the XML data.  
  The <see cref="T:System.Xml.XmlReader"></see> scans the first bytes of the stream looking for a byte order mark or other sign of encoding. When encoding is determined, the encoding is used to continue reading the stream, and processing continues parsing the input as a stream of (Unicode) characters.</param>
-      <param name="settings">The settings for the new <see cref="T:System.Xml.XmlReader"></see> instance. This value can be null.</param>
-      <param name="baseUri">The base URI for the entity or document being read. This value can be null.  
+      <param name="settings">The settings for the new <see cref="T:System.Xml.XmlReader"></see> instance. This value can be <see langword="null"></see>.</param>
+      <param name="baseUri">The base URI for the entity or document being read. This value can be <see langword="null"></see>.  
  Security Note The base URI is used to resolve the relative URI of the XML document. Do not use a base URI from an untrusted source.</param>
       <returns>An object that is used to read the XML data in the stream.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="input">input</paramref> value is null.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="input">input</paramref> value is <see langword="null"></see>.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.Create(System.Xml.XmlReader,System.Xml.XmlReaderSettings)">
       <summary>Creates a new <see cref="T:System.Xml.XmlReader"></see> instance by using the specified XML reader and settings.</summary>
       <param name="reader">The object that you want to use as the underlying XML reader.</param>
       <param name="settings">The settings for the new <see cref="T:System.Xml.XmlReader"></see> instance.  
  The conformance level of the <see cref="T:System.Xml.XmlReaderSettings"></see> object must either match the conformance level of the underlying reader, or it must be set to <see cref="F:System.Xml.ConformanceLevel.Auto"></see>.</param>
-      <returns>An object that is wrapped around the specified <see cref="System.Xml.XmlReader"></see> object.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="reader">reader</paramref> value is null.</exception>
+      <returns>An object that is wrapped around the specified <see cref="T:System.Xml.XmlReader"></see> object.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="reader">reader</paramref> value is <see langword="null"></see>.</exception>
       <exception cref="T:System.InvalidOperationException">If the <see cref="System.Xml.XmlReaderSettings"></see> object specifies a conformance level that is not consistent with conformance level of the underlying reader.  
  -or-  
  The underlying <see cref="System.Xml.XmlReader"></see> is in an <see cref="System.Xml.ReadState.Error"></see> or <see cref="System.Xml.ReadState.Closed"></see> state.</exception>
       <summary>Creates a new <see cref="T:System.Xml.XmlReader"></see> instance using the specified stream, settings, and context information for parsing.</summary>
       <param name="input">The stream that contains the XML data.  
  The <see cref="T:System.Xml.XmlReader"></see> scans the first bytes of the stream looking for a byte order mark or other sign of encoding. When encoding is determined, the encoding is used to continue reading the stream, and processing continues parsing the input as a stream of (Unicode) characters.</param>
-      <param name="settings">The settings for the new <see cref="T:System.Xml.XmlReader"></see> instance. This value can be null.</param>
+      <param name="settings">The settings for the new <see cref="T:System.Xml.XmlReader"></see> instance. This value can be <see langword="null"></see>.</param>
       <param name="inputContext">The context information required to parse the XML fragment. The context information can include the <see cref="T:System.Xml.XmlNameTable"></see> to use, encoding, namespace scope, the current xml:lang and xml:space scope, base URI, and document type definition.  
- This value can be null.</param>
+ This value can be <see langword="null"></see>.</param>
       <returns>An object that is used to read the XML data in the stream.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="input">input</paramref> value is null.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="input">input</paramref> value is <see langword="null"></see>.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.Create(System.IO.TextReader,System.Xml.XmlReaderSettings)">
       <summary>Creates a new <see cref="T:System.Xml.XmlReader"></see> instance by using the specified text reader and settings.</summary>
       <param name="input">The text reader from which to read the XML data. A text reader returns a stream of Unicode characters, so the encoding specified in the XML declaration isn&amp;#39;t used by the XML reader to decode the data stream.</param>
-      <param name="settings">The settings for the new <see cref="T:System.Xml.XmlReader"></see>. This value can be null.</param>
+      <param name="settings">The settings for the new <see cref="T:System.Xml.XmlReader"></see>. This value can be <see langword="null"></see>.</param>
       <returns>An object that is used to read the XML data in the stream.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="input">input</paramref> value is null.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="input">input</paramref> value is <see langword="null"></see>.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.Create(System.IO.Stream,System.Xml.XmlReaderSettings)">
       <summary>Creates a new <see cref="T:System.Xml.XmlReader"></see> instance with the specified stream and settings.</summary>
       <param name="input">The stream that contains the XML data.  
  The <see cref="T:System.Xml.XmlReader"></see> scans the first bytes of the stream looking for a byte order mark or other sign of encoding. When encoding is determined, the encoding is used to continue reading the stream, and processing continues parsing the input as a stream of (Unicode) characters.</param>
-      <param name="settings">The settings for the new <see cref="T:System.Xml.XmlReader"></see> instance. This value can be null.</param>
+      <param name="settings">The settings for the new <see cref="T:System.Xml.XmlReader"></see> instance. This value can be <see langword="null"></see>.</param>
       <returns>An object that is used to read the XML data in the stream.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="input">input</paramref> value is null.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="input">input</paramref> value is <see langword="null"></see>.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.Create(System.String,System.Xml.XmlReaderSettings)">
       <summary>Creates a new <see cref="T:System.Xml.XmlReader"></see> instance by using the specified URI and settings.</summary>
-      <param name="inputUri">The URI for the file containing the XML data. The <see cref="T:System.Xml.XmlResolver"></see> object on the <see cref="T:System.Xml.XmlReaderSettings"></see> object is used to convert the path to a canonical data representation. If <see cref="P:System.Xml.XmlReaderSettings.XmlResolver"></see> is null, a new <see cref="T:System.Xml.XmlUrlResolver"></see> object is used.</param>
-      <param name="settings">The settings for the new <see cref="T:System.Xml.XmlReader"></see> instance. This value can be null.</param>
+      <param name="inputUri">The URI for the file containing the XML data. The <see cref="T:System.Xml.XmlResolver"></see> object on the <see cref="T:System.Xml.XmlReaderSettings"></see> object is used to convert the path to a canonical data representation. If <see cref="P:System.Xml.XmlReaderSettings.XmlResolver"></see> is <see langword="null"></see>, a new <see cref="T:System.Xml.XmlUrlResolver"></see> object is used.</param>
+      <param name="settings">The settings for the new <see cref="T:System.Xml.XmlReader"></see> instance. This value can be <see langword="null"></see>.</param>
       <returns>An object that is used to read the XML data in the stream.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="inputUri">inputUri</paramref> value is null.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="inputUri">inputUri</paramref> value is <see langword="null"></see>.</exception>
       <exception cref="T:System.IO.FileNotFoundException">The file specified by the URI cannot be found.</exception>
       <exception cref="T:System.UriFormatException">
         
       <summary>Creates a new <see cref="T:System.Xml.XmlReader"></see> instance with specified URI.</summary>
       <param name="inputUri">The URI for the file that contains the XML data. The <see cref="T:System.Xml.XmlUrlResolver"></see> class is used to convert the path to a canonical data representation.</param>
       <returns>An object that is used to read the XML data in the stream.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="inputUri">inputUri</paramref> value is null.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="inputUri">inputUri</paramref> value is <see langword="null"></see>.</exception>
       <exception cref="T:System.Security.SecurityException">The <see cref="System.Xml.XmlReader"></see> does not have sufficient permissions to access the location of the XML data.</exception>
       <exception cref="T:System.IO.FileNotFoundException">The file identified by the URI does not exist.</exception>
       <exception cref="T:System.UriFormatException">
       <summary>Creates a new <see cref="T:System.Xml.XmlReader"></see> instance by using the specified text reader.</summary>
       <param name="input">The text reader from which to read the XML data. A text reader returns a stream of Unicode characters, so the encoding specified in the XML declaration is not used by the XML reader to decode the data stream.</param>
       <returns>An object that is used to read the XML data in the stream.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="input">input</paramref> value is null.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="input">input</paramref> value is <see langword="null"></see>.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.Create(System.IO.Stream)">
       <summary>Creates a new <see cref="T:System.Xml.XmlReader"></see> instance using the specified stream with default settings.</summary>
       <param name="input">The stream that contains the XML data.  
  The <see cref="T:System.Xml.XmlReader"></see> scans the first bytes of the stream looking for a byte order mark or other sign of encoding. When encoding is determined, the encoding is used to continue reading the stream, and processing continues parsing the input as a stream of (Unicode) characters.</param>
       <returns>An object that is used to read the XML data in the stream.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="input">input</paramref> value is null.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="input">input</paramref> value is <see langword="null"></see>.</exception>
       <exception cref="T:System.Security.SecurityException">The <see cref="System.Xml.XmlReader"></see> does not have sufficient permissions to access the location of the XML data.</exception>
     </member>
     <member name="P:System.Xml.XmlReader.Depth">
     </member>
     <member name="M:System.Xml.XmlReader.Dispose(System.Boolean)">
       <summary>Releases the unmanaged resources used by the <see cref="T:System.Xml.XmlReader"></see> and optionally releases the managed resources.</summary>
-      <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
+      <param name="disposing"><see langword="true"></see> to release both managed and unmanaged resources; <see langword="false"></see> to release only unmanaged resources.</param>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="P:System.Xml.XmlReader.EOF">
       <summary>When overridden in a derived class, gets a value indicating whether the reader is positioned at the end of the stream.</summary>
-      <returns>true if the reader is positioned at the end of the stream; otherwise, false.</returns>
+      <returns><see langword="true"></see> if the reader is positioned at the end of the stream; otherwise, <see langword="false"></see>.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.GetAttribute(System.Int32)">
     <member name="M:System.Xml.XmlReader.GetAttribute(System.String)">
       <summary>When overridden in a derived class, gets the value of the attribute with the specified <see cref="P:System.Xml.XmlReader.Name"></see>.</summary>
       <param name="name">The qualified name of the attribute.</param>
-      <returns>The value of the specified attribute. If the attribute is not found or the value is String.Empty, null is returned.</returns>
-      <exception cref="T:System.ArgumentNullException"><paramref name="name">name</paramref> is null.</exception>
+      <returns>The value of the specified attribute. If the attribute is not found or the value is <see langword="String.Empty"></see>, <see langword="null"></see> is returned.</returns>
+      <exception cref="T:System.ArgumentNullException"><paramref name="name">name</paramref> is <see langword="null"></see>.</exception>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.GetAttribute(System.String,System.String)">
       <summary>When overridden in a derived class, gets the value of the attribute with the specified <see cref="P:System.Xml.XmlReader.LocalName"></see> and <see cref="P:System.Xml.XmlReader.NamespaceURI"></see>.</summary>
       <param name="name">The local name of the attribute.</param>
       <param name="namespaceURI">The namespace URI of the attribute.</param>
-      <returns>The value of the specified attribute. If the attribute is not found or the value is String.Empty, null is returned. This method does not move the reader.</returns>
-      <exception cref="T:System.ArgumentNullException"><paramref name="name">name</paramref> is null.</exception>
+      <returns>The value of the specified attribute. If the attribute is not found or the value is <see langword="String.Empty"></see>, <see langword="null"></see> is returned. This method does not move the reader.</returns>
+      <exception cref="T:System.ArgumentNullException"><paramref name="name">name</paramref> is <see langword="null"></see>.</exception>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.GetValueAsync">
       <summary>Asynchronously gets the value of the current node.</summary>
       <returns>The value of the current node.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlReaderSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlReaderSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlReaderSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlReaderSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
     <member name="P:System.Xml.XmlReader.HasAttributes">
       <summary>Gets a value indicating whether the current node has any attributes.</summary>
-      <returns>true if the current node has attributes; otherwise, false.</returns>
+      <returns><see langword="true"></see> if the current node has attributes; otherwise, <see langword="false"></see>.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="P:System.Xml.XmlReader.HasValue">
       <summary>When overridden in a derived class, gets a value indicating whether the current node can have a <see cref="P:System.Xml.XmlReader.Value"></see>.</summary>
-      <returns>true if the node on which the reader is currently positioned can have a Value; otherwise, false. If false, the node has a value of String.Empty.</returns>
+      <returns><see langword="true"></see> if the node on which the reader is currently positioned can have a <see langword="Value"></see>; otherwise, <see langword="false"></see>. If <see langword="false"></see>, the node has a value of <see langword="String.Empty"></see>.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="P:System.Xml.XmlReader.IsDefault">
       <summary>When overridden in a derived class, gets a value indicating whether the current node is an attribute that was generated from the default value defined in the DTD or schema.</summary>
-      <returns>true if the current node is an attribute whose value was generated from the default value defined in the DTD or schema; false if the attribute value was explicitly set.</returns>
+      <returns><see langword="true"></see> if the current node is an attribute whose value was generated from the default value defined in the DTD or schema; <see langword="false"></see> if the attribute value was explicitly set.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="P:System.Xml.XmlReader.IsEmptyElement">
       <summary>When overridden in a derived class, gets a value indicating whether the current node is an empty element (for example, &amp;lt;MyElement/&amp;gt;).</summary>
-      <returns>true if the current node is an element (<see cref="System.Xml.XmlReader.NodeType"></see> equals XmlNodeType.Element) that ends with /&amp;gt;; otherwise, false.</returns>
+      <returns><see langword="true"></see> if the current node is an element (<see cref="P:System.Xml.XmlReader.NodeType"></see> equals <see langword="XmlNodeType.Element"></see>) that ends with /&amp;gt;; otherwise, <see langword="false"></see>.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.IsName(System.String)">
       <summary>Returns a value indicating whether the string argument is a valid XML name.</summary>
       <param name="str">The name to validate.</param>
-      <returns>true if the name is valid; otherwise, false.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="str">str</paramref> value is null.</exception>
+      <returns><see langword="true"></see> if the name is valid; otherwise, <see langword="false"></see>.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="str">str</paramref> value is <see langword="null"></see>.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.IsNameToken(System.String)">
       <summary>Returns a value indicating whether or not the string argument is a valid XML name token.</summary>
       <param name="str">The name token to validate.</param>
-      <returns>true if it is a valid name token; otherwise false.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="str">str</paramref> value is null.</exception>
+      <returns><see langword="true"></see> if it is a valid name token; otherwise <see langword="false"></see>.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="str">str</paramref> value is <see langword="null"></see>.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.IsStartElement">
       <summary>Calls <see cref="M:System.Xml.XmlReader.MoveToContent"></see> and tests if the current content node is a start tag or empty element tag.</summary>
-      <returns>true if <see cref="System.Xml.XmlReader.MoveToContent"></see> finds a start tag or empty element tag; false if a node type other than XmlNodeType.Element was found.</returns>
+      <returns><see langword="true"></see> if <see cref="M:System.Xml.XmlReader.MoveToContent"></see> finds a start tag or empty element tag; <see langword="false"></see> if a node type other than <see langword="XmlNodeType.Element"></see> was found.</returns>
       <exception cref="T:System.Xml.XmlException">Incorrect XML is encountered in the input stream.</exception>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.IsStartElement(System.String)">
       <summary>Calls <see cref="M:System.Xml.XmlReader.MoveToContent"></see> and tests if the current content node is a start tag or empty element tag and if the <see cref="P:System.Xml.XmlReader.Name"></see> property of the element found matches the given argument.</summary>
-      <param name="name">The string matched against the Name property of the element found.</param>
-      <returns>true if the resulting node is an element and the Name property matches the specified string. false if a node type other than XmlNodeType.Element was found or if the element Name property does not match the specified string.</returns>
+      <param name="name">The string matched against the <see langword="Name"></see> property of the element found.</param>
+      <returns><see langword="true"></see> if the resulting node is an element and the <see langword="Name"></see> property matches the specified string. <see langword="false"></see> if a node type other than <see langword="XmlNodeType.Element"></see> was found or if the element <see langword="Name"></see> property does not match the specified string.</returns>
       <exception cref="T:System.Xml.XmlException">Incorrect XML is encountered in the input stream.</exception>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.IsStartElement(System.String,System.String)">
       <summary>Calls <see cref="M:System.Xml.XmlReader.MoveToContent"></see> and tests if the current content node is a start tag or empty element tag and if the <see cref="P:System.Xml.XmlReader.LocalName"></see> and <see cref="P:System.Xml.XmlReader.NamespaceURI"></see> properties of the element found match the given strings.</summary>
-      <param name="localname">The string to match against the LocalName property of the element found.</param>
-      <param name="ns">The string to match against the NamespaceURI property of the element found.</param>
-      <returns>true if the resulting node is an element. false if a node type other than XmlNodeType.Element was found or if the LocalName and NamespaceURI properties of the element do not match the specified strings.</returns>
+      <param name="localname">The string to match against the <see langword="LocalName"></see> property of the element found.</param>
+      <param name="ns">The string to match against the <see langword="NamespaceURI"></see> property of the element found.</param>
+      <returns><see langword="true"></see> if the resulting node is an element. <see langword="false"></see> if a node type other than <see langword="XmlNodeType.Element"></see> was found or if the <see langword="LocalName"></see> and <see langword="NamespaceURI"></see> properties of the element do not match the specified strings.</returns>
       <exception cref="T:System.Xml.XmlException">Incorrect XML is encountered in the input stream.</exception>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="P:System.Xml.XmlReader.Item(System.String)">
       <summary>When overridden in a derived class, gets the value of the attribute with the specified <see cref="P:System.Xml.XmlReader.Name"></see>.</summary>
       <param name="name">The qualified name of the attribute.</param>
-      <returns>The value of the specified attribute. If the attribute is not found, null is returned.</returns>
+      <returns>The value of the specified attribute. If the attribute is not found, <see langword="null"></see> is returned.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="P:System.Xml.XmlReader.Item(System.String,System.String)">
       <summary>When overridden in a derived class, gets the value of the attribute with the specified <see cref="P:System.Xml.XmlReader.LocalName"></see> and <see cref="P:System.Xml.XmlReader.NamespaceURI"></see>.</summary>
       <param name="name">The local name of the attribute.</param>
       <param name="namespaceURI">The namespace URI of the attribute.</param>
-      <returns>The value of the specified attribute. If the attribute is not found, null is returned.</returns>
+      <returns>The value of the specified attribute. If the attribute is not found, <see langword="null"></see> is returned.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="P:System.Xml.XmlReader.LocalName">
       <summary>When overridden in a derived class, gets the local name of the current node.</summary>
-      <returns>The name of the current node with the prefix removed. For example, LocalName is book for the element &amp;lt;bk:book&amp;gt;.  
- For node types that do not have a name (like Text, Comment, and so on), this property returns String.Empty.</returns>
+      <returns>The name of the current node with the prefix removed. For example, <see langword="LocalName"></see> is <see langword="book"></see> for the element &amp;lt;bk:book&amp;gt;.  
+ For node types that do not have a name (like <see langword="Text"></see>, <see langword="Comment"></see>, and so on), this property returns <see langword="String.Empty"></see>.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.LookupNamespace(System.String)">
       <summary>When overridden in a derived class, resolves a namespace prefix in the current element&amp;#39;s scope.</summary>
       <param name="prefix">The prefix whose namespace URI you want to resolve. To match the default namespace, pass an empty string.</param>
-      <returns>The namespace URI to which the prefix maps or null if no matching prefix is found.</returns>
+      <returns>The namespace URI to which the prefix maps or <see langword="null"></see> if no matching prefix is found.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.MoveToAttribute(System.Int32)">
     <member name="M:System.Xml.XmlReader.MoveToAttribute(System.String)">
       <summary>When overridden in a derived class, moves to the attribute with the specified <see cref="P:System.Xml.XmlReader.Name"></see>.</summary>
       <param name="name">The qualified name of the attribute.</param>
-      <returns>true if the attribute is found; otherwise, false. If false, the reader&amp;#39;s position does not change.</returns>
+      <returns><see langword="true"></see> if the attribute is found; otherwise, <see langword="false"></see>. If <see langword="false"></see>, the reader&amp;#39;s position does not change.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
       <exception cref="T:System.ArgumentException">The parameter is an empty string.</exception>
     </member>
       <summary>When overridden in a derived class, moves to the attribute with the specified <see cref="P:System.Xml.XmlReader.LocalName"></see> and <see cref="P:System.Xml.XmlReader.NamespaceURI"></see>.</summary>
       <param name="name">The local name of the attribute.</param>
       <param name="ns">The namespace URI of the attribute.</param>
-      <returns>true if the attribute is found; otherwise, false. If false, the reader&amp;#39;s position does not change.</returns>
+      <returns><see langword="true"></see> if the attribute is found; otherwise, <see langword="false"></see>. If <see langword="false"></see>, the reader&amp;#39;s position does not change.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
-      <exception cref="T:System.ArgumentNullException">Both parameter values are null.</exception>
+      <exception cref="T:System.ArgumentNullException">Both parameter values are <see langword="null"></see>.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.MoveToContent">
-      <summary>Checks whether the current node is a content (non-white space text, CDATA, Element, EndElement, EntityReference, or EndEntity) node. If the node is not a content node, the reader skips ahead to the next content node or end of file. It skips over nodes of the following type: ProcessingInstruction, DocumentType, Comment, Whitespace, or SignificantWhitespace.</summary>
-      <returns>The <see cref="System.Xml.XmlReader.NodeType"></see> of the current node found by the method or XmlNodeType.None if the reader has reached the end of the input stream.</returns>
+      <summary>Checks whether the current node is a content (non-white space text, <see langword="CDATA"></see>, <see langword="Element"></see>, <see langword="EndElement"></see>, <see langword="EntityReference"></see>, or <see langword="EndEntity"></see>) node. If the node is not a content node, the reader skips ahead to the next content node or end of file. It skips over nodes of the following type: <see langword="ProcessingInstruction"></see>, <see langword="DocumentType"></see>, <see langword="Comment"></see>, <see langword="Whitespace"></see>, or <see langword="SignificantWhitespace"></see>.</summary>
+      <returns>The <see cref="P:System.Xml.XmlReader.NodeType"></see> of the current node found by the method or <see langword="XmlNodeType.None"></see> if the reader has reached the end of the input stream.</returns>
       <exception cref="T:System.Xml.XmlException">Incorrect XML encountered in the input stream.</exception>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.MoveToContentAsync">
       <summary>Asynchronously checks whether the current node is a content node. If the node is not a content node, the reader skips ahead to the next content node or end of file.</summary>
-      <returns>The <see cref="System.Xml.XmlReader.NodeType"></see> of the current node found by the method or XmlNodeType.None if the reader has reached the end of the input stream.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlReaderSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlReaderSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+      <returns>The <see cref="P:System.Xml.XmlReader.NodeType"></see> of the current node found by the method or <see langword="XmlNodeType.None"></see> if the reader has reached the end of the input stream.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlReaderSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlReaderSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.MoveToElement">
       <summary>When overridden in a derived class, moves to the element that contains the current attribute node.</summary>
-      <returns>true if the reader is positioned on an attribute (the reader moves to the element that owns the attribute); false if the reader is not positioned on an attribute (the position of the reader does not change).</returns>
+      <returns><see langword="true"></see> if the reader is positioned on an attribute (the reader moves to the element that owns the attribute); <see langword="false"></see> if the reader is not positioned on an attribute (the position of the reader does not change).</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.MoveToFirstAttribute">
       <summary>When overridden in a derived class, moves to the first attribute.</summary>
-      <returns>true if an attribute exists (the reader moves to the first attribute); otherwise, false (the position of the reader does not change).</returns>
+      <returns><see langword="true"></see> if an attribute exists (the reader moves to the first attribute); otherwise, <see langword="false"></see> (the position of the reader does not change).</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.MoveToNextAttribute">
       <summary>When overridden in a derived class, moves to the next attribute.</summary>
-      <returns>true if there is a next attribute; false if there are no more attributes.</returns>
+      <returns><see langword="true"></see> if there is a next attribute; <see langword="false"></see> if there are no more attributes.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="P:System.Xml.XmlReader.Name">
       <summary>When overridden in a derived class, gets the qualified name of the current node.</summary>
-      <returns>The qualified name of the current node. For example, Name is bk:book for the element &amp;lt;bk:book&amp;gt;.  
- The name returned is dependent on the <see cref="System.Xml.XmlReader.NodeType"></see> of the node. The following node types return the listed values. All other node types return an empty string.  
+      <returns>The qualified name of the current node. For example, <see langword="Name"></see> is <see langword="bk:book"></see> for the element &amp;lt;bk:book&amp;gt;.  
+ The name returned is dependent on the <see cref="P:System.Xml.XmlReader.NodeType"></see> of the node. The following node types return the listed values. All other node types return an empty string.  
   Node type  
 
   Name  
 
Attribute The name of the attribute.  
<see langword="Attribute"></see> The name of the attribute.  
 
DocumentType The document type name.  
<see langword="DocumentType"></see> The document type name.  
 
Element The tag name.  
<see langword="Element"></see> The tag name.  
 
EntityReference The name of the entity referenced.  
<see langword="EntityReference"></see> The name of the entity referenced.  
 
ProcessingInstruction The target of the processing instruction.  
<see langword="ProcessingInstruction"></see> The target of the processing instruction.  
 
XmlDeclaration The literal string xml.  
<see langword="XmlDeclaration"></see> The literal string <see langword="xml"></see>.  
 
  </returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="P:System.Xml.XmlReader.NameTable">
       <summary>When overridden in a derived class, gets the <see cref="T:System.Xml.XmlNameTable"></see> associated with this implementation.</summary>
-      <returns>The XmlNameTable enabling you to get the atomized version of a string within the node.</returns>
+      <returns>The <see langword="XmlNameTable"></see> enabling you to get the atomized version of a string within the node.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="P:System.Xml.XmlReader.NodeType">
     </member>
     <member name="M:System.Xml.XmlReader.Read">
       <summary>When overridden in a derived class, reads the next node from the stream.</summary>
-      <returns>true if the next node was read successfully; otherwise, false.</returns>
+      <returns><see langword="true"></see> if the next node was read successfully; otherwise, <see langword="false"></see>.</returns>
       <exception cref="T:System.Xml.XmlException">An error occurred while parsing the XML.</exception>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadAsync">
       <summary>Asynchronously reads the next node from the stream.</summary>
-      <returns>true if the next node was read successfully; false if there are no more nodes to read.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlReaderSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlReaderSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+      <returns><see langword="true"></see> if the next node was read successfully; <see langword="false"></see> if there are no more nodes to read.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlReaderSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlReaderSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadAttributeValue">
-      <summary>When overridden in a derived class, parses the attribute value into one or more Text, EntityReference, or EndEntity nodes.</summary>
-      <returns>true if there are nodes to return.  
false if the reader is not positioned on an attribute node when the initial call is made or if all the attribute values have been read.  
- An empty attribute, such as, misc=&amp;quot;&amp;quot;, returns true with a single node with a value of String.Empty.</returns>
+      <summary>When overridden in a derived class, parses the attribute value into one or more <see langword="Text"></see>, <see langword="EntityReference"></see>, or <see langword="EndEntity"></see> nodes.</summary>
+      <returns><see langword="true"></see> if there are nodes to return.  
<see langword="false"></see> if the reader is not positioned on an attribute node when the initial call is made or if all the attribute values have been read.  
+ An empty attribute, such as, misc=&amp;quot;&amp;quot;, returns <see langword="true"></see> with a single node with a value of <see langword="String.Empty"></see>.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadContentAs(System.Type,System.Xml.IXmlNamespaceResolver)">
       <param name="returnType">The type of the value to be returned.  
  Note With the release of the .NET Framework 3.5, the value of the returnType parameter can now be the <see cref="T:System.DateTimeOffset"></see> type.</param>
       <param name="namespaceResolver">An <see cref="T:System.Xml.IXmlNamespaceResolver"></see> object that is used to resolve any namespace prefixes related to type conversion. For example, this can be used when converting an <see cref="T:System.Xml.XmlQualifiedName"></see> object to an xs:string.  
- This value can be null.</param>
+ This value can be <see langword="null"></see>.</param>
       <returns>The concatenated text content or attribute value converted to the requested type.</returns>
       <exception cref="T:System.FormatException">The content is not in the correct format for the target type.</exception>
       <exception cref="T:System.InvalidCastException">The attempted cast is not valid.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="returnType">returnType</paramref> value is null.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="returnType">returnType</paramref> value is <see langword="null"></see>.</exception>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
-      <exception cref="T:System.OverflowException">Read Decimal.MaxValue.</exception>
+      <exception cref="T:System.OverflowException">Read <see langword="Decimal.MaxValue"></see>.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadContentAsAsync(System.Type,System.Xml.IXmlNamespaceResolver)">
       <summary>Asynchronously reads the content as an object of the type specified.</summary>
       <param name="returnType">The type of the value to be returned.</param>
       <param name="namespaceResolver">An <see cref="T:System.Xml.IXmlNamespaceResolver"></see> object that is used to resolve any namespace prefixes related to type conversion.</param>
       <returns>The concatenated text content or attribute value converted to the requested type.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlReaderSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlReaderSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlReaderSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlReaderSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadContentAsBase64(System.Byte[],System.Int32,System.Int32)">
       <summary>Reads the content and returns the Base64 decoded binary bytes.</summary>
-      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be null.</param>
+      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be <see langword="null"></see>.</param>
       <param name="index">The offset into the buffer where to start copying the result.</param>
       <param name="count">The maximum number of bytes to copy into the buffer. The actual number of bytes copied is returned from this method.</param>
       <returns>The number of bytes written to the buffer.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer">buffer</paramref> value is null.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer">buffer</paramref> value is <see langword="null"></see>.</exception>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The index into the buffer or index + count is larger than the allocated buffer size.</exception>
       <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XmlReader"></see> implementation does not support this method.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadContentAsBase64Async(System.Byte[],System.Int32,System.Int32)">
       <summary>Asynchronously reads the content and returns the Base64 decoded binary bytes.</summary>
-      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be null.</param>
+      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be <see langword="null"></see>.</param>
       <param name="index">The offset into the buffer where to start copying the result.</param>
       <param name="count">The maximum number of bytes to copy into the buffer. The actual number of bytes copied is returned from this method.</param>
       <returns>The number of bytes written to the buffer.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlReaderSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlReaderSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlReaderSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlReaderSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadContentAsBinHex(System.Byte[],System.Int32,System.Int32)">
-      <summary>Reads the content and returns the BinHex decoded binary bytes.</summary>
-      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be null.</param>
+      <summary>Reads the content and returns the <see langword="BinHex"></see> decoded binary bytes.</summary>
+      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be <see langword="null"></see>.</param>
       <param name="index">The offset into the buffer where to start copying the result.</param>
       <param name="count">The maximum number of bytes to copy into the buffer. The actual number of bytes copied is returned from this method.</param>
       <returns>The number of bytes written to the buffer.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer">buffer</paramref> value is null.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer">buffer</paramref> value is <see langword="null"></see>.</exception>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The index into the buffer or index + count is larger than the allocated buffer size.</exception>
       <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XmlReader"></see> implementation does not support this method.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadContentAsBinHexAsync(System.Byte[],System.Int32,System.Int32)">
-      <summary>Asynchronously reads the content and returns the BinHex decoded binary bytes.</summary>
-      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be null.</param>
+      <summary>Asynchronously reads the content and returns the <see langword="BinHex"></see> decoded binary bytes.</summary>
+      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be <see langword="null"></see>.</param>
       <param name="index">The offset into the buffer where to start copying the result.</param>
       <param name="count">The maximum number of bytes to copy into the buffer. The actual number of bytes copied is returned from this method.</param>
       <returns>The number of bytes written to the buffer.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlReaderSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlReaderSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlReaderSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlReaderSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadContentAsBoolean">
-      <summary>Reads the text content at the current position as a Boolean.</summary>
-      <returns>The text content as a <see cref="System.Boolean"></see> object.</returns>
+      <summary>Reads the text content at the current position as a <see langword="Boolean"></see>.</summary>
+      <returns>The text content as a <see cref="T:System.Boolean"></see> object.</returns>
       <exception cref="T:System.InvalidCastException">The attempted cast is not valid.</exception>
       <exception cref="T:System.FormatException">The string format is not valid.</exception>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadContentAsDateTime">
       <summary>Reads the text content at the current position as a <see cref="T:System.DateTime"></see> object.</summary>
-      <returns>The text content as a <see cref="System.DateTime"></see> object.</returns>
+      <returns>The text content as a <see cref="T:System.DateTime"></see> object.</returns>
       <exception cref="T:System.InvalidCastException">The attempted cast is not valid.</exception>
       <exception cref="T:System.FormatException">The string format is not valid.</exception>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadContentAsDateTimeOffset">
       <summary>Reads the text content at the current position as a <see cref="T:System.DateTimeOffset"></see> object.</summary>
-      <returns>The text content as a <see cref="System.DateTimeOffset"></see> object.</returns>
+      <returns>The text content as a <see cref="T:System.DateTimeOffset"></see> object.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadContentAsDecimal">
       <summary>Reads the text content at the current position as a <see cref="T:System.Decimal"></see> object.</summary>
-      <returns>The text content at the current position as a <see cref="System.Decimal"></see> object.</returns>
+      <returns>The text content at the current position as a <see cref="T:System.Decimal"></see> object.</returns>
       <exception cref="T:System.InvalidCastException">The attempted cast is not valid.</exception>
       <exception cref="T:System.FormatException">The string format is not valid.</exception>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     <member name="M:System.Xml.XmlReader.ReadContentAsObjectAsync">
       <summary>Asynchronously reads the text content at the current position as an <see cref="T:System.Object"></see>.</summary>
       <returns>The text content as the most appropriate common language runtime (CLR) object.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlReaderSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlReaderSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlReaderSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlReaderSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadContentAsString">
       <summary>Reads the text content at the current position as a <see cref="T:System.String"></see> object.</summary>
-      <returns>The text content as a <see cref="System.String"></see> object.</returns>
+      <returns>The text content as a <see cref="T:System.String"></see> object.</returns>
       <exception cref="T:System.InvalidCastException">The attempted cast is not valid.</exception>
       <exception cref="T:System.FormatException">The string format is not valid.</exception>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadContentAsStringAsync">
       <summary>Asynchronously reads the text content at the current position as a <see cref="T:System.String"></see> object.</summary>
-      <returns>The text content as a <see cref="System.String"></see> object.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlReaderSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlReaderSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+      <returns>The text content as a <see cref="T:System.String"></see> object.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlReaderSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlReaderSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementContentAs(System.Type,System.Xml.IXmlNamespaceResolver)">
       <summary>Reads the element content as the requested type.</summary>
       <exception cref="T:System.Xml.XmlException">The current element contains child elements.  
  -or-  
  The element content cannot be converted to the requested type.</exception>
-      <exception cref="T:System.ArgumentNullException">The method is called with null arguments.</exception>
-      <exception cref="T:System.OverflowException">Read Decimal.MaxValue.</exception>
+      <exception cref="T:System.ArgumentNullException">The method is called with <see langword="null"></see> arguments.</exception>
+      <exception cref="T:System.OverflowException">Read <see langword="Decimal.MaxValue"></see>.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementContentAs(System.Type,System.Xml.IXmlNamespaceResolver,System.String,System.String)">
       <summary>Checks that the specified local name and namespace URI matches that of the current element, then reads the element content as the requested type.</summary>
       <exception cref="T:System.Xml.XmlException">The current element contains child elements.  
  -or-  
  The element content cannot be converted to the requested type.</exception>
-      <exception cref="T:System.ArgumentNullException">The method is called with null arguments.</exception>
+      <exception cref="T:System.ArgumentNullException">The method is called with <see langword="null"></see> arguments.</exception>
       <exception cref="T:System.ArgumentException">The specified local name and namespace URI do not match that of the current element being read.</exception>
-      <exception cref="T:System.OverflowException">Read Decimal.MaxValue.</exception>
+      <exception cref="T:System.OverflowException">Read <see langword="Decimal.MaxValue"></see>.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementContentAsAsync(System.Type,System.Xml.IXmlNamespaceResolver)">
       <summary>Asynchronously reads the element content as the requested type.</summary>
       <param name="returnType">The type of the value to be returned.</param>
       <param name="namespaceResolver">An <see cref="T:System.Xml.IXmlNamespaceResolver"></see> object that is used to resolve any namespace prefixes related to type conversion.</param>
       <returns>The element content converted to the requested typed object.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlReaderSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlReaderSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlReaderSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlReaderSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementContentAsBase64(System.Byte[],System.Int32,System.Int32)">
-      <summary>Reads the element and decodes the Base64 content.</summary>
-      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be null.</param>
+      <summary>Reads the element and decodes the <see langword="Base64"></see> content.</summary>
+      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be <see langword="null"></see>.</param>
       <param name="index">The offset into the buffer where to start copying the result.</param>
       <param name="count">The maximum number of bytes to copy into the buffer. The actual number of bytes copied is returned from this method.</param>
       <returns>The number of bytes written to the buffer.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer">buffer</paramref> value is null.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer">buffer</paramref> value is <see langword="null"></see>.</exception>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The index into the buffer or index + count is larger than the allocated buffer size.</exception>
       <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XmlReader"></see> implementation does not support this method.</exception>
       <exception cref="T:System.FormatException">The content cannot be converted to the requested type.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementContentAsBase64Async(System.Byte[],System.Int32,System.Int32)">
-      <summary>Asynchronously reads the element and decodes the Base64 content.</summary>
-      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be null.</param>
+      <summary>Asynchronously reads the element and decodes the <see langword="Base64"></see> content.</summary>
+      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be <see langword="null"></see>.</param>
       <param name="index">The offset into the buffer where to start copying the result.</param>
       <param name="count">The maximum number of bytes to copy into the buffer. The actual number of bytes copied is returned from this method.</param>
       <returns>The number of bytes written to the buffer.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlReaderSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlReaderSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlReaderSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlReaderSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementContentAsBinHex(System.Byte[],System.Int32,System.Int32)">
-      <summary>Reads the element and decodes the BinHex content.</summary>
-      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be null.</param>
+      <summary>Reads the element and decodes the <see langword="BinHex"></see> content.</summary>
+      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be <see langword="null"></see>.</param>
       <param name="index">The offset into the buffer where to start copying the result.</param>
       <param name="count">The maximum number of bytes to copy into the buffer. The actual number of bytes copied is returned from this method.</param>
       <returns>The number of bytes written to the buffer.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer">buffer</paramref> value is null.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer">buffer</paramref> value is <see langword="null"></see>.</exception>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The index into the buffer or index + count is larger than the allocated buffer size.</exception>
       <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XmlReader"></see> implementation does not support this method.</exception>
       <exception cref="T:System.FormatException">The content cannot be converted to the requested type.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementContentAsBinHexAsync(System.Byte[],System.Int32,System.Int32)">
-      <summary>Asynchronously reads the element and decodes the BinHex content.</summary>
-      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be null.</param>
+      <summary>Asynchronously reads the element and decodes the <see langword="BinHex"></see> content.</summary>
+      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be <see langword="null"></see>.</param>
       <param name="index">The offset into the buffer where to start copying the result.</param>
       <param name="count">The maximum number of bytes to copy into the buffer. The actual number of bytes copied is returned from this method.</param>
       <returns>The number of bytes written to the buffer.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlReaderSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlReaderSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlReaderSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlReaderSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementContentAsBoolean(System.String,System.String)">
       <summary>Checks that the specified local name and namespace URI matches that of the current element, then reads the current element and returns the contents as a <see cref="T:System.Boolean"></see> object.</summary>
       <param name="localName">The local name of the element.</param>
       <param name="namespaceURI">The namespace URI of the element.</param>
-      <returns>The element content as a <see cref="System.Boolean"></see> object.</returns>
+      <returns>The element content as a <see cref="T:System.Boolean"></see> object.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
       <exception cref="T:System.Xml.XmlException">The current element contains child elements.  
  -or-  
  The element content cannot be converted to the requested type.</exception>
-      <exception cref="T:System.ArgumentNullException">The method is called with null arguments.</exception>
+      <exception cref="T:System.ArgumentNullException">The method is called with <see langword="null"></see> arguments.</exception>
       <exception cref="T:System.ArgumentException">The specified local name and namespace URI do not match that of the current element being read.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementContentAsBoolean">
       <summary>Reads the current element and returns the contents as a <see cref="T:System.Boolean"></see> object.</summary>
-      <returns>The element content as a <see cref="System.Boolean"></see> object.</returns>
+      <returns>The element content as a <see cref="T:System.Boolean"></see> object.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
       <exception cref="T:System.Xml.XmlException">The current element contains child elements.  
  -or-  
  The element content cannot be converted to a <see cref="System.Boolean"></see> object.</exception>
-      <exception cref="T:System.ArgumentNullException">The method is called with null arguments.</exception>
+      <exception cref="T:System.ArgumentNullException">The method is called with <see langword="null"></see> arguments.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementContentAsDateTime">
       <summary>Reads the current element and returns the contents as a <see cref="T:System.DateTime"></see> object.</summary>
-      <returns>The element content as a <see cref="System.DateTime"></see> object.</returns>
+      <returns>The element content as a <see cref="T:System.DateTime"></see> object.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
       <exception cref="T:System.Xml.XmlException">The current element contains child elements.  
  -or-  
  The element content cannot be converted to a <see cref="System.DateTime"></see> object.</exception>
-      <exception cref="T:System.ArgumentNullException">The method is called with null arguments.</exception>
+      <exception cref="T:System.ArgumentNullException">The method is called with <see langword="null"></see> arguments.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementContentAsDateTime(System.String,System.String)">
       <summary>Checks that the specified local name and namespace URI matches that of the current element, then reads the current element and returns the contents as a <see cref="T:System.DateTime"></see> object.</summary>
       <param name="localName">The local name of the element.</param>
       <param name="namespaceURI">The namespace URI of the element.</param>
-      <returns>The element contents as a <see cref="System.DateTime"></see> object.</returns>
+      <returns>The element contents as a <see cref="T:System.DateTime"></see> object.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
       <exception cref="T:System.Xml.XmlException">The current element contains child elements.  
  -or-  
  The element content cannot be converted to the requested type.</exception>
-      <exception cref="T:System.ArgumentNullException">The method is called with null arguments.</exception>
+      <exception cref="T:System.ArgumentNullException">The method is called with <see langword="null"></see> arguments.</exception>
       <exception cref="T:System.ArgumentException">The specified local name and namespace URI do not match that of the current element being read.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementContentAsDecimal">
       <summary>Reads the current element and returns the contents as a <see cref="T:System.Decimal"></see> object.</summary>
-      <returns>The element content as a <see cref="System.Decimal"></see> object.</returns>
+      <returns>The element content as a <see cref="T:System.Decimal"></see> object.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
       <exception cref="T:System.Xml.XmlException">The current element contains child elements.  
  -or-  
  The element content cannot be converted to a <see cref="System.Decimal"></see>.</exception>
-      <exception cref="T:System.ArgumentNullException">The method is called with null arguments.</exception>
+      <exception cref="T:System.ArgumentNullException">The method is called with <see langword="null"></see> arguments.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementContentAsDecimal(System.String,System.String)">
       <summary>Checks that the specified local name and namespace URI matches that of the current element, then reads the current element and returns the contents as a <see cref="T:System.Decimal"></see> object.</summary>
       <param name="localName">The local name of the element.</param>
       <param name="namespaceURI">The namespace URI of the element.</param>
-      <returns>The element content as a <see cref="System.Decimal"></see> object.</returns>
+      <returns>The element content as a <see cref="T:System.Decimal"></see> object.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
       <exception cref="T:System.Xml.XmlException">The current element contains child elements.  
  -or-  
  The element content cannot be converted to a <see cref="System.Decimal"></see>.</exception>
-      <exception cref="T:System.ArgumentNullException">The method is called with null arguments.</exception>
+      <exception cref="T:System.ArgumentNullException">The method is called with <see langword="null"></see> arguments.</exception>
       <exception cref="T:System.ArgumentException">The specified local name and namespace URI do not match that of the current element being read.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementContentAsDouble">
       <exception cref="T:System.Xml.XmlException">The current element contains child elements.  
  -or-  
  The element content cannot be converted to a double-precision floating-point number.</exception>
-      <exception cref="T:System.ArgumentNullException">The method is called with null arguments.</exception>
+      <exception cref="T:System.ArgumentNullException">The method is called with <see langword="null"></see> arguments.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementContentAsDouble(System.String,System.String)">
       <summary>Checks that the specified local name and namespace URI matches that of the current element, then reads the current element and returns the contents as a double-precision floating-point number.</summary>
       <exception cref="T:System.Xml.XmlException">The current element contains child elements.  
  -or-  
  The element content cannot be converted to the requested type.</exception>
-      <exception cref="T:System.ArgumentNullException">The method is called with null arguments.</exception>
+      <exception cref="T:System.ArgumentNullException">The method is called with <see langword="null"></see> arguments.</exception>
       <exception cref="T:System.ArgumentException">The specified local name and namespace URI do not match that of the current element being read.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementContentAsFloat">
       <exception cref="T:System.Xml.XmlException">The current element contains child elements.  
  -or-  
  The element content cannot be converted to a single-precision floating-point number.</exception>
-      <exception cref="T:System.ArgumentNullException">The method is called with null arguments.</exception>
+      <exception cref="T:System.ArgumentNullException">The method is called with <see langword="null"></see> arguments.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementContentAsFloat(System.String,System.String)">
       <summary>Checks that the specified local name and namespace URI matches that of the current element, then reads the current element and returns the contents as a single-precision floating-point number.</summary>
       <exception cref="T:System.Xml.XmlException">The current element contains child elements.  
  -or-  
  The element content cannot be converted to a single-precision floating-point number.</exception>
-      <exception cref="T:System.ArgumentNullException">The method is called with null arguments.</exception>
+      <exception cref="T:System.ArgumentNullException">The method is called with <see langword="null"></see> arguments.</exception>
       <exception cref="T:System.ArgumentException">The specified local name and namespace URI do not match that of the current element being read.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementContentAsInt">
       <exception cref="T:System.Xml.XmlException">The current element contains child elements.  
  -or-  
  The element content cannot be converted to a 32-bit signed integer.</exception>
-      <exception cref="T:System.ArgumentNullException">The method is called with null arguments.</exception>
+      <exception cref="T:System.ArgumentNullException">The method is called with <see langword="null"></see> arguments.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementContentAsInt(System.String,System.String)">
       <summary>Checks that the specified local name and namespace URI matches that of the current element, then reads the current element and returns the contents as a 32-bit signed integer.</summary>
       <exception cref="T:System.Xml.XmlException">The current element contains child elements.  
  -or-  
  The element content cannot be converted to a 32-bit signed integer.</exception>
-      <exception cref="T:System.ArgumentNullException">The method is called with null arguments.</exception>
+      <exception cref="T:System.ArgumentNullException">The method is called with <see langword="null"></see> arguments.</exception>
       <exception cref="T:System.ArgumentException">The specified local name and namespace URI do not match that of the current element being read.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementContentAsLong">
       <exception cref="T:System.Xml.XmlException">The current element contains child elements.  
  -or-  
  The element content cannot be converted to a 64-bit signed integer.</exception>
-      <exception cref="T:System.ArgumentNullException">The method is called with null arguments.</exception>
+      <exception cref="T:System.ArgumentNullException">The method is called with <see langword="null"></see> arguments.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementContentAsLong(System.String,System.String)">
       <summary>Checks that the specified local name and namespace URI matches that of the current element, then reads the current element and returns the contents as a 64-bit signed integer.</summary>
       <exception cref="T:System.Xml.XmlException">The current element contains child elements.  
  -or-  
  The element content cannot be converted to a 64-bit signed integer.</exception>
-      <exception cref="T:System.ArgumentNullException">The method is called with null arguments.</exception>
+      <exception cref="T:System.ArgumentNullException">The method is called with <see langword="null"></see> arguments.</exception>
       <exception cref="T:System.ArgumentException">The specified local name and namespace URI do not match that of the current element being read.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementContentAsObject">
       <summary>Reads the current element and returns the contents as an <see cref="T:System.Object"></see>.</summary>
-      <returns>A boxed common language runtime (CLR) object of the most appropriate type. The <see cref="System.Xml.XmlReader.ValueType"></see> property determines the appropriate CLR type. If the content is typed as a list type, this method returns an array of boxed objects of the appropriate type.</returns>
+      <returns>A boxed common language runtime (CLR) object of the most appropriate type. The <see cref="P:System.Xml.XmlReader.ValueType"></see> property determines the appropriate CLR type. If the content is typed as a list type, this method returns an array of boxed objects of the appropriate type.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
       <exception cref="T:System.Xml.XmlException">The current element contains child elements.  
  -or-  
  The element content cannot be converted to the requested type</exception>
-      <exception cref="T:System.ArgumentNullException">The method is called with null arguments.</exception>
+      <exception cref="T:System.ArgumentNullException">The method is called with <see langword="null"></see> arguments.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementContentAsObject(System.String,System.String)">
       <summary>Checks that the specified local name and namespace URI matches that of the current element, then reads the current element and returns the contents as an <see cref="T:System.Object"></see>.</summary>
       <param name="localName">The local name of the element.</param>
       <param name="namespaceURI">The namespace URI of the element.</param>
-      <returns>A boxed common language runtime (CLR) object of the most appropriate type. The <see cref="System.Xml.XmlReader.ValueType"></see> property determines the appropriate CLR type. If the content is typed as a list type, this method returns an array of boxed objects of the appropriate type.</returns>
+      <returns>A boxed common language runtime (CLR) object of the most appropriate type. The <see cref="P:System.Xml.XmlReader.ValueType"></see> property determines the appropriate CLR type. If the content is typed as a list type, this method returns an array of boxed objects of the appropriate type.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
       <exception cref="T:System.Xml.XmlException">The current element contains child elements.  
  -or-  
  The element content cannot be converted to the requested type.</exception>
-      <exception cref="T:System.ArgumentNullException">The method is called with null arguments.</exception>
+      <exception cref="T:System.ArgumentNullException">The method is called with <see langword="null"></see> arguments.</exception>
       <exception cref="T:System.ArgumentException">The specified local name and namespace URI do not match that of the current element being read.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementContentAsObjectAsync">
       <summary>Asynchronously reads the current element and returns the contents as an <see cref="T:System.Object"></see>.</summary>
-      <returns>A boxed common language runtime (CLR) object of the most appropriate type. The <see cref="System.Xml.XmlReader.ValueType"></see> property determines the appropriate CLR type. If the content is typed as a list type, this method returns an array of boxed objects of the appropriate type.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlReaderSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlReaderSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+      <returns>A boxed common language runtime (CLR) object of the most appropriate type. The <see cref="P:System.Xml.XmlReader.ValueType"></see> property determines the appropriate CLR type. If the content is typed as a list type, this method returns an array of boxed objects of the appropriate type.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlReaderSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlReaderSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementContentAsString(System.String,System.String)">
       <summary>Checks that the specified local name and namespace URI matches that of the current element, then reads the current element and returns the contents as a <see cref="T:System.String"></see> object.</summary>
       <param name="localName">The local name of the element.</param>
       <param name="namespaceURI">The namespace URI of the element.</param>
-      <returns>The element content as a <see cref="System.String"></see> object.</returns>
+      <returns>The element content as a <see cref="T:System.String"></see> object.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
       <exception cref="T:System.Xml.XmlException">The current element contains child elements.  
  -or-  
  The element content cannot be converted to a <see cref="System.String"></see> object.</exception>
-      <exception cref="T:System.ArgumentNullException">The method is called with null arguments.</exception>
+      <exception cref="T:System.ArgumentNullException">The method is called with <see langword="null"></see> arguments.</exception>
       <exception cref="T:System.ArgumentException">The specified local name and namespace URI do not match that of the current element being read.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementContentAsString">
       <summary>Reads the current element and returns the contents as a <see cref="T:System.String"></see> object.</summary>
-      <returns>The element content as a <see cref="System.String"></see> object.</returns>
+      <returns>The element content as a <see cref="T:System.String"></see> object.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
       <exception cref="T:System.Xml.XmlException">The current element contains child elements.  
  -or-  
  The element content cannot be converted to a <see cref="System.String"></see> object.</exception>
-      <exception cref="T:System.ArgumentNullException">The method is called with null arguments.</exception>
+      <exception cref="T:System.ArgumentNullException">The method is called with <see langword="null"></see> arguments.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementContentAsStringAsync">
       <summary>Asynchronously reads the current element and returns the contents as a <see cref="T:System.String"></see> object.</summary>
-      <returns>The element content as a <see cref="System.String"></see> object.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlReaderSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlReaderSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+      <returns>The element content as a <see cref="T:System.String"></see> object.</returns>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlReaderSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlReaderSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementString">
       <summary>Reads a text-only element. However, we recommend that you use the <see cref="M:System.Xml.XmlReader.ReadElementContentAsString"></see> method instead, because it provides a more straightforward way to handle this operation.</summary>
       <summary>Checks that the <see cref="P:System.Xml.XmlReader.Name"></see> property of the element found matches the given string before reading a text-only element. However, we recommend that you use the <see cref="M:System.Xml.XmlReader.ReadElementContentAsString"></see> method instead, because it provides a more straightforward way to handle this operation.</summary>
       <param name="name">The name to check.</param>
       <returns>The text contained in the element that was read. An empty string if the element is empty.</returns>
-      <exception cref="T:System.Xml.XmlException">If the next content node is not a start tag; if the element Name does not match the given argument; or if the element found does not contain a simple text value.</exception>
+      <exception cref="T:System.Xml.XmlException">If the next content node is not a start tag; if the element <see langword="Name"></see> does not match the given argument; or if the element found does not contain a simple text value.</exception>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementString(System.String,System.String)">
       <param name="localname">The local name to check.</param>
       <param name="ns">The namespace URI to check.</param>
       <returns>The text contained in the element that was read. An empty string if the element is empty.</returns>
-      <exception cref="T:System.Xml.XmlException">If the next content node is not a start tag; if the element LocalName or NamespaceURI do not match the given arguments; or if the element found does not contain a simple text value.</exception>
+      <exception cref="T:System.Xml.XmlException">If the next content node is not a start tag; if the element <see langword="LocalName"></see> or <see langword="NamespaceURI"></see> do not match the given arguments; or if the element found does not contain a simple text value.</exception>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadEndElement">
     <member name="M:System.Xml.XmlReader.ReadInnerXmlAsync">
       <summary>Asynchronously reads all the content, including markup, as a string.</summary>
       <returns>All the XML content, including markup, in the current node. If the current node has no children, an empty string is returned.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlReaderSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlReaderSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlReaderSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlReaderSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadOuterXml">
       <summary>When overridden in a derived class, reads the content, including markup, representing this node and all its children.</summary>
     <member name="M:System.Xml.XmlReader.ReadOuterXmlAsync">
       <summary>Asynchronously reads the content, including markup, representing this node and all its children.</summary>
       <returns>If the reader is positioned on an element or an attribute node, this method returns all the XML content, including markup, of the current node and all its children; otherwise, it returns an empty string.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlReaderSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlReaderSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlReaderSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlReaderSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadStartElement">
       <summary>Checks that the current node is an element and advances the reader to the next node.</summary>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadSubtree">
-      <summary>Returns a new XmlReader instance that can be used to read the current node, and all its descendants.</summary>
-      <returns>A new XML reader instance set to <see cref="System.Xml.ReadState.Initial"></see>. Calling the <see cref="System.Xml.XmlReader.Read"></see> method positions the new reader on the node that was current before the call to the <see cref="System.Xml.XmlReader.ReadSubtree"></see> method.</returns>
+      <summary>Returns a new <see langword="XmlReader"></see> instance that can be used to read the current node, and all its descendants.</summary>
+      <returns>A new XML reader instance set to <see cref="F:System.Xml.ReadState.Initial"></see>. Calling the <see cref="M:System.Xml.XmlReader.Read"></see> method positions the new reader on the node that was current before the call to the <see cref="M:System.Xml.XmlReader.ReadSubtree"></see> method.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadToDescendant(System.String,System.String)">
       <summary>Advances the <see cref="T:System.Xml.XmlReader"></see> to the next descendant element with the specified local name and namespace URI.</summary>
       <param name="localName">The local name of the element you wish to move to.</param>
       <param name="namespaceURI">The namespace URI of the element you wish to move to.</param>
-      <returns>true if a matching descendant element is found; otherwise false. If a matching child element is not found, the <see cref="System.Xml.XmlReader"></see> is positioned on the end tag (<see cref="System.Xml.XmlReader.NodeType"></see> is XmlNodeType.EndElement) of the element.  
- If the <see cref="System.Xml.XmlReader"></see> is not positioned on an element when <see cref="System.Xml.XmlReader.ReadToDescendant(System.String,System.String)"></see> was called, this method returns false and the position of the <see cref="System.Xml.XmlReader"></see> is not changed.</returns>
+      <returns><see langword="true"></see> if a matching descendant element is found; otherwise <see langword="false"></see>. If a matching child element is not found, the <see cref="T:System.Xml.XmlReader"></see> is positioned on the end tag (<see cref="P:System.Xml.XmlReader.NodeType"></see> is <see langword="XmlNodeType.EndElement"></see>) of the element.  
+ If the <see cref="T:System.Xml.XmlReader"></see> is not positioned on an element when <see cref="M:System.Xml.XmlReader.ReadToDescendant(System.String,System.String)"></see> was called, this method returns <see langword="false"></see> and the position of the <see cref="T:System.Xml.XmlReader"></see> is not changed.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
-      <exception cref="T:System.ArgumentNullException">Both parameter values are null.</exception>
+      <exception cref="T:System.ArgumentNullException">Both parameter values are <see langword="null"></see>.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadToDescendant(System.String)">
       <summary>Advances the <see cref="T:System.Xml.XmlReader"></see> to the next descendant element with the specified qualified name.</summary>
       <param name="name">The qualified name of the element you wish to move to.</param>
-      <returns>true if a matching descendant element is found; otherwise false. If a matching child element is not found, the <see cref="System.Xml.XmlReader"></see> is positioned on the end tag (<see cref="System.Xml.XmlReader.NodeType"></see> is XmlNodeType.EndElement) of the element.  
- If the <see cref="System.Xml.XmlReader"></see> is not positioned on an element when <see cref="System.Xml.XmlReader.ReadToDescendant(System.String)"></see> was called, this method returns false and the position of the <see cref="System.Xml.XmlReader"></see> is not changed.</returns>
+      <returns><see langword="true"></see> if a matching descendant element is found; otherwise <see langword="false"></see>. If a matching child element is not found, the <see cref="T:System.Xml.XmlReader"></see> is positioned on the end tag (<see cref="P:System.Xml.XmlReader.NodeType"></see> is <see langword="XmlNodeType.EndElement"></see>) of the element.  
+ If the <see cref="T:System.Xml.XmlReader"></see> is not positioned on an element when <see cref="M:System.Xml.XmlReader.ReadToDescendant(System.String)"></see> was called, this method returns <see langword="false"></see> and the position of the <see cref="T:System.Xml.XmlReader"></see> is not changed.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
       <exception cref="T:System.ArgumentException">The parameter is an empty string.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadToFollowing(System.String)">
       <summary>Reads until an element with the specified qualified name is found.</summary>
       <param name="name">The qualified name of the element.</param>
-      <returns>true if a matching element is found; otherwise false and the <see cref="System.Xml.XmlReader"></see> is in an end of file state.</returns>
+      <returns><see langword="true"></see> if a matching element is found; otherwise <see langword="false"></see> and the <see cref="T:System.Xml.XmlReader"></see> is in an end of file state.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
       <exception cref="T:System.ArgumentException">The parameter is an empty string.</exception>
     </member>
       <summary>Reads until an element with the specified local name and namespace URI is found.</summary>
       <param name="localName">The local name of the element.</param>
       <param name="namespaceURI">The namespace URI of the element.</param>
-      <returns>true if a matching element is found; otherwise false and the <see cref="System.Xml.XmlReader"></see> is in an end of file state.</returns>
+      <returns><see langword="true"></see> if a matching element is found; otherwise <see langword="false"></see> and the <see cref="T:System.Xml.XmlReader"></see> is in an end of file state.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
-      <exception cref="T:System.ArgumentNullException">Both parameter values are null.</exception>
+      <exception cref="T:System.ArgumentNullException">Both parameter values are <see langword="null"></see>.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadToNextSibling(System.String)">
-      <summary>Advances the XmlReader to the next sibling element with the specified qualified name.</summary>
+      <summary>Advances the <see langword="XmlReader"></see> to the next sibling element with the specified qualified name.</summary>
       <param name="name">The qualified name of the sibling element you wish to move to.</param>
-      <returns>true if a matching sibling element is found; otherwise false. If a matching sibling element is not found, the XmlReader is positioned on the end tag (<see cref="System.Xml.XmlReader.NodeType"></see> is XmlNodeType.EndElement) of the parent element.</returns>
+      <returns><see langword="true"></see> if a matching sibling element is found; otherwise <see langword="false"></see>. If a matching sibling element is not found, the <see langword="XmlReader"></see> is positioned on the end tag (<see cref="P:System.Xml.XmlReader.NodeType"></see> is <see langword="XmlNodeType.EndElement"></see>) of the parent element.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
       <exception cref="T:System.ArgumentException">The parameter is an empty string.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadToNextSibling(System.String,System.String)">
-      <summary>Advances the XmlReader to the next sibling element with the specified local name and namespace URI.</summary>
+      <summary>Advances the <see langword="XmlReader"></see> to the next sibling element with the specified local name and namespace URI.</summary>
       <param name="localName">The local name of the sibling element you wish to move to.</param>
       <param name="namespaceURI">The namespace URI of the sibling element you wish to move to.</param>
-      <returns>true if a matching sibling element is found; otherwise, false. If a matching sibling element is not found, the XmlReader is positioned on the end tag (<see cref="System.Xml.XmlReader.NodeType"></see> is XmlNodeType.EndElement) of the parent element.</returns>
+      <returns><see langword="true"></see> if a matching sibling element is found; otherwise, <see langword="false"></see>. If a matching sibling element is not found, the <see langword="XmlReader"></see> is positioned on the end tag (<see cref="P:System.Xml.XmlReader.NodeType"></see> is <see langword="XmlNodeType.EndElement"></see>) of the parent element.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
-      <exception cref="T:System.ArgumentNullException">Both parameter values are null.</exception>
+      <exception cref="T:System.ArgumentNullException">Both parameter values are <see langword="null"></see>.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadValueChunk(System.Char[],System.Int32,System.Int32)">
       <summary>Reads large streams of text embedded in an XML document.</summary>
-      <param name="buffer">The array of characters that serves as the buffer to which the text contents are written. This value cannot be null.</param>
+      <param name="buffer">The array of characters that serves as the buffer to which the text contents are written. This value cannot be <see langword="null"></see>.</param>
       <param name="index">The offset within the buffer where the <see cref="T:System.Xml.XmlReader"></see> can start to copy the results.</param>
       <param name="count">The maximum number of characters to copy into the buffer. The actual number of characters copied is returned from this method.</param>
       <returns>The number of characters read into the buffer. The value zero is returned when there is no more text content.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer">buffer</paramref> value is null.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer">buffer</paramref> value is <see langword="null"></see>.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The index into the buffer, or index + count is larger than the allocated buffer size.</exception>
       <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XmlReader"></see> implementation does not support this method.</exception>
       <exception cref="T:System.Xml.XmlException">The XML data is not well-formed.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadValueChunkAsync(System.Char[],System.Int32,System.Int32)">
       <summary>Asynchronously reads large streams of text embedded in an XML document.</summary>
-      <param name="buffer">The array of characters that serves as the buffer to which the text contents are written. This value cannot be null.</param>
+      <param name="buffer">The array of characters that serves as the buffer to which the text contents are written. This value cannot be <see langword="null"></see>.</param>
       <param name="index">The offset within the buffer where the <see cref="T:System.Xml.XmlReader"></see> can start to copy the results.</param>
       <param name="count">The maximum number of characters to copy into the buffer. The actual number of characters copied is returned from this method.</param>
       <returns>The number of characters read into the buffer. The value zero is returned when there is no more text content.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlReaderSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlReaderSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlReaderSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlReaderSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ResolveEntity">
-      <summary>When overridden in a derived class, resolves the entity reference for EntityReference nodes.</summary>
+      <summary>When overridden in a derived class, resolves the entity reference for <see langword="EntityReference"></see> nodes.</summary>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="P:System.Xml.XmlReader.SchemaInfo">
       <summary>Gets the schema information that has been assigned to the current node as a result of schema validation.</summary>
-      <returns>An <see cref="System.Xml.Schema.IXmlSchemaInfo"></see> object containing the schema information for the current node. Schema information can be set on elements, attributes, or on text nodes with a non-null <see cref="System.Xml.XmlReader.ValueType"></see> (typed values).  
- If the current node is not one of the above node types, or if the XmlReader instance does not report schema information, this property returns null.  
- If this property is called from an <see cref="System.Xml.XmlTextReader"></see> or an <see cref="System.Xml.XmlValidatingReader"></see> object, this property always returns null. These XmlReader implementations do not expose schema information through the SchemaInfo property.  
+      <returns>An <see cref="T:System.Xml.Schema.IXmlSchemaInfo"></see> object containing the schema information for the current node. Schema information can be set on elements, attributes, or on text nodes with a non-null <see cref="P:System.Xml.XmlReader.ValueType"></see> (typed values).  
+ If the current node is not one of the above node types, or if the <see langword="XmlReader"></see> instance does not report schema information, this property returns <see langword="null"></see>.  
+ If this property is called from an <see cref="T:System.Xml.XmlTextReader"></see> or an <see cref="T:System.Xml.XmlValidatingReader"></see> object, this property always returns <see langword="null"></see>. These <see langword="XmlReader"></see> implementations do not expose schema information through the <see langword="SchemaInfo"></see> property.  
    
- If you have to get the post-schema-validation information set (PSVI) for an element, position the reader on the end tag of the element, rather than on the start tag. You get the PSVI through the SchemaInfo property of a reader. The validating reader that is created through <see cref="System.Xml.XmlReader.Create*"></see> with the <see cref="System.Xml.XmlReaderSettings.ValidationType"></see> property set to <see cref="System.Xml.ValidationType.Schema"></see> has complete PSVI for an element only when the reader is positioned on the end tag of an element.  </returns>
+ If you have to get the post-schema-validation information set (PSVI) for an element, position the reader on the end tag of the element, rather than on the start tag. You get the PSVI through the <see langword="SchemaInfo"></see> property of a reader. The validating reader that is created through <see cref="Overload:System.Xml.XmlReader.Create"></see> with the <see cref="P:System.Xml.XmlReaderSettings.ValidationType"></see> property set to <see cref="F:System.Xml.ValidationType.Schema"></see> has complete PSVI for an element only when the reader is positioned on the end tag of an element.  </returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="P:System.Xml.XmlReader.Settings">
       <summary>Gets the <see cref="T:System.Xml.XmlReaderSettings"></see> object used to create this <see cref="T:System.Xml.XmlReader"></see> instance.</summary>
-      <returns>The <see cref="System.Xml.XmlReaderSettings"></see> object used to create this reader instance. If this reader was not created using the <see cref="System.Xml.XmlReader.Create*"></see> method, this property returns null.</returns>
+      <returns>The <see cref="T:System.Xml.XmlReaderSettings"></see> object used to create this reader instance. If this reader was not created using the <see cref="Overload:System.Xml.XmlReader.Create"></see> method, this property returns <see langword="null"></see>.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="M:System.Xml.XmlReader.Skip">
     <member name="M:System.Xml.XmlReader.SkipAsync">
       <summary>Asynchronously skips the children of the current node.</summary>
       <returns>The current node.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlReaderSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlReaderSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlReaderSettings.Async"></see> flag to <see langword="true"></see>. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlReaderSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
     </member>
     <member name="P:System.Xml.XmlReader.Value">
       <summary>When overridden in a derived class, gets the text value of the current node.</summary>
-      <returns>The value returned depends on the <see cref="System.Xml.XmlReader.NodeType"></see> of the node. The following table lists node types that have a value to return. All other node types return String.Empty.  
+      <returns>The value returned depends on the <see cref="P:System.Xml.XmlReader.NodeType"></see> of the node. The following table lists node types that have a value to return. All other node types return <see langword="String.Empty"></see>.  
   Node type  
 
   Value  
 
Attribute The value of the attribute.  
<see langword="Attribute"></see> The value of the attribute.  
 
CDATA The content of the CDATA section.  
<see langword="CDATA"></see> The content of the CDATA section.  
 
Comment The content of the comment.  
<see langword="Comment"></see> The content of the comment.  
 
DocumentType The internal subset.  
<see langword="DocumentType"></see> The internal subset.  
 
ProcessingInstruction The entire content, excluding the target.  
<see langword="ProcessingInstruction"></see> The entire content, excluding the target.  
 
SignificantWhitespace The white space between markup in a mixed content model.  
<see langword="SignificantWhitespace"></see> The white space between markup in a mixed content model.  
 
Text The content of the text node.  
<see langword="Text"></see> The content of the text node.  
 
Whitespace The white space between markup.  
<see langword="Whitespace"></see> The white space between markup.  
 
XmlDeclaration The content of the declaration.  
<see langword="XmlDeclaration"></see> The content of the declaration.  
 
  </returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="P:System.Xml.XmlReader.ValueType">
       <summary>Gets The Common Language Runtime (CLR) type for the current node.</summary>
-      <returns>The CLR type that corresponds to the typed value of the node. The default is System.String.</returns>
+      <returns>The CLR type that corresponds to the typed value of the node. The default is <see langword="System.String"></see>.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="P:System.Xml.XmlReader.XmlLang">
-      <summary>When overridden in a derived class, gets the current xml:lang scope.</summary>
-      <returns>The current xml:lang scope.</returns>
+      <summary>When overridden in a derived class, gets the current <see langword="xml:lang"></see> scope.</summary>
+      <returns>The current <see langword="xml:lang"></see> scope.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
     <member name="P:System.Xml.XmlReader.XmlSpace">
-      <summary>When overridden in a derived class, gets the current xml:space scope.</summary>
-      <returns>One of the <see cref="System.Xml.XmlSpace"></see> values. If no xml:space scope exists, this property defaults to XmlSpace.None.</returns>
+      <summary>When overridden in a derived class, gets the current <see langword="xml:space"></see> scope.</summary>
+      <returns>One of the <see cref="T:System.Xml.XmlSpace"></see> values. If no <see langword="xml:space"></see> scope exists, this property defaults to <see langword="XmlSpace.None"></see>.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlReader"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
     </member>
-    <member name="T:System.Xml.XmlReaderSettings">
-      <summary>Specifies a set of features to support on the <see cref="T:System.Xml.XmlReader"></see> object created by the <see cref="Overload:System.Xml.XmlReader.Create"></see> method.</summary>
-    </member>
-    <member name="M:System.Xml.XmlReaderSettings.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlReaderSettings"></see> class.</summary>
-    </member>
-    <member name="P:System.Xml.XmlReaderSettings.Async">
-      <summary>Gets or sets whether asynchronous <see cref="T:System.Xml.XmlReader"></see> methods can be used on a particular <see cref="T:System.Xml.XmlReader"></see> instance.</summary>
-      <returns>true if asynchronous methods can be used; otherwise, false.</returns>
-    </member>
-    <member name="P:System.Xml.XmlReaderSettings.CheckCharacters">
-      <summary>Gets or sets a value indicating whether to do character checking.</summary>
-      <returns>true to do character checking; otherwise false. The default is true.  
-   
- If the <see cref="System.Xml.XmlReader"></see> is processing text data, it always checks that the XML names and text content are valid, regardless of the property setting. Setting <see cref="System.Xml.XmlReaderSettings.CheckCharacters"></see> to false turns off character checking for character entity references.  </returns>
-    </member>
-    <member name="M:System.Xml.XmlReaderSettings.Clone">
-      <summary>Creates a copy of the <see cref="T:System.Xml.XmlReaderSettings"></see> instance.</summary>
-      <returns>The cloned <see cref="System.Xml.XmlReaderSettings"></see> object.</returns>
-    </member>
-    <member name="P:System.Xml.XmlReaderSettings.CloseInput">
-      <summary>Gets or sets a value indicating whether the underlying stream or <see cref="T:System.IO.TextReader"></see> should be closed when the reader is closed.</summary>
-      <returns>true to close the underlying stream or <see cref="System.IO.TextReader"></see> when the reader is closed; otherwise false. The default is false.</returns>
-    </member>
-    <member name="P:System.Xml.XmlReaderSettings.ConformanceLevel">
-      <summary>Gets or sets the level of conformance which the <see cref="T:System.Xml.XmlReader"></see> will comply.</summary>
-      <returns>One of the enumeration values that specifies the level of conformance that the XML reader will enforce. The default is <see cref="System.Xml.ConformanceLevel.Document"></see>.</returns>
-    </member>
-    <member name="P:System.Xml.XmlReaderSettings.DtdProcessing">
-      <summary>Gets or sets a value that determines the processing of DTDs.</summary>
-      <returns>One of the enumeration values that determines the processing of DTDs. The default is <see cref="System.Xml.DtdProcessing.Prohibit"></see>.</returns>
-    </member>
-    <member name="P:System.Xml.XmlReaderSettings.IgnoreComments">
-      <summary>Gets or sets a value indicating whether to ignore comments.</summary>
-      <returns>true to ignore comments; otherwise false. The default is false.</returns>
-    </member>
-    <member name="P:System.Xml.XmlReaderSettings.IgnoreProcessingInstructions">
-      <summary>Gets or sets a value indicating whether to ignore processing instructions.</summary>
-      <returns>true to ignore processing instructions; otherwise false. The default is false.</returns>
-    </member>
-    <member name="P:System.Xml.XmlReaderSettings.IgnoreWhitespace">
-      <summary>Gets or sets a value indicating whether to ignore insignificant white space.</summary>
-      <returns>true to ignore white space; otherwise false. The default is false.</returns>
-    </member>
-    <member name="P:System.Xml.XmlReaderSettings.LineNumberOffset">
-      <summary>Gets or sets line number offset of the <see cref="T:System.Xml.XmlReader"></see> object.</summary>
-      <returns>The line number offset. The default is 0.</returns>
-    </member>
-    <member name="P:System.Xml.XmlReaderSettings.LinePositionOffset">
-      <summary>Gets or sets line position offset of the <see cref="T:System.Xml.XmlReader"></see> object.</summary>
-      <returns>The line position offset. The default is 0.</returns>
-    </member>
-    <member name="P:System.Xml.XmlReaderSettings.MaxCharactersFromEntities">
-      <summary>Gets or sets a value indicating the maximum allowable number of characters in a document that result from expanding entities.</summary>
-      <returns>The maximum allowable number of characters from expanded entities. The default is 0.</returns>
-    </member>
-    <member name="P:System.Xml.XmlReaderSettings.MaxCharactersInDocument">
-      <summary>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.</summary>
-      <returns>The maximum allowable number of characters in an XML document. The default is 0.</returns>
-    </member>
-    <member name="P:System.Xml.XmlReaderSettings.NameTable">
-      <summary>Gets or sets the <see cref="T:System.Xml.XmlNameTable"></see> used for atomized string comparisons.</summary>
-      <returns>The <see cref="System.Xml.XmlNameTable"></see> that stores all the atomized strings used by all <see cref="System.Xml.XmlReader"></see> instances created using this <see cref="System.Xml.XmlReaderSettings"></see> object.  
- The default is null. The created <see cref="System.Xml.XmlReader"></see> instance will use a new empty <see cref="System.Xml.NameTable"></see> if this value is null.</returns>
-    </member>
-    <member name="P:System.Xml.XmlReaderSettings.ProhibitDtd">
-      <summary>Gets or sets a value indicating whether to prohibit document type definition (DTD) processing. This property is obsolete. Use <see cref="P:System.Xml.XmlTextReader.DtdProcessing"></see> instead.</summary>
-      <returns>true to prohibit DTD processing; otherwise false. The default is true.</returns>
-    </member>
-    <member name="M:System.Xml.XmlReaderSettings.Reset">
-      <summary>Resets the members of the settings class to their default values.</summary>
-    </member>
-    <member name="P:System.Xml.XmlReaderSettings.Schemas">
-      <summary>Gets or sets the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see> to use when performing schema validation.</summary>
-      <returns>The <see cref="System.Xml.Schema.XmlSchemaSet"></see> to use when performing schema validation. The default is an empty <see cref="System.Xml.Schema.XmlSchemaSet"></see> object.</returns>
-    </member>
-    <member name="E:System.Xml.XmlReaderSettings.ValidationEventHandler">
-      <summary>Occurs when the reader encounters validation errors.</summary>
-    </member>
-    <member name="P:System.Xml.XmlReaderSettings.ValidationFlags">
-      <summary>Gets or sets a value indicating the schema validation settings. This setting applies to <see cref="T:System.Xml.XmlReader"></see> objects that validate schemas (<see cref="P:System.Xml.XmlReaderSettings.ValidationType"></see> property set to ValidationType.Schema).</summary>
-      <returns>A bitwise combination of enumeration values that specify validation options. <see cref="System.Xml.Schema.XmlSchemaValidationFlags.ProcessIdentityConstraints"></see> and <see cref="System.Xml.Schema.XmlSchemaValidationFlags.AllowXmlAttributes"></see> are enabled by default. <see cref="System.Xml.Schema.XmlSchemaValidationFlags.ProcessInlineSchema"></see>, <see cref="System.Xml.Schema.XmlSchemaValidationFlags.ProcessSchemaLocation"></see>, and <see cref="System.Xml.Schema.XmlSchemaValidationFlags.ReportValidationWarnings"></see> are disabled by default.</returns>
-    </member>
-    <member name="P:System.Xml.XmlReaderSettings.ValidationType">
-      <summary>Gets or sets a value indicating whether the <see cref="T:System.Xml.XmlReader"></see> will perform validation or type assignment when reading.</summary>
-      <returns>One of the <see cref="System.Xml.ValidationType"></see> values that indicates whether XmlReader will perform validation or type assignment when reading. The default is ValidationType.None.</returns>
-    </member>
-    <member name="P:System.Xml.XmlReaderSettings.XmlResolver">
-      <summary>Sets the <see cref="T:System.Xml.XmlResolver"></see> used to access external documents.</summary>
-      <returns>An <see cref="System.Xml.XmlResolver"></see> used to access external documents. If set to null, an <see cref="System.Xml.XmlException"></see> is thrown when the <see cref="System.Xml.XmlReader"></see> tries to access an external resource. The default is a new <see cref="System.Xml.XmlUrlResolver"></see> with no credentials.  Starting with the .NET Framework 4.5.2, this setting has a default value of null.</returns>
-    </member>
-    <member name="T:System.Xml.XmlResolver">
-      <summary>Resolves external XML resources named by a Uniform Resource Identifier (URI).</summary>
-    </member>
-    <member name="M:System.Xml.XmlResolver.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlResolver"></see> class.</summary>
-    </member>
-    <member name="P:System.Xml.XmlResolver.Credentials">
-      <summary>When overridden in a derived class, sets the credentials used to authenticate web requests.</summary>
-      <returns>The credentials to be used to authenticate web requests. If this property is not set, the value defaults to null; that is, the XmlResolver has no user credentials.</returns>
-    </member>
-    <member name="M:System.Xml.XmlResolver.GetEntity(System.Uri,System.String,System.Type)">
-      <summary>When overridden in a derived class, maps a URI to an object that contains the actual resource.</summary>
-      <param name="absoluteUri">The URI returned from <see cref="M:System.Xml.XmlResolver.ResolveUri(System.Uri,System.String)"></see>.</param>
-      <param name="role">Currently not used.</param>
-      <param name="ofObjectToReturn">The type of object to return. The current version only returns System.IO.Stream objects.</param>
-      <returns>A stream object or null if a type other than stream is specified.</returns>
-      <exception cref="T:System.Xml.XmlException"><paramref name="ofObjectToReturn">ofObjectToReturn</paramref> is not a Stream type.</exception>
-      <exception cref="T:System.UriFormatException">The specified URI is not an absolute URI.</exception>
-      <exception cref="T:System.ArgumentNullException"><paramref name="absoluteUri">absoluteUri</paramref> is null.</exception>
-      <exception cref="T:System.Exception">There is a runtime error (for example, an interrupted server connection).</exception>
-    </member>
-    <member name="M:System.Xml.XmlResolver.GetEntityAsync(System.Uri,System.String,System.Type)">
-      <summary>Asynchronously maps a URI to an object that contains the actual resource.</summary>
-      <param name="absoluteUri">The URI returned from <see cref="M:System.Xml.XmlResolver.ResolveUri(System.Uri,System.String)"></see>.</param>
-      <param name="role">Currently not used.</param>
-      <param name="ofObjectToReturn">The type of object to return. The current version only returns <see cref="T:System.IO.Stream"></see> objects.</param>
-      <returns>A stream object or null if a type other than stream is specified.</returns>
-    </member>
-    <member name="M:System.Xml.XmlResolver.ResolveUri(System.Uri,System.String)">
-      <summary>When overridden in a derived class, resolves the absolute URI from the base and relative URIs.</summary>
-      <param name="baseUri">The base URI used to resolve the relative URI.</param>
-      <param name="relativeUri">The URI to resolve. The URI can be absolute or relative. If absolute, this value effectively replaces the baseUri value. If relative, it combines with the baseUri to make an absolute URI.</param>
-      <returns>The absolute URI or null if the relative URI cannot be resolved.</returns>
-      <exception cref="T:System.ArgumentException"><paramref name="relativeUri">relativeUri</paramref> is null.</exception>
-    </member>
-    <member name="M:System.Xml.XmlResolver.SupportsType(System.Uri,System.Type)">
-      <summary>Enables the resolver to return types other than <see cref="T:System.IO.Stream"></see>.</summary>
-      <param name="absoluteUri">The URI.</param>
-      <param name="type">The type to return.</param>
-      <returns>true if the <paramref name="type">type</paramref> is supported; otherwise, false.</returns>
-    </member>
-    <member name="T:System.Xml.XmlSecureResolver">
-      <summary>Helps to secure another implementation of <see cref="T:System.Xml.XmlResolver"></see> by wrapping the <see cref="T:System.Xml.XmlResolver"></see> object and restricting the resources that the underlying <see cref="T:System.Xml.XmlResolver"></see> has access to.</summary>
-    </member>
-    <member name="M:System.Xml.XmlSecureResolver.#ctor(System.Xml.XmlResolver,System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlSecureResolver"></see> class with the <see cref="T:System.Xml.XmlResolver"></see> and URL provided.</summary>
-      <param name="resolver">The XML resolver that is wrapped by the <see cref="T:System.Xml.XmlSecureResolver"></see>.</param>
-      <param name="securityUrl">The URL used to create the <see cref="T:System.Security.PermissionSet"></see> that will be applied to the underlying <see cref="T:System.Xml.XmlResolver"></see>. The <see cref="T:System.Xml.XmlSecureResolver"></see> calls <see cref="M:System.Security.PermissionSet.PermitOnly"></see> on the created <see cref="T:System.Security.PermissionSet"></see> before calling <see cref="M:System.Xml.XmlSecureResolver.GetEntity(System.Uri,System.String,System.Type)"></see> on the underlying <see cref="T:System.Xml.XmlResolver"></see>.</param>
-    </member>
-    <member name="P:System.Xml.XmlSecureResolver.Credentials">
-      <summary>Sets credentials used to authenticate web requests.</summary>
-      <returns>The credentials to be used to authenticate web requests. The <see cref="System.Xml.XmlSecureResolver"></see> sets the given credentials on the underlying <see cref="System.Xml.XmlResolver"></see>. If this property is not set, the value defaults to null; that is, the <see cref="System.Xml.XmlSecureResolver"></see> has no user credentials.</returns>
-    </member>
-    <member name="M:System.Xml.XmlSecureResolver.GetEntity(System.Uri,System.String,System.Type)">
-      <summary>Maps a URI to an object that contains the actual resource. This method temporarily sets the <see cref="T:System.Security.PermissionSet"></see> created in the constructor by calling <see cref="M:System.Security.PermissionSet.PermitOnly"></see> before calling GetEntity on the underlying <see cref="T:System.Xml.XmlResolver"></see> to open the resource.</summary>
-      <param name="absoluteUri">The URI that is returned from <see cref="M:System.Xml.XmlSecureResolver.ResolveUri(System.Uri,System.String)"></see>.</param>
-      <param name="role">Currently not used.</param>
-      <param name="ofObjectToReturn">The type of object to return. The current version only returns <see cref="T:System.IO.Stream"></see> objects.</param>
-      <returns>The stream returned by calling GetEntity on the underlying <see cref="System.Xml.XmlResolver"></see>. If a type other than <see cref="System.IO.Stream"></see> is specified, the method returns null.</returns>
-      <exception cref="T:System.Xml.XmlException"><paramref name="ofObjectToReturn">ofObjectToReturn</paramref> is neither null nor a <see cref="System.IO.Stream"></see> type.</exception>
-      <exception cref="T:System.UriFormatException">The specified URI is not an absolute URI.</exception>
-      <exception cref="T:System.NullReferenceException"><paramref name="absoluteUri">absoluteUri</paramref> is null.</exception>
-      <exception cref="T:System.Exception">There is a runtime error (for example, an interrupted server connection).</exception>
-    </member>
-    <member name="M:System.Xml.XmlSecureResolver.GetEntityAsync(System.Uri,System.String,System.Type)">
-      <summary>Asynchronously maps a URI to an object that contains the actual resource.</summary>
-      <param name="absoluteUri">The URI returned from <see cref="M:System.Xml.XmlSecureResolver.ResolveUri(System.Uri,System.String)"></see>.</param>
-      <param name="role">Currently not used.</param>
-      <param name="ofObjectToReturn">The type of object to return. The current version only returns <see cref="T:System.IO.Stream"></see> objects.</param>
-      <returns>The stream returned by calling GetEntity on the underlying <see cref="System.Xml.XmlResolver"></see>. If a type other than <see cref="System.IO.Stream"></see> is specified, the method returns null.</returns>
-    </member>
-    <member name="M:System.Xml.XmlSecureResolver.ResolveUri(System.Uri,System.String)">
-      <summary>Resolves the absolute URI from the base and relative URIs by calling ResolveUri on the underlying <see cref="T:System.Xml.XmlResolver"></see>.</summary>
-      <param name="baseUri">The base URI used to resolve the relative URI.</param>
-      <param name="relativeUri">The URI to resolve. The URI can be absolute or relative. If absolute, this value effectively replaces the baseUri value. If relative, it combines with the baseUri to make an absolute URI.</param>
-      <returns>The absolute URI or null if the relative URI cannot be resolved (returned by calling ResolveUri on the underlying <see cref="System.Xml.XmlResolver"></see>).</returns>
-      <exception cref="T:System.ArgumentException"><paramref name="relativeUri">relativeUri</paramref> is null.</exception>
-    </member>
-    <member name="T:System.Xml.XmlSignificantWhitespace">
-      <summary>Represents white space between markup in a mixed content node or white space within an xml:space= &amp;#39;preserve&amp;#39; scope. This is also referred to as significant white space.</summary>
-    </member>
-    <member name="M:System.Xml.XmlSignificantWhitespace.#ctor(System.String,System.Xml.XmlDocument)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlSignificantWhitespace"></see> class.</summary>
-      <param name="strData">The white space characters of the node.</param>
-      <param name="doc">The <see cref="T:System.Xml.XmlDocument"></see> object.</param>
-    </member>
-    <member name="M:System.Xml.XmlSignificantWhitespace.CloneNode(System.Boolean)">
-      <summary>Creates a duplicate of this node.</summary>
-      <param name="deep">true to recursively clone the subtree under the specified node; false to clone only the node itself. For significant white space nodes, the cloned node always includes the data value, regardless of the parameter setting.</param>
-      <returns>The cloned node.</returns>
-    </member>
-    <member name="P:System.Xml.XmlSignificantWhitespace.LocalName">
-      <summary>Gets the local name of the node.</summary>
-      <returns>For XmlSignificantWhitespace nodes, this property returns #significant-whitespace.</returns>
-    </member>
-    <member name="P:System.Xml.XmlSignificantWhitespace.Name">
-      <summary>Gets the qualified name of the node.</summary>
-      <returns>For XmlSignificantWhitespace nodes, this property returns #significant-whitespace.</returns>
-    </member>
-    <member name="P:System.Xml.XmlSignificantWhitespace.NodeType">
-      <summary>Gets the type of the current node.</summary>
-      <returns>For XmlSignificantWhitespace nodes, this value is XmlNodeType.SignificantWhitespace.</returns>
-    </member>
-    <member name="P:System.Xml.XmlSignificantWhitespace.ParentNode">
-      <summary>Gets the parent of the current node.</summary>
-      <returns>The <see cref="System.Xml.XmlNode"></see> parent node of the current node.</returns>
-    </member>
-    <member name="P:System.Xml.XmlSignificantWhitespace.PreviousText">
-      <summary>Gets the text node that immediately precedes this node.</summary>
-      <returns>Returns <see cref="System.Xml.XmlNode"></see>.</returns>
-    </member>
-    <member name="P:System.Xml.XmlSignificantWhitespace.Value">
-      <summary>Gets or sets the value of the node.</summary>
-      <returns>The white space characters found in the node.</returns>
-      <exception cref="T:System.ArgumentException">Setting Value to invalid white space characters.</exception>
-    </member>
-    <member name="M:System.Xml.XmlSignificantWhitespace.WriteContentTo(System.Xml.XmlWriter)">
-      <summary>Saves all the children of the node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
-      <param name="w">The XmlWriter to which you want to save.</param>
-    </member>
-    <member name="M:System.Xml.XmlSignificantWhitespace.WriteTo(System.Xml.XmlWriter)">
-      <summary>Saves the node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
-      <param name="w">The XmlWriter to which you want to save.</param>
+    <member name="T:System.Xml.XmlQualifiedName">
+      <summary>Represents an XML qualified name.</summary>
     </member>
-    <member name="T:System.Xml.XmlSpace">
-      <summary>Specifies the current xml:space scope.</summary>
+    <member name="M:System.Xml.XmlQualifiedName.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlQualifiedName"></see> class.</summary>
     </member>
-    <member name="F:System.Xml.XmlSpace.Default">
-      <summary>The xml:space scope equals default.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.XmlQualifiedName.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlQualifiedName"></see> class with the specified name.</summary>
+      <param name="name">The local name to use as the name of the <see cref="T:System.Xml.XmlQualifiedName"></see> object.</param>
     </member>
-    <member name="F:System.Xml.XmlSpace.None">
-      <summary>No xml:space scope.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.XmlQualifiedName.#ctor(System.String,System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlQualifiedName"></see> class with the specified name and namespace.</summary>
+      <param name="name">The local name to use as the name of the <see cref="T:System.Xml.XmlQualifiedName"></see> object.</param>
+      <param name="ns">The namespace for the <see cref="T:System.Xml.XmlQualifiedName"></see> object.</param>
     </member>
-    <member name="F:System.Xml.XmlSpace.Preserve">
-      <summary>The xml:space scope equals preserve.</summary>
+    <member name="F:System.Xml.XmlQualifiedName.Empty">
+      <summary>Provides an empty <see cref="T:System.Xml.XmlQualifiedName"></see>.</summary>
       <returns></returns>
     </member>
-    <member name="T:System.Xml.XmlText">
-      <summary>Represents the text content of an element or attribute.</summary>
-    </member>
-    <member name="M:System.Xml.XmlText.#ctor(System.String,System.Xml.XmlDocument)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlText"></see> class.</summary>
-      <param name="strData">The content of the node; see the <see cref="P:System.Xml.XmlText.Value"></see> property.</param>
-      <param name="doc">The parent XML document.</param>
-    </member>
-    <member name="M:System.Xml.XmlText.CloneNode(System.Boolean)">
-      <summary>Creates a duplicate of this node.</summary>
-      <param name="deep">true to recursively clone the subtree under the specified node; false to clone only the node itself.</param>
-      <returns>The cloned node.</returns>
+    <member name="M:System.Xml.XmlQualifiedName.Equals(System.Object)">
+      <summary>Determines whether the specified <see cref="T:System.Xml.XmlQualifiedName"></see> object is equal to the current <see cref="T:System.Xml.XmlQualifiedName"></see> object.</summary>
+      <param name="other">The <see cref="T:System.Xml.XmlQualifiedName"></see> to compare.</param>
+      <returns><see langword="true"></see> if the two are the same instance object; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XmlText.LocalName">
-      <summary>Gets the local name of the node.</summary>
-      <returns>For text nodes, this property returns #text.</returns>
+    <member name="M:System.Xml.XmlQualifiedName.GetHashCode">
+      <summary>Returns the hash code for the <see cref="T:System.Xml.XmlQualifiedName"></see>.</summary>
+      <returns>A hash code for this object.</returns>
     </member>
-    <member name="P:System.Xml.XmlText.Name">
-      <summary>Gets the qualified name of the node.</summary>
-      <returns>For text nodes, this property returns #text.</returns>
+    <member name="P:System.Xml.XmlQualifiedName.IsEmpty">
+      <summary>Gets a value indicating whether the <see cref="T:System.Xml.XmlQualifiedName"></see> is empty.</summary>
+      <returns><see langword="true"></see> if name and namespace are empty strings; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XmlText.NodeType">
-      <summary>Gets the type of the current node.</summary>
-      <returns>For text nodes, this value is XmlNodeType.Text.</returns>
+    <member name="P:System.Xml.XmlQualifiedName.Name">
+      <summary>Gets a string representation of the qualified name of the <see cref="T:System.Xml.XmlQualifiedName"></see>.</summary>
+      <returns>A string representation of the qualified name or String.Empty if a name is not defined for the object.</returns>
     </member>
-    <member name="P:System.Xml.XmlText.ParentNode">
-      <summary>Gets the parent of this node (for nodes that can have parents).</summary>
-      <returns>The XmlNode that is the parent of the current node. If a node has just been created and not yet added to the tree, or if it has been removed from the tree, the parent is null. For all other nodes, the value returned depends on the <see cref="System.Xml.XmlNode.NodeType"></see> of the node. The following table describes the possible return values for the ParentNode property.</returns>
+    <member name="P:System.Xml.XmlQualifiedName.Namespace">
+      <summary>Gets a string representation of the namespace of the <see cref="T:System.Xml.XmlQualifiedName"></see>.</summary>
+      <returns>A string representation of the namespace or String.Empty if a namespace is not defined for the object.</returns>
     </member>
-    <member name="P:System.Xml.XmlText.PreviousText">
-      <summary>Gets the text node that immediately precedes this node.</summary>
-      <returns>Returns <see cref="System.Xml.XmlNode"></see>.</returns>
+    <member name="M:System.Xml.XmlQualifiedName.op_Equality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName)">
+      <summary>Compares two <see cref="T:System.Xml.XmlQualifiedName"></see> objects.</summary>
+      <param name="a">An <see cref="T:System.Xml.XmlQualifiedName"></see> to compare.</param>
+      <param name="b">An <see cref="T:System.Xml.XmlQualifiedName"></see> to compare.</param>
+      <returns><see langword="true"></see> if the two objects have the same name and namespace values; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlText.SplitText(System.Int32)">
-      <summary>Splits the node into two nodes at the specified offset, keeping both in the tree as siblings.</summary>
-      <param name="offset">The offset at which to split the node.</param>
-      <returns>The new node.</returns>
+    <member name="M:System.Xml.XmlQualifiedName.op_Inequality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName)">
+      <summary>Compares two <see cref="T:System.Xml.XmlQualifiedName"></see> objects.</summary>
+      <param name="a">An <see cref="T:System.Xml.XmlQualifiedName"></see> to compare.</param>
+      <param name="b">An <see cref="T:System.Xml.XmlQualifiedName"></see> to compare.</param>
+      <returns><see langword="true"></see> if the name and namespace values for the two objects differ; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XmlText.Value">
-      <summary>Gets or sets the value of the node.</summary>
-      <returns>The content of the text node.</returns>
+    <member name="M:System.Xml.XmlQualifiedName.ToString">
+      <summary>Returns the string value of the <see cref="T:System.Xml.XmlQualifiedName"></see>.</summary>
+      <returns>The string value of the <see cref="T:System.Xml.XmlQualifiedName"></see> in the format of <see langword="namespace:localname"></see>. If the object does not have a namespace defined, this method returns just the local name.</returns>
     </member>
-    <member name="M:System.Xml.XmlText.WriteContentTo(System.Xml.XmlWriter)">
-      <summary>Saves all the children of the node to the specified <see cref="T:System.Xml.XmlWriter"></see>. XmlText nodes do not have children, so this method has no effect.</summary>
-      <param name="w">The XmlWriter to which you want to save.</param>
+    <member name="M:System.Xml.XmlQualifiedName.ToString(System.String,System.String)">
+      <summary>Returns the string value of the <see cref="T:System.Xml.XmlQualifiedName"></see>.</summary>
+      <param name="name">The name of the object.</param>
+      <param name="ns">The namespace of the object.</param>
+      <returns>The string value of the <see cref="T:System.Xml.XmlQualifiedName"></see> in the format of <see langword="namespace:localname"></see>. If the object does not have a namespace defined, this method returns just the local name.</returns>
     </member>
-    <member name="M:System.Xml.XmlText.WriteTo(System.Xml.XmlWriter)">
-      <summary>Saves the node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
-      <param name="w">The XmlWriter to which you want to save.</param>
+    <member name="T:System.Xml.XmlProcessingInstruction">
+      <summary>Represents a processing instruction, which XML defines to keep processor-specific information in the text of the document.</summary>
     </member>
-    <member name="T:System.Xml.XmlTextReader">
-      <summary>Represents a reader that provides fast, non-cached, forward-only access to XML data.  
- Starting with the .NET Framework 2.0, we recommend that you use the <see cref="T:System.Xml.XmlReader"></see> class instead.</summary>
+    <member name="M:System.Xml.XmlProcessingInstruction.#ctor(System.String,System.String,System.Xml.XmlDocument)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlProcessingInstruction"></see> class.</summary>
+      <param name="target">The target of the processing instruction; see the <see cref="P:System.Xml.XmlProcessingInstruction.Target"></see> property.</param>
+      <param name="data">The content of the instruction; see the <see cref="P:System.Xml.XmlProcessingInstruction.Data"></see> property.</param>
+      <param name="doc">The parent XML document.</param>
     </member>
-    <member name="M:System.Xml.XmlTextReader.#ctor">
-      <summary>Initializes a new instance of the XmlTextReader.</summary>
+    <member name="M:System.Xml.XmlProcessingInstruction.CloneNode(System.Boolean)">
+      <summary>Creates a duplicate of this node.</summary>
+      <param name="deep"><see langword="true"></see> to recursively clone the subtree under the specified node; <see langword="false"></see> to clone only the node itself.</param>
+      <returns>The duplicate node.</returns>
     </member>
-    <member name="M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlTextReader"></see> class with the specified string, <see cref="T:System.Xml.XmlNodeType"></see>, and <see cref="T:System.Xml.XmlParserContext"></see>.</summary>
-      <param name="xmlFragment">The string containing the XML fragment to parse.</param>
-      <param name="fragType">The <see cref="T:System.Xml.XmlNodeType"></see> of the XML fragment. This also determines what the fragment string can contain. (See table below.)</param>
-      <param name="context">The <see cref="T:System.Xml.XmlParserContext"></see> in which the xmlFragment is to be parsed. This includes the <see cref="T:System.Xml.XmlNameTable"></see> to use, encoding, namespace scope, the current xml:lang, and the xml:space scope.</param>
-      <exception cref="T:System.Xml.XmlException"><paramref name="fragType">fragType</paramref> is not an Element, Attribute, or DocumentXmlNodeType.</exception>
-      <exception cref="T:System.ArgumentNullException"><paramref name="xmlFragment">xmlFragment</paramref> is null.</exception>
+    <member name="P:System.Xml.XmlProcessingInstruction.Data">
+      <summary>Gets or sets the content of the processing instruction, excluding the target.</summary>
+      <returns>The content of the processing instruction, excluding the target.</returns>
     </member>
-    <member name="M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader,System.Xml.XmlNameTable)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlTextReader"></see> class with the specified URL, <see cref="T:System.IO.TextReader"></see> and <see cref="T:System.Xml.XmlNameTable"></see>.</summary>
-      <param name="url">The URL to use for resolving external resources. The <see cref="P:System.Xml.XmlTextReader.BaseURI"></see> is set to this value. If url is null, BaseURI is set to String.Empty.</param>
-      <param name="input">The TextReader containing the XML data to read.</param>
-      <param name="nt">The XmlNameTable to use.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="nt">nt</paramref> value is null.</exception>
+    <member name="P:System.Xml.XmlProcessingInstruction.InnerText">
+      <summary>Gets or sets the concatenated values of the node and all its children.</summary>
+      <returns>The concatenated values of the node and all its children.</returns>
     </member>
-    <member name="M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream,System.Xml.XmlNameTable)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlTextReader"></see> class with the specified URL, stream and <see cref="T:System.Xml.XmlNameTable"></see>.</summary>
-      <param name="url">The URL to use for resolving external resources. The <see cref="P:System.Xml.XmlTextReader.BaseURI"></see> is set to this value. If url is null, BaseURI is set to String.Empty.</param>
-      <param name="input">The stream containing the XML data to read.</param>
-      <param name="nt">The XmlNameTable to use.</param>
-      <exception cref="T:System.NullReferenceException">The <paramref name="input">input</paramref> or <paramref name="nt">nt</paramref> value is null.</exception>
+    <member name="P:System.Xml.XmlProcessingInstruction.LocalName">
+      <summary>Gets the local name of the node.</summary>
+      <returns>For processing instruction nodes, this property returns the target of the processing instruction.</returns>
     </member>
-    <member name="M:System.Xml.XmlTextReader.#ctor(System.IO.Stream,System.Xml.XmlNodeType,System.Xml.XmlParserContext)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlTextReader"></see> class with the specified stream, <see cref="T:System.Xml.XmlNodeType"></see>, and <see cref="T:System.Xml.XmlParserContext"></see>.</summary>
-      <param name="xmlFragment">The stream containing the XML fragment to parse.</param>
-      <param name="fragType">The <see cref="T:System.Xml.XmlNodeType"></see> of the XML fragment. This also determines what the fragment can contain. (See table below.)</param>
-      <param name="context">The <see cref="T:System.Xml.XmlParserContext"></see> in which the xmlFragment is to be parsed. This includes the <see cref="T:System.Xml.XmlNameTable"></see> to use, encoding, namespace scope, the current xml:lang, and the xml:space scope.</param>
-      <exception cref="T:System.Xml.XmlException"><paramref name="fragType">fragType</paramref> is not an Element, Attribute, or Document XmlNodeType.</exception>
-      <exception cref="T:System.ArgumentNullException"><paramref name="xmlFragment">xmlFragment</paramref> is null.</exception>
+    <member name="P:System.Xml.XmlProcessingInstruction.Name">
+      <summary>Gets the qualified name of the node.</summary>
+      <returns>For processing instruction nodes, this property returns the target of the processing instruction.</returns>
     </member>
-    <member name="M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNameTable)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlTextReader"></see> class with the specified file and <see cref="T:System.Xml.XmlNameTable"></see>.</summary>
-      <param name="url">The URL for the file containing the XML data to read.</param>
-      <param name="nt">The XmlNameTable to use.</param>
-      <exception cref="T:System.NullReferenceException">The <paramref name="nt">nt</paramref> value is null.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The specified file cannot be found.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">Part of the filename or directory cannot be found.</exception>
-      <exception cref="T:System.InvalidOperationException"><paramref name="url">url</paramref> is an empty string.</exception>
-      <exception cref="T:System.Net.WebException">The remote filename cannot be resolved.  
- -or-  
- An error occurred while processing the request.</exception>
-      <exception cref="T:System.UriFormatException"><paramref name="url">url</paramref> is not a valid URI.</exception>
+    <member name="P:System.Xml.XmlProcessingInstruction.NodeType">
+      <summary>Gets the type of the current node.</summary>
+      <returns>For <see langword="XmlProcessingInstruction"></see> nodes, this value is XmlNodeType.ProcessingInstruction.</returns>
     </member>
-    <member name="M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlTextReader"></see> class with the specified URL and stream.</summary>
-      <param name="url">The URL to use for resolving external resources. The <see cref="P:System.Xml.XmlTextReader.BaseURI"></see> is set to this value.</param>
-      <param name="input">The stream containing the XML data to read.</param>
-      <exception cref="T:System.ArgumentNullException"><paramref name="input">input</paramref> is null.</exception>
+    <member name="P:System.Xml.XmlProcessingInstruction.Target">
+      <summary>Gets the target of the processing instruction.</summary>
+      <returns>The target of the processing instruction.</returns>
     </member>
-    <member name="M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlTextReader"></see> class with the specified URL and <see cref="T:System.IO.TextReader"></see>.</summary>
-      <param name="url">The URL to use for resolving external resources. The <see cref="P:System.Xml.XmlTextReader.BaseURI"></see> is set to this value.</param>
-      <param name="input">The TextReader containing the XML data to read.</param>
+    <member name="P:System.Xml.XmlProcessingInstruction.Value">
+      <summary>Gets or sets the value of the node.</summary>
+      <returns>The entire content of the processing instruction, excluding the target.</returns>
+      <exception cref="T:System.ArgumentException">Node is read-only.</exception>
     </member>
-    <member name="M:System.Xml.XmlTextReader.#ctor(System.IO.Stream,System.Xml.XmlNameTable)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlTextReader"></see> class with the specified stream and <see cref="T:System.Xml.XmlNameTable"></see>.</summary>
-      <param name="input">The stream containing the XML data to read.</param>
-      <param name="nt">The XmlNameTable to use.</param>
-      <exception cref="T:System.NullReferenceException">The <paramref name="input">input</paramref> or <paramref name="nt">nt</paramref> value is null.</exception>
+    <member name="M:System.Xml.XmlProcessingInstruction.WriteContentTo(System.Xml.XmlWriter)">
+      <summary>Saves all the children of the node to the specified <see cref="T:System.Xml.XmlWriter"></see>. Because ProcessingInstruction nodes do not have children, this method has no effect.</summary>
+      <param name="w">The <see langword="XmlWriter"></see> to which you want to save.</param>
     </member>
-    <member name="M:System.Xml.XmlTextReader.#ctor(System.Xml.XmlNameTable)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlTextReader"></see> class with the specified <see cref="T:System.Xml.XmlNameTable"></see>.</summary>
-      <param name="nt">The XmlNameTable to use.</param>
+    <member name="M:System.Xml.XmlProcessingInstruction.WriteTo(System.Xml.XmlWriter)">
+      <summary>Saves the node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
+      <param name="w">The <see langword="XmlWriter"></see> to which you want to save.</param>
     </member>
-    <member name="M:System.Xml.XmlTextReader.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlTextReader"></see> class with the specified file.</summary>
-      <param name="url">The URL for the file containing the XML data. The <see cref="P:System.Xml.XmlTextReader.BaseURI"></see> is set to this value.</param>
-      <exception cref="T:System.IO.FileNotFoundException">The specified file cannot be found.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">Part of the filename or directory cannot be found.</exception>
-      <exception cref="T:System.InvalidOperationException"><paramref name="url">url</paramref> is an empty string.</exception>
-      <exception cref="T:System.Net.WebException">The remote filename cannot be resolved.  
- -or-  
- An error occurred while processing the request.</exception>
-      <exception cref="T:System.UriFormatException"><paramref name="url">url</paramref> is not a valid URI.</exception>
+    <member name="T:System.Xml.XmlParserContext">
+      <summary>Provides all the context information required by the <see cref="T:System.Xml.XmlReader"></see> to parse an XML fragment.</summary>
     </member>
-    <member name="M:System.Xml.XmlTextReader.#ctor(System.IO.TextReader)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlTextReader"></see> class with the specified <see cref="T:System.IO.TextReader"></see>.</summary>
-      <param name="input">The TextReader containing the XML data to read.</param>
+    <member name="M:System.Xml.XmlParserContext.#ctor(System.Xml.XmlNameTable,System.Xml.XmlNamespaceManager,System.String,System.Xml.XmlSpace)">
+      <summary>Initializes a new instance of the <see langword="XmlParserContext"></see> class with the specified <see cref="T:System.Xml.XmlNameTable"></see>, <see cref="T:System.Xml.XmlNamespaceManager"></see>, <see langword="xml:lang"></see>, and <see langword="xml:space"></see> values.</summary>
+      <param name="nt">The <see cref="T:System.Xml.XmlNameTable"></see> to use to atomize strings. If this is <see langword="null"></see>, the name table used to construct the nsMgr is used instead. For more information about atomized strings, see <see cref="T:System.Xml.XmlNameTable"></see>.</param>
+      <param name="nsMgr">The <see cref="T:System.Xml.XmlNamespaceManager"></see> to use for looking up namespace information, or <see langword="null"></see>.</param>
+      <param name="xmlLang">The <see langword="xml:lang"></see> scope.</param>
+      <param name="xmlSpace">An <see cref="T:System.Xml.XmlSpace"></see> value indicating the <see langword="xml:space"></see> scope.</param>
+      <exception cref="T:System.Xml.XmlException"><paramref name="nt">nt</paramref> is not the same <see langword="XmlNameTable"></see> used to construct <paramref name="nsMgr">nsMgr</paramref>.</exception>
     </member>
-    <member name="M:System.Xml.XmlTextReader.#ctor(System.IO.Stream)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlTextReader"></see> class with the specified stream.</summary>
-      <param name="input">The stream containing the XML data to read.</param>
-      <exception cref="T:System.ArgumentNullException"><paramref name="input">input</paramref> is null.</exception>
+    <member name="M:System.Xml.XmlParserContext.#ctor(System.Xml.XmlNameTable,System.Xml.XmlNamespaceManager,System.String,System.Xml.XmlSpace,System.Text.Encoding)">
+      <summary>Initializes a new instance of the <see langword="XmlParserContext"></see> class with the specified <see cref="T:System.Xml.XmlNameTable"></see>, <see cref="T:System.Xml.XmlNamespaceManager"></see>, <see langword="xml:lang"></see>, <see langword="xml:space"></see>, and encoding.</summary>
+      <param name="nt">The <see cref="T:System.Xml.XmlNameTable"></see> to use to atomize strings. If this is <see langword="null"></see>, the name table used to construct the nsMgr is used instead. For more information on atomized strings, see <see cref="T:System.Xml.XmlNameTable"></see>.</param>
+      <param name="nsMgr">The <see cref="T:System.Xml.XmlNamespaceManager"></see> to use for looking up namespace information, or <see langword="null"></see>.</param>
+      <param name="xmlLang">The <see langword="xml:lang"></see> scope.</param>
+      <param name="xmlSpace">An <see cref="T:System.Xml.XmlSpace"></see> value indicating the <see langword="xml:space"></see> scope.</param>
+      <param name="enc">An <see cref="T:System.Text.Encoding"></see> object indicating the encoding setting.</param>
+      <exception cref="T:System.Xml.XmlException"><paramref name="nt">nt</paramref> is not the same <see langword="XmlNameTable"></see> used to construct <paramref name="nsMgr">nsMgr</paramref>.</exception>
     </member>
-    <member name="M:System.Xml.XmlTextReader.#ctor(System.IO.TextReader,System.Xml.XmlNameTable)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlTextReader"></see> class with the specified <see cref="T:System.IO.TextReader"></see> and <see cref="T:System.Xml.XmlNameTable"></see>.</summary>
-      <param name="input">The TextReader containing the XML data to read.</param>
-      <param name="nt">The XmlNameTable to use.</param>
-      <exception cref="T:System.NullReferenceException">The <paramref name="nt">nt</paramref> value is null.</exception>
+    <member name="M:System.Xml.XmlParserContext.#ctor(System.Xml.XmlNameTable,System.Xml.XmlNamespaceManager,System.String,System.String,System.String,System.String,System.String,System.String,System.Xml.XmlSpace)">
+      <summary>Initializes a new instance of the <see langword="XmlParserContext"></see> class with the specified <see cref="T:System.Xml.XmlNameTable"></see>, <see cref="T:System.Xml.XmlNamespaceManager"></see>, base URI, <see langword="xml:lang"></see>, <see langword="xml:space"></see>, and document type values.</summary>
+      <param name="nt">The <see cref="T:System.Xml.XmlNameTable"></see> to use to atomize strings. If this is <see langword="null"></see>, the name table used to construct the nsMgr is used instead. For more information about atomized strings, see <see cref="T:System.Xml.XmlNameTable"></see>.</param>
+      <param name="nsMgr">The <see cref="T:System.Xml.XmlNamespaceManager"></see> to use for looking up namespace information, or <see langword="null"></see>.</param>
+      <param name="docTypeName">The name of the document type declaration.</param>
+      <param name="pubId">The public identifier.</param>
+      <param name="sysId">The system identifier.</param>
+      <param name="internalSubset">The internal DTD subset. The DTD subset is used for entity resolution, not for document validation.</param>
+      <param name="baseURI">The base URI for the XML fragment (the location from which the fragment was loaded).</param>
+      <param name="xmlLang">The <see langword="xml:lang"></see> scope.</param>
+      <param name="xmlSpace">An <see cref="T:System.Xml.XmlSpace"></see> value indicating the <see langword="xml:space"></see> scope.</param>
+      <exception cref="T:System.Xml.XmlException"><paramref name="nt">nt</paramref> is not the same <see langword="XmlNameTable"></see> used to construct <paramref name="nsMgr">nsMgr</paramref>.</exception>
     </member>
-    <member name="P:System.Xml.XmlTextReader.AttributeCount">
-      <summary>Gets the number of attributes on the current node.</summary>
-      <returns>The number of attributes on the current node.</returns>
+    <member name="M:System.Xml.XmlParserContext.#ctor(System.Xml.XmlNameTable,System.Xml.XmlNamespaceManager,System.String,System.String,System.String,System.String,System.String,System.String,System.Xml.XmlSpace,System.Text.Encoding)">
+      <summary>Initializes a new instance of the <see langword="XmlParserContext"></see> class with the specified <see cref="T:System.Xml.XmlNameTable"></see>, <see cref="T:System.Xml.XmlNamespaceManager"></see>, base URI, <see langword="xml:lang"></see>, <see langword="xml:space"></see>, encoding, and document type values.</summary>
+      <param name="nt">The <see cref="T:System.Xml.XmlNameTable"></see> to use to atomize strings. If this is <see langword="null"></see>, the name table used to construct the nsMgr is used instead. For more information about atomized strings, see <see cref="T:System.Xml.XmlNameTable"></see>.</param>
+      <param name="nsMgr">The <see cref="T:System.Xml.XmlNamespaceManager"></see> to use for looking up namespace information, or <see langword="null"></see>.</param>
+      <param name="docTypeName">The name of the document type declaration.</param>
+      <param name="pubId">The public identifier.</param>
+      <param name="sysId">The system identifier.</param>
+      <param name="internalSubset">The internal DTD subset. The DTD is used for entity resolution, not for document validation.</param>
+      <param name="baseURI">The base URI for the XML fragment (the location from which the fragment was loaded).</param>
+      <param name="xmlLang">The <see langword="xml:lang"></see> scope.</param>
+      <param name="xmlSpace">An <see cref="T:System.Xml.XmlSpace"></see> value indicating the <see langword="xml:space"></see> scope.</param>
+      <param name="enc">An <see cref="T:System.Text.Encoding"></see> object indicating the encoding setting.</param>
+      <exception cref="T:System.Xml.XmlException"><paramref name="nt">nt</paramref> is not the same <see langword="XmlNameTable"></see> used to construct <paramref name="nsMgr">nsMgr</paramref>.</exception>
     </member>
-    <member name="P:System.Xml.XmlTextReader.BaseURI">
-      <summary>Gets the base URI of the current node.</summary>
-      <returns>The base URI of the current node.</returns>
+    <member name="P:System.Xml.XmlParserContext.BaseURI">
+      <summary>Gets or sets the base URI.</summary>
+      <returns>The base URI to use to resolve the DTD file.</returns>
     </member>
-    <member name="P:System.Xml.XmlTextReader.CanReadBinaryContent">
-      <summary>Gets a value indicating whether the <see cref="T:System.Xml.XmlTextReader"></see> implements the binary content read methods.</summary>
-      <returns>true if the binary content read methods are implemented; otherwise false. The <see cref="System.Xml.XmlTextReader"></see> class always returns true.</returns>
+    <member name="P:System.Xml.XmlParserContext.DocTypeName">
+      <summary>Gets or sets the name of the document type declaration.</summary>
+      <returns>The name of the document type declaration.</returns>
     </member>
-    <member name="P:System.Xml.XmlTextReader.CanReadValueChunk">
-      <summary>Gets a value indicating whether the <see cref="T:System.Xml.XmlTextReader"></see> implements the <see cref="M:System.Xml.XmlReader.ReadValueChunk(System.Char[],System.Int32,System.Int32)"></see> method.</summary>
-      <returns>true if the <see cref="System.Xml.XmlTextReader"></see> implements the <see cref="System.Xml.XmlReader.ReadValueChunk(System.Char[],System.Int32,System.Int32)"></see> method; otherwise false. The <see cref="System.Xml.XmlTextReader"></see> class always returns false.</returns>
+    <member name="P:System.Xml.XmlParserContext.Encoding">
+      <summary>Gets or sets the encoding type.</summary>
+      <returns>An <see cref="T:System.Text.Encoding"></see> object indicating the encoding type.</returns>
     </member>
-    <member name="P:System.Xml.XmlTextReader.CanResolveEntity">
-      <summary>Gets a value indicating whether this reader can parse and resolve entities.</summary>
-      <returns>true if the reader can parse and resolve entities; otherwise, false. The XmlTextReader class always returns true.</returns>
+    <member name="P:System.Xml.XmlParserContext.InternalSubset">
+      <summary>Gets or sets the internal DTD subset.</summary>
+      <returns>The internal DTD subset. For example, this property returns everything between the square brackets &amp;lt;!DOCTYPE doc [...]&amp;gt;.</returns>
     </member>
-    <member name="M:System.Xml.XmlTextReader.Close">
-      <summary>Changes the <see cref="P:System.Xml.XmlReader.ReadState"></see> to Closed.</summary>
+    <member name="P:System.Xml.XmlParserContext.NamespaceManager">
+      <summary>Gets or sets the <see cref="T:System.Xml.XmlNamespaceManager"></see>.</summary>
+      <returns>The <see langword="XmlNamespaceManager"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XmlTextReader.Depth">
-      <summary>Gets the depth of the current node in the XML document.</summary>
-      <returns>The depth of the current node in the XML document.</returns>
+    <member name="P:System.Xml.XmlParserContext.NameTable">
+      <summary>Gets the <see cref="T:System.Xml.XmlNameTable"></see> used to atomize strings. For more information on atomized strings, see <see cref="T:System.Xml.XmlNameTable"></see>.</summary>
+      <returns>The <see langword="XmlNameTable"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XmlTextReader.DtdProcessing">
-      <summary>Gets or sets the <see cref="T:System.Xml.DtdProcessing"></see> enumeration.</summary>
-      <returns>The <see cref="System.Xml.DtdProcessing"></see> enumeration.</returns>
+    <member name="P:System.Xml.XmlParserContext.PublicId">
+      <summary>Gets or sets the public identifier.</summary>
+      <returns>The public identifier.</returns>
     </member>
-    <member name="P:System.Xml.XmlTextReader.Encoding">
-      <summary>Gets the encoding of the document.</summary>
-      <returns>The encoding value. If no encoding attribute exists, and there is no byte-order mark, this defaults to UTF-8.</returns>
+    <member name="P:System.Xml.XmlParserContext.SystemId">
+      <summary>Gets or sets the system identifier.</summary>
+      <returns>The system identifier.</returns>
     </member>
-    <member name="P:System.Xml.XmlTextReader.EntityHandling">
-      <summary>Gets or sets a value that specifies how the reader handles entities.</summary>
-      <returns>One of the <see cref="System.Xml.EntityHandling"></see> values. If no EntityHandling is specified, it defaults to EntityHandling.ExpandCharEntities.</returns>
+    <member name="P:System.Xml.XmlParserContext.XmlLang">
+      <summary>Gets or sets the current <see langword="xml:lang"></see> scope.</summary>
+      <returns>The current <see langword="xml:lang"></see> scope. If there is no <see langword="xml:lang"></see> in scope, <see langword="String.Empty"></see> is returned.</returns>
     </member>
-    <member name="P:System.Xml.XmlTextReader.EOF">
-      <summary>Gets a value indicating whether the reader is positioned at the end of the stream.</summary>
-      <returns>true if the reader is positioned at the end of the stream; otherwise, false.</returns>
+    <member name="P:System.Xml.XmlParserContext.XmlSpace">
+      <summary>Gets or sets the current <see langword="xml:space"></see> scope.</summary>
+      <returns>An <see cref="T:System.Xml.XmlSpace"></see> value indicating the <see langword="xml:space"></see> scope.</returns>
     </member>
-    <member name="M:System.Xml.XmlTextReader.GetAttribute(System.String)">
-      <summary>Gets the value of the attribute with the specified name.</summary>
-      <param name="name">The qualified name of the attribute.</param>
-      <returns>The value of the specified attribute. If the attribute is not found, null is returned.</returns>
+    <member name="T:System.Xml.XmlOutputMethod">
+      <summary>Specifies the method used to serialize the <see cref="T:System.Xml.XmlWriter"></see> output.</summary>
     </member>
-    <member name="M:System.Xml.XmlTextReader.GetAttribute(System.String,System.String)">
-      <summary>Gets the value of the attribute with the specified local name and namespace URI.</summary>
-      <param name="localName">The local name of the attribute.</param>
-      <param name="namespaceURI">The namespace URI of the attribute.</param>
-      <returns>The value of the specified attribute. If the attribute is not found, null is returned. This method does not move the reader.</returns>
+    <member name="F:System.Xml.XmlOutputMethod.AutoDetect">
+      <summary>Use the XSLT rules to choose between the <see cref="F:System.Xml.XmlOutputMethod.Xml"></see> and <see cref="F:System.Xml.XmlOutputMethod.Html"></see> output methods at runtime.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlTextReader.GetAttribute(System.Int32)">
-      <summary>Gets the value of the attribute with the specified index.</summary>
-      <param name="i">The index of the attribute. The index is zero-based. (The first attribute has index 0.)</param>
-      <returns>The value of the specified attribute.</returns>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="i">i</paramref> parameter is less than 0 or greater than or equal to <see cref="System.Xml.XmlTextReader.AttributeCount"></see>.</exception>
+    <member name="F:System.Xml.XmlOutputMethod.Html">
+      <summary>Serialize according to the HTML rules specified by XSLT.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlTextReader.GetNamespacesInScope(System.Xml.XmlNamespaceScope)">
-      <summary>Gets a collection that contains all namespaces currently in-scope.</summary>
-      <param name="scope">An <see cref="T:System.Xml.XmlNamespaceScope"></see> value that specifies the type of namespace nodes to return.</param>
-      <returns>An <see cref="System.Collections.IDictionary"></see> object that contains all the current in-scope namespaces. If the reader is not positioned on an element, an empty dictionary (no namespaces) is returned.</returns>
+    <member name="F:System.Xml.XmlOutputMethod.Text">
+      <summary>Serialize text blocks only.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlTextReader.GetRemainder">
-      <summary>Gets the remainder of the buffered XML.</summary>
-      <returns>A <see cref="System.IO.TextReader"></see> containing the remainder of the buffered XML.</returns>
+    <member name="F:System.Xml.XmlOutputMethod.Xml">
+      <summary>Serialize according to the XML 1.0 rules.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlTextReader.HasLineInfo">
-      <summary>Gets a value indicating whether the class can return line information.</summary>
-      <returns>true if the class can return line information; otherwise, false.</returns>
+    <member name="T:System.Xml.Schema.XmlValueGetter">
+      <summary>A <see langword="delegate"></see> used by the <see cref="T:System.Xml.Schema.XmlSchemaValidator"></see> class to pass attribute, text, and white space values as a Common Language Runtime (CLR) type compatible with the XML Schema Definition Language (XSD) type of the attribute, text, or white space.</summary>
+      <returns>An object containing the attribute, text, or white space value. The object is a CLR type that that corresponds to the XSD type of the attribute, text, or white space value.</returns>
     </member>
-    <member name="P:System.Xml.XmlTextReader.HasValue">
-      <summary>Gets a value indicating whether the current node can have a <see cref="P:System.Xml.XmlTextReader.Value"></see> other than String.Empty.</summary>
-      <returns>true if the node on which the reader is currently positioned can have a Value; otherwise, false.</returns>
+    <member name="T:System.Xml.Schema.XmlTypeCode">
+      <summary>Represents the W3C XML Schema Definition Language (XSD) schema types.</summary>
     </member>
-    <member name="P:System.Xml.XmlTextReader.IsDefault">
-      <summary>Gets a value indicating whether the current node is an attribute that was generated from the default value defined in the DTD or schema.</summary>
-      <returns>This property always returns false. (<see cref="System.Xml.XmlTextReader"></see> does not expand default attributes.)</returns>
+    <member name="F:System.Xml.Schema.XmlTypeCode.AnyAtomicType">
+      <summary>Any atomic value of a union.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.XmlTextReader.IsEmptyElement">
-      <summary>Gets a value indicating whether the current node is an empty element (for example, &amp;lt;MyElement/&amp;gt;).</summary>
-      <returns>true if the current node is an element (<see cref="System.Xml.XmlTextReader.NodeType"></see> equals XmlNodeType.Element) that ends with /&amp;gt;; otherwise, false.</returns>
+    <member name="F:System.Xml.Schema.XmlTypeCode.AnyUri">
+      <summary>A W3C XML Schema <see langword="xs:anyURI"></see> type.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.XmlTextReader.LineNumber">
-      <summary>Gets the current line number.</summary>
-      <returns>The current line number.</returns>
+    <member name="F:System.Xml.Schema.XmlTypeCode.Attribute">
+      <summary>This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.XmlTextReader.LinePosition">
-      <summary>Gets the current line position.</summary>
-      <returns>The current line position.</returns>
+    <member name="F:System.Xml.Schema.XmlTypeCode.Base64Binary">
+      <summary>A W3C XML Schema <see langword="xs:base64Binary"></see> type.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.XmlTextReader.LocalName">
-      <summary>Gets the local name of the current node.</summary>
-      <returns>The name of the current node with the prefix removed. For example, LocalName is book for the element &amp;lt;bk:book&amp;gt;.  
- For node types that do not have a name (like Text, Comment, and so on), this property returns String.Empty.</returns>
+    <member name="F:System.Xml.Schema.XmlTypeCode.Boolean">
+      <summary>A W3C XML Schema <see langword="xs:boolean"></see> type.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlTextReader.LookupNamespace(System.String)">
-      <summary>Resolves a namespace prefix in the current element&amp;#39;s scope.</summary>
-      <param name="prefix">The prefix whose namespace URI you want to resolve. To match the default namespace, pass an empty string. This string does not have to be atomized.</param>
-      <returns>The namespace URI to which the prefix maps or null if no matching prefix is found.</returns>
-      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.XmlTextReader.Namespaces"></see> property is set to true and the <paramref name="prefix">prefix</paramref> value is null.</exception>
+    <member name="F:System.Xml.Schema.XmlTypeCode.Byte">
+      <summary>A W3C XML Schema <see langword="xs:byte"></see> type.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlTextReader.MoveToAttribute(System.Int32)">
-      <summary>Moves to the attribute with the specified index.</summary>
-      <param name="i">The index of the attribute.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="i">i</paramref> parameter is less than 0 or greater than or equal to <see cref="System.Xml.XmlReader.AttributeCount"></see>.</exception>
+    <member name="F:System.Xml.Schema.XmlTypeCode.Comment">
+      <summary>This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlTextReader.MoveToAttribute(System.String)">
-      <summary>Moves to the attribute with the specified name.</summary>
-      <param name="name">The qualified name of the attribute.</param>
-      <returns>true if the attribute is found; otherwise, false. If false, the reader&amp;#39;s position does not change.</returns>
+    <member name="F:System.Xml.Schema.XmlTypeCode.Date">
+      <summary>A W3C XML Schema <see langword="xs:date"></see> type.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlTextReader.MoveToAttribute(System.String,System.String)">
-      <summary>Moves to the attribute with the specified local name and namespace URI.</summary>
-      <param name="localName">The local name of the attribute.</param>
-      <param name="namespaceURI">The namespace URI of the attribute.</param>
-      <returns>true if the attribute is found; otherwise, false. If false, the reader&amp;#39;s position does not change.</returns>
+    <member name="F:System.Xml.Schema.XmlTypeCode.DateTime">
+      <summary>A W3C XML Schema <see langword="xs:dateTime"></see> type.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlTextReader.MoveToElement">
-      <summary>Moves to the element that contains the current attribute node.</summary>
-      <returns>true if the reader is positioned on an attribute (the reader moves to the element that owns the attribute); false if the reader is not positioned on an attribute (the position of the reader does not change).</returns>
+    <member name="F:System.Xml.Schema.XmlTypeCode.DayTimeDuration">
+      <summary>This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlTextReader.MoveToFirstAttribute">
-      <summary>Moves to the first attribute.</summary>
-      <returns>true if an attribute exists (the reader moves to the first attribute); otherwise, false (the position of the reader does not change).</returns>
+    <member name="F:System.Xml.Schema.XmlTypeCode.Decimal">
+      <summary>A W3C XML Schema <see langword="xs:decimal"></see> type.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlTextReader.MoveToNextAttribute">
-      <summary>Moves to the next attribute.</summary>
-      <returns>true if there is a next attribute; false if there are no more attributes.</returns>
+    <member name="F:System.Xml.Schema.XmlTypeCode.Document">
+      <summary>This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.XmlTextReader.Name">
-      <summary>Gets the qualified name of the current node.</summary>
-      <returns>The qualified name of the current node. For example, Name is bk:book for the element &amp;lt;bk:book&amp;gt;.  
- The name returned is dependent on the <see cref="System.Xml.XmlTextReader.NodeType"></see> of the node. The following node types return the listed values. All other node types return an empty string.  
-  Node Type  
-
-  Name  
-
- Attribute The name of the attribute.  
-
- DocumentType The document type name.  
-
- Element The tag name.  
-
- EntityReference The name of the entity referenced.  
-
- ProcessingInstruction The target of the processing instruction.  
-
- XmlDeclaration The literal string xml.  
-
- </returns>
+    <member name="F:System.Xml.Schema.XmlTypeCode.Double">
+      <summary>A W3C XML Schema <see langword="xs:double"></see> type.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.XmlTextReader.Namespaces">
-      <summary>Gets or sets a value indicating whether to do namespace support.</summary>
-      <returns>true to do namespace support; otherwise, false. The default is true.</returns>
-      <exception cref="T:System.InvalidOperationException">Setting this property after a read operation has occurred (<see cref="System.Xml.XmlTextReader.ReadState"></see> is not ReadState.Initial).</exception>
+    <member name="F:System.Xml.Schema.XmlTypeCode.Duration">
+      <summary>A W3C XML Schema <see langword="xs:Duration"></see> type.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.XmlTextReader.NamespaceURI">
-      <summary>Gets the namespace URI (as defined in the W3C Namespace specification) of the node on which the reader is positioned.</summary>
-      <returns>The namespace URI of the current node; otherwise an empty string.</returns>
+    <member name="F:System.Xml.Schema.XmlTypeCode.Element">
+      <summary>This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.XmlTextReader.NameTable">
-      <summary>Gets the <see cref="T:System.Xml.XmlNameTable"></see> associated with this implementation.</summary>
-      <returns>The XmlNameTable enabling you to get the atomized version of a string within the node.</returns>
+    <member name="F:System.Xml.Schema.XmlTypeCode.Entity">
+      <summary>A W3C XML Schema <see langword="xs:ENTITY"></see> type.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.XmlTextReader.NodeType">
-      <summary>Gets the type of the current node.</summary>
-      <returns>One of the <see cref="System.Xml.XmlNodeType"></see> values representing the type of the current node.</returns>
+    <member name="F:System.Xml.Schema.XmlTypeCode.Float">
+      <summary>A W3C XML Schema <see langword="xs:float"></see> type.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.XmlTextReader.Normalization">
-      <summary>Gets or sets a value indicating whether to normalize white space and attribute values.</summary>
-      <returns>true to normalize; otherwise, false. The default is false.</returns>
-      <exception cref="T:System.InvalidOperationException">Setting this property when the reader is closed (<see cref="System.Xml.XmlTextReader.ReadState"></see> is ReadState.Closed).</exception>
+    <member name="F:System.Xml.Schema.XmlTypeCode.GDay">
+      <summary>A W3C XML Schema <see langword="xs:gDay"></see> type.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.XmlTextReader.Prefix">
-      <summary>Gets the namespace prefix associated with the current node.</summary>
-      <returns>The namespace prefix associated with the current node.</returns>
+    <member name="F:System.Xml.Schema.XmlTypeCode.GMonth">
+      <summary>A W3C XML Schema <see langword="xs:gMonth"></see> type.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.XmlTextReader.ProhibitDtd">
-      <summary>Gets or sets a value indicating whether to allow DTD processing. This property is obsolete. Use <see cref="P:System.Xml.XmlTextReader.DtdProcessing"></see> instead.</summary>
-      <returns>true to disallow DTD processing; otherwise false. The default is false.</returns>
+    <member name="F:System.Xml.Schema.XmlTypeCode.GMonthDay">
+      <summary>A W3C XML Schema <see langword="xs:gMonthDay"></see> type.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.XmlTextReader.QuoteChar">
-      <summary>Gets the quotation mark character used to enclose the value of an attribute node.</summary>
-      <returns>The quotation mark character (&amp;quot; or &amp;#39;) used to enclose the value of an attribute node.</returns>
+    <member name="F:System.Xml.Schema.XmlTypeCode.GYear">
+      <summary>A W3C XML Schema <see langword="xs:gYear"></see> type.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlTextReader.Read">
-      <summary>Reads the next node from the stream.</summary>
-      <returns>true if the next node was read successfully; false if there are no more nodes to read.</returns>
-      <exception cref="T:System.Xml.XmlException">An error occurred while parsing the XML.</exception>
+    <member name="F:System.Xml.Schema.XmlTypeCode.GYearMonth">
+      <summary>A W3C XML Schema <see langword="xs:gYearMonth"></see> type.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlTextReader.ReadAttributeValue">
-      <summary>Parses the attribute value into one or more Text, EntityReference, or EndEntity nodes.</summary>
-      <returns>true if there are nodes to return.  
- false if the reader is not positioned on an attribute node when the initial call is made or if all the attribute values have been read.  
- An empty attribute, such as, misc=&amp;quot;&amp;quot;, returns true with a single node with a value of String.Empty.</returns>
+    <member name="F:System.Xml.Schema.XmlTypeCode.HexBinary">
+      <summary>A W3C XML Schema <see langword="xs:hexBinary"></see> type.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlTextReader.ReadBase64(System.Byte[],System.Int32,System.Int32)">
-      <summary>Decodes Base64 and returns the decoded binary bytes.</summary>
-      <param name="array">The array of characters that serves as the buffer to which the text contents are written.</param>
-      <param name="offset">The zero-based index into the array specifying where the method can begin to write to the buffer.</param>
-      <param name="len">The number of bytes to write into the buffer.</param>
-      <returns>The number of bytes written to the buffer.</returns>
-      <exception cref="T:System.Xml.XmlException">The Base64 sequence is not valid.</exception>
-      <exception cref="T:System.ArgumentNullException">The value of <paramref name="array">array</paramref> is null.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="offset">offset</paramref> &amp;lt; 0, or <paramref name="len">len</paramref> &amp;lt; 0, or <paramref name="len">len</paramref> &amp;gt; <paramref name="array">array</paramref>.Length- <paramref name="offset">offset</paramref>.</exception>
+    <member name="F:System.Xml.Schema.XmlTypeCode.Id">
+      <summary>A W3C XML Schema <see langword="xs:ID"></see> type.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlTextReader.ReadBinHex(System.Byte[],System.Int32,System.Int32)">
-      <summary>Decodes BinHex and returns the decoded binary bytes.</summary>
-      <param name="array">The byte array that serves as the buffer to which the decoded binary bytes are written.</param>
-      <param name="offset">The zero-based index into the array specifying where the method can begin to write to the buffer.</param>
-      <param name="len">The number of bytes to write into the buffer.</param>
-      <returns>The number of bytes written to your buffer.</returns>
-      <exception cref="T:System.Xml.XmlException">The BinHex sequence is not valid.</exception>
-      <exception cref="T:System.ArgumentNullException">The value of <paramref name="array">array</paramref> is null.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="offset">offset</paramref> &amp;lt; 0, or <paramref name="len">len</paramref> &amp;lt; 0, or <paramref name="len">len</paramref> &amp;gt; <paramref name="array">array</paramref>.Length- <paramref name="offset">offset</paramref>.</exception>
+    <member name="F:System.Xml.Schema.XmlTypeCode.Idref">
+      <summary>A W3C XML Schema <see langword="xs:IDREF"></see> type.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlTextReader.ReadChars(System.Char[],System.Int32,System.Int32)">
-      <summary>Reads the text contents of an element into a character buffer. This method is designed to read large streams of embedded text by calling it successively.</summary>
-      <param name="buffer">The array of characters that serves as the buffer to which the text contents are written.</param>
-      <param name="index">The position within buffer where the method can begin writing text contents.</param>
-      <param name="count">The number of characters to write into buffer.</param>
-      <returns>The number of characters read. This can be 0 if the reader is not positioned on an element or if there is no more text content to return in the current context.</returns>
-      <exception cref="T:System.ArgumentException"><paramref name="count">count</paramref> is greater than the space specified in the <paramref name="buffer">buffer</paramref> (buffer size - <paramref name="index">index</paramref>).</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer">buffer</paramref> value is null.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index">index</paramref>
-    &amp;lt; 0 or <paramref name="count">count</paramref>&amp;lt; 0.</exception>
+    <member name="F:System.Xml.Schema.XmlTypeCode.Int">
+      <summary>A W3C XML Schema <see langword="xs:int"></see> type.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlTextReader.ReadContentAsBase64(System.Byte[],System.Int32,System.Int32)">
-      <summary>Reads the content and returns the Base64 decoded binary bytes.</summary>
-      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be null.</param>
-      <param name="index">The offset into the buffer where to start copying the result.</param>
-      <param name="count">The maximum number of bytes to copy into the buffer. The actual number of bytes copied is returned from this method.</param>
-      <returns>The number of bytes written to the buffer.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer">buffer</paramref> value is null.</exception>
-      <exception cref="T:System.InvalidOperationException"><see cref="System.Xml.XmlTextReader.ReadContentAsBase64(System.Byte[],System.Int32,System.Int32)"></see> is not supported in the current node.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The index into the buffer or index + count is larger than the allocated buffer size.</exception>
+    <member name="F:System.Xml.Schema.XmlTypeCode.Integer">
+      <summary>A W3C XML Schema <see langword="xs:integer"></see> type.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlTextReader.ReadContentAsBinHex(System.Byte[],System.Int32,System.Int32)">
-      <summary>Reads the content and returns the BinHex decoded binary bytes.</summary>
-      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be null.</param>
-      <param name="index">The offset into the buffer where to start copying the result.</param>
-      <param name="count">The maximum number of bytes to copy into the buffer. The actual number of bytes copied is returned from this method.</param>
-      <returns>The number of bytes written to the buffer.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer">buffer</paramref> value is null.</exception>
-      <exception cref="T:System.InvalidOperationException"><see cref="System.Xml.XmlTextReader.ReadContentAsBinHex(System.Byte[],System.Int32,System.Int32)"></see> is not supported on the current node.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The index into the buffer or index + count is larger than the allocated buffer size.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XmlTextReader"></see> implementation does not support this method.</exception>
+    <member name="F:System.Xml.Schema.XmlTypeCode.Item">
+      <summary>An item such as a node or atomic value.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlTextReader.ReadElementContentAsBase64(System.Byte[],System.Int32,System.Int32)">
-      <summary>Reads the element and decodes the Base64 content.</summary>
-      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be null.</param>
-      <param name="index">The offset into the buffer where to start copying the result.</param>
-      <param name="count">The maximum number of bytes to copy into the buffer. The actual number of bytes copied is returned from this method.</param>
-      <returns>The number of bytes written to the buffer.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer">buffer</paramref> value is null.</exception>
-      <exception cref="T:System.InvalidOperationException">The current node is not an element node.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The index into the buffer or index + count is larger than the allocated buffer size.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XmlTextReader"></see> implementation does not support this method.</exception>
-      <exception cref="T:System.Xml.XmlException">The element contains mixed-content.</exception>
-      <exception cref="T:System.FormatException">The content cannot be converted to the requested type.</exception>
+    <member name="F:System.Xml.Schema.XmlTypeCode.Language">
+      <summary>A W3C XML Schema <see langword="xs:language"></see> type.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlTextReader.ReadElementContentAsBinHex(System.Byte[],System.Int32,System.Int32)">
-      <summary>Reads the element and decodes the BinHex content.</summary>
-      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be null.</param>
-      <param name="index">The offset into the buffer where to start copying the result.</param>
-      <param name="count">The maximum number of bytes to copy into the buffer. The actual number of bytes copied is returned from this method.</param>
-      <returns>The number of bytes written to the buffer.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer">buffer</paramref> value is null.</exception>
-      <exception cref="T:System.InvalidOperationException">The current node is not an element node.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The index into the buffer or index + count is larger than the allocated buffer size.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XmlReader"></see> implementation does not support this method.</exception>
-      <exception cref="T:System.Xml.XmlException">The element contains mixed-content.</exception>
-      <exception cref="T:System.FormatException">The content cannot be converted to the requested type.</exception>
+    <member name="F:System.Xml.Schema.XmlTypeCode.Long">
+      <summary>A W3C XML Schema <see langword="xs:long"></see> type.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.XmlTextReader.ReadState">
-      <summary>Gets the state of the reader.</summary>
-      <returns>One of the <see cref="System.Xml.ReadState"></see> values.</returns>
+    <member name="F:System.Xml.Schema.XmlTypeCode.Name">
+      <summary>A W3C XML Schema <see langword="xs:Name"></see> type.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlTextReader.ReadString">
-      <summary>Reads the contents of an element or a text node as a string.</summary>
-      <returns>The contents of the element or text node. This can be an empty string if the reader is positioned on something other than an element or text node, or if there is no more text content to return in the current context.  
- Note: The text node can be either an element or an attribute text node.</returns>
-      <exception cref="T:System.Xml.XmlException">An error occurred while parsing the XML.</exception>
-      <exception cref="T:System.InvalidOperationException">An invalid operation was attempted.</exception>
+    <member name="F:System.Xml.Schema.XmlTypeCode.Namespace">
+      <summary>This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlTextReader.ResetState">
-      <summary>Resets the state of the reader to ReadState.Initial.</summary>
-      <exception cref="T:System.InvalidOperationException">Calling ResetState if the reader was constructed using an <see cref="System.Xml.XmlParserContext"></see>.</exception>
-      <exception cref="T:System.Xml.XmlException">Documents in a single stream do not share the same encoding.</exception>
+    <member name="F:System.Xml.Schema.XmlTypeCode.NCName">
+      <summary>A W3C XML Schema <see langword="xs:NCName"></see> type.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlTextReader.ResolveEntity">
-      <summary>Resolves the entity reference for EntityReference nodes.</summary>
+    <member name="F:System.Xml.Schema.XmlTypeCode.NegativeInteger">
+      <summary>A W3C XML Schema <see langword="xs:negativeInteger"></see> type.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlTextReader.Skip">
-      <summary>Skips the children of the current node.</summary>
+    <member name="F:System.Xml.Schema.XmlTypeCode.NmToken">
+      <summary>A W3C XML Schema <see langword="xs:NMTOKEN"></see> type.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.XmlTextReader.Value">
-      <summary>Gets the text value of the current node.</summary>
-      <returns>The value returned depends on the <see cref="System.Xml.XmlTextReader.NodeType"></see> of the node. The following table lists node types that have a value to return. All other node types return String.Empty.  
-  Node Type  
-
-  Value  
-
- Attribute The value of the attribute.  
-
- CDATA The content of the CDATA section.  
-
- Comment The content of the comment.  
-
- DocumentType The internal subset.  
-
- ProcessingInstruction The entire content, excluding the target.  
-
- SignificantWhitespace The white space within an xml:space= &amp;#39;preserve&amp;#39; scope.  
-
- Text The content of the text node.  
-
- Whitespace The white space between markup.  
-
- XmlDeclaration The content of the declaration.  
-
- </returns>
+    <member name="F:System.Xml.Schema.XmlTypeCode.Node">
+      <summary>This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.XmlTextReader.WhitespaceHandling">
-      <summary>Gets or sets a value that specifies how white space is handled.</summary>
-      <returns>One of the <see cref="System.Xml.WhitespaceHandling"></see> values. The default is WhitespaceHandling.All (returns Whitespace and SignificantWhitespace nodes).</returns>
-      <exception cref="T:System.ArgumentOutOfRangeException">Invalid value specified.</exception>
-      <exception cref="T:System.InvalidOperationException">Setting this property when the reader is closed (<see cref="System.Xml.XmlTextReader.ReadState"></see> is ReadState.Closed).</exception>
+    <member name="F:System.Xml.Schema.XmlTypeCode.None">
+      <summary>No type information.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.XmlTextReader.XmlLang">
-      <summary>Gets the current xml:lang scope.</summary>
-      <returns>The current xml:lang scope.</returns>
+    <member name="F:System.Xml.Schema.XmlTypeCode.NonNegativeInteger">
+      <summary>A W3C XML Schema <see langword="xs:nonNegativeInteger"></see> type.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.XmlTextReader.XmlResolver">
-      <summary>Sets the <see cref="T:System.Xml.XmlResolver"></see> used for resolving DTD references.</summary>
-      <returns>The XmlResolver to use. If set to null, external resources are not resolved.  
- In version 1.1 of the .NET Framework, the caller must be fully trusted in order to specify an XmlResolver.</returns>
+    <member name="F:System.Xml.Schema.XmlTypeCode.NonPositiveInteger">
+      <summary>A W3C XML Schema <see langword="xs:nonPositiveInteger"></see> type.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.XmlTextReader.XmlSpace">
-      <summary>Gets the current xml:space scope.</summary>
-      <returns>One of the <see cref="System.Xml.XmlSpace"></see> values. If no xml:space scope exists, this property defaults to XmlSpace.None.</returns>
+    <member name="F:System.Xml.Schema.XmlTypeCode.NormalizedString">
+      <summary>A W3C XML Schema <see langword="xs:normalizedString"></see> type.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlTextReader.System#Xml#IXmlNamespaceResolver#GetNamespacesInScope(System.Xml.XmlNamespaceScope)">
-      <summary>For a description of this member, see <see cref="M:System.Xml.IXmlNamespaceResolver.GetNamespacesInScope(System.Xml.XmlNamespaceScope)"></see>.</summary>
-      <param name="scope">An <see cref="T:System.Xml.XmlNamespaceScope"></see> value that specifies the type of namespace nodes to return.</param>
-      <returns>An <see cref="System.Collections.IDictionary"></see> that contains the current in-scope namespaces.</returns>
+    <member name="F:System.Xml.Schema.XmlTypeCode.Notation">
+      <summary>A W3C XML Schema <see langword="xs:NOTATION"></see> type.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlTextReader.System#Xml#IXmlNamespaceResolver#LookupNamespace(System.String)">
-      <summary>For a description of this member, see <see cref="M:System.Xml.IXmlNamespaceResolver.LookupNamespace(System.String)"></see>.</summary>
-      <param name="prefix">The prefix whose namespace URI you wish to find.</param>
-      <returns>The namespace URI that is mapped to the prefix; null if the prefix is not mapped to a namespace URI.</returns>
+    <member name="F:System.Xml.Schema.XmlTypeCode.PositiveInteger">
+      <summary>A W3C XML Schema <see langword="xs:positiveInteger"></see> type.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlTextReader.System#Xml#IXmlNamespaceResolver#LookupPrefix(System.String)">
-      <summary>For a description of this member, see <see cref="M:System.Xml.IXmlNamespaceResolver.LookupPrefix(System.String)"></see>.</summary>
-      <param name="namespaceName">The namespace URI whose prefix you wish to find.</param>
-      <returns>The prefix that is mapped to the namespace URI; null if the namespace URI is not mapped to a prefix.</returns>
+    <member name="F:System.Xml.Schema.XmlTypeCode.ProcessingInstruction">
+      <summary>This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
+      <returns></returns>
     </member>
-    <member name="T:System.Xml.ConformanceLevel">
-      <summary>Specifies the amount of input or output checking that <see cref="T:System.Xml.XmlReader"></see> and <see cref="T:System.Xml.XmlWriter"></see> objects perform.</summary>
+    <member name="F:System.Xml.Schema.XmlTypeCode.QName">
+      <summary>A W3C XML Schema <see langword="xs:QName"></see> type.</summary>
+      <returns></returns>
     </member>
-    <member name="F:System.Xml.ConformanceLevel.Auto">
-      <summary>The <see cref="T:System.Xml.XmlReader"></see> or <see cref="T:System.Xml.XmlWriter"></see> object automatically detects whether document-level or fragment-level checking should be performed, and does the appropriate checking. If you&amp;#39;re wrapping another <see cref="T:System.Xml.XmlReader"></see> or <see cref="T:System.Xml.XmlWriter"></see> object, the outer object doesn&amp;#39;t do any additional conformance checking. Conformance checking is left up to the underlying object.  
- See the <see cref="P:System.Xml.XmlReaderSettings.ConformanceLevel"></see> and <see cref="P:System.Xml.XmlWriterSettings.ConformanceLevel"></see> properties for details on how the compliance level is determined.</summary>
+    <member name="F:System.Xml.Schema.XmlTypeCode.Short">
+      <summary>A W3C XML Schema <see langword="xs:short"></see> type.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.ConformanceLevel.Document">
-      <summary>The XML data complies with the rules for a well-formed XML 1.0 document, as defined by the W3C.</summary>
+    <member name="F:System.Xml.Schema.XmlTypeCode.String">
+      <summary>A W3C XML Schema <see langword="xs:string"></see> type.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.ConformanceLevel.Fragment">
-      <summary>The XML data is a well-formed XML fragment, as defined by the W3C.</summary>
+    <member name="F:System.Xml.Schema.XmlTypeCode.Text">
+      <summary>This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
       <returns></returns>
     </member>
-    <member name="T:System.Xml.DtdProcessing">
-      <summary>Specifies the options for processing DTDs. The <see cref="T:System.Xml.DtdProcessing"></see> enumeration is used by the <see cref="T:System.Xml.XmlReaderSettings"></see> class.</summary>
+    <member name="F:System.Xml.Schema.XmlTypeCode.Time">
+      <summary>A W3C XML Schema <see langword="xs:time"></see> type.</summary>
+      <returns></returns>
     </member>
-    <member name="F:System.Xml.DtdProcessing.Ignore">
-      <summary>Causes the DOCTYPE element to be ignored. No DTD processing occurs.</summary>
+    <member name="F:System.Xml.Schema.XmlTypeCode.Token">
+      <summary>A W3C XML Schema <see langword="xs:token"></see> type.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.DtdProcessing.Parse">
-      <summary>Used for parsing DTDs.</summary>
+    <member name="F:System.Xml.Schema.XmlTypeCode.UnsignedByte">
+      <summary>A W3C XML Schema <see langword="xs:unsignedByte"></see> type.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.DtdProcessing.Prohibit">
-      <summary>Specifies that when a DTD is encountered, an <see cref="T:System.Xml.XmlException"></see> is thrown with a message that states that DTDs are prohibited. This is the default behavior.</summary>
+    <member name="F:System.Xml.Schema.XmlTypeCode.UnsignedInt">
+      <summary>A W3C XML Schema <see langword="xs:unsignedInt"></see> type.</summary>
       <returns></returns>
     </member>
-    <member name="T:System.Xml.EntityHandling">
-      <summary>Specifies how the <see cref="T:System.Xml.XmlTextReader"></see> or <see cref="T:System.Xml.XmlValidatingReader"></see> handle entities.</summary>
+    <member name="F:System.Xml.Schema.XmlTypeCode.UnsignedLong">
+      <summary>A W3C XML Schema <see langword="xs:unsignedLong"></see> type.</summary>
+      <returns></returns>
     </member>
-    <member name="F:System.Xml.EntityHandling.ExpandCharEntities">
-      <summary>Expands character entities and returns general entities as <see cref="F:System.Xml.XmlNodeType.EntityReference"></see> nodes.</summary>
+    <member name="F:System.Xml.Schema.XmlTypeCode.UnsignedShort">
+      <summary>A W3C XML Schema <see langword="xs:unsignedShort"></see> type.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.EntityHandling.ExpandEntities">
-      <summary>Expands all entities and returns the expanded nodes.</summary>
+    <member name="F:System.Xml.Schema.XmlTypeCode.UntypedAtomic">
+      <summary>An untyped atomic value.</summary>
       <returns></returns>
     </member>
-    <member name="T:System.Xml.Formatting">
-      <summary>Specifies formatting options for the <see cref="T:System.Xml.XmlTextWriter"></see>.</summary>
+    <member name="F:System.Xml.Schema.XmlTypeCode.YearMonthDuration">
+      <summary>This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
+      <returns></returns>
     </member>
-    <member name="F:System.Xml.Formatting.Indented">
-      <summary>Causes child elements to be indented according to the <see cref="P:System.Xml.XmlTextWriter.Indentation"></see> and <see cref="P:System.Xml.XmlTextWriter.IndentChar"></see> settings.</summary>
+    <member name="T:System.Xml.Schema.XmlSeverityType">
+      <summary>Represents the severity of the validation event.</summary>
+    </member>
+    <member name="F:System.Xml.Schema.XmlSeverityType.Error">
+      <summary>Indicates a validation error occurred when validating the instance document. This applies to document type definitions (DTDs) and XML Schema definition language (XSD) schemas. The World Wide Web Consortium (W3C) validity constraints are considered errors. If no validation event handler has been created, errors throw an exception.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.Formatting.None">
-      <summary>No special formatting is applied. This is the default.</summary>
+    <member name="F:System.Xml.Schema.XmlSeverityType.Warning">
+      <summary>Indicates that a validation event occurred that is not an error. A warning is typically issued when there is no DTD, or XML Schema to validate a particular element or attribute against. Unlike errors, warnings do not throw an exception if there is no validation event handler.</summary>
       <returns></returns>
     </member>
-    <member name="T:System.Xml.IApplicationResourceStreamResolver">
-      <summary>Represents an application resource stream resolver.</summary>
+    <member name="T:System.Xml.Schema.XmlSchemaXPath">
+      <summary>Represents the World Wide Web Consortium (W3C) <see langword="selector"></see> element.</summary>
     </member>
-    <member name="M:System.Xml.IApplicationResourceStreamResolver.GetApplicationResourceStream(System.Uri)">
-      <summary>Returns an application resource stream from the specified URI.</summary>
-      <param name="relativeUri">The relative URI.</param>
-      <returns>An application resource stream.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaXPath.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaXPath"></see> class.</summary>
     </member>
-    <member name="T:System.Xml.IHasXmlNode">
-      <summary>Enables a class to return an <see cref="T:System.Xml.XmlNode"></see> from the current context or position.</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaXPath.XPath">
+      <summary>Gets or sets the attribute for the XPath expression.</summary>
+      <returns>The string attribute value for the XPath expression.</returns>
     </member>
-    <member name="M:System.Xml.IHasXmlNode.GetNode">
-      <summary>Returns the <see cref="T:System.Xml.XmlNode"></see> for the current position.</summary>
-      <returns>The XmlNode for the current position.</returns>
+    <member name="T:System.Xml.Schema.XmlSchemaWhiteSpaceFacet">
+      <summary>Represents the World Wide Web Consortium (W3C) <see langword="whiteSpace"></see> facet.</summary>
     </member>
-    <member name="T:System.Xml.IXmlLineInfo">
-      <summary>Provides an interface to enable a class to return line and position information.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaWhiteSpaceFacet.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaWhiteSpaceFacet"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.IXmlLineInfo.HasLineInfo">
-      <summary>Gets a value indicating whether the class can return line information.</summary>
-      <returns>true if <see cref="System.Xml.IXmlLineInfo.LineNumber"></see> and <see cref="System.Xml.IXmlLineInfo.LinePosition"></see> can be provided; otherwise, false.</returns>
+    <member name="T:System.Xml.Schema.XmlSchemaValidity">
+      <summary>Represents the validity of an XML item validated by the <see cref="T:System.Xml.Schema.XmlSchemaValidator"></see> class.</summary>
     </member>
-    <member name="P:System.Xml.IXmlLineInfo.LineNumber">
-      <summary>Gets the current line number.</summary>
-      <returns>The current line number or 0 if no line information is available (for example, <see cref="System.Xml.IXmlLineInfo.HasLineInfo"></see> returns false).</returns>
+    <member name="F:System.Xml.Schema.XmlSchemaValidity.Invalid">
+      <summary>The XML item is invalid.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.IXmlLineInfo.LinePosition">
-      <summary>Gets the current line position.</summary>
-      <returns>The current line position or 0 if no line information is available (for example, <see cref="System.Xml.IXmlLineInfo.HasLineInfo"></see> returns false).</returns>
+    <member name="F:System.Xml.Schema.XmlSchemaValidity.NotKnown">
+      <summary>The validity of the XML item is not known.</summary>
+      <returns></returns>
     </member>
-    <member name="T:System.Xml.IXmlNamespaceResolver">
-      <summary>Provides read-only access to a set of prefix and namespace mappings.</summary>
+    <member name="F:System.Xml.Schema.XmlSchemaValidity.Valid">
+      <summary>The XML item is valid.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.IXmlNamespaceResolver.GetNamespacesInScope(System.Xml.XmlNamespaceScope)">
-      <summary>Gets a collection of defined prefix-namespace mappings that are currently in scope.</summary>
-      <param name="scope">An <see cref="T:System.Xml.XmlNamespaceScope"></see> value that specifies the type of namespace nodes to return.</param>
-      <returns>An <see cref="System.Collections.IDictionary"></see> that contains the current in-scope namespaces.</returns>
+    <member name="T:System.Xml.Serialization.XmlSchemaProviderAttribute">
+      <summary>When applied to a type, stores the name of a static method of the type that returns an XML schema and a <see cref="T:System.Xml.XmlQualifiedName"></see> (or <see cref="T:System.Xml.Schema.XmlSchemaType"></see> for anonymous types) that controls the serialization of the type.</summary>
     </member>
-    <member name="M:System.Xml.IXmlNamespaceResolver.LookupNamespace(System.String)">
-      <summary>Gets the namespace URI mapped to the specified prefix.</summary>
-      <param name="prefix">The prefix whose namespace URI you wish to find.</param>
-      <returns>The namespace URI that is mapped to the prefix; null if the prefix is not mapped to a namespace URI.</returns>
+    <member name="M:System.Xml.Serialization.XmlSchemaProviderAttribute.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSchemaProviderAttribute"></see> class, taking the name of the static method that supplies the type&amp;#39;s XML schema.</summary>
+      <param name="methodName">The name of the static method that must be implemented.</param>
     </member>
-    <member name="M:System.Xml.IXmlNamespaceResolver.LookupPrefix(System.String)">
-      <summary>Gets the prefix that is mapped to the specified namespace URI.</summary>
-      <param name="namespaceName">The namespace URI whose prefix you wish to find.</param>
-      <returns>The prefix that is mapped to the namespace URI; null if the namespace URI is not mapped to a prefix.</returns>
+    <member name="P:System.Xml.Serialization.XmlSchemaProviderAttribute.IsAny">
+      <summary>Gets or sets a value that determines whether the target class is a wildcard, or that the schema for the class has contains only an <see langword="xs:any"></see> element.</summary>
+      <returns><see langword="true"></see>, if the class is a wildcard, or if the schema contains only the <see langword="xs:any"></see> element; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="T:System.Xml.Xsl.XslCompiledTransform">
-      <summary>Transforms XML data using an XSLT style sheet.</summary>
+    <member name="P:System.Xml.Serialization.XmlSchemaProviderAttribute.MethodName">
+      <summary>Gets the name of the static method that supplies the type&amp;#39;s XML schema and the name of its XML Schema data type.</summary>
+      <returns>The name of the method that is invoked by the XML infrastructure to return an XML schema.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XslCompiledTransform.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Xsl.XslCompiledTransform"></see> class.</summary>
+    <member name="T:System.Xml.Serialization.XmlRootAttribute">
+      <summary>Controls XML serialization of the attribute target as an XML root element.</summary>
     </member>
-    <member name="M:System.Xml.Xsl.XslCompiledTransform.#ctor(System.Boolean)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Xsl.XslCompiledTransform"></see> class with the specified debug setting.</summary>
-      <param name="enableDebug">true to generate debug information; otherwise false. Setting this to true enables you to debug the style sheet with the Microsoft Visual Studio Debugger.</param>
+    <member name="M:System.Xml.Serialization.XmlRootAttribute.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlRootAttribute"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.Xsl.XslCompiledTransform.Load(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltSettings,System.Xml.XmlResolver)">
-      <summary>Compiles the XSLT style sheet contained in the <see cref="T:System.Xml.XPath.IXPathNavigable"></see>. The <see cref="T:System.Xml.XmlResolver"></see> resolves any XSLT import or include elements and the XSLT settings determine the permissions for the style sheet.</summary>
-      <param name="stylesheet">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> interface. In the Microsoft .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode"></see> (typically an <see cref="T:System.Xml.XmlDocument"></see>), or an <see cref="T:System.Xml.XPath.XPathDocument"></see> containing the style sheet.</param>
-      <param name="settings">The <see cref="T:System.Xml.Xsl.XsltSettings"></see> to apply to the style sheet. If this is null, the <see cref="P:System.Xml.Xsl.XsltSettings.Default"></see> setting is applied.</param>
-      <param name="stylesheetResolver">The <see cref="T:System.Xml.XmlResolver"></see> used to resolve any style sheets referenced in XSLT import and include elements. If this is null, external resources are not resolved.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="stylesheet">stylesheet</paramref> value is null.</exception>
-      <exception cref="T:System.Xml.Xsl.XsltException">The style sheet contains an error.</exception>
+    <member name="M:System.Xml.Serialization.XmlRootAttribute.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlRootAttribute"></see> class and specifies the name of the XML root element.</summary>
+      <param name="elementName">The name of the XML root element.</param>
     </member>
-    <member name="M:System.Xml.Xsl.XslCompiledTransform.Load(System.String,System.Xml.Xsl.XsltSettings,System.Xml.XmlResolver)">
-      <summary>Loads and compiles the XSLT style sheet specified by the URI. The <see cref="T:System.Xml.XmlResolver"></see> resolves any XSLT import or include elements and the XSLT settings determine the permissions for the style sheet.</summary>
-      <param name="stylesheetUri">The URI of the style sheet.</param>
-      <param name="settings">The <see cref="T:System.Xml.Xsl.XsltSettings"></see> to apply to the style sheet. If this is null, the <see cref="P:System.Xml.Xsl.XsltSettings.Default"></see> setting is applied.</param>
-      <param name="stylesheetResolver">The <see cref="T:System.Xml.XmlResolver"></see> used to resolve the style sheet URI and any style sheets referenced in XSLT import and include elements.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="stylesheetUri">stylesheetUri</paramref> or <paramref name="stylesheetResolver">stylesheetResolver</paramref> value is null.</exception>
-      <exception cref="T:System.Xml.Xsl.XsltException">The style sheet contains an error.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The style sheet cannot be found.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The <paramref name="stylesheetUri">stylesheetUri</paramref> value includes a filename or directory that cannot be found.</exception>
-      <exception cref="T:System.Net.WebException">The <paramref name="stylesheetUri">stylesheetUri</paramref> value cannot be resolved.  
- -or-  
- An error occurred while processing the request.</exception>
-      <exception cref="T:System.UriFormatException"><paramref name="stylesheetUri">stylesheetUri</paramref> is not a valid URI.</exception>
-      <exception cref="T:System.Xml.XmlException">There was a parsing error loading the style sheet.</exception>
+    <member name="P:System.Xml.Serialization.XmlRootAttribute.DataType">
+      <summary>Gets or sets the XSD data type of the XML root element.</summary>
+      <returns>An XSD (XML Schema Document) data type, as defined by the World Wide Web Consortium (www.w3.org) document named &amp;quot;XML Schema: DataTypes&amp;quot;.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XslCompiledTransform.Load(System.Reflection.MethodInfo,System.Byte[],System.Type[])">
-      <summary>Loads a method from a style sheet compiled using the XSLTC.exe utility.</summary>
-      <param name="executeMethod">A <see cref="T:System.Reflection.MethodInfo"></see> object representing the compiler-generated execute method of the compiled style sheet.</param>
-      <param name="queryData">A byte array of serialized data structures in the staticData field of the compiled style sheet as generated by the <see cref="M:System.Xml.Xsl.XslCompiledTransform.CompileToType(System.Xml.XmlReader,System.Xml.Xsl.XsltSettings,System.Xml.XmlResolver,System.Boolean,System.Reflection.Emit.TypeBuilder,System.String)"></see> method.</param>
-      <param name="earlyBoundTypes">An array of types stored in the compiler-generated ebTypes field of the compiled style sheet.</param>
+    <member name="P:System.Xml.Serialization.XmlRootAttribute.ElementName">
+      <summary>Gets or sets the name of the XML element that is generated and recognized by the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> class&amp;#39;s <see cref="M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object)"></see> and <see cref="M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.Stream)"></see> methods, respectively.</summary>
+      <returns>The name of the XML root element that is generated and recognized in an XML-document instance. The default is the name of the serialized class.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XslCompiledTransform.Load(System.Xml.XmlReader,System.Xml.Xsl.XsltSettings,System.Xml.XmlResolver)">
-      <summary>Compiles the XSLT style sheet contained in the <see cref="T:System.Xml.XmlReader"></see>. The <see cref="T:System.Xml.XmlResolver"></see> resolves any XSLT import or include elements and the XSLT settings determine the permissions for the style sheet.</summary>
-      <param name="stylesheet">The <see cref="T:System.Xml.XmlReader"></see> containing the style sheet.</param>
-      <param name="settings">The <see cref="T:System.Xml.Xsl.XsltSettings"></see> to apply to the style sheet. If this is null, the <see cref="P:System.Xml.Xsl.XsltSettings.Default"></see> setting is applied.</param>
-      <param name="stylesheetResolver">The <see cref="T:System.Xml.XmlResolver"></see> used to resolve any style sheets referenced in XSLT import and include elements. If this is null, external resources are not resolved.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="stylesheet">stylesheet</paramref> value is null.</exception>
-      <exception cref="T:System.Xml.Xsl.XsltException">The style sheet contains an error.</exception>
+    <member name="P:System.Xml.Serialization.XmlRootAttribute.IsNullable">
+      <summary>Gets or sets a value that indicates whether the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> must serialize a member that is set to <see langword="null"></see> into the <see langword="xsi:nil"></see> attribute set to <see langword="true"></see>.</summary>
+      <returns><see langword="true"></see> if the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> generates the <see langword="xsi:nil"></see> attribute; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XslCompiledTransform.Load(System.Xml.XmlReader)">
-      <summary>Compiles the style sheet contained in the <see cref="T:System.Xml.XmlReader"></see>.</summary>
-      <param name="stylesheet">An <see cref="T:System.Xml.XmlReader"></see> containing the style sheet.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="stylesheet">stylesheet</paramref> value is null.</exception>
-      <exception cref="T:System.Xml.Xsl.XsltException">The style sheet contains an error.</exception>
+    <member name="P:System.Xml.Serialization.XmlRootAttribute.Namespace">
+      <summary>Gets or sets the namespace for the XML root element.</summary>
+      <returns>The namespace for the XML element.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XslCompiledTransform.Load(System.Type)">
-      <summary>Loads the compiled style sheet that was created using the XSLT Compiler (xsltc.exe).</summary>
-      <param name="compiledStylesheet">The name of the class that contains the compiled style sheet.  
- This is usually the name of the style sheet. Unless otherwise specified, the xsltc.exe tool uses the name of the style sheet for the class and assembly names.</param>
+    <member name="T:System.Xml.Serialization.XmlNamespaceDeclarationsAttribute">
+      <summary>Specifies that the target property, parameter, return value, or class member contains prefixes associated with namespaces that are used within an XML document.</summary>
     </member>
-    <member name="M:System.Xml.Xsl.XslCompiledTransform.Load(System.String)">
-      <summary>Loads and compiles the style sheet located at the specified URI.</summary>
-      <param name="stylesheetUri">The URI of the style sheet.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="stylesheetUri">stylesheetUri</paramref> value is null.</exception>
-      <exception cref="T:System.Xml.Xsl.XsltException">The style sheet contains an error.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The style sheet cannot be found.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The <paramref name="stylesheetUri">stylesheetUri</paramref> value includes a filename or directory that cannot be found.</exception>
-      <exception cref="T:System.Net.WebException">The <paramref name="stylesheetUri">stylesheetUri</paramref> value cannot be resolved.  
- -or-  
- An error occurred while processing the request.</exception>
-      <exception cref="T:System.UriFormatException"><paramref name="stylesheetUri">stylesheetUri</paramref> is not a valid URI.</exception>
-      <exception cref="T:System.Xml.XmlException">There was a parsing error loading the style sheet.</exception>
+    <member name="M:System.Xml.Serialization.XmlNamespaceDeclarationsAttribute.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlNamespaceDeclarationsAttribute"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.Xsl.XslCompiledTransform.Load(System.Xml.XPath.IXPathNavigable)">
-      <summary>Compiles the style sheet contained in the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> object.</summary>
-      <param name="stylesheet">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> interface. In the Microsoft .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode"></see> (typically an <see cref="T:System.Xml.XmlDocument"></see>), or an <see cref="T:System.Xml.XPath.XPathDocument"></see> containing the style sheet.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="stylesheet">stylesheet</paramref> value is null.</exception>
-      <exception cref="T:System.Xml.Xsl.XsltException">The style sheet contains an error.</exception>
+    <member name="T:System.Xml.Serialization.XmlIgnoreAttribute">
+      <summary>Instructs the <see cref="M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object)"></see> method of the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> not to serialize the public field or public read/write property value.</summary>
     </member>
-    <member name="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings">
-      <summary>Gets an <see cref="T:System.Xml.XmlWriterSettings"></see> object that contains the output information derived from the xsl:output element of the style sheet.</summary>
-      <returns>A read-only <see cref="System.Xml.XmlWriterSettings"></see> object that contains the output information derived from the xsl:output element of the style sheet. This value can be null.</returns>
+    <member name="M:System.Xml.Serialization.XmlIgnoreAttribute.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlIgnoreAttribute"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.Xml.XmlReader,System.Xml.Xsl.XsltArgumentList,System.IO.TextWriter)">
-      <summary>Executes the transform using the input document specified by the <see cref="T:System.Xml.XmlReader"></see> object and outputs the results to a <see cref="T:System.IO.TextWriter"></see>. The <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> provides additional run-time arguments.</summary>
-      <param name="input">An <see cref="T:System.Xml.XmlReader"></see> containing the input document.</param>
-      <param name="arguments">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transform. This value can be null.</param>
-      <param name="results">The <see cref="T:System.IO.TextWriter"></see> to which you want to output.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="input">input</paramref> or <paramref name="results">results</paramref> value is null.</exception>
-      <exception cref="T:System.Xml.Xsl.XsltException">There was an error executing the XSLT transform.</exception>
+    <member name="T:System.Xml.Serialization.XmlEnumAttribute">
+      <summary>Controls how the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> serializes an enumeration member.</summary>
     </member>
-    <member name="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter)">
-      <summary>Executes the transform using the input document specified by the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> object and outputs the results to an <see cref="T:System.Xml.XmlWriter"></see>. The <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> provides additional run-time arguments.</summary>
-      <param name="input">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> interface. In the Microsoft .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode"></see> (typically an <see cref="T:System.Xml.XmlDocument"></see>), or an <see cref="T:System.Xml.XPath.XPathDocument"></see> containing the data to be transformed.</param>
-      <param name="arguments">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transform. This value can be null.</param>
-      <param name="results">The <see cref="T:System.Xml.XmlWriter"></see> to which you want to output.  
- If the style sheet contains an xsl:output element, you should create the <see cref="T:System.Xml.XmlWriter"></see> using the <see cref="T:System.Xml.XmlWriterSettings"></see> object returned from the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings"></see> property. This ensures that the <see cref="T:System.Xml.XmlWriter"></see> has the correct output settings.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="input">input</paramref> or <paramref name="results">results</paramref> value is null.</exception>
-      <exception cref="T:System.Xml.Xsl.XsltException">There was an error executing the XSLT transform.</exception>
+    <member name="M:System.Xml.Serialization.XmlEnumAttribute.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlEnumAttribute"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.IO.TextWriter)">
-      <summary>Executes the transform using the input document specified by the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> object and outputs the results to an <see cref="T:System.IO.TextWriter"></see>. The <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> provides additional run-time arguments.</summary>
-      <param name="input">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> interface. In the Microsoft .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode"></see> (typically an <see cref="T:System.Xml.XmlDocument"></see>), or an <see cref="T:System.Xml.XPath.XPathDocument"></see> containing the data to be transformed.</param>
-      <param name="arguments">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transform. This value can be null.</param>
-      <param name="results">The <see cref="T:System.IO.TextWriter"></see> to which you want to output.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="input">input</paramref> or <paramref name="results">results</paramref> value is null.</exception>
-      <exception cref="T:System.Xml.Xsl.XsltException">There was an error executing the XSLT transform.</exception>
+    <member name="M:System.Xml.Serialization.XmlEnumAttribute.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlEnumAttribute"></see> class, and specifies the XML value that the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> generates or recognizes (when it serializes or deserializes the enumeration, respectively).</summary>
+      <param name="name">The overriding name of the enumeration member.</param>
     </member>
-    <member name="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.IO.Stream)">
-      <summary>Executes the transform using the input document specified by the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> object and outputs the results to a stream. The <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> provides additional runtime arguments.</summary>
-      <param name="input">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> interface. In the Microsoft .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode"></see> (typically an <see cref="T:System.Xml.XmlDocument"></see>), or an <see cref="T:System.Xml.XPath.XPathDocument"></see> containing the data to be transformed.</param>
-      <param name="arguments">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transform. This value can be null.</param>
-      <param name="results">The stream to which you want to output.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="input">input</paramref> or <paramref name="results">results</paramref> value is null.</exception>
-      <exception cref="T:System.Xml.Xsl.XsltException">There was an error executing the XSLT transform.</exception>
+    <member name="P:System.Xml.Serialization.XmlEnumAttribute.Name">
+      <summary>Gets or sets the value generated in an XML-document instance when the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> serializes an enumeration, or the value recognized when it deserializes the enumeration member.</summary>
+      <returns>The value generated in an XML-document instance when the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> serializes the enumeration, or the value recognized when it is deserializes the enumeration member.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.Xml.XmlReader,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter)">
-      <summary>Executes the transform using the input document specified by the <see cref="T:System.Xml.XmlReader"></see> object and outputs the results to an <see cref="T:System.Xml.XmlWriter"></see>. The <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> provides additional run-time arguments.</summary>
-      <param name="input">An <see cref="T:System.Xml.XmlReader"></see> containing the input document.</param>
-      <param name="arguments">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transform. This value can be null.</param>
-      <param name="results">The <see cref="T:System.Xml.XmlWriter"></see> to which you want to output.  
- If the style sheet contains an xsl:output element, you should create the <see cref="T:System.Xml.XmlWriter"></see> using the <see cref="T:System.Xml.XmlWriterSettings"></see> object returned from the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings"></see> property. This ensures that the <see cref="T:System.Xml.XmlWriter"></see> has the correct output settings.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="input">input</paramref> or <paramref name="results">results</paramref> value is null.</exception>
-      <exception cref="T:System.Xml.Xsl.XsltException">There was an error executing the XSLT transform.</exception>
+    <member name="T:System.Xml.Serialization.XmlElementAttribute">
+      <summary>Indicates that a public field or property represents an XML element when the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> serializes or deserializes the object that contains it.</summary>
     </member>
-    <member name="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.Xml.XmlReader,System.Xml.Xsl.XsltArgumentList,System.IO.Stream)">
-      <summary>Executes the transform using the input document specified by the <see cref="T:System.Xml.XmlReader"></see> object and outputs the results to a stream. The <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> provides additional run-time arguments.</summary>
-      <param name="input">An <see cref="T:System.Xml.XmlReader"></see> containing the input document.</param>
-      <param name="arguments">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transform. This value can be null.</param>
-      <param name="results">The stream to which you want to output.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="input">input</paramref> or <paramref name="results">results</paramref> value is null.</exception>
-      <exception cref="T:System.Xml.Xsl.XsltException">There was an error executing the XSLT transform.</exception>
+    <member name="M:System.Xml.Serialization.XmlElementAttribute.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlElementAttribute"></see> class.</summary>
+    </member>
+    <member name="M:System.Xml.Serialization.XmlElementAttribute.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlElementAttribute"></see> class and specifies the name of the XML element.</summary>
+      <param name="elementName">The XML element name of the serialized member.</param>
+    </member>
+    <member name="M:System.Xml.Serialization.XmlElementAttribute.#ctor(System.Type)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlElementAttribute"></see> class and specifies a type for the member to which the <see cref="T:System.Xml.Serialization.XmlElementAttribute"></see> is applied. This type is used by the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> when serializing or deserializing object that contains it.</summary>
+      <param name="type">The <see cref="T:System.Type"></see> of an object derived from the member&amp;#39;s type.</param>
+    </member>
+    <member name="M:System.Xml.Serialization.XmlElementAttribute.#ctor(System.String,System.Type)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlElementAttribute"></see> and specifies the name of the XML element and a derived type for the member to which the <see cref="T:System.Xml.Serialization.XmlElementAttribute"></see> is applied. This member type is used when the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> serializes the object that contains it.</summary>
+      <param name="elementName">The XML element name of the serialized member.</param>
+      <param name="type">The <see cref="T:System.Type"></see> of an object derived from the member&amp;#39;s type.</param>
+    </member>
+    <member name="P:System.Xml.Serialization.XmlElementAttribute.DataType">
+      <summary>Gets or sets the XML Schema definition (XSD) data type of the XML element generated by the <see cref="T:System.Xml.Serialization.XmlSerializer"></see>.</summary>
+      <returns>An XML Schema data type, as defined by the World Wide Web Consortium (www.w3.org) document named &amp;quot;XML Schema Part 2: Datatypes&amp;quot;.</returns>
+      <exception cref="T:System.Exception">The XML Schema data type you have specified cannot be mapped to the.NET data type.</exception>
     </member>
-    <member name="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.String,System.String)">
-      <summary>Executes the transform using the input document specified by the URI and outputs the results to a file.</summary>
-      <param name="inputUri">The URI of the input document.</param>
-      <param name="resultsFile">The URI of the output file.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="inputUri">inputUri</paramref> or <paramref name="resultsFile">resultsFile</paramref> value is null.</exception>
-      <exception cref="T:System.Xml.Xsl.XsltException">There was an error executing the XSLT transform.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The input document cannot be found.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The <paramref name="inputUri">inputUri</paramref> or <paramref name="resultsFile">resultsFile</paramref> value includes a filename or directory cannot be found.</exception>
-      <exception cref="T:System.Net.WebException">The <paramref name="inputUri">inputUri</paramref> or <paramref name="resultsFile">resultsFile</paramref> value cannot be resolved.  
- -or-  
- An error occurred while processing the request</exception>
-      <exception cref="T:System.UriFormatException"><paramref name="inputUri">inputUri</paramref> or <paramref name="resultsFile">resultsFile</paramref> is not a valid URI.</exception>
-      <exception cref="T:System.Xml.XmlException">There was a parsing error loading the input document.</exception>
+    <member name="P:System.Xml.Serialization.XmlElementAttribute.ElementName">
+      <summary>Gets or sets the name of the generated XML element.</summary>
+      <returns>The name of the generated XML element. The default is the member identifier.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.String,System.Xml.Xsl.XsltArgumentList,System.IO.TextWriter)">
-      <summary>Executes the transform using the input document specified by the URI and outputs the results to a <see cref="T:System.IO.TextWriter"></see>.</summary>
-      <param name="inputUri">The URI of the input document.</param>
-      <param name="arguments">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transform. This value can be null.</param>
-      <param name="results">The <see cref="T:System.IO.TextWriter"></see> to which you want to output.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="inputUri">inputUri</paramref> or <paramref name="results">results</paramref> value is null.</exception>
-      <exception cref="T:System.Xml.Xsl.XsltException">There was an error executing the XSLT transform.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The <paramref name="inputUri">inputUri</paramref> value includes a filename or directory cannot be found.</exception>
-      <exception cref="T:System.Net.WebException">The <paramref name="inputUri">inputUri</paramref> value cannot be resolved.  
- -or-  
- An error occurred while processing the request</exception>
-      <exception cref="T:System.UriFormatException"><paramref name="inputUri">inputUri</paramref> is not a valid URI.</exception>
-      <exception cref="T:System.Xml.XmlException">There was a parsing error loading the input document.</exception>
+    <member name="P:System.Xml.Serialization.XmlElementAttribute.Form">
+      <summary>Gets or sets a value that indicates whether the element is qualified.</summary>
+      <returns>One of the <see cref="T:System.Xml.Schema.XmlSchemaForm"></see> values. The default is <see cref="F:System.Xml.Schema.XmlSchemaForm.None"></see>.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.String,System.Xml.Xsl.XsltArgumentList,System.IO.Stream)">
-      <summary>Executes the transform using the input document specified by the URI and outputs the results to stream. The <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> provides additional run-time arguments.</summary>
-      <param name="inputUri">The URI of the input document.</param>
-      <param name="arguments">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transform. This value can be null.</param>
-      <param name="results">The stream to which you want to output.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="inputUri">inputUri</paramref> or <paramref name="results">results</paramref> value is null.</exception>
-      <exception cref="T:System.Xml.Xsl.XsltException">There was an error executing the XSLT transform.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The <paramref name="inputUri">inputUri</paramref> value includes a filename or directory cannot be found.</exception>
-      <exception cref="T:System.Net.WebException">The <paramref name="inputUri">inputUri</paramref> value cannot be resolved.  
- -or-  
- An error occurred while processing the request</exception>
-      <exception cref="T:System.UriFormatException"><paramref name="inputUri">inputUri</paramref> is not a valid URI.</exception>
-      <exception cref="T:System.Xml.XmlException">There was a parsing error loading the input document.</exception>
+    <member name="P:System.Xml.Serialization.XmlElementAttribute.IsNullable">
+      <summary>Gets or sets a value that indicates whether the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> must serialize a member that is set to <see langword="null"></see> as an empty tag with the <see langword="xsi:nil"></see> attribute set to <see langword="true"></see>.</summary>
+      <returns><see langword="true"></see> if the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> generates the <see langword="xsi:nil"></see> attribute; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.Xml.XPath.IXPathNavigable,System.Xml.XmlWriter)">
-      <summary>Executes the transform using the input document specified by the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> object and outputs the results to an <see cref="T:System.Xml.XmlWriter"></see>.</summary>
-      <param name="input">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> interface. In the Microsoft .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode"></see> (typically an <see cref="T:System.Xml.XmlDocument"></see>), or an <see cref="T:System.Xml.XPath.XPathDocument"></see> containing the data to be transformed.</param>
-      <param name="results">The <see cref="T:System.Xml.XmlWriter"></see> to which you want to output.  
- If the style sheet contains an xsl:output element, you should create the <see cref="T:System.Xml.XmlWriter"></see> using the <see cref="T:System.Xml.XmlWriterSettings"></see> object returned from the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings"></see> property. This ensures that the <see cref="T:System.Xml.XmlWriter"></see> has the correct output settings.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="input">input</paramref> or <paramref name="results">results</paramref> value is null.</exception>
-      <exception cref="T:System.Xml.Xsl.XsltException">There was an error executing the XSLT transform.</exception>
+    <member name="P:System.Xml.Serialization.XmlElementAttribute.Namespace">
+      <summary>Gets or sets the namespace assigned to the XML element that results when the class is serialized.</summary>
+      <returns>The namespace of the XML element.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.Xml.XmlReader,System.Xml.XmlWriter)">
-      <summary>Executes the transform using the input document specified by the <see cref="T:System.Xml.XmlReader"></see> object and outputs the results to an <see cref="T:System.Xml.XmlWriter"></see>.</summary>
-      <param name="input">The <see cref="T:System.Xml.XmlReader"></see> containing the input document.</param>
-      <param name="results">The <see cref="T:System.Xml.XmlWriter"></see> to which you want to output.  
- If the style sheet contains an xsl:output element, you should create the <see cref="T:System.Xml.XmlWriter"></see> using the <see cref="T:System.Xml.XmlWriterSettings"></see> object returned from the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings"></see> property. This ensures that the <see cref="T:System.Xml.XmlWriter"></see> has the correct output settings.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="input">input</paramref> or <paramref name="results">results</paramref> value is null.</exception>
-      <exception cref="T:System.Xml.Xsl.XsltException">There was an error executing the XSLT transform.</exception>
+    <member name="P:System.Xml.Serialization.XmlElementAttribute.Order">
+      <summary>Gets or sets the explicit order in which the elements are serialized or deserialized.</summary>
+      <returns>The order of the code generation.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.String,System.Xml.XmlWriter)">
-      <summary>Executes the transform using the input document specified by the URI and outputs the results to an <see cref="T:System.Xml.XmlWriter"></see>.</summary>
-      <param name="inputUri">The URI of the input document.</param>
-      <param name="results">The <see cref="T:System.Xml.XmlWriter"></see> to which you want to output.  
- If the style sheet contains an xsl:output element, you should create the <see cref="T:System.Xml.XmlWriter"></see> using the <see cref="T:System.Xml.XmlWriterSettings"></see> object returned from the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings"></see> property. This ensures that the <see cref="T:System.Xml.XmlWriter"></see> has the correct output settings.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="inputUri">inputUri</paramref> or <paramref name="results">results</paramref> value is null.</exception>
-      <exception cref="T:System.Xml.Xsl.XsltException">There was an error executing the XSLT transform.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The <paramref name="inputUri">inputUri</paramref> value includes a filename or directory cannot be found.</exception>
-      <exception cref="T:System.Net.WebException">The <paramref name="inputUri">inputUri</paramref> value cannot be resolved.  
- -or-  
- An error occurred while processing the request.</exception>
-      <exception cref="T:System.UriFormatException"><paramref name="inputUri">inputUri</paramref> is not a valid URI.</exception>
-      <exception cref="T:System.Xml.XmlException">There was a parsing error loading the input document.</exception>
+    <member name="P:System.Xml.Serialization.XmlElementAttribute.Type">
+      <summary>Gets or sets the object type used to represent the XML element.</summary>
+      <returns>The <see cref="T:System.Type"></see> of the member.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.Xml.XmlReader,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter,System.Xml.XmlResolver)">
-      <summary>Executes the transform using the input document specified by the <see cref="T:System.Xml.XmlReader"></see> object and outputs the results to an <see cref="T:System.Xml.XmlWriter"></see>. The <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> provides additional run-time arguments and the XmlResolver resolves the XSLT document() function.</summary>
-      <param name="input">An <see cref="T:System.Xml.XmlReader"></see> containing the input document.</param>
-      <param name="arguments">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transform. This value can be null.</param>
-      <param name="results">The <see cref="T:System.Xml.XmlWriter"></see> to which you want to output.  
- If the style sheet contains an xsl:output element, you should create the <see cref="T:System.Xml.XmlWriter"></see> using the <see cref="T:System.Xml.XmlWriterSettings"></see> object returned from the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings"></see> property. This ensures that the <see cref="T:System.Xml.XmlWriter"></see> has the correct output settings.</param>
-      <param name="documentResolver">The <see cref="T:System.Xml.XmlResolver"></see> used to resolve the XSLT document() function. If this is null, the document() function is not resolved.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="input">input</paramref> or <paramref name="results">results</paramref> value is null.</exception>
-      <exception cref="T:System.Xml.Xsl.XsltException">There was an error executing the XSLT transform.</exception>
+    <member name="T:System.Xml.Serialization.XmlAttributeAttribute">
+      <summary>Specifies that the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> must serialize the class member as an XML attribute.</summary>
     </member>
-    <member name="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.String,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter)">
-      <summary>Executes the transform using the input document specified by the URI and outputs the results to an <see cref="T:System.Xml.XmlWriter"></see>. The <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> provides additional run-time arguments.</summary>
-      <param name="inputUri">The URI of the input document.</param>
-      <param name="arguments">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transform. This value can be null.</param>
-      <param name="results">The <see cref="T:System.Xml.XmlWriter"></see> to which you want to output.  
- If the style sheet contains an xsl:output element, you should create the <see cref="T:System.Xml.XmlWriter"></see> using the <see cref="T:System.Xml.XmlWriterSettings"></see> object returned from the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings"></see> property. This ensures that the <see cref="T:System.Xml.XmlWriter"></see> has the correct output settings.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="inputUri">inputUri</paramref> or <paramref name="results">results</paramref> value is null.</exception>
-      <exception cref="T:System.Xml.Xsl.XsltException">There was an error executing the XSLT transform.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The <paramref name="inputtUri">inputtUri</paramref> value includes a filename or directory cannot be found.</exception>
-      <exception cref="T:System.Net.WebException">The <paramref name="inputUri">inputUri</paramref> value cannot be resolved.  
- -or-  
- An error occurred while processing the request.</exception>
-      <exception cref="T:System.UriFormatException"><paramref name="inputUri">inputUri</paramref> is not a valid URI.</exception>
-      <exception cref="T:System.Xml.XmlException">There was a parsing error loading the input document.</exception>
+    <member name="M:System.Xml.Serialization.XmlAttributeAttribute.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlAttributeAttribute"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter,System.Xml.XmlResolver)">
-      <summary>Executes the transform by using the input document that is specified by the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> object and outputs the results to an <see cref="T:System.Xml.XmlWriter"></see>. The <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> provides additional run-time arguments and the <see cref="T:System.Xml.XmlResolver"></see> resolves the XSLT document() function.</summary>
-      <param name="input">The document to transform that is specified by the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> object.</param>
-      <param name="arguments">Argument list as <see cref="T:System.Xml.Xsl.XsltArgumentList"></see>.</param>
-      <param name="results">The <see cref="T:System.Xml.XmlWriter"></see> to which you want to output.  
- If the style sheet contains an xsl:output element, you should create the <see cref="T:System.Xml.XmlWriter"></see> by using the <see cref="T:System.Xml.XmlWriterSettings"></see> object that is returned from the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings"></see> property. This ensures that the <see cref="T:System.Xml.XmlWriter"></see> has the correct output settings.</param>
-      <param name="documentResolver">The <see cref="T:System.Xml.XmlResolver"></see> used to resolve the XSLT document() function. If this is null, the document() function is not resolved.</param>
+    <member name="M:System.Xml.Serialization.XmlAttributeAttribute.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlAttributeAttribute"></see> class and specifies the name of the generated XML attribute.</summary>
+      <param name="attributeName">The name of the XML attribute that the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> generates.</param>
     </member>
-    <member name="T:System.Xml.Xsl.XsltArgumentList">
-      <summary>Contains a variable number of arguments which are either XSLT parameters or extension objects.</summary>
+    <member name="M:System.Xml.Serialization.XmlAttributeAttribute.#ctor(System.Type)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlAttributeAttribute"></see> class.</summary>
+      <param name="type">The <see cref="T:System.Type"></see> used to store the attribute.</param>
     </member>
-    <member name="M:System.Xml.Xsl.XsltArgumentList.#ctor">
-      <summary>Implements a new instance of the <see cref="T:System.Xml.Xsl.XsltArgumentList"></see>.</summary>
+    <member name="M:System.Xml.Serialization.XmlAttributeAttribute.#ctor(System.String,System.Type)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlAttributeAttribute"></see> class.</summary>
+      <param name="attributeName">The name of the XML attribute that is generated.</param>
+      <param name="type">The <see cref="T:System.Type"></see> used to store the attribute.</param>
     </member>
-    <member name="M:System.Xml.Xsl.XsltArgumentList.AddExtensionObject(System.String,System.Object)">
-      <summary>Adds a new object to the <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> and associates it with the namespace URI.</summary>
-      <param name="namespaceUri">The namespace URI to associate with the object. To use the default namespace, specify an empty string.</param>
-      <param name="extension">The object to add to the list.</param>
-      <exception cref="T:System.ArgumentException">The <paramref name="namespaceUri">namespaceUri</paramref> is either null or http://www.w3.org/1999/XSL/Transform  
- The <paramref name="namespaceUri">namespaceUri</paramref> already has an extension object associated with it.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have sufficient permissions to call this method.</exception>
+    <member name="P:System.Xml.Serialization.XmlAttributeAttribute.AttributeName">
+      <summary>Gets or sets the name of the XML attribute.</summary>
+      <returns>The name of the XML attribute. The default is the member name.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XsltArgumentList.AddParam(System.String,System.String,System.Object)">
-      <summary>Adds a parameter to the <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> and associates it with the namespace qualified name.</summary>
-      <param name="name">The name to associate with the parameter.</param>
-      <param name="namespaceUri">The namespace URI to associate with the parameter. To use the default namespace, specify an empty string.</param>
-      <param name="parameter">The parameter value or object to add to the list.</param>
-      <exception cref="T:System.ArgumentException">The <paramref name="namespaceUri">namespaceUri</paramref> is either null or http://www.w3.org/1999/XSL/Transform.  
- The <paramref name="name">name</paramref> is not a valid name according to the W3C XML specification.  
- The <paramref name="namespaceUri">namespaceUri</paramref> already has a parameter associated with it.</exception>
+    <member name="P:System.Xml.Serialization.XmlAttributeAttribute.DataType">
+      <summary>Gets or sets the XSD data type of the XML attribute generated by the <see cref="T:System.Xml.Serialization.XmlSerializer"></see>.</summary>
+      <returns>An XSD (XML Schema Document) data type, as defined by the World Wide Web Consortium (www.w3.org) document named &amp;quot;XML Schema: DataTypes&amp;quot;.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XsltArgumentList.Clear">
-      <summary>Removes all parameters and extension objects from the <see cref="T:System.Xml.Xsl.XsltArgumentList"></see>.</summary>
+    <member name="P:System.Xml.Serialization.XmlAttributeAttribute.Form">
+      <summary>Gets or sets a value that indicates whether the XML attribute name generated by the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> is qualified.</summary>
+      <returns>One of the <see cref="T:System.Xml.Schema.XmlSchemaForm"></see> values. The default is <see langword="XmlForm.None"></see>.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XsltArgumentList.GetExtensionObject(System.String)">
-      <summary>Gets the object associated with the given namespace.</summary>
-      <param name="namespaceUri">The namespace URI of the object.</param>
-      <returns>The namespace URI object or null if one was not found.</returns>
+    <member name="P:System.Xml.Serialization.XmlAttributeAttribute.Namespace">
+      <summary>Gets or sets the XML namespace of the XML attribute.</summary>
+      <returns>The XML namespace of the XML attribute.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XsltArgumentList.GetParam(System.String,System.String)">
-      <summary>Gets the parameter associated with the namespace qualified name.</summary>
-      <param name="name">The name of the parameter. <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> does not check to ensure the name passed is a valid local name; however, the name cannot be null.</param>
-      <param name="namespaceUri">The namespace URI associated with the parameter.</param>
-      <returns>The parameter object or null if one was not found.</returns>
+    <member name="P:System.Xml.Serialization.XmlAttributeAttribute.Type">
+      <summary>Gets or sets the complex type of the XML attribute.</summary>
+      <returns>The type of the XML attribute.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XsltArgumentList.RemoveExtensionObject(System.String)">
-      <summary>Removes the object with the namespace URI from the <see cref="T:System.Xml.Xsl.XsltArgumentList"></see>.</summary>
-      <param name="namespaceUri">The namespace URI associated with the object to remove.</param>
-      <returns>The object with the namespace URI or null if one was not found.</returns>
+    <member name="T:System.Xml.Serialization.XmlAnyElementAttribute">
+      <summary>Specifies that the member (a field that returns an array of <see cref="T:System.Xml.XmlElement"></see> or <see cref="T:System.Xml.XmlNode"></see> objects) contains objects that represent any XML element that has no corresponding member in the object being serialized or deserialized.</summary>
     </member>
-    <member name="M:System.Xml.Xsl.XsltArgumentList.RemoveParam(System.String,System.String)">
-      <summary>Removes the parameter from the <see cref="T:System.Xml.Xsl.XsltArgumentList"></see>.</summary>
-      <param name="name">The name of the parameter to remove. <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> does not check to ensure the name passed is a valid local name; however, the name cannot be null.</param>
-      <param name="namespaceUri">The namespace URI of the parameter to remove.</param>
-      <returns>The parameter object or null if one was not found.</returns>
+    <member name="M:System.Xml.Serialization.XmlAnyElementAttribute.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute"></see> class.</summary>
     </member>
-    <member name="E:System.Xml.Xsl.XsltArgumentList.XsltMessageEncountered">
-      <summary>Occurs when a message is specified in the style sheet by the xsl:message element.</summary>
+    <member name="M:System.Xml.Serialization.XmlAnyElementAttribute.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute"></see> class and specifies the XML element name generated in the XML document.</summary>
+      <param name="name">The name of the XML element that the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> generates.</param>
     </member>
-    <member name="T:System.Xml.Xsl.XsltCompileException">
-      <summary>The exception that is thrown by the Load method when an error is found in the XSLT style sheet.</summary>
+    <member name="M:System.Xml.Serialization.XmlAnyElementAttribute.#ctor(System.String,System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute"></see> class and specifies the XML element name generated in the XML document and its XML namespace.</summary>
+      <param name="name">The name of the XML element that the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> generates.</param>
+      <param name="ns">The XML namespace of the XML element.</param>
     </member>
-    <member name="M:System.Xml.Xsl.XsltCompileException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Xsl.XsltCompileException"></see> class.</summary>
+    <member name="P:System.Xml.Serialization.XmlAnyElementAttribute.Name">
+      <summary>Gets or sets the XML element name.</summary>
+      <returns>The name of the XML element.</returns>
+      <exception cref="T:System.InvalidOperationException">The element name of an array member does not match the element name specified by the <see cref="System.Xml.Serialization.XmlAnyElementAttribute.Name"></see> property.</exception>
     </member>
-    <member name="M:System.Xml.Xsl.XsltCompileException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Xsl.XsltCompileException"></see> class with a specified error message.</summary>
-      <param name="message">The message that describes the error.</param>
+    <member name="P:System.Xml.Serialization.XmlAnyElementAttribute.Namespace">
+      <summary>Gets or sets the XML namespace generated in the XML document.</summary>
+      <returns>An XML namespace.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XsltCompileException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Initializes a new instance of the XsltCompileException class using the information in the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> objects.</summary>
-      <param name="info">The SerializationInfo object containing all the properties of an XsltCompileException.</param>
-      <param name="context">The StreamingContext object containing the context information.</param>
+    <member name="P:System.Xml.Serialization.XmlAnyElementAttribute.Order">
+      <summary>Gets or sets the explicit order in which the elements are serialized or deserialized.</summary>
+      <returns>The order of the code generation.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XsltCompileException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Xsl.XsltCompileException"></see> class specified error message and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">The message that describes the error.</param>
-      <param name="innerException">The exception that is the cause of the current exception, or null if no inner exception is specified.</param>
+    <member name="T:System.Xml.Serialization.XmlAnyAttributeAttribute">
+      <summary>Specifies that the member (a field that returns an array of <see cref="T:System.Xml.XmlAttribute"></see> objects) can contain any XML attributes.</summary>
     </member>
-    <member name="M:System.Xml.Xsl.XsltCompileException.#ctor(System.Exception,System.String,System.Int32,System.Int32)">
-      <summary>Initializes a new instance of the XsltCompileException class.</summary>
-      <param name="inner">The <see cref="T:System.Exception"></see> that threw the XsltCompileException.</param>
-      <param name="sourceUri">The location path of the style sheet.</param>
-      <param name="lineNumber">The line number indicating where the error occurred in the style sheet.</param>
-      <param name="linePosition">The line position indicating where the error occurred in the style sheet.</param>
+    <member name="M:System.Xml.Serialization.XmlAnyAttributeAttribute.#ctor">
+      <summary>Constructs a new instance of the <see cref="T:System.Xml.Serialization.XmlAnyAttributeAttribute"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.Xsl.XsltCompileException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Streams all the XsltCompileException properties into the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> class for the given <see cref="T:System.Runtime.Serialization.StreamingContext"></see>.</summary>
-      <param name="info">The SerializationInfo object.</param>
-      <param name="context">The StreamingContext object.</param>
+    <member name="T:System.Xml.Serialization.IXmlSerializable">
+      <summary>Provides custom formatting for XML serialization and deserialization.</summary>
     </member>
-    <member name="T:System.Xml.Xsl.XsltContext">
-      <summary>Encapsulates the current execution context of the Extensible Stylesheet Language for Transformations (XSLT) processor allowing XML Path Language (XPath) to resolve functions, parameters, and namespaces within XPath expressions.</summary>
+    <member name="M:System.Xml.Serialization.IXmlSerializable.GetSchema">
+      <summary>This method is reserved and should not be used. When implementing the <see langword="IXmlSerializable"></see> interface, you should return <see langword="null"></see> (<see langword="Nothing"></see> in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the <see cref="T:System.Xml.Serialization.XmlSchemaProviderAttribute"></see> to the class.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchema"></see> that describes the XML representation of the object that is produced by the <see cref="M:System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter)"></see> method and consumed by the <see cref="M:System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader)"></see> method.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XsltContext.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Xsl.XsltContext"></see> class.</summary>
+    <member name="M:System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader)">
+      <summary>Generates an object from its XML representation.</summary>
+      <param name="reader">The <see cref="T:System.Xml.XmlReader"></see> stream from which the object is deserialized.</param>
     </member>
-    <member name="M:System.Xml.Xsl.XsltContext.#ctor(System.Xml.NameTable)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Xsl.XsltContext"></see> class with the specified <see cref="T:System.Xml.NameTable"></see>.</summary>
-      <param name="table">The <see cref="T:System.Xml.NameTable"></see> to use.</param>
+    <member name="M:System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter)">
+      <summary>Converts an object into its XML representation.</summary>
+      <param name="writer">The <see cref="T:System.Xml.XmlWriter"></see> stream to which the object is serialized.</param>
     </member>
-    <member name="M:System.Xml.Xsl.XsltContext.CompareDocument(System.String,System.String)">
-      <summary>When overridden in a derived class, compares the base Uniform Resource Identifiers (URIs) of two documents based upon the order the documents were loaded by the XSLT processor (that is, the <see cref="T:System.Xml.Xsl.XslTransform"></see> class).</summary>
-      <param name="baseUri">The base URI of the first document to compare.</param>
-      <param name="nextbaseUri">The base URI of the second document to compare.</param>
-      <returns>An integer value describing the relative order of the two base URIs: -1 if <paramref name="baseUri">baseUri</paramref> occurs before <paramref name="nextbaseUri">nextbaseUri</paramref>; 0 if the two base URIs are identical; and 1 if <paramref name="baseUri">baseUri</paramref> occurs after <paramref name="nextbaseUri">nextbaseUri</paramref>.</returns>
+    <member name="T:System.Xml.XmlNotation">
+      <summary>Represents a notation declaration, such as &amp;lt;!NOTATION... &amp;gt;.</summary>
     </member>
-    <member name="M:System.Xml.Xsl.XsltContext.PreserveWhitespace(System.Xml.XPath.XPathNavigator)">
-      <summary>When overridden in a derived class, evaluates whether to preserve white space nodes or strip them for the given context.</summary>
-      <param name="node">The white space node that is to be preserved or stripped in the current context.</param>
-      <returns>Returns true if the white space is to be preserved or false if the white space is to be stripped.</returns>
+    <member name="M:System.Xml.XmlNotation.CloneNode(System.Boolean)">
+      <summary>Creates a duplicate of this node. Notation nodes cannot be cloned. Calling this method on an <see cref="T:System.Xml.XmlNotation"></see> object throws an exception.</summary>
+      <param name="deep"><see langword="true"></see> to recursively clone the subtree under the specified node; <see langword="false"></see> to clone only the node itself.</param>
+      <returns>Returns a <see cref="T:System.Xml.XmlNode"></see> copy of the node from which the method is called.</returns>
+      <exception cref="T:System.InvalidOperationException">Notation nodes cannot be cloned. Calling this method on an <see cref="System.Xml.XmlNotation"></see> object throws an exception.</exception>
     </member>
-    <member name="M:System.Xml.Xsl.XsltContext.ResolveFunction(System.String,System.String,System.Xml.XPath.XPathResultType[])">
-      <summary>When overridden in a derived class, resolves a function reference and returns an <see cref="T:System.Xml.Xsl.IXsltContextFunction"></see> representing the function. The <see cref="T:System.Xml.Xsl.IXsltContextFunction"></see> is used at execution time to get the return value of the function.</summary>
-      <param name="prefix">The prefix of the function as it appears in the XPath expression.</param>
-      <param name="name">The name of the function.</param>
-      <param name="ArgTypes">An array of argument types for the function being resolved. This allows you to select between methods with the same name (for example, overloaded methods).</param>
-      <returns>An <see cref="System.Xml.Xsl.IXsltContextFunction"></see> representing the function.</returns>
+    <member name="P:System.Xml.XmlNotation.InnerXml">
+      <summary>Gets the markup representing the children of this node.</summary>
+      <returns>For <see langword="XmlNotation"></see> nodes, String.Empty is returned.</returns>
+      <exception cref="T:System.InvalidOperationException">Attempting to set the property.</exception>
     </member>
-    <member name="M:System.Xml.Xsl.XsltContext.ResolveVariable(System.String,System.String)">
-      <summary>When overridden in a derived class, resolves a variable reference and returns an <see cref="T:System.Xml.Xsl.IXsltContextVariable"></see> representing the variable.</summary>
-      <param name="prefix">The prefix of the variable as it appears in the XPath expression.</param>
-      <param name="name">The name of the variable.</param>
-      <returns>An <see cref="System.Xml.Xsl.IXsltContextVariable"></see> representing the variable at runtime.</returns>
+    <member name="P:System.Xml.XmlNotation.IsReadOnly">
+      <summary>Gets a value indicating whether the node is read-only.</summary>
+      <returns><see langword="true"></see> if the node is read-only; otherwise <see langword="false"></see>.  
+ Because <see langword="XmlNotation"></see> nodes are read-only, this property always returns <see langword="true"></see>.</returns>
     </member>
-    <member name="P:System.Xml.Xsl.XsltContext.Whitespace">
-      <summary>When overridden in a derived class, gets a value indicating whether to include white space nodes in the output.</summary>
-      <returns>true to check white space nodes in the source document for inclusion in the output; false to not evaluate white space nodes. The default is true.</returns>
+    <member name="P:System.Xml.XmlNotation.LocalName">
+      <summary>Gets the name of the current node without the namespace prefix.</summary>
+      <returns>For <see langword="XmlNotation"></see> nodes, this property returns the name of the notation.</returns>
     </member>
-    <member name="T:System.Xml.Xsl.XsltException">
-      <summary>The exception that is thrown when an error occurs while processing an XSLT transformation.</summary>
+    <member name="P:System.Xml.XmlNotation.Name">
+      <summary>Gets the name of the current node.</summary>
+      <returns>The name of the notation.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XsltException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Xsl.XsltException"></see> class.</summary>
+    <member name="P:System.Xml.XmlNotation.NodeType">
+      <summary>Gets the type of the current node.</summary>
+      <returns>The node type. For <see langword="XmlNotation"></see> nodes, the value is XmlNodeType.Notation.</returns>
+    </member>
+    <member name="P:System.Xml.XmlNotation.OuterXml">
+      <summary>Gets the markup representing this node and all its children.</summary>
+      <returns>For <see langword="XmlNotation"></see> nodes, String.Empty is returned.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XsltException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Xsl.XsltException"></see> class with a specified error message.</summary>
-      <param name="message">The message that describes the error.</param>
+    <member name="P:System.Xml.XmlNotation.PublicId">
+      <summary>Gets the value of the public identifier on the notation declaration.</summary>
+      <returns>The public identifier on the notation. If there is no public identifier, <see langword="null"></see> is returned.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XsltException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Initializes a new instance of the XsltException class using the information in the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> objects.</summary>
-      <param name="info">The SerializationInfo object containing all the properties of an XsltException.</param>
-      <param name="context">The StreamingContext object.</param>
+    <member name="P:System.Xml.XmlNotation.SystemId">
+      <summary>Gets the value of the system identifier on the notation declaration.</summary>
+      <returns>The system identifier on the notation. If there is no system identifier, <see langword="null"></see> is returned.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XsltException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the XsltException class.</summary>
-      <param name="message">The description of the error condition.</param>
-      <param name="innerException">The <see cref="T:System.Exception"></see> which threw the XsltException, if any. This value can be null.</param>
+    <member name="M:System.Xml.XmlNotation.WriteContentTo(System.Xml.XmlWriter)">
+      <summary>Saves the children of the node to the specified <see cref="T:System.Xml.XmlWriter"></see>. This method has no effect on <see langword="XmlNotation"></see> nodes.</summary>
+      <param name="w">The <see langword="XmlWriter"></see> to which you want to save.</param>
     </member>
-    <member name="M:System.Xml.Xsl.XsltException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Streams all the XsltException properties into the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> class for the given <see cref="T:System.Runtime.Serialization.StreamingContext"></see>.</summary>
-      <param name="info">The SerializationInfo object.</param>
-      <param name="context">The StreamingContext object.</param>
+    <member name="M:System.Xml.XmlNotation.WriteTo(System.Xml.XmlWriter)">
+      <summary>Saves the node to the specified <see cref="T:System.Xml.XmlWriter"></see>. This method has no effect on <see langword="XmlNotation"></see> nodes.</summary>
+      <param name="w">The <see langword="XmlWriter"></see> to which you want to save.</param>
     </member>
-    <member name="P:System.Xml.Xsl.XsltException.LineNumber">
-      <summary>Gets the line number indicating where the error occurred in the style sheet.</summary>
-      <returns>The line number indicating where the error occurred in the style sheet.</returns>
+    <member name="T:System.Xml.XmlNodeType">
+      <summary>Specifies the type of node.</summary>
     </member>
-    <member name="P:System.Xml.Xsl.XsltException.LinePosition">
-      <summary>Gets the line position indicating where the error occurred in the style sheet.</summary>
-      <returns>The line position indicating where the error occurred in the style sheet.</returns>
+    <member name="F:System.Xml.XmlNodeType.Attribute">
+      <summary>An attribute (for example, id=&amp;#39;123&amp;#39; ).</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.Xsl.XsltException.Message">
-      <summary>Gets the formatted error message describing the current exception.</summary>
-      <returns>The formatted error message describing the current exception.</returns>
+    <member name="F:System.Xml.XmlNodeType.CDATA">
+      <summary>A CDATA section (for example, &amp;lt;![CDATA[my escaped text]]&amp;gt; ).</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.Xsl.XsltException.SourceUri">
-      <summary>Gets the location path of the style sheet.</summary>
-      <returns>The location path of the style sheet.</returns>
+    <member name="F:System.Xml.XmlNodeType.Comment">
+      <summary>A comment (for example, &amp;lt;!-- my comment --&amp;gt; ).</summary>
+      <returns></returns>
     </member>
-    <member name="T:System.Xml.Xsl.XsltMessageEncounteredEventArgs">
-      <summary>Provides data for the <see cref="E:System.Xml.Xsl.XsltArgumentList.XsltMessageEncountered"></see> event.</summary>
+    <member name="F:System.Xml.XmlNodeType.Document">
+      <summary>A document object that, as the root of the document tree, provides access to the entire XML document.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.Xsl.XsltMessageEncounteredEventArgs.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Xsl.XsltMessageEncounteredEventArgs"></see> class.</summary>
+    <member name="F:System.Xml.XmlNodeType.DocumentFragment">
+      <summary>A document fragment.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.Xsl.XsltMessageEncounteredEventArgs.Message">
-      <summary>Gets the contents of the xsl:message element.</summary>
-      <returns>The contents of the xsl:message element.</returns>
+    <member name="F:System.Xml.XmlNodeType.DocumentType">
+      <summary>The document type declaration, indicated by the following tag (for example, &amp;lt;!DOCTYPE...&amp;gt; ).</summary>
+      <returns></returns>
     </member>
-    <member name="T:System.Xml.Xsl.XsltMessageEncounteredEventHandler">
-      <summary>Represents the method that will handle the <see cref="E:System.Xml.Xsl.XsltArgumentList.XsltMessageEncountered"></see> event.</summary>
-      <param name="sender">The source of the event.</param>
-      <param name="e">The <see cref="T:System.Xml.Xsl.XsltMessageEncounteredEventArgs"></see> containing the event data.</param>
+    <member name="F:System.Xml.XmlNodeType.Element">
+      <summary>An element (for example, &amp;lt;item&amp;gt; ).</summary>
+      <returns></returns>
     </member>
-    <member name="T:System.Xml.Xsl.XslTransform">
-      <summary>Transforms XML data using an Extensible Stylesheet Language for Transformations (XSLT) style sheet.</summary>
+    <member name="F:System.Xml.XmlNodeType.EndElement">
+      <summary>An end element tag (for example, &amp;lt;/item&amp;gt; ).</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.Xsl.XslTransform.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Xsl.XslTransform"></see> class.</summary>
+    <member name="F:System.Xml.XmlNodeType.EndEntity">
+      <summary>Returned when <see langword="XmlReader"></see> gets to the end of the entity replacement as a result of a call to <see cref="M:System.Xml.XmlReader.ResolveEntity"></see>.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.Xsl.XslTransform.Load(System.Xml.XPath.XPathNavigator,System.Xml.XmlResolver)">
-      <summary>Loads the XSLT style sheet contained in the <see cref="T:System.Xml.XPath.XPathNavigator"></see>.</summary>
-      <param name="stylesheet">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> object that contains the XSLT style sheet.</param>
-      <param name="resolver">The <see cref="T:System.Xml.XmlResolver"></see> used to load any style sheets referenced in xsl:import and xsl:include elements. If this is null, external resources are not resolved.  
- The <see cref="T:System.Xml.XmlResolver"></see> is not cached after the <see cref="Overload:System.Xml.Xsl.XslTransform.Load"></see> method completes.</param>
-      <exception cref="T:System.Xml.Xsl.XsltCompileException">The current node does not conform to a valid style sheet.</exception>
-      <exception cref="T:System.Security.SecurityException">The style sheet contains embedded scripts, and the caller does not have UnmanagedCode permission.</exception>
+    <member name="F:System.Xml.XmlNodeType.Entity">
+      <summary>An entity declaration (for example, &amp;lt;!ENTITY...&amp;gt; ).</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.Xsl.XslTransform.Load(System.Xml.XPath.IXPathNavigable,System.Xml.XmlResolver)">
-      <summary>Loads the XSLT style sheet contained in the <see cref="T:System.Xml.XPath.IXPathNavigable"></see>.</summary>
-      <param name="stylesheet">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> interface. In the .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode"></see> (typically an <see cref="T:System.Xml.XmlDocument"></see>), or an <see cref="T:System.Xml.XPath.XPathDocument"></see> containing the XSLT style sheet.</param>
-      <param name="resolver">The <see cref="T:System.Xml.XmlResolver"></see> used to load any style sheets referenced in xsl:import and xsl:include elements. If this is null, external resources are not resolved.  
- The <see cref="T:System.Xml.XmlResolver"></see> is not cached after the <see cref="Overload:System.Xml.Xsl.XslTransform.Load"></see> method completes.</param>
-      <exception cref="T:System.Xml.Xsl.XsltCompileException">The loaded resource is not a valid style sheet.</exception>
-      <exception cref="T:System.Security.SecurityException">The style sheet contains embedded scripts, and the caller does not have UnmanagedCode permission.</exception>
+    <member name="F:System.Xml.XmlNodeType.EntityReference">
+      <summary>A reference to an entity (for example, &amp;amp;num; ).</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.Xsl.XslTransform.Load(System.Xml.XmlReader,System.Xml.XmlResolver)">
-      <summary>Loads the XSLT style sheet contained in the <see cref="T:System.Xml.XmlReader"></see>.</summary>
-      <param name="stylesheet">An <see cref="T:System.Xml.XmlReader"></see> object that contains the XSLT style sheet.</param>
-      <param name="resolver">The <see cref="T:System.Xml.XmlResolver"></see> used to load any style sheets referenced in xsl:import and xsl:include elements. If this is null, external resources are not resolved.  
- The <see cref="T:System.Xml.XmlResolver"></see> is not cached after the <see cref="M:System.Xml.Xsl.XslTransform.Load(System.Xml.XmlReader,System.Xml.XmlResolver)"></see> method completes.</param>
-      <exception cref="T:System.Xml.Xsl.XsltCompileException">The current node does not conform to a valid style sheet.</exception>
-      <exception cref="T:System.Security.SecurityException">The style sheet contains embedded scripts, and the caller does not have UnmanagedCode permission.</exception>
+    <member name="F:System.Xml.XmlNodeType.None">
+      <summary>This is returned by the <see cref="T:System.Xml.XmlReader"></see> if a <see langword="Read"></see> method has not been called.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.Xsl.XslTransform.Load(System.Xml.XPath.XPathNavigator)">
-      <summary>Loads the XSLT style sheet contained in the <see cref="T:System.Xml.XPath.XPathNavigator"></see>.</summary>
-      <param name="stylesheet">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> object that contains the XSLT style sheet.</param>
-      <exception cref="T:System.Xml.Xsl.XsltCompileException">The current node does not conform to a valid style sheet.</exception>
-      <exception cref="T:System.Security.SecurityException">The style sheet contains embedded scripts, and the caller does not have UnmanagedCode permission.</exception>
+    <member name="F:System.Xml.XmlNodeType.Notation">
+      <summary>A notation in the document type declaration (for example, &amp;lt;!NOTATION...&amp;gt; ).</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.Xsl.XslTransform.Load(System.Xml.XPath.IXPathNavigable)">
-      <summary>Loads the XSLT style sheet contained in the <see cref="T:System.Xml.XPath.IXPathNavigable"></see>.</summary>
-      <param name="stylesheet">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> interface. In the .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode"></see> (typically an <see cref="T:System.Xml.XmlDocument"></see>), or an <see cref="T:System.Xml.XPath.XPathDocument"></see> containing the XSLT style sheet.</param>
-      <exception cref="T:System.Xml.Xsl.XsltCompileException">The loaded resource is not a valid style sheet.</exception>
-      <exception cref="T:System.Security.SecurityException">The style sheet contains embedded scripts, and the caller does not have UnmanagedCode permission.</exception>
+    <member name="F:System.Xml.XmlNodeType.ProcessingInstruction">
+      <summary>A processing instruction (for example, &amp;lt;?pi test?&amp;gt; ).</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.Xsl.XslTransform.Load(System.Xml.XmlReader)">
-      <summary>Loads the XSLT style sheet contained in the <see cref="T:System.Xml.XmlReader"></see>.</summary>
-      <param name="stylesheet">An <see cref="T:System.Xml.XmlReader"></see> object that contains the XSLT style sheet.</param>
-      <exception cref="T:System.Xml.Xsl.XsltCompileException">The current node does not conform to a valid style sheet.</exception>
-      <exception cref="T:System.Security.SecurityException">The style sheet contains embedded scripts, and the caller does not have UnmanagedCode permission.</exception>
+    <member name="F:System.Xml.XmlNodeType.SignificantWhitespace">
+      <summary>White space between markup in a mixed content model or white space within the xml:space=&amp;quot;preserve&amp;quot; scope.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.Xsl.XslTransform.Load(System.String)">
-      <summary>Loads the XSLT style sheet specified by a URL.</summary>
-      <param name="url">The URL that specifies the XSLT style sheet to load.</param>
-      <exception cref="T:System.Xml.Xsl.XsltCompileException">The loaded resource is not a valid style sheet.</exception>
-      <exception cref="T:System.Security.SecurityException">The style sheet contains embedded script, and the caller does not have UnmanagedCode permission.</exception>
+    <member name="F:System.Xml.XmlNodeType.Text">
+      <summary>The text content of a node.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.Xsl.XslTransform.Load(System.String,System.Xml.XmlResolver)">
-      <summary>Loads the XSLT style sheet specified by a URL.</summary>
-      <param name="url">The URL that specifies the XSLT style sheet to load.</param>
-      <param name="resolver">The <see cref="T:System.Xml.XmlResolver"></see> to use to load the style sheet and any style sheet(s) referenced in xsl:import and xsl:include elements.  
- If this is null, a default <see cref="T:System.Xml.XmlUrlResolver"></see> with no user credentials is used to open the style sheet. The default <see cref="T:System.Xml.XmlUrlResolver"></see> is not used to resolve any external resources in the style sheet, so xsl:import and xsl:include elements are not resolved.  
- The <see cref="T:System.Xml.XmlResolver"></see> is not cached after the <see cref="M:System.Xml.Xsl.XslTransform.Load(System.String,System.Xml.XmlResolver)"></see> method completes.</param>
-      <exception cref="T:System.Xml.Xsl.XsltCompileException">The loaded resource is not a valid style sheet.</exception>
-      <exception cref="T:System.Security.SecurityException">The style sheet contains embedded script, and the caller does not have UnmanagedCode permission.</exception>
+    <member name="F:System.Xml.XmlNodeType.Whitespace">
+      <summary>White space between markup.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.XPathNavigator,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlResolver)">
-      <summary>Transforms the XML data in the <see cref="T:System.Xml.XPath.XPathNavigator"></see> using the specified <paramref name="args">args</paramref> and outputs the result to an <see cref="T:System.Xml.XmlReader"></see>.</summary>
-      <param name="input">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> containing the data to be transformed.</param>
-      <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transformation.</param>
-      <param name="resolver">The <see cref="T:System.Xml.XmlResolver"></see> used to resolve the XSLT document() function. If this is null, the document() function is not resolved.  
- The <see cref="T:System.Xml.XmlResolver"></see> is not cached after the <see cref="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.XPathNavigator,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlResolver)"></see> method completes.</param>
-      <returns>An <see cref="System.Xml.XmlReader"></see> containing the results of the transformation.</returns>
-      <exception cref="T:System.InvalidOperationException">There was an error processing the XSLT transformation.  
- Note: This is a change in behavior from earlier versions. An <see cref="System.Xml.Xsl.XsltException"></see> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
+    <member name="F:System.Xml.XmlNodeType.XmlDeclaration">
+      <summary>The XML declaration (for example, &amp;lt;?xml version=&amp;#39;1.0&amp;#39;?&amp;gt; ).</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.XPathNavigator,System.Xml.Xsl.XsltArgumentList,System.IO.TextWriter,System.Xml.XmlResolver)">
-      <summary>Transforms the XML data in the <see cref="T:System.Xml.XPath.XPathNavigator"></see> using the specified <paramref name="args">args</paramref> and outputs the result to a <see cref="T:System.IO.TextWriter"></see>.</summary>
-      <param name="input">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> containing the data to be transformed.</param>
-      <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transformation.</param>
-      <param name="output">The <see cref="T:System.IO.TextWriter"></see> to which you want to output.</param>
-      <param name="resolver">The <see cref="T:System.Xml.XmlResolver"></see> used to resolve the XSLT document() function. If this is null, the document() function is not resolved.  
- The <see cref="T:System.Xml.XmlResolver"></see> is not cached after the <see cref="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.XPathNavigator,System.Xml.Xsl.XsltArgumentList,System.IO.TextWriter,System.Xml.XmlResolver)"></see> method completes.</param>
-      <exception cref="T:System.InvalidOperationException">There was an error processing the XSLT transformation.  
- Note: This is a change in behavior from earlier versions. An <see cref="System.Xml.Xsl.XsltException"></see> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
+    <member name="T:System.Xml.XmlNodeReader">
+      <summary>Represents a reader that provides fast, non-cached forward only access to XML data in an <see cref="T:System.Xml.XmlNode"></see>.</summary>
     </member>
-    <member name="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.XPathNavigator,System.Xml.Xsl.XsltArgumentList,System.IO.Stream,System.Xml.XmlResolver)">
-      <summary>Transforms the XML data in the <see cref="T:System.Xml.XPath.XPathNavigator"></see> using the specified <paramref name="args">args</paramref> and outputs the result to a <see cref="T:System.IO.Stream"></see>.</summary>
-      <param name="input">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> containing the data to be transformed.</param>
-      <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transformation.</param>
-      <param name="output">The stream to which you want to output.</param>
-      <param name="resolver">The <see cref="T:System.Xml.XmlResolver"></see> used to resolve the XSLT document() function. If this is null, the document() function is not resolved.  
- The <see cref="T:System.Xml.XmlResolver"></see> is not cached after the <see cref="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.XPathNavigator,System.Xml.Xsl.XsltArgumentList,System.IO.Stream,System.Xml.XmlResolver)"></see> method completes.</param>
-      <exception cref="T:System.InvalidOperationException">There was an error processing the XSLT transformation.  
- Note: This is a change in behavior from earlier versions. An <see cref="System.Xml.Xsl.XsltException"></see> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
+    <member name="M:System.Xml.XmlNodeReader.#ctor(System.Xml.XmlNode)">
+      <summary>Creates an instance of the <see langword="XmlNodeReader"></see> class using the specified <see cref="T:System.Xml.XmlNode"></see>.</summary>
+      <param name="node">The <see langword="XmlNode"></see> you want to read.</param>
     </member>
-    <member name="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter,System.Xml.XmlResolver)">
-      <summary>Transforms the XML data in the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> using the specified <paramref name="args">args</paramref> and outputs the result to an <see cref="T:System.Xml.XmlWriter"></see>.</summary>
-      <param name="input">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> interface. In the .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode"></see> (typically an <see cref="T:System.Xml.XmlDocument"></see>), or an <see cref="T:System.Xml.XPath.XPathDocument"></see> containing the data to be transformed.</param>
-      <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transformation.</param>
-      <param name="output">The <see cref="T:System.Xml.XmlWriter"></see> to which you want to output.</param>
-      <param name="resolver">The <see cref="T:System.Xml.XmlResolver"></see> used to resolve the XSLT document() function. If this is null, the document() function is not resolved.  
- The <see cref="T:System.Xml.XmlResolver"></see> is not cached after the <see cref="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter,System.Xml.XmlResolver)"></see> method completes.</param>
-      <exception cref="T:System.InvalidOperationException">There was an error processing the XSLT transformation.  
- Note: This is a change in behavior from earlier versions. An <see cref="System.Xml.Xsl.XsltException"></see> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
+    <member name="P:System.Xml.XmlNodeReader.AttributeCount">
+      <summary>Gets the number of attributes on the current node.</summary>
+      <returns>The number of attributes on the current node. This number includes default attributes.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.IO.TextWriter,System.Xml.XmlResolver)">
-      <summary>Transforms the XML data in the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> using the specified <paramref name="args">args</paramref> and outputs the result to a <see cref="T:System.IO.TextWriter"></see>.</summary>
-      <param name="input">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> interface. In the .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode"></see> (typically an <see cref="T:System.Xml.XmlDocument"></see>), or an <see cref="T:System.Xml.XPath.XPathDocument"></see> containing the data to be transformed.</param>
-      <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transformation.</param>
-      <param name="output">The <see cref="T:System.IO.TextWriter"></see> to which you want to output.</param>
-      <param name="resolver">The <see cref="T:System.Xml.XmlResolver"></see> used to resolve the XSLT document() function. If this is null, the document() function is not resolved.  
- The <see cref="T:System.Xml.XmlResolver"></see> is not cached after the <see cref="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.IO.TextWriter,System.Xml.XmlResolver)"></see> method completes.</param>
-      <exception cref="T:System.InvalidOperationException">There was an error processing the XSLT transformation.  
- Note: This is a change in behavior from earlier versions. An <see cref="System.Xml.Xsl.XsltException"></see> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
+    <member name="P:System.Xml.XmlNodeReader.BaseURI">
+      <summary>Gets the base URI of the current node.</summary>
+      <returns>The base URI of the current node.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.IO.Stream,System.Xml.XmlResolver)">
-      <summary>Transforms the XML data in the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> using the specified <paramref name="args">args</paramref> and outputs the result to a <see cref="T:System.IO.Stream"></see>.</summary>
-      <param name="input">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> interface. In the .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode"></see> (typically an <see cref="T:System.Xml.XmlDocument"></see>), or an <see cref="T:System.Xml.XPath.XPathDocument"></see> containing the data to be transformed.</param>
-      <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transformation.</param>
-      <param name="output">The stream to which you want to output.</param>
-      <param name="resolver">The <see cref="T:System.Xml.XmlResolver"></see> used to resolve the XSLT document() function. If this is null, the document() function is not resolved.  
- The <see cref="T:System.Xml.XmlResolver"></see> is not cached after the <see cref="Overload:System.Xml.Xsl.XslTransform.Transform"></see> method completes.</param>
-      <exception cref="T:System.InvalidOperationException">There was an error processing the XSLT transformation.  
- Note: This is a change in behavior from earlier versions. An <see cref="System.Xml.Xsl.XsltException"></see> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
+    <member name="P:System.Xml.XmlNodeReader.CanReadBinaryContent">
+      <summary>Gets a value indicating whether the <see cref="T:System.Xml.XmlNodeReader"></see> implements the binary content read methods.</summary>
+      <returns><see langword="true"></see> if the binary content read methods are implemented; otherwise <see langword="false"></see>. The <see cref="T:System.Xml.XmlNodeReader"></see> class always returns <see langword="true"></see>.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.XPathNavigator,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter)">
-      <summary>Transforms the XML data in the <see cref="T:System.Xml.XPath.XPathNavigator"></see> using the specified args and outputs the result to an <see cref="T:System.Xml.XmlWriter"></see>.</summary>
-      <param name="input">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> containing the data to be transformed.</param>
-      <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transformation.</param>
-      <param name="output">The <see cref="T:System.Xml.XmlWriter"></see> to which you want to output.</param>
-      <exception cref="T:System.InvalidOperationException">There was an error processing the XSLT transformation.  
- Note: This is a change in behavior from earlier versions. An <see cref="System.Xml.Xsl.XsltException"></see> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
+    <member name="P:System.Xml.XmlNodeReader.CanResolveEntity">
+      <summary>Gets a value indicating whether this reader can parse and resolve entities.</summary>
+      <returns><see langword="true"></see> if the reader can parse and resolve entities; otherwise, <see langword="false"></see>. <see langword="XmlNodeReader"></see> always returns <see langword="true"></see>.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.XPathNavigator,System.Xml.Xsl.XsltArgumentList,System.IO.TextWriter)">
-      <summary>Transforms the XML data in the <see cref="T:System.Xml.XPath.XPathNavigator"></see> using the specified <paramref name="args">args</paramref> and outputs the result to a <see cref="T:System.IO.TextWriter"></see>.</summary>
-      <param name="input">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> containing the data to be transformed.</param>
-      <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transformation.</param>
-      <param name="output">The <see cref="T:System.IO.TextWriter"></see> to which you want to output.</param>
-      <exception cref="T:System.InvalidOperationException">There was an error processing the XSLT transformation.  
- Note: This is a change in behavior from earlier versions. An <see cref="System.Xml.Xsl.XsltException"></see> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
+    <member name="M:System.Xml.XmlNodeReader.Close">
+      <summary>Changes the <see cref="P:System.Xml.XmlNodeReader.ReadState"></see> to <see langword="Closed"></see>.</summary>
     </member>
-    <member name="M:System.Xml.Xsl.XslTransform.Transform(System.String,System.String,System.Xml.XmlResolver)">
-      <summary>Transforms the XML data in the input file and outputs the result to an output file.</summary>
-      <param name="inputfile">The URL of the source document to be transformed.</param>
-      <param name="outputfile">The URL of the output file.</param>
-      <param name="resolver">The <see cref="T:System.Xml.XmlResolver"></see> used to resolve the XSLT document() function. If this is null, the document() function is not resolved.  
- The <see cref="T:System.Xml.XmlResolver"></see> is not cached after the <see cref="Overload:System.Xml.Xsl.XslTransform.Transform"></see> method completes.</param>
+    <member name="P:System.Xml.XmlNodeReader.Depth">
+      <summary>Gets the depth of the current node in the XML document.</summary>
+      <returns>The depth of the current node in the XML document.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter)">
-      <summary>Transforms the XML data in the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> using the specified <paramref name="args">args</paramref> and outputs the result to an <see cref="T:System.Xml.XmlWriter"></see>.</summary>
-      <param name="input">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> interface. In the .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode"></see> (typically an <see cref="T:System.Xml.XmlDocument"></see>), or an <see cref="T:System.Xml.XPath.XPathDocument"></see> containing the data to be transformed.</param>
-      <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transformation.</param>
-      <param name="output">The <see cref="T:System.Xml.XmlWriter"></see> to which you want to output.</param>
-      <exception cref="T:System.InvalidOperationException">There was an error processing the XSLT transformation.  
- Note: This is a change in behavior from earlier versions. An <see cref="System.Xml.Xsl.XsltException"></see> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
+    <member name="P:System.Xml.XmlNodeReader.EOF">
+      <summary>Gets a value indicating whether the reader is positioned at the end of the stream.</summary>
+      <returns><see langword="true"></see> if the reader is positioned at the end of the stream; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlResolver)">
-      <summary>Transforms the XML data in the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> using the specified <paramref name="args">args</paramref> and outputs the result to an <see cref="T:System.Xml.XmlReader"></see>.</summary>
-      <param name="input">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> interface. In the .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode"></see> (typically an <see cref="T:System.Xml.XmlDocument"></see>), or an <see cref="T:System.Xml.XPath.XPathDocument"></see> containing the data to be transformed.</param>
-      <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transformation.</param>
-      <param name="resolver">The <see cref="T:System.Xml.XmlResolver"></see> used to resolve the XSLT document() function. If this is null, the document() function is not resolved.  
- The <see cref="T:System.Xml.XmlResolver"></see> is not cached after the <see cref="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlResolver)"></see> method completes.</param>
-      <returns>An <see cref="System.Xml.XmlReader"></see> containing the results of the transformation.</returns>
+    <member name="M:System.Xml.XmlNodeReader.GetAttribute(System.String)">
+      <summary>Gets the value of the attribute with the specified name.</summary>
+      <param name="name">The qualified name of the attribute.</param>
+      <returns>The value of the specified attribute. If the attribute is not found, <see langword="null"></see> is returned.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.IO.TextWriter)">
-      <summary>Transforms the XML data in the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> using the specified <paramref name="args">args</paramref> and outputs the result to a <see cref="T:System.IO.TextWriter"></see>.</summary>
-      <param name="input">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> interface. In the .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode"></see> (typically an <see cref="T:System.Xml.XmlDocument"></see>), or an <see cref="T:System.Xml.XPath.XPathDocument"></see> containing the data to be transformed.</param>
-      <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transformation.</param>
-      <param name="output">The <see cref="T:System.IO.TextWriter"></see> to which you want to output.</param>
-      <exception cref="T:System.InvalidOperationException">There was an error processing the XSLT transformation.  
- Note: This is a change in behavior from earlier versions. An <see cref="System.Xml.Xsl.XsltException"></see> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
+    <member name="M:System.Xml.XmlNodeReader.GetAttribute(System.String,System.String)">
+      <summary>Gets the value of the attribute with the specified local name and namespace URI.</summary>
+      <param name="name">The local name of the attribute.</param>
+      <param name="namespaceURI">The namespace URI of the attribute.</param>
+      <returns>The value of the specified attribute. If the attribute is not found, <see langword="null"></see> is returned.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.IO.Stream)">
-      <summary>Transforms the XML data in the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> using the specified <paramref name="args">args</paramref> and outputs the result to a <see cref="T:System.IO.Stream"></see>.</summary>
-      <param name="input">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> interface. In the .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode"></see> (typically an <see cref="T:System.Xml.XmlDocument"></see>), or an <see cref="T:System.Xml.XPath.XPathDocument"></see> containing the data to be transformed.</param>
-      <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transformation.</param>
-      <param name="output">The stream to which you want to output.</param>
-      <exception cref="T:System.InvalidOperationException">There was an error processing the XSLT transformation.  
- Note: This is a change in behavior from earlier versions. An <see cref="System.Xml.Xsl.XsltException"></see> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
+    <member name="M:System.Xml.XmlNodeReader.GetAttribute(System.Int32)">
+      <summary>Gets the value of the attribute with the specified index.</summary>
+      <param name="attributeIndex">The index of the attribute. The index is zero-based. (The first attribute has index 0.)</param>
+      <returns>The value of the specified attribute.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="i">i</paramref> parameter is less than 0 or greater than or equal to <see cref="System.Xml.XmlNodeReader.AttributeCount"></see>.</exception>
+    </member>
+    <member name="P:System.Xml.XmlNodeReader.HasAttributes">
+      <summary>Gets a value indicating whether the current node has any attributes.</summary>
+      <returns><see langword="true"></see> if the current node has attributes; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.XPathNavigator,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter,System.Xml.XmlResolver)">
-      <summary>Transforms the XML data in the <see cref="T:System.Xml.XPath.XPathNavigator"></see> using the specified args and outputs the result to an <see cref="T:System.Xml.XmlWriter"></see>.</summary>
-      <param name="input">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> containing the data to be transformed.</param>
-      <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transformation.</param>
-      <param name="output">The <see cref="T:System.Xml.XmlWriter"></see> to which you want to output.</param>
-      <param name="resolver">The <see cref="T:System.Xml.XmlResolver"></see> used to resolve the XSLT document() function. If this is null, the document() function is not resolved.  
- The <see cref="T:System.Xml.XmlResolver"></see> is not cached after the <see cref="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.XPathNavigator,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter,System.Xml.XmlResolver)"></see> method completes.</param>
-      <exception cref="T:System.InvalidOperationException">There was an error processing the XSLT transformation.  
- Note: This is a change in behavior from earlier versions. An <see cref="System.Xml.Xsl.XsltException"></see> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
+    <member name="P:System.Xml.XmlNodeReader.HasValue">
+      <summary>Gets a value indicating whether the current node can have a <see cref="P:System.Xml.XmlNodeReader.Value"></see>.</summary>
+      <returns><see langword="true"></see> if the node on which the reader is currently positioned can have a <see langword="Value"></see>; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.XPathNavigator,System.Xml.Xsl.XsltArgumentList)">
-      <summary>Transforms the XML data in the <see cref="T:System.Xml.XPath.XPathNavigator"></see> using the specified <paramref name="args">args</paramref> and outputs the result to an <see cref="T:System.Xml.XmlReader"></see>.</summary>
-      <param name="input">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> containing the data to be transformed.</param>
-      <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transformation.</param>
-      <returns>An <see cref="System.Xml.XmlReader"></see> containing the results of the transformation.</returns>
-      <exception cref="T:System.InvalidOperationException">There was an error processing the XSLT transformation.  
- Note: This is a change in behavior from earlier versions. An <see cref="System.Xml.Xsl.XsltException"></see> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
+    <member name="P:System.Xml.XmlNodeReader.IsDefault">
+      <summary>Gets a value indicating whether the current node is an attribute that was generated from the default value defined in the document type definition (DTD) or schema.</summary>
+      <returns><see langword="true"></see> if the current node is an attribute whose value was generated from the default value defined in the DTD or schema; <see langword="false"></see> if the attribute value was explicitly set.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList)">
-      <summary>Transforms the XML data in the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> using the specified <paramref name="args">args</paramref> and outputs the result to an <see cref="T:System.Xml.XmlReader"></see>.</summary>
-      <param name="input">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable"></see> interface. In the .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode"></see> (typically an <see cref="T:System.Xml.XmlDocument"></see>), or an <see cref="T:System.Xml.XPath.XPathDocument"></see> containing the data to be transformed.</param>
-      <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transformation.</param>
-      <returns>An <see cref="System.Xml.XmlReader"></see> containing the results of the transformation.</returns>
+    <member name="P:System.Xml.XmlNodeReader.IsEmptyElement">
+      <summary>Gets a value indicating whether the current node is an empty element (for example, &amp;lt;MyElement/&amp;gt;).</summary>
+      <returns><see langword="true"></see> if the current node is an element (<see cref="P:System.Xml.XmlNodeReader.NodeType"></see> equals <see langword="XmlNodeType.Element"></see>) and it ends with /&amp;gt;; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XslTransform.Transform(System.String,System.String)">
-      <summary>Transforms the XML data in the input file and outputs the result to an output file.</summary>
-      <param name="inputfile">The URL of the source document to be transformed.</param>
     <param name="outputfile">The URL of the output file.</param>
+    <member name="P:System.Xml.XmlNodeReader.LocalName">
+      <summary>Gets the local name of the current node.</summary>
+      <returns>The name of the current node with the prefix removed. For example, <see langword="LocalName"></see> is <see langword="book"></see> for the element &amp;lt;bk:book&amp;gt;.  
For node types that do not have a name (like <see langword="Text"></see>, <see langword="Comment"></see>, and so on), this property returns String.Empty.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.XPathNavigator,System.Xml.Xsl.XsltArgumentList,System.IO.Stream)">
-      <summary>Transforms the XML data in the <see cref="T:System.Xml.XPath.XPathNavigator"></see> using the specified <paramref name="args">args</paramref> and outputs the result to a <see cref="T:System.IO.Stream"></see>.</summary>
-      <param name="input">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> containing the data to be transformed.</param>
-      <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList"></see> containing the namespace-qualified arguments used as input to the transformation.</param>
-      <param name="output">The stream to which you want to output.</param>
-      <exception cref="T:System.InvalidOperationException">There was an error processing the XSLT transformation.  
- Note: This is a change in behavior from earlier versions. An <see cref="System.Xml.Xsl.XsltException"></see> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
+    <member name="M:System.Xml.XmlNodeReader.LookupNamespace(System.String)">
+      <summary>Resolves a namespace prefix in the current element&amp;#39;s scope.</summary>
+      <param name="prefix">The prefix whose namespace URI you want to resolve. To match the default namespace, pass an empty string. This string does not have to be atomized.</param>
+      <returns>The namespace URI to which the prefix maps or <see langword="null"></see> if no matching prefix is found.</returns>
     </member>
-    <member name="P:System.Xml.Xsl.XslTransform.XmlResolver">
-      <summary>Sets the <see cref="T:System.Xml.XmlResolver"></see> used to resolve external resources when the <see cref="Overload:System.Xml.Xsl.XslTransform.Transform"></see> method is called.</summary>
-      <returns>The <see cref="System.Xml.XmlResolver"></see> to use during transformation. If set to null, the XSLT document() function is not resolved.</returns>
+    <member name="M:System.Xml.XmlNodeReader.MoveToAttribute(System.Int32)">
+      <summary>Moves to the attribute with the specified index.</summary>
+      <param name="attributeIndex">The index of the attribute.</param>
+      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="i">i</paramref> parameter is less than 0 or greater than or equal to <see cref="System.Xml.XmlReader.AttributeCount"></see>.</exception>
     </member>
-    <member name="T:System.Xml.Xsl.XsltSettings">
-      <summary>Specifies the XSLT features to support during execution of the XSLT style sheet.</summary>
+    <member name="M:System.Xml.XmlNodeReader.MoveToAttribute(System.String)">
+      <summary>Moves to the attribute with the specified name.</summary>
+      <param name="name">The qualified name of the attribute.</param>
+      <returns><see langword="true"></see> if the attribute is found; otherwise, <see langword="false"></see>. If <see langword="false"></see>, the reader&amp;#39;s position does not change.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XsltSettings.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Xsl.XsltSettings"></see> class with default settings.</summary>
+    <member name="M:System.Xml.XmlNodeReader.MoveToAttribute(System.String,System.String)">
+      <summary>Moves to the attribute with the specified local name and namespace URI.</summary>
+      <param name="name">The local name of the attribute.</param>
+      <param name="namespaceURI">The namespace URI of the attribute.</param>
+      <returns><see langword="true"></see> if the attribute is found; otherwise, <see langword="false"></see>. If <see langword="false"></see>, the reader&amp;#39;s position does not change.</returns>
     </member>
-    <member name="M:System.Xml.Xsl.XsltSettings.#ctor(System.Boolean,System.Boolean)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Xsl.XsltSettings"></see> class with the specified settings.</summary>
-      <param name="enableDocumentFunction">true to enable support for the XSLT document() function; otherwise, false.</param>
-      <param name="enableScript">true to enable support for embedded scripts blocks; otherwise, false.</param>
+    <member name="M:System.Xml.XmlNodeReader.MoveToElement">
+      <summary>Moves to the element that contains the current attribute node.</summary>
+      <returns><see langword="true"></see> if the reader is positioned on an attribute (the reader moves to the element that owns the attribute); <see langword="false"></see> if the reader is not positioned on an attribute (the position of the reader does not change).</returns>
     </member>
-    <member name="P:System.Xml.Xsl.XsltSettings.Default">
-      <summary>Gets an <see cref="T:System.Xml.Xsl.XsltSettings"></see> object with default settings. Support for the XSLT document() function and embedded script blocks is disabled.</summary>
-      <returns>An <see cref="System.Xml.Xsl.XsltSettings"></see> object with the <see cref="System.Xml.Xsl.XsltSettings.EnableDocumentFunction"></see> and <see cref="System.Xml.Xsl.XsltSettings.EnableScript"></see> properties set to false.</returns>
+    <member name="M:System.Xml.XmlNodeReader.MoveToFirstAttribute">
+      <summary>Moves to the first attribute.</summary>
+      <returns><see langword="true"></see> if an attribute exists (the reader moves to the first attribute); otherwise, <see langword="false"></see> (the position of the reader does not change).</returns>
     </member>
-    <member name="P:System.Xml.Xsl.XsltSettings.EnableDocumentFunction">
-      <summary>Gets or sets a value indicating whether to enable support for the XSLT document() function.</summary>
-      <returns>true to support the XSLT document() function; otherwise, false. The default is false.</returns>
+    <member name="M:System.Xml.XmlNodeReader.MoveToNextAttribute">
+      <summary>Moves to the next attribute.</summary>
+      <returns><see langword="true"></see> if there is a next attribute; <see langword="false"></see> if there are no more attributes.</returns>
     </member>
-    <member name="P:System.Xml.Xsl.XsltSettings.EnableScript">
-      <summary>Gets or sets a value indicating whether to enable support for embedded script blocks.</summary>
-      <returns>true to support script blocks in XSLT style sheets; otherwise, false. The default is false.</returns>
+    <member name="P:System.Xml.XmlNodeReader.Name">
+      <summary>Gets the qualified name of the current node.</summary>
+      <returns>The qualified name of the current node. For example, <see langword="Name"></see> is <see langword="bk:book"></see> for the element &amp;lt;bk:book&amp;gt;.  
+ The name returned is dependent on the <see cref="P:System.Xml.XmlNodeReader.NodeType"></see> of the node. The following node types return the listed values. All other node types return an empty string.  
+  Node Type  
+
+  Name  
+
+ <see langword="Attribute"></see> The name of the attribute.  
+
+ <see langword="DocumentType"></see> The document type name.  
+
+ <see langword="Element"></see> The tag name.  
+
+ <see langword="EntityReference"></see> The name of the entity referenced.  
+
+ <see langword="ProcessingInstruction"></see> The target of the processing instruction.  
+
+ <see langword="XmlDeclaration"></see> The literal string <see langword="xml"></see>.  
+
+ </returns>
     </member>
-    <member name="P:System.Xml.Xsl.XsltSettings.TrustedXslt">
-      <summary>Gets an <see cref="T:System.Xml.Xsl.XsltSettings"></see> object that enables support for the XSLT document() function and embedded script blocks.</summary>
-      <returns>An <see cref="System.Xml.Xsl.XsltSettings"></see> object with the <see cref="System.Xml.Xsl.XsltSettings.EnableDocumentFunction"></see> and <see cref="System.Xml.Xsl.XsltSettings.EnableScript"></see> properties set to true.</returns>
+    <member name="P:System.Xml.XmlNodeReader.NamespaceURI">
+      <summary>Gets the namespace URI (as defined in the W3C Namespace specification) of the node on which the reader is positioned.</summary>
+      <returns>The namespace URI of the current node; otherwise an empty string.</returns>
     </member>
-    <member name="T:System.Xml.NamespaceHandling">
-      <summary>Specifies whether to remove duplicate namespace declarations in the <see cref="T:System.Xml.XmlWriter"></see>.</summary>
+    <member name="P:System.Xml.XmlNodeReader.NameTable">
+      <summary>Gets the <see cref="T:System.Xml.XmlNameTable"></see> associated with this implementation.</summary>
+      <returns>The <see langword="XmlNameTable"></see> enabling you to get the atomized version of a string within the node.</returns>
     </member>
-    <member name="F:System.Xml.NamespaceHandling.Default">
-      <summary>Specifies that duplicate namespace declarations will not be removed.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.XmlNodeReader.NodeType">
+      <summary>Gets the type of the current node.</summary>
+      <returns>One of the <see cref="T:System.Xml.XmlNodeType"></see> values representing the type of the current node.</returns>
     </member>
-    <member name="F:System.Xml.NamespaceHandling.OmitDuplicates">
-      <summary>Specifies that duplicate namespace declarations will be removed. For the duplicate namespace to be removed, the prefix and the namespace must match.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.XmlNodeReader.Prefix">
+      <summary>Gets the namespace prefix associated with the current node.</summary>
+      <returns>The namespace prefix associated with the current node.</returns>
     </member>
-    <member name="T:System.Xml.NameTable">
-      <summary>Implements a single-threaded <see cref="T:System.Xml.XmlNameTable"></see>.</summary>
+    <member name="M:System.Xml.XmlNodeReader.Read">
+      <summary>Reads the next node from the stream.</summary>
+      <returns><see langword="true"></see> if the next node was read successfully; <see langword="false"></see> if there are no more nodes to read.</returns>
     </member>
-    <member name="M:System.Xml.NameTable.#ctor">
-      <summary>Initializes a new instance of the NameTable class.</summary>
+    <member name="M:System.Xml.XmlNodeReader.ReadAttributeValue">
+      <summary>Parses the attribute value into one or more <see langword="Text"></see>, <see langword="EntityReference"></see>, or <see langword="EndEntity"></see> nodes.</summary>
+      <returns><see langword="true"></see> if there are nodes to return.  
+ <see langword="false"></see> if the reader is not positioned on an attribute node when the initial call is made or if all the attribute values have been read.  
+ An empty attribute, such as, misc=&amp;quot;&amp;quot;, returns <see langword="true"></see> with a single node with a value of String.Empty.</returns>
     </member>
-    <member name="M:System.Xml.NameTable.Add(System.String)">
-      <summary>Atomizes the specified string and adds it to the NameTable.</summary>
-      <param name="key">The string to add.</param>
-      <returns>The atomized string or the existing string if it already exists in the NameTable.</returns>
-      <exception cref="T:System.ArgumentNullException"><paramref name="key">key</paramref> is null.</exception>
+    <member name="M:System.Xml.XmlNodeReader.ReadContentAsBase64(System.Byte[],System.Int32,System.Int32)">
+      <summary>Reads the content and returns the Base64 decoded binary bytes.</summary>
+      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be <see langword="null"></see>.</param>
+      <param name="index">The offset into the buffer where to start copying the result.</param>
+      <param name="count">The maximum number of bytes to copy into the buffer. The actual number of bytes copied is returned from this method.</param>
+      <returns>The number of bytes written to the buffer.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer">buffer</paramref> value is <see langword="null"></see>.</exception>
+      <exception cref="T:System.InvalidOperationException"><see cref="System.Xml.XmlNodeReader.ReadContentAsBase64(System.Byte[],System.Int32,System.Int32)"></see> is not supported on the current node.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The index into the buffer or index + count is larger than the allocated buffer size.</exception>
     </member>
-    <member name="M:System.Xml.NameTable.Add(System.Char[],System.Int32,System.Int32)">
-      <summary>Atomizes the specified string and adds it to the NameTable.</summary>
-      <param name="key">The character array containing the string to add.</param>
-      <param name="start">The zero-based index into the array specifying the first character of the string.</param>
-      <param name="len">The number of characters in the string.</param>
-      <returns>The atomized string or the existing string if one already exists in the NameTable. If <paramref name="len">len</paramref> is zero, String.Empty is returned.</returns>
-      <exception cref="T:System.IndexOutOfRangeException">0 &amp;gt; <paramref name="start">start</paramref>  
- -or-  
- <paramref name="start">start</paramref> &amp;gt;= <paramref name="key">key</paramref>.Length  
- -or-  
- <paramref name="len">len</paramref> &amp;gt;= <paramref name="key">key</paramref>.Length  
- The above conditions do not cause an exception to be thrown if <paramref name="len">len</paramref> =0.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="len">len</paramref> &amp;lt; 0.</exception>
+    <member name="M:System.Xml.XmlNodeReader.ReadContentAsBinHex(System.Byte[],System.Int32,System.Int32)">
+      <summary>Reads the content and returns the BinHex decoded binary bytes.</summary>
+      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be <see langword="null"></see>.</param>
+      <param name="index">The offset into the buffer where to start copying the result.</param>
+      <param name="count">The maximum number of bytes to copy into the buffer. The actual number of bytes copied is returned from this method.</param>
+      <returns>The number of bytes written to the buffer.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer">buffer</paramref> value is <see langword="null"></see>.</exception>
+      <exception cref="T:System.InvalidOperationException"><see cref="System.Xml.XmlNodeReader.ReadContentAsBinHex(System.Byte[],System.Int32,System.Int32)"></see> is not supported on the current node.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The index into the buffer or index + count is larger than the allocated buffer size.</exception>
     </member>
-    <member name="M:System.Xml.NameTable.Get(System.String)">
-      <summary>Gets the atomized string with the specified value.</summary>
-      <param name="value">The name to find.</param>
-      <returns>The atomized string object or null if the string has not already been atomized.</returns>
-      <exception cref="T:System.ArgumentNullException"><paramref name="value">value</paramref> is null.</exception>
+    <member name="M:System.Xml.XmlNodeReader.ReadElementContentAsBase64(System.Byte[],System.Int32,System.Int32)">
+      <summary>Reads the element and decodes the Base64 content.</summary>
+      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be <see langword="null"></see>.</param>
+      <param name="index">The offset into the buffer where to start copying the result.</param>
+      <param name="count">The maximum number of bytes to copy into the buffer. The actual number of bytes copied is returned from this method.</param>
+      <returns>The number of bytes written to the buffer.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer">buffer</paramref> value is <see langword="null"></see>.</exception>
+      <exception cref="T:System.InvalidOperationException">The current node is not an element node.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The index into the buffer or index + count is larger than the allocated buffer size.</exception>
+      <exception cref="T:System.Xml.XmlException">The element contains mixed content.</exception>
+      <exception cref="T:System.FormatException">The content cannot be converted to the requested type.</exception>
     </member>
-    <member name="M:System.Xml.NameTable.Get(System.Char[],System.Int32,System.Int32)">
-      <summary>Gets the atomized string containing the same characters as the specified range of characters in the given array.</summary>
-      <param name="key">The character array containing the name to find.</param>
-      <param name="start">The zero-based index into the array specifying the first character of the name.</param>
-      <param name="len">The number of characters in the name.</param>
-      <returns>The atomized string or null if the string has not already been atomized. If <paramref name="len">len</paramref> is zero, String.Empty is returned.</returns>
-      <exception cref="T:System.IndexOutOfRangeException">0 &amp;gt; <paramref name="start">start</paramref>  
- -or-  
- <paramref name="start">start</paramref> &amp;gt;= <paramref name="key">key</paramref>.Length  
- -or-  
- <paramref name="len">len</paramref> &amp;gt;= <paramref name="key">key</paramref>.Length  
- The above conditions do not cause an exception to be thrown if <paramref name="len">len</paramref> =0.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="len">len</paramref> &amp;lt; 0.</exception>
+    <member name="M:System.Xml.XmlNodeReader.ReadElementContentAsBinHex(System.Byte[],System.Int32,System.Int32)">
+      <summary>Reads the element and decodes the BinHex content.</summary>
+      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be <see langword="null"></see>.</param>
+      <param name="index">The offset into the buffer where to start copying the result.</param>
+      <param name="count">The maximum number of bytes to copy into the buffer. The actual number of bytes copied is returned from this method.</param>
+      <returns>The number of bytes written to the buffer.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer">buffer</paramref> value is <see langword="null"></see>.</exception>
+      <exception cref="T:System.InvalidOperationException">The current node is not an element node.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The index into the buffer or index + count is larger than the allocated buffer size.</exception>
+      <exception cref="T:System.Xml.XmlException">The element contains mixed content.</exception>
+      <exception cref="T:System.FormatException">The content cannot be converted to the requested type.</exception>
     </member>
-    <member name="T:System.Xml.NewLineHandling">
-      <summary>Specifies how to handle line breaks.</summary>
+    <member name="P:System.Xml.XmlNodeReader.ReadState">
+      <summary>Gets the state of the reader.</summary>
+      <returns>One of the <see cref="T:System.Xml.ReadState"></see> values.</returns>
     </member>
-    <member name="F:System.Xml.NewLineHandling.Entitize">
-      <summary>New line characters are entitized. This setting preserves all characters when the output is read by a normalizing <see cref="T:System.Xml.XmlReader"></see>.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.XmlNodeReader.ReadString">
+      <summary>Reads the contents of an element or text node as a string.</summary>
+      <returns>The contents of the element or text-like node (This can include CDATA, Text nodes, and so on). This can be an empty string if the reader is positioned on something other than an element or text node, or if there is no more text content to return in the current context.  
+ <see langword="Note:"></see> The text node can be either an element or an attribute text node.</returns>
     </member>
-    <member name="F:System.Xml.NewLineHandling.None">
-      <summary>The new line characters are unchanged. The output is the same as the input.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.XmlNodeReader.ResolveEntity">
+      <summary>Resolves the entity reference for <see langword="EntityReference"></see> nodes.</summary>
+      <exception cref="T:System.InvalidOperationException">The reader is not positioned on an <see langword="EntityReference"></see> node.</exception>
     </member>
-    <member name="F:System.Xml.NewLineHandling.Replace">
-      <summary>New line characters are replaced to match the character specified in the <see cref="P:System.Xml.XmlWriterSettings.NewLineChars"></see> property.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.XmlNodeReader.SchemaInfo">
+      <summary>Gets the schema information that has been assigned to the current node.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.IXmlSchemaInfo"></see> object containing the schema information for the current node.</returns>
     </member>
-    <member name="T:System.Xml.ReadState">
-      <summary>Specifies the state of the reader.</summary>
+    <member name="M:System.Xml.XmlNodeReader.Skip">
+      <summary>Skips the children of the current node.</summary>
     </member>
-    <member name="F:System.Xml.ReadState.Closed">
-      <summary>The <see cref="M:System.Xml.XmlReader.Close"></see> method has been called.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.XmlNodeReader.Value">
+      <summary>Gets the text value of the current node.</summary>
+      <returns>The value returned depends on the <see cref="P:System.Xml.XmlNodeReader.NodeType"></see> of the node. The following table lists node types that have a value to return. All other node types return String.Empty.  
+  Node Type  
+
+  Value  
+
+ <see langword="Attribute"></see> The value of the attribute.  
+
+ <see langword="CDATA"></see> The content of the CDATA section.  
+
+ <see langword="Comment"></see> The content of the comment.  
+
+ <see langword="DocumentType"></see> The internal subset.  
+
+ <see langword="ProcessingInstruction"></see> The entire content, excluding the target.  
+
+ <see langword="SignificantWhitespace"></see> The white space between markup in a mixed content model.  
+
+ <see langword="Text"></see> The content of the text node.  
+
+ <see langword="Whitespace"></see> The white space between markup.  
+
+ <see langword="XmlDeclaration"></see> The content of the declaration.  
+
+ </returns>
     </member>
-    <member name="F:System.Xml.ReadState.EndOfFile">
-      <summary>The end of the file has been reached successfully.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.XmlNodeReader.XmlLang">
+      <summary>Gets the current <see langword="xml:lang"></see> scope.</summary>
+      <returns>The current <see langword="xml:lang"></see> scope.</returns>
     </member>
-    <member name="F:System.Xml.ReadState.Error">
-      <summary>An error occurred that prevents the read operation from continuing.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.XmlNodeReader.XmlSpace">
+      <summary>Gets the current <see langword="xml:space"></see> scope.</summary>
+      <returns>One of the <see cref="T:System.Xml.XmlSpace"></see> values. If no <see langword="xml:space"></see> scope exists, this property defaults to <see langword="XmlSpace.None"></see>.</returns>
     </member>
-    <member name="F:System.Xml.ReadState.Initial">
-      <summary>The Read method has not been called.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.XmlNodeReader.System#Xml#IXmlNamespaceResolver#GetNamespacesInScope(System.Xml.XmlNamespaceScope)">
+      <summary>For a description of this member, see <see cref="M:System.Xml.IXmlNamespaceResolver.GetNamespacesInScope(System.Xml.XmlNamespaceScope)"></see>.</summary>
+      <param name="scope"><see cref="T:System.Xml.XmlNamespaceScope"></see> object.</param>
+      <returns><see cref="T:System.Collections.IDictionary"></see> object that contains the namespaces that are in scope.</returns>
     </member>
-    <member name="F:System.Xml.ReadState.Interactive">
-      <summary>The Read method has been called. Additional methods may be called on the reader.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.XmlNodeReader.System#Xml#IXmlNamespaceResolver#LookupNamespace(System.String)">
+      <summary>For a description of this member, see <see cref="M:System.Xml.IXmlNamespaceResolver.LookupNamespace(System.String)"></see>.</summary>
+      <param name="prefix"><see cref="T:System.String"></see> that contains the namespace prefix.</param>
+      <returns><see cref="T:System.String"></see> that contains the namespace name.</returns>
     </member>
-    <member name="T:System.Xml.Resolvers.XmlKnownDtds">
-      <summary>The <see cref="T:System.Xml.Resolvers.XmlKnownDtds"></see> enumeration is used by the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> and defines which well-known DTDs that the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> recognizes.</summary>
+    <member name="M:System.Xml.XmlNodeReader.System#Xml#IXmlNamespaceResolver#LookupPrefix(System.String)">
+      <summary>For a description of this member, see <see cref="M:System.Xml.IXmlNamespaceResolver.LookupPrefix(System.String)"></see>.</summary>
+      <param name="namespaceName"><see cref="T:System.String"></see> object that identifies the namespace.</param>
+      <returns><see cref="T:System.String"></see> object that contains the namespace prefix.</returns>
     </member>
-    <member name="F:System.Xml.Resolvers.XmlKnownDtds.All">
-      <summary>Specifies that the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> will recognize all currently supported DTDs. This is the default behavior.</summary>
-      <returns></returns>
+    <member name="T:System.Xml.XmlNodeOrder">
+      <summary>Describes the document order of a node compared to a second node.</summary>
     </member>
-    <member name="F:System.Xml.Resolvers.XmlKnownDtds.None">
-      <summary>Specifies that the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> will not recognize any of the predefined DTDs.</summary>
+    <member name="F:System.Xml.XmlNodeOrder.After">
+      <summary>The current node of this navigator is after the current node of the supplied navigator.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.Resolvers.XmlKnownDtds.Rss091">
-      <summary>Specifies that the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> will recognize DTDs and entities that are defined in RSS 0.91.</summary>
+    <member name="F:System.Xml.XmlNodeOrder.Before">
+      <summary>The current node of this navigator is before the current node of the supplied navigator.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.Resolvers.XmlKnownDtds.Xhtml10">
-      <summary>Specifies that the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> will recognize DTDs and entities that are defined in XHTML 1.0.</summary>
+    <member name="F:System.Xml.XmlNodeOrder.Same">
+      <summary>The two navigators are positioned on the same node.</summary>
       <returns></returns>
     </member>
-    <member name="T:System.Xml.Resolvers.XmlPreloadedResolver">
-      <summary>Represents a class that is used to prepopulate the cache with DTDs or XML streams.</summary>
+    <member name="F:System.Xml.XmlNodeOrder.Unknown">
+      <summary>The node positions cannot be determined in document order, relative to each other. This could occur if the two nodes reside in different trees.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.Resolvers.XmlPreloadedResolver.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> class.</summary>
+    <member name="T:System.Xml.XmlNodeList">
+      <summary>Represents an ordered collection of nodes.</summary>
     </member>
-    <member name="M:System.Xml.Resolvers.XmlPreloadedResolver.#ctor(System.Xml.Resolvers.XmlKnownDtds)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> class with the specified preloaded well-known DTDs.</summary>
-      <param name="preloadedDtds">The well-known DTDs that should be prepopulated into the cache.</param>
+    <member name="M:System.Xml.XmlNodeList.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlNodeList"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.Resolvers.XmlPreloadedResolver.#ctor(System.Xml.XmlResolver)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> class with the specified fallback resolver.</summary>
-      <param name="fallbackResolver">The XmlResolver, XmlXapResolver, or your own resolver.</param>
+    <member name="P:System.Xml.XmlNodeList.Count">
+      <summary>Gets the number of nodes in the <see langword="XmlNodeList"></see>.</summary>
+      <returns>The number of nodes in the <see langword="XmlNodeList"></see>.</returns>
     </member>
-    <member name="M:System.Xml.Resolvers.XmlPreloadedResolver.#ctor(System.Xml.XmlResolver,System.Xml.Resolvers.XmlKnownDtds)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> class with the specified fallback resolver and preloaded well-known DTDs.</summary>
-      <param name="fallbackResolver">The XmlResolver, XmlXapResolver, or your own resolver.</param>
-      <param name="preloadedDtds">The well-known DTDs that should be prepopulated into the cache.</param>
+    <member name="M:System.Xml.XmlNodeList.GetEnumerator">
+      <summary>Gets an enumerator that iterates through the collection of nodes.</summary>
+      <returns>An enumerator used to iterate through the collection of nodes.</returns>
     </member>
-    <member name="M:System.Xml.Resolvers.XmlPreloadedResolver.#ctor(System.Xml.XmlResolver,System.Xml.Resolvers.XmlKnownDtds,System.Collections.Generic.IEqualityComparer{System.Uri})">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> class with the specified fallback resolver, preloaded well-known DTDs, and URI equality comparer.</summary>
-      <param name="fallbackResolver">The XmlResolver, XmlXapResolver, or your own resolver.</param>
-      <param name="preloadedDtds">The well-known DTDs that should be prepopulated into cache.</param>
-      <param name="uriComparer">The implementation of the <see cref="T:System.Collections.Generic.IEqualityComparer`1"></see> generic interface to use when you compare URIs.</param>
+    <member name="M:System.Xml.XmlNodeList.Item(System.Int32)">
+      <summary>Retrieves a node at the given index.</summary>
+      <param name="index">The zero-based index into the list of nodes.</param>
+      <returns>The <see cref="T:System.Xml.XmlNode"></see> with the specified index in the collection. If <paramref name="index">index</paramref> is greater than or equal to the number of nodes in the list, this returns <see langword="null"></see>.</returns>
     </member>
-    <member name="M:System.Xml.Resolvers.XmlPreloadedResolver.Add(System.Uri,System.Byte[])">
-      <summary>Adds a byte array to the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> store and maps it to a URI. If the store already contains a mapping for the same URI, the existing mapping is overridden.</summary>
-      <param name="uri">The URI of the data that is being added to the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> store.</param>
-      <param name="value">A byte array with the data that corresponds to the provided URI.</param>
-      <exception cref="T:System.ArgumentNullException"><paramref name="uri">uri</paramref> or <paramref name="value">value</paramref> is null.</exception>
+    <member name="P:System.Xml.XmlNodeList.ItemOf(System.Int32)">
+      <summary>Gets a node at the given index.</summary>
+      <param name="i">The zero-based index into the list of nodes.</param>
+      <returns>The <see cref="T:System.Xml.XmlNode"></see> with the specified index in the collection. If index is greater than or equal to the number of nodes in the list, this returns <see langword="null"></see>.</returns>
     </member>
-    <member name="M:System.Xml.Resolvers.XmlPreloadedResolver.Add(System.Uri,System.IO.Stream)">
-      <summary>Adds a <see cref="T:System.IO.Stream"></see> to the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> store and maps it to a URI. If the store already contains a mapping for the same URI, the existing mapping is overridden.</summary>
-      <param name="uri">The URI of the data that is being added to the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> store.</param>
-      <param name="value">A <see cref="T:System.IO.Stream"></see> with the data that corresponds to the provided URI.</param>
-      <exception cref="T:System.ArgumentNullException"><paramref name="uri">uri</paramref> or <paramref name="value">value</paramref> is null.</exception>
+    <member name="M:System.Xml.XmlNodeList.PrivateDisposeNodeList">
+      <summary>Disposes resources in the node list privately.</summary>
     </member>
-    <member name="M:System.Xml.Resolvers.XmlPreloadedResolver.Add(System.Uri,System.String)">
-      <summary>Adds a string with preloaded data to the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> store and maps it to a URI. If the store already contains a mapping for the same URI, the existing mapping is overridden.</summary>
-      <param name="uri">The URI of the data that is being added to the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> store.</param>
-      <param name="value">A String with the data that corresponds to the provided URI.</param>
-      <exception cref="T:System.ArgumentNullException"><paramref name="uri">uri</paramref> or <paramref name="value">value</paramref> is null.</exception>
+    <member name="M:System.Xml.XmlNodeList.System#IDisposable#Dispose">
+      <summary>Releases all resources used by the <see cref="T:System.Xml.XmlNodeList"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.Resolvers.XmlPreloadedResolver.Add(System.Uri,System.Byte[],System.Int32,System.Int32)">
-      <summary>Adds a byte array to the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> store and maps it to a URI. If the store already contains a mapping for the same URI, the existing mapping is overridden.</summary>
-      <param name="uri">The URI of the data that is being added to the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> store.</param>
-      <param name="value">A byte array with the data that corresponds to the provided URI.</param>
-      <param name="offset">The offset in the provided byte array where the data starts.</param>
-      <param name="count">The number of bytes to read from the byte array, starting at the provided offset.</param>
-      <exception cref="T:System.ArgumentNullException"><paramref name="uri">uri</paramref> or <paramref name="value">value</paramref> is null.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="offset">offset</paramref> or <paramref name="count">count</paramref> is less than 0.  
- -or-  
- The length of the <paramref name="value">value</paramref> minus <paramref name="offset">offset</paramref> is less than <paramref name="count.">count.</paramref></exception>
+    <member name="T:System.Xml.IXmlNamespaceResolver">
+      <summary>Provides read-only access to a set of prefix and namespace mappings.</summary>
     </member>
-    <member name="P:System.Xml.Resolvers.XmlPreloadedResolver.Credentials">
-      <summary>Sets the credentials that are used to authenticate the underlying <see cref="T:System.Net.WebRequest"></see>.</summary>
-      <returns>The credentials that are used to authenticate the underlying web request.</returns>
+    <member name="M:System.Xml.IXmlNamespaceResolver.GetNamespacesInScope(System.Xml.XmlNamespaceScope)">
+      <summary>Gets a collection of defined prefix-namespace mappings that are currently in scope.</summary>
+      <param name="scope">An <see cref="T:System.Xml.XmlNamespaceScope"></see> value that specifies the type of namespace nodes to return.</param>
+      <returns>An <see cref="T:System.Collections.IDictionary"></see> that contains the current in-scope namespaces.</returns>
     </member>
-    <member name="M:System.Xml.Resolvers.XmlPreloadedResolver.GetEntity(System.Uri,System.String,System.Type)">
-      <summary>Maps a URI to an object that contains the actual resource.</summary>
-      <param name="absoluteUri">The URI returned from <see cref="M:System.Xml.XmlResolver.ResolveUri(System.Uri,System.String)"></see>.</param>
-      <param name="role">The current version of the .NET Framework for Silverlight does not use this parameter when resolving URIs. This parameter is provided for future extensibility purposes. For example, this parameter can be mapped to the xlink:role and used as an implementation-specific argument in other scenarios.</param>
-      <param name="ofObjectToReturn">The type of object to return. The <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> supports <see cref="T:System.IO.Stream"></see> objects and <see cref="T:System.IO.TextReader"></see> objects for URIs that were added as String. If the requested type is not supported by the resolver, an exception will be thrown. Use the <see cref="M:System.Xml.Resolvers.XmlPreloadedResolver.SupportsType(System.Uri,System.Type)"></see> method to determine whether a certain Type is supported by this resolver.</param>
-      <returns>A <see cref="System.IO.Stream"></see> or <see cref="System.IO.TextReader"></see> object that corresponds to the actual source.</returns>
-      <exception cref="T:System.ArgumentNullException"><paramref name="absoluteUri">absoluteUri</paramref> is null.</exception>
-      <exception cref="T:System.Xml.XmlException">Cannot resolve URI passed in <paramref name="absoluteUri">absoluteUri</paramref>.  
- -or-  
- <paramref name="ofObjectToReturn">ofObjectToReturn</paramref> is not of a supported type.</exception>
+    <member name="M:System.Xml.IXmlNamespaceResolver.LookupNamespace(System.String)">
+      <summary>Gets the namespace URI mapped to the specified prefix.</summary>
+      <param name="prefix">The prefix whose namespace URI you wish to find.</param>
+      <returns>The namespace URI that is mapped to the prefix; <see langword="null"></see> if the prefix is not mapped to a namespace URI.</returns>
     </member>
-    <member name="M:System.Xml.Resolvers.XmlPreloadedResolver.GetEntityAsync(System.Uri,System.String,System.Type)">
-      <summary>Asynchronously maps a URI to an object that contains the actual resource.</summary>
-      <param name="absoluteUri">The URI returned from <see cref="M:System.Xml.XmlResolver.ResolveUri(System.Uri,System.String)"></see>.</param>
-      <param name="role">The current version of the .NET Framework for Silverlight does not use this parameter when resolving URIs. This parameter is provided for future extensibility purposes. For example, this parameter can be mapped to the xlink:role and used as an implementation-specific argument in other scenarios.</param>
-      <param name="ofObjectToReturn">The type of object to return. The <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> supports <see cref="T:System.IO.Stream"></see> objects and <see cref="T:System.IO.TextReader"></see> objects for URIs that were added as String. If the requested type is not supported by the resolver, an exception will be thrown. Use the <see cref="M:System.Xml.Resolvers.XmlPreloadedResolver.SupportsType(System.Uri,System.Type)"></see> method to determine whether a certain Type is supported by this resolver.</param>
-      <returns>A <see cref="System.IO.Stream"></see> or <see cref="System.IO.TextReader"></see> object that corresponds to the actual source.</returns>
+    <member name="M:System.Xml.IXmlNamespaceResolver.LookupPrefix(System.String)">
+      <summary>Gets the prefix that is mapped to the specified namespace URI.</summary>
+      <param name="namespaceName">The namespace URI whose prefix you wish to find.</param>
+      <returns>The prefix that is mapped to the namespace URI; <see langword="null"></see> if the namespace URI is not mapped to a prefix.</returns>
     </member>
-    <member name="P:System.Xml.Resolvers.XmlPreloadedResolver.PreloadedUris">
-      <summary>Gets a collection of preloaded URIs.</summary>
-      <returns>The collection of preloaded URIs.</returns>
+    <member name="T:System.Xml.IXmlLineInfo">
+      <summary>Provides an interface to enable a class to return line and position information.</summary>
     </member>
-    <member name="M:System.Xml.Resolvers.XmlPreloadedResolver.Remove(System.Uri)">
-      <summary>Removes the data that corresponds to the URI from the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see>.</summary>
-      <param name="uri">The URI of the data that should be removed from the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> store.</param>
-      <exception cref="T:System.ArgumentNullException"><paramref name="uri">uri</paramref> is null.</exception>
+    <member name="M:System.Xml.IXmlLineInfo.HasLineInfo">
+      <summary>Gets a value indicating whether the class can return line information.</summary>
+      <returns><see langword="true"></see> if <see cref="P:System.Xml.IXmlLineInfo.LineNumber"></see> and <see cref="P:System.Xml.IXmlLineInfo.LinePosition"></see> can be provided; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="M:System.Xml.Resolvers.XmlPreloadedResolver.ResolveUri(System.Uri,System.String)">
-      <summary>Resolves the absolute URI from the base and relative URIs.</summary>
-      <param name="baseUri">The base URI used to resolve the relative URI.</param>
-      <param name="relativeUri">The URI to resolve. The URI can be absolute or relative. If absolute, this value effectively replaces the baseUri value. If relative, it combines with the baseUri to make an absolute URI.</param>
-      <returns>The <see cref="System.Uri"></see> representing the absolute URI or null if the relative URI cannot be resolved.</returns>
-      <exception cref="T:System.ArgumentNullException"><paramref name="uri">uri</paramref> is null.</exception>
+    <member name="P:System.Xml.IXmlLineInfo.LineNumber">
+      <summary>Gets the current line number.</summary>
+      <returns>The current line number or 0 if no line information is available (for example, <see cref="M:System.Xml.IXmlLineInfo.HasLineInfo"></see> returns <see langword="false"></see>).</returns>
     </member>
-    <member name="M:System.Xml.Resolvers.XmlPreloadedResolver.SupportsType(System.Uri,System.Type)">
-      <summary>Determines whether the resolver supports other <see cref="T:System.Type"></see>s than just <see cref="T:System.IO.Stream"></see>.</summary>
-      <param name="absoluteUri">The absolute URI to check.</param>
-      <param name="type">The <see cref="T:System.Type"></see> to return.</param>
-      <returns>true if the <see cref="System.Type"></see> is supported; otherwise, false.</returns>
-      <exception cref="T:System.ArgumentNullException"><paramref name="uri">uri</paramref> is null.</exception>
+    <member name="P:System.Xml.IXmlLineInfo.LinePosition">
+      <summary>Gets the current line position.</summary>
+      <returns>The current line position or 0 if no line information is available (for example, <see cref="M:System.Xml.IXmlLineInfo.HasLineInfo"></see> returns <see langword="false"></see>).</returns>
     </member>
-    <member name="T:System.Xml.Schema.IXmlSchemaInfo">
-      <summary>Defines the post-schema-validation infoset of a validated XML node.</summary>
+    <member name="T:System.Xml.IHasXmlNode">
+      <summary>Enables a class to return an <see cref="T:System.Xml.XmlNode"></see> from the current context or position.</summary>
     </member>
-    <member name="P:System.Xml.Schema.IXmlSchemaInfo.IsDefault">
-      <summary>Gets a value indicating if this validated XML node was set as the result of a default being applied during XML Schema Definition Language (XSD) schema validation.</summary>
-      <returns>true if this validated XML node was set as the result of a default being applied during schema validation; otherwise, false.</returns>
+    <member name="M:System.Xml.IHasXmlNode.GetNode">
+      <summary>Returns the <see cref="T:System.Xml.XmlNode"></see> for the current position.</summary>
+      <returns>The <see langword="XmlNode"></see> for the current position.</returns>
     </member>
-    <member name="P:System.Xml.Schema.IXmlSchemaInfo.IsNil">
-      <summary>Gets a value indicating if the value for this validated XML node is nil.</summary>
-      <returns>true if the value for this validated XML node is nil; otherwise, false.</returns>
+    <member name="T:System.Xml.IApplicationResourceStreamResolver">
+      <summary>Represents an application resource stream resolver.</summary>
     </member>
-    <member name="P:System.Xml.Schema.IXmlSchemaInfo.MemberType">
-      <summary>Gets the dynamic schema type for this validated XML node.</summary>
-      <returns>An <see cref="System.Xml.Schema.XmlSchemaSimpleType"></see> object that represents the dynamic schema type for this validated XML node.</returns>
+    <member name="M:System.Xml.IApplicationResourceStreamResolver.GetApplicationResourceStream(System.Uri)">
+      <summary>Returns an application resource stream from the specified URI.</summary>
+      <param name="relativeUri">The relative URI.</param>
+      <returns>An application resource stream.</returns>
     </member>
-    <member name="P:System.Xml.Schema.IXmlSchemaInfo.SchemaAttribute">
-      <summary>Gets the compiled <see cref="T:System.Xml.Schema.XmlSchemaAttribute"></see> that corresponds to this validated XML node.</summary>
-      <returns>An <see cref="System.Xml.Schema.XmlSchemaAttribute"></see> that corresponds to this validated XML node.</returns>
+    <member name="T:System.Xml.Formatting">
+      <summary>Specifies formatting options for the <see cref="T:System.Xml.XmlTextWriter"></see>.</summary>
     </member>
-    <member name="P:System.Xml.Schema.IXmlSchemaInfo.SchemaElement">
-      <summary>Gets the compiled <see cref="T:System.Xml.Schema.XmlSchemaElement"></see> that corresponds to this validated XML node.</summary>
-      <returns>An <see cref="System.Xml.Schema.XmlSchemaElement"></see> that corresponds to this validated XML node.</returns>
+    <member name="F:System.Xml.Formatting.Indented">
+      <summary>Causes child elements to be indented according to the <see cref="P:System.Xml.XmlTextWriter.Indentation"></see> and <see cref="P:System.Xml.XmlTextWriter.IndentChar"></see> settings.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.Schema.IXmlSchemaInfo.SchemaType">
-      <summary>Gets the static XML Schema Definition Language (XSD) schema type of this validated XML node.</summary>
-      <returns>An <see cref="System.Xml.Schema.XmlSchemaType"></see> of this validated XML node.</returns>
+    <member name="F:System.Xml.Formatting.None">
+      <summary>No special formatting is applied. This is the default.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.Schema.IXmlSchemaInfo.Validity">
-      <summary>Gets the <see cref="T:System.Xml.Schema.XmlSchemaValidity"></see> value of this validated XML node.</summary>
-      <returns>An <see cref="System.Xml.Schema.XmlSchemaValidity"></see> value of this validated XML node.</returns>
+    <member name="T:System.Xml.EntityHandling">
+      <summary>Specifies how the <see cref="T:System.Xml.XmlTextReader"></see> or <see cref="T:System.Xml.XmlValidatingReader"></see> handle entities.</summary>
     </member>
-    <member name="T:System.Xml.Schema.ValidationEventArgs">
-      <summary>Returns detailed information related to the ValidationEventHandler.</summary>
+    <member name="F:System.Xml.EntityHandling.ExpandCharEntities">
+      <summary>Expands character entities and returns general entities as <see cref="F:System.Xml.XmlNodeType.EntityReference"></see> nodes.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.Schema.ValidationEventArgs.Exception">
-      <summary>Gets the <see cref="T:System.Xml.Schema.XmlSchemaException"></see> associated with the validation event.</summary>
-      <returns>The XmlSchemaException associated with the validation event.</returns>
+    <member name="F:System.Xml.EntityHandling.ExpandEntities">
+      <summary>Expands all entities and returns the expanded nodes.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.Schema.ValidationEventArgs.Message">
-      <summary>Gets the text description corresponding to the validation event.</summary>
-      <returns>The text description.</returns>
+    <member name="T:System.Xml.DtdProcessing">
+      <summary>Specifies the options for processing DTDs. The <see cref="T:System.Xml.DtdProcessing"></see> enumeration is used by the <see cref="T:System.Xml.XmlReaderSettings"></see> class.</summary>
     </member>
-    <member name="P:System.Xml.Schema.ValidationEventArgs.Severity">
-      <summary>Gets the severity of the validation event.</summary>
-      <returns>An <see cref="System.Xml.Schema.XmlSeverityType"></see> value representing the severity of the validation event.</returns>
+    <member name="F:System.Xml.DtdProcessing.Ignore">
+      <summary>Causes the DOCTYPE element to be ignored. No DTD processing occurs.</summary>
+      <returns></returns>
     </member>
-    <member name="T:System.Xml.Schema.ValidationEventHandler">
-      <summary>Represents the callback method that will handle XML schema validation events and the <see cref="T:System.Xml.Schema.ValidationEventArgs"></see>.</summary>
-      <param name="sender">The source of the event.  
- Note Determine the type of a sender before using it in your code. You cannot assume that the sender is an instance of a particular type. The sender is also not guaranteed to not  be null. Always surround your casts with failure handling logic.</param>
-      <param name="e">The event data.</param>
+    <member name="F:System.Xml.DtdProcessing.Parse">
+      <summary>Used for parsing DTDs.</summary>
+      <returns></returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlAtomicValue">
-      <summary>Represents the typed value of a validated XML element or attribute. The <see cref="T:System.Xml.Schema.XmlAtomicValue"></see> class cannot be inherited.</summary>
+    <member name="F:System.Xml.DtdProcessing.Prohibit">
+      <summary>Specifies that when a DTD is encountered, an <see cref="T:System.Xml.XmlException"></see> is thrown with a message that states that DTDs are prohibited. This is the default behavior.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlAtomicValue.Clone">
-      <summary>Returns a copy of this <see cref="T:System.Xml.Schema.XmlAtomicValue"></see> object.</summary>
-      <returns>An <see cref="System.Xml.Schema.XmlAtomicValue"></see> object copy of this <see cref="System.Xml.Schema.XmlAtomicValue"></see> object.</returns>
+    <member name="T:System.Xml.ConformanceLevel">
+      <summary>Specifies the amount of input or output checking that <see cref="T:System.Xml.XmlReader"></see> and <see cref="T:System.Xml.XmlWriter"></see> objects perform.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlAtomicValue.IsNode">
-      <summary>Gets a value indicating whether the validated XML element or attribute is an XPath node or an atomic value.</summary>
-      <returns>true if the validated XML element or attribute is an XPath node; false if the validated XML element or attribute is an atomic value.</returns>
+    <member name="F:System.Xml.ConformanceLevel.Auto">
+      <summary>The <see cref="T:System.Xml.XmlReader"></see> or <see cref="T:System.Xml.XmlWriter"></see> object automatically detects whether document-level or fragment-level checking should be performed, and does the appropriate checking. If you&amp;#39;re wrapping another <see cref="T:System.Xml.XmlReader"></see> or <see cref="T:System.Xml.XmlWriter"></see> object, the outer object doesn&amp;#39;t do any additional conformance checking. Conformance checking is left up to the underlying object.  
+ See the <see cref="P:System.Xml.XmlReaderSettings.ConformanceLevel"></see> and <see cref="P:System.Xml.XmlWriterSettings.ConformanceLevel"></see> properties for details on how the compliance level is determined.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlAtomicValue.ToString">
-      <summary>Gets the string value of the validated XML element or attribute.</summary>
-      <returns>The string value of the validated XML element or attribute.</returns>
+    <member name="F:System.Xml.ConformanceLevel.Document">
+      <summary>The XML data complies with the rules for a well-formed XML 1.0 document, as defined by the W3C.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlAtomicValue.TypedValue">
-      <summary>Gets the current validated XML element or attribute as a boxed object of the most appropriate Microsoft .NET Framework type according to its schema type.</summary>
-      <returns>The current validated XML element or attribute as a boxed object of the most appropriate .NET Framework type.</returns>
+    <member name="F:System.Xml.ConformanceLevel.Fragment">
+      <summary>The XML data is a well-formed XML fragment, as defined by the W3C.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlAtomicValue.Value">
-      <summary>Gets the string value of the validated XML element or attribute.</summary>
-      <returns>The string value of the validated XML element or attribute.</returns>
+    <member name="T:System.Xml.Schema.XmlSchemaExternal">
+      <summary>An abstract class. Provides information about the included schema.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlAtomicValue.ValueAs(System.Type,System.Xml.IXmlNamespaceResolver)">
-      <summary>Returns the validated XML element or attribute&amp;#39;s value as the type specified using the <see cref="T:System.Xml.IXmlNamespaceResolver"></see> object specified to resolve namespace prefixes.</summary>
-      <param name="type">The type to return the validated XML element or attribute&amp;#39;s value as.</param>
-      <param name="nsResolver">The <see cref="T:System.Xml.IXmlNamespaceResolver"></see> object used to resolve namespace prefixes.</param>
-      <returns>The value of the validated XML element or attribute as the type requested.</returns>
-      <exception cref="T:System.FormatException">The validated XML element or attribute&amp;#39;s value is not in the correct format for the target type.</exception>
-      <exception cref="T:System.InvalidCastException">The attempted cast is not valid.</exception>
-      <exception cref="T:System.OverflowException">The attempted cast resulted in an overflow.</exception>
+    <member name="M:System.Xml.Schema.XmlSchemaExternal.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaExternal"></see> class.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlAtomicValue.ValueAsBoolean">
-      <summary>Gets the validated XML element or attribute&amp;#39;s value as a <see cref="T:System.Boolean"></see>.</summary>
-      <returns>The validated XML element or attribute&amp;#39;s value as a <see cref="System.Boolean"></see>.</returns>
-      <exception cref="T:System.FormatException">The validated XML element or attribute&amp;#39;s value is not in the correct format for the <see cref="System.Boolean"></see> type.</exception>
-      <exception cref="T:System.InvalidCastException">The attempted cast to <see cref="System.Boolean"></see> is not valid.</exception>
+    <member name="P:System.Xml.Schema.XmlSchemaExternal.Id">
+      <summary>Gets or sets the string id.</summary>
+      <returns>The string id. The default is <see langword="String.Empty"></see>.  
+ Optional.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlAtomicValue.ValueAsDateTime">
-      <summary>Gets the validated XML element or attribute&amp;#39;s value as a <see cref="T:System.DateTime"></see>.</summary>
-      <returns>The validated XML element or attribute&amp;#39;s value as a <see cref="System.DateTime"></see>.</returns>
-      <exception cref="T:System.FormatException">The validated XML element or attribute&amp;#39;s value is not in the correct format for the <see cref="System.DateTime"></see> type.</exception>
-      <exception cref="T:System.InvalidCastException">The attempted cast to <see cref="System.DateTime"></see> is not valid.</exception>
+    <member name="P:System.Xml.Schema.XmlSchemaExternal.Schema">
+      <summary>Gets or sets the <see langword="XmlSchema"></see> for the referenced schema.</summary>
+      <returns>The <see langword="XmlSchema"></see> for the referenced schema.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlAtomicValue.ValueAsDouble">
-      <summary>Gets the validated XML element or attribute&amp;#39;s value as a <see cref="T:System.Double"></see>.</summary>
-      <returns>The validated XML element or attribute&amp;#39;s value as a <see cref="System.Double"></see>.</returns>
-      <exception cref="T:System.FormatException">The validated XML element or attribute&amp;#39;s value is not in the correct format for the <see cref="System.Double"></see> type.</exception>
-      <exception cref="T:System.InvalidCastException">The attempted cast to <see cref="System.Double"></see> is not valid.</exception>
-      <exception cref="T:System.OverflowException">The attempted cast resulted in an overflow.</exception>
+    <member name="P:System.Xml.Schema.XmlSchemaExternal.SchemaLocation">
+      <summary>Gets or sets the Uniform Resource Identifier (URI) location for the schema, which tells the schema processor where the schema physically resides.</summary>
+      <returns>The URI location for the schema.  
+ Optional for imported schemas.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlAtomicValue.ValueAsInt">
-      <summary>Gets the validated XML element or attribute&amp;#39;s value as an <see cref="T:System.Int32"></see>.</summary>
-      <returns>The validated XML element or attribute&amp;#39;s value as an <see cref="System.Int32"></see>.</returns>
-      <exception cref="T:System.FormatException">The validated XML element or attribute&amp;#39;s value is not in the correct format for the <see cref="System.Int32"></see> type.</exception>
-      <exception cref="T:System.InvalidCastException">The attempted cast to <see cref="System.Int32"></see> is not valid.</exception>
-      <exception cref="T:System.OverflowException">The attempted cast resulted in an overflow.</exception>
+    <member name="P:System.Xml.Schema.XmlSchemaExternal.UnhandledAttributes">
+      <summary>Gets and sets the qualified attributes, which do not belong to the schema target namespace.</summary>
+      <returns>Qualified attributes that belong to another target namespace.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlAtomicValue.ValueAsLong">
-      <summary>Gets the validated XML element or attribute&amp;#39;s value as an <see cref="T:System.Int64"></see>.</summary>
-      <returns>The validated XML element or attribute&amp;#39;s value as an <see cref="System.Int64"></see>.</returns>
-      <exception cref="T:System.FormatException">The validated XML element or attribute&amp;#39;s value is not in the correct format for the <see cref="System.Int64"></see> type.</exception>
-      <exception cref="T:System.InvalidCastException">The attempted cast to <see cref="System.Int64"></see> is not valid.</exception>
-      <exception cref="T:System.OverflowException">The attempted cast resulted in an overflow.</exception>
+    <member name="T:System.Xml.Schema.XmlSchemaException">
+      <summary>Returns detailed information about the schema exception.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlAtomicValue.ValueType">
-      <summary>Gets the Microsoft .NET Framework type of the validated XML element or attribute.</summary>
-      <returns>The .NET Framework type of the validated XML element or attribute. The default value is <see cref="System.String"></see>.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaException.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaException"></see> class.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlAtomicValue.XmlType">
-      <summary>Gets the <see cref="T:System.Xml.Schema.XmlSchemaType"></see> for the validated XML element or attribute.</summary>
-      <returns>The <see cref="System.Xml.Schema.XmlSchemaType"></see> for the validated XML element or attribute.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaException.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaException"></see> class with the exception message specified.</summary>
+      <param name="message">A <see langword="string"></see> description of the error condition.</param>
     </member>
-    <member name="M:System.Xml.Schema.XmlAtomicValue.System#ICloneable#Clone">
-      <summary>For a description of this member, see <see cref="M:System.Xml.Schema.XmlAtomicValue.Clone"></see>.</summary>
-      <returns>Returns a copy of this <see cref="System.Xml.Schema.XmlAtomicValue"></see> object.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Constructs a new <see langword="XmlSchemaException"></see> object with the given <see langword="SerializationInfo"></see> and <see langword="StreamingContext"></see> information that contains all the properties of the <see langword="XmlSchemaException"></see>.</summary>
+      <param name="info">SerializationInfo.</param>
+      <param name="context">StreamingContext.</param>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchema">
-      <summary>An in-memory representation of an XML Schema, as specified in the World Wide Web Consortium (W3C) XML Schema Part 1: Structures and XML Schema Part 2: Datatypes specifications.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaException.#ctor(System.String,System.Exception)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaException"></see> class with the exception message and original <see cref="T:System.Exception"></see> object that caused this exception specified.</summary>
+      <param name="message">A <see langword="string"></see> description of the error condition.</param>
+      <param name="innerException">The original T:System.Exception object that caused this exception.</param>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchema.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchema"></see> class.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaException.#ctor(System.String,System.Exception,System.Int32,System.Int32)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaException"></see> class with the exception message specified, and the original <see cref="T:System.Exception"></see> object, line number, and line position of the XML that cause this exception specified.</summary>
+      <param name="message">A <see langword="string"></see> description of the error condition.</param>
+      <param name="innerException">The original T:System.Exception object that caused this exception.</param>
+      <param name="lineNumber">The line number of the XML that caused this exception.</param>
+      <param name="linePosition">The line position of the XML that caused this exception.</param>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchema.AttributeFormDefault">
-      <summary>Gets or sets the form for attributes declared in the target namespace of the schema.</summary>
-      <returns>The <see cref="System.Xml.Schema.XmlSchemaForm"></see> value that indicates if attributes from the target namespace are required to be qualified with the namespace prefix. The default is <see cref="System.Xml.Schema.XmlSchemaForm.None"></see>.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Streams all the <see langword="XmlSchemaException"></see> properties into the <see langword="SerializationInfo"></see> class for the given <see langword="StreamingContext"></see>.</summary>
+      <param name="info">The <see langword="SerializationInfo"></see>.</param>
+      <param name="context">The <see langword="StreamingContext"></see> information.</param>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchema.AttributeGroups">
-      <summary>Gets the post-schema-compilation value of all the global attribute groups in the schema.</summary>
-      <returns>An <see cref="System.Xml.Schema.XmlSchemaObjectTable"></see> collection of all the global attribute groups in the schema.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaException.LineNumber">
+      <summary>Gets the line number indicating where the error occurred.</summary>
+      <returns>The line number indicating where the error occurred.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchema.Attributes">
-      <summary>Gets the post-schema-compilation value for all the attributes in the schema.</summary>
-      <returns>An <see cref="System.Xml.Schema.XmlSchemaObjectTable"></see> collection of all the attributes in the schema.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaException.LinePosition">
+      <summary>Gets the line position indicating where the error occurred.</summary>
+      <returns>The line position indicating where the error occurred.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchema.BlockDefault">
-      <summary>Gets or sets the blockDefault attribute which sets the default value of the block attribute on element and complex types in the targetNamespace of the schema.</summary>
-      <returns>An <see cref="System.Xml.Schema.XmlSchemaDerivationMethod"></see> value representing the different methods for preventing derivation. The default value is XmlSchemaDerivationMethod.None.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaException.Message">
+      <summary>Gets the description of the error condition of this exception.</summary>
+      <returns>The description of the error condition of this exception.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchema.Compile(System.Xml.Schema.ValidationEventHandler)">
-      <summary>Compiles the XML Schema Object Model (SOM) into schema information for validation. Used to check the syntactic and semantic structure of the programmatically built SOM. Semantic validation checking is performed during compilation.</summary>
-      <param name="validationEventHandler">The validation event handler that receives information about XML Schema validation errors.</param>
+    <member name="P:System.Xml.Schema.XmlSchemaException.SourceSchemaObject">
+      <summary>The <see langword="XmlSchemaObject"></see> that produced the <see langword="XmlSchemaException"></see>.</summary>
+      <returns>A valid object instance represents a structural validation error in the XML Schema Object Model (SOM).</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchema.Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.XmlResolver)">
-      <summary>Compiles the XML Schema Object Model (SOM) into schema information for validation. Used to check the syntactic and semantic structure of the programmatically built SOM. Semantic validation checking is performed during compilation.</summary>
-      <param name="validationEventHandler">The validation event handler that receives information about the XML Schema validation errors.</param>
-      <param name="resolver">The XmlResolver used to resolve namespaces referenced in include and import elements.</param>
+    <member name="P:System.Xml.Schema.XmlSchemaException.SourceUri">
+      <summary>Gets the Uniform Resource Identifier (URI) location of the schema that caused the exception.</summary>
+      <returns>The URI location of the schema that caused the exception.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchema.ElementFormDefault">
-      <summary>Gets or sets the form for elements declared in the target namespace of the schema.</summary>
-      <returns>The <see cref="System.Xml.Schema.XmlSchemaForm"></see> value that indicates if elements from the target namespace are required to be qualified with the namespace prefix. The default is <see cref="System.Xml.Schema.XmlSchemaForm.None"></see>.</returns>
+    <member name="T:System.Xml.Schema.XmlSchemaEnumerationFacet">
+      <summary>Represents the <see langword="enumeration"></see> facet from XML Schema as specified by the World Wide Web Consortium (W3C). This class specifies a list of valid values for a simpleType element. Declaration is contained within a <see langword="restriction"></see> declaration.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchema.Elements">
-      <summary>Gets the post-schema-compilation value for all the elements in the schema.</summary>
-      <returns>An <see cref="System.Xml.Schema.XmlSchemaObjectTable"></see> collection of all the elements in the schema.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaEnumerationFacet.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaEnumerationFacet"></see> class.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchema.FinalDefault">
-      <summary>Gets or sets the finalDefault attribute which sets the default value of the final attribute on elements and complex types in the target namespace of the schema.</summary>
-      <returns>An <see cref="System.Xml.Schema.XmlSchemaDerivationMethod"></see> value representing the different methods for preventing derivation. The default value is XmlSchemaDerivationMethod.None.</returns>
+    <member name="T:System.Xml.Schema.XmlSchemaElement">
+      <summary>Represents the <see langword="element"></see> element from XML Schema as specified by the World Wide Web Consortium (W3C). This class is the base class for all particle types and is used to describe an element in an XML document.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchema.Groups">
-      <summary>Gets the post-schema-compilation value of all the groups in the schema.</summary>
-      <returns>An <see cref="System.Xml.Schema.XmlSchemaObjectTable"></see> collection of all the groups in the schema.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaElement.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaElement"></see> class.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchema.Id">
-      <summary>Gets or sets the string ID.</summary>
-      <returns>The ID of the string. The default value is String.Empty.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaElement.Block">
+      <summary>Gets or sets a <see langword="Block"></see> derivation.</summary>
+      <returns>The attribute used to block a type derivation. Default value is <see langword="XmlSchemaDerivationMethod.None"></see>.  
+ Optional.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchema.Includes">
-      <summary>Gets the collection of included and imported schemas.</summary>
-      <returns>An <see cref="System.Xml.Schema.XmlSchemaObjectCollection"></see> of the included and imported schemas.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaElement.BlockResolved">
+      <summary>Gets the post-compilation value of the <see langword="Block"></see> property.</summary>
+      <returns>The post-compilation value of the <see langword="Block"></see> property. The default is the <see langword="BlockDefault"></see> value on the <see langword="schema"></see> element.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchema.InstanceNamespace">
-      <summary>The XML schema instance namespace. This field is constant.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.Schema.XmlSchemaElement.Constraints">
+      <summary>Gets the collection of constraints on the element.</summary>
+      <returns>The collection of constraints.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchema.IsCompiled">
-      <summary>Indicates if the schema has been compiled.</summary>
-      <returns>true if schema has been compiled, otherwise, false. The default value is false.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaElement.DefaultValue">
+      <summary>Gets or sets the default value of the element if its content is a simple type or content of the element is <see langword="textOnly"></see>.</summary>
+      <returns>The default value for the element. The default is a null reference.  
+ Optional.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchema.Items">
-      <summary>Gets the collection of schema elements in the schema and is used to add new element types at the schema element level.</summary>
-      <returns>An <see cref="System.Xml.Schema.XmlSchemaObjectCollection"></see> of schema elements in the schema.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaElement.ElementSchemaType">
+      <summary>Gets an <see cref="T:System.Xml.Schema.XmlSchemaType"></see> object representing the type of the element based on the <see cref="P:System.Xml.Schema.XmlSchemaElement.SchemaType"></see> or <see cref="P:System.Xml.Schema.XmlSchemaElement.SchemaTypeName"></see> values of the element.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchemaType"></see> object.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchema.Namespace">
-      <summary>The XML schema namespace. This field is constant.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.Schema.XmlSchemaElement.ElementType">
+      <summary>Gets a common language runtime (CLR) object based on the <see cref="T:System.Xml.Schema.XmlSchemaElement"></see> or <see cref="T:System.Xml.Schema.XmlSchemaElement"></see> of the element, which holds the post-compilation value of the <see langword="ElementType"></see> property.</summary>
+      <returns>The common language runtime object. The post-compilation value of the <see langword="ElementType"></see> property.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchema.Notations">
-      <summary>Gets the post-schema-compilation value for all notations in the schema.</summary>
-      <returns>An <see cref="System.Xml.Schema.XmlSchemaObjectTable"></see> collection of all notations in the schema.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaElement.Final">
+      <summary>Gets or sets the <see langword="Final"></see> property to indicate that no further derivations are allowed.</summary>
+      <returns>The <see langword="Final"></see> property. The default is <see langword="XmlSchemaDerivationMethod.None"></see>.  
+ Optional.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchema.Read(System.IO.Stream,System.Xml.Schema.ValidationEventHandler)">
-      <summary>Reads an XML Schema  from the supplied stream.</summary>
-      <param name="stream">The supplied data stream.</param>
-      <param name="validationEventHandler">The validation event handler that receives information about XML Schema syntax errors.</param>
-      <returns>The <see cref="System.Xml.Schema.XmlSchema"></see> object representing the XML Schema.</returns>
-      <exception cref="T:System.Xml.Schema.XmlSchemaException">An <see cref="System.Xml.Schema.XmlSchemaException"></see> is raised if no <see cref="System.Xml.Schema.ValidationEventHandler"></see> is specified.</exception>
+    <member name="P:System.Xml.Schema.XmlSchemaElement.FinalResolved">
+      <summary>Gets the post-compilation value of the <see langword="Final"></see> property.</summary>
+      <returns>The post-compilation value of the <see langword="Final"></see> property. Default value is the <see langword="FinalDefault"></see> value on the <see langword="schema"></see> element.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchema.Read(System.IO.TextReader,System.Xml.Schema.ValidationEventHandler)">
-      <summary>Reads an XML Schema from the supplied <see cref="T:System.IO.TextReader"></see>.</summary>
-      <param name="reader">The TextReader containing the XML Schema to read.</param>
-      <param name="validationEventHandler">The validation event handler that receives information about the XML Schema syntax errors.</param>
-      <returns>The <see cref="System.Xml.Schema.XmlSchema"></see> object representing the XML Schema.</returns>
-      <exception cref="T:System.Xml.Schema.XmlSchemaException">An <see cref="System.Xml.Schema.XmlSchemaException"></see> is raised if no <see cref="System.Xml.Schema.ValidationEventHandler"></see> is specified.</exception>
+    <member name="P:System.Xml.Schema.XmlSchemaElement.FixedValue">
+      <summary>Gets or sets the fixed value.</summary>
+      <returns>The fixed value that is predetermined and unchangeable. The default is a null reference.  
+ Optional.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchema.Read(System.Xml.XmlReader,System.Xml.Schema.ValidationEventHandler)">
-      <summary>Reads an XML Schema from the supplied <see cref="T:System.Xml.XmlReader"></see>.</summary>
-      <param name="reader">The XmlReader containing the XML Schema to read.</param>
-      <param name="validationEventHandler">The validation event handler that receives information about the XML Schema syntax errors.</param>
-      <returns>The <see cref="System.Xml.Schema.XmlSchema"></see> object representing the XML Schema.</returns>
-      <exception cref="T:System.Xml.Schema.XmlSchemaException">An <see cref="System.Xml.Schema.XmlSchemaException"></see> is raised if no <see cref="System.Xml.Schema.ValidationEventHandler"></see> is specified.</exception>
+    <member name="P:System.Xml.Schema.XmlSchemaElement.Form">
+      <summary>Gets or sets the form for the element.</summary>
+      <returns>The form for the element. The default is the <see cref="P:System.Xml.Schema.XmlSchema.ElementFormDefault"></see> value.  
+ Optional.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchema.SchemaTypes">
-      <summary>Gets the post-schema-compilation value of all schema types in the schema.</summary>
-      <returns>An <see cref="System.Xml.Schema.XmlSchemaObjectCollection"></see> of all schema types in the schema.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaElement.IsAbstract">
+      <summary>Gets or sets information to indicate if the element can be used in an instance document.</summary>
+      <returns>If <see langword="true"></see>, the element cannot appear in the instance document. The default is <see langword="false"></see>.  
+ Optional.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchema.TargetNamespace">
-      <summary>Gets or sets the Uniform Resource Identifier (URI) of the schema target namespace.</summary>
-      <returns>The schema target namespace.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaElement.IsNillable">
+      <summary>Gets or sets information that indicates if <see langword="xsi:nil"></see> can occur in the instance data. Indicates if an explicit nil value can be assigned to the element.</summary>
+      <returns>If nillable is <see langword="true"></see>, this enables an instance of the element to have the <see langword="nil"></see> attribute set to <see langword="true"></see>. The <see langword="nil"></see> attribute is defined as part of the XML Schema namespace for instances. The default is <see langword="false"></see>.  
+ Optional.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchema.UnhandledAttributes">
-      <summary>Gets and sets the qualified attributes which do not belong to the schema target namespace.</summary>
-      <returns>An array of qualified <see cref="System.Xml.XmlAttribute"></see> objects that do not belong to the schema target namespace.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaElement.Name">
+      <summary>Gets or sets the name of the element.</summary>
+      <returns>The name of the element. The default is <see langword="String.Empty"></see>.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchema.Version">
-      <summary>Gets or sets the version of the schema.</summary>
-      <returns>The version of the schema. The default value is String.Empty.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaElement.QualifiedName">
+      <summary>Gets the actual qualified name for the given element.</summary>
+      <returns>The qualified name of the element. The post-compilation value of the <see langword="QualifiedName"></see> property.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchema.Write(System.IO.Stream)">
-      <summary>Writes the XML Schema to the supplied data stream.</summary>
-      <param name="stream">The supplied data stream.</param>
+    <member name="P:System.Xml.Schema.XmlSchemaElement.RefName">
+      <summary>Gets or sets the reference name of an element declared in this schema (or another schema indicated by the specified namespace).</summary>
+      <returns>The reference name of the element.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchema.Write(System.IO.TextWriter)">
-      <summary>Writes the XML Schema to the supplied <see cref="T:System.IO.TextWriter"></see>.</summary>
-      <param name="writer">The <see cref="T:System.IO.TextWriter"></see> to write to.</param>
+    <member name="P:System.Xml.Schema.XmlSchemaElement.SchemaType">
+      <summary>Gets or sets the type of the element. This can either be a complex type or a simple type.</summary>
+      <returns>The type of the element.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchema.Write(System.Xml.XmlWriter)">
-      <summary>Writes the XML Schema to the supplied <see cref="T:System.Xml.XmlWriter"></see>.</summary>
-      <param name="writer">The <see cref="T:System.Xml.XmlWriter"></see> to write to.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="writer">writer</paramref> parameter is null.</exception>
+    <member name="P:System.Xml.Schema.XmlSchemaElement.SchemaTypeName">
+      <summary>Gets or sets the name of a built-in data type defined in this schema or another schema indicated by the specified namespace.</summary>
+      <returns>The name of the built-in data type.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchema.Write(System.IO.Stream,System.Xml.XmlNamespaceManager)">
-      <summary>Writes the XML Schema to the supplied <see cref="T:System.IO.Stream"></see> using the <see cref="T:System.Xml.XmlNamespaceManager"></see> specified.</summary>
-      <param name="stream">The supplied data stream.</param>
     <param name="namespaceManager">The <see cref="T:System.Xml.XmlNamespaceManager"></see>.</param>
+    <member name="P:System.Xml.Schema.XmlSchemaElement.SubstitutionGroup">
+      <summary>Gets or sets the name of an element that is being substituted by this element.</summary>
+      <returns>The qualified name of an element that is being substituted by this element.  
Optional.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchema.Write(System.IO.TextWriter,System.Xml.XmlNamespaceManager)">
-      <summary>Writes the XML Schema to the supplied <see cref="T:System.IO.TextWriter"></see>.</summary>
-      <param name="writer">The <see cref="T:System.IO.TextWriter"></see> to write to.</param>
-      <param name="namespaceManager">The <see cref="T:System.Xml.XmlNamespaceManager"></see>.</param>
+    <member name="T:System.Xml.Schema.XmlSchemaDocumentation">
+      <summary>Represents the <see langword="documentation"></see> element from XML Schema as specified by the World Wide Web Consortium (W3C). This class specifies information to be read or used by humans within an <see langword="annotation"></see>.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchema.Write(System.Xml.XmlWriter,System.Xml.XmlNamespaceManager)">
-      <summary>Writes the XML Schema to the supplied <see cref="T:System.Xml.XmlWriter"></see>.</summary>
-      <param name="writer">The <see cref="T:System.Xml.XmlWriter"></see> to write to.</param>
-      <param name="namespaceManager">The <see cref="T:System.Xml.XmlNamespaceManager"></see>.</param>
+    <member name="M:System.Xml.Schema.XmlSchemaDocumentation.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaDocumentation"></see> class.</summary>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaAll">
-      <summary>Represents the World Wide Web Consortium (W3C) all element (compositor).</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaDocumentation.Language">
+      <summary>Gets or sets the <see langword="xml:lang"></see> attribute. This serves as an indicator of the language used in the contents.</summary>
+      <returns>The <see langword="xml:lang"></see> attribute.  
+ Optional.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaAll.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaAll"></see> class.</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaDocumentation.Markup">
+      <summary>Gets or sets an array of <see langword="XmlNodes"></see> that represents the documentation child nodes.</summary>
+      <returns>The array that represents the documentation child nodes.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaAll.Items">
-      <summary>Gets the collection of XmlSchemaElement elements contained within the all compositor.</summary>
-      <returns>The collection of elements contained in XmlSchemaAll.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaDocumentation.Source">
+      <summary>Gets or sets the Uniform Resource Identifier (URI) source of the information.</summary>
+      <returns>A URI reference. The default is <see langword="String.Empty"></see>.  
+ Optional.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaAnnotated">
-      <summary>The base class for any element that can contain annotation elements.</summary>
+    <member name="T:System.Xml.Schema.XmlSchemaDerivationMethod">
+      <summary>Provides different methods for preventing derivation.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaAnnotated.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaAnnotated"></see> class.</summary>
+    <member name="F:System.Xml.Schema.XmlSchemaDerivationMethod.All">
+      <summary><see langword="#all"></see>. Refers to all derivation methods.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaAnnotated.Annotation">
-      <summary>Gets or sets the annotation property.</summary>
-      <returns>An <see cref="System.Xml.Schema.XmlSchemaAnnotation"></see> representing the annotation property.</returns>
+    <member name="F:System.Xml.Schema.XmlSchemaDerivationMethod.Empty">
+      <summary>Override default derivation method to allow any derivation.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaAnnotated.Id">
-      <summary>Gets or sets the string id.</summary>
-      <returns>The string id. The default is String.Empty.  
- Optional.</returns>
+    <member name="F:System.Xml.Schema.XmlSchemaDerivationMethod.Extension">
+      <summary>Refers to derivations by <see langword="Extension"></see>.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaAnnotated.UnhandledAttributes">
-      <summary>Gets or sets the qualified attributes that do not belong to the current schema&amp;#39;s target namespace.</summary>
-      <returns>An array of qualified <see cref="System.Xml.XmlAttribute"></see> objects that do not belong to the schema&amp;#39;s target namespace.</returns>
+    <member name="F:System.Xml.Schema.XmlSchemaDerivationMethod.List">
+      <summary>Refers to derivations by <see langword="List"></see>.</summary>
+      <returns></returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaAnnotation">
-      <summary>Represents the World Wide Web Consortium (W3C) annotation element.</summary>
+    <member name="F:System.Xml.Schema.XmlSchemaDerivationMethod.None">
+      <summary>Accepts the default derivation method.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaAnnotation.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaAnnotation"></see> class.</summary>
+    <member name="F:System.Xml.Schema.XmlSchemaDerivationMethod.Restriction">
+      <summary>Refers to derivations by <see langword="Restriction"></see>.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaAnnotation.Id">
-      <summary>Gets or sets the string id.</summary>
-      <returns>The string id. The default is String.Empty.  
- Optional.</returns>
+    <member name="F:System.Xml.Schema.XmlSchemaDerivationMethod.Substitution">
+      <summary>Refers to derivations by <see langword="Substitution"></see>.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaAnnotation.Items">
-      <summary>Gets the Items collection that is used to store the appinfo and documentation child elements.</summary>
-      <returns>An <see cref="System.Xml.Schema.XmlSchemaObjectCollection"></see> of appinfo and documentation child elements.</returns>
+    <member name="F:System.Xml.Schema.XmlSchemaDerivationMethod.Union">
+      <summary>Refers to derivations by <see langword="Union"></see>.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaAnnotation.UnhandledAttributes">
-      <summary>Gets or sets the qualified attributes that do not belong to the schema&amp;#39;s target namespace.</summary>
-      <returns>An array of <see cref="System.Xml.XmlAttribute"></see> objects that do not belong to the schema&amp;#39;s target namespace.</returns>
+    <member name="T:System.Xml.Schema.XmlSchemaDatatypeVariety">
+      <summary>Specifies the W3C XML schema data type variety of the type.</summary>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaAny">
-      <summary>Represents the World Wide Web Consortium (W3C) any element.</summary>
+    <member name="F:System.Xml.Schema.XmlSchemaDatatypeVariety.Atomic">
+      <summary>A W3C XML schema atomic type.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaAny.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaAny"></see> class.</summary>
+    <member name="F:System.Xml.Schema.XmlSchemaDatatypeVariety.List">
+      <summary>A W3C XML schema list type.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaAny.Namespace">
-      <summary>Gets or sets the namespaces containing the elements that can be used.</summary>
-      <returns>Namespaces for elements that are available for use. The default is ##any.  
- Optional.</returns>
+    <member name="F:System.Xml.Schema.XmlSchemaDatatypeVariety.Union">
+      <summary>A W3C XML schema union type.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaAny.ProcessContents">
-      <summary>Gets or sets information about how an application or XML processor should handle the validation of XML documents for the elements specified by the any element.</summary>
-      <returns>One of the <see cref="System.Xml.Schema.XmlSchemaContentProcessing"></see> values. If no processContents attribute is specified, the default is Strict.</returns>
+    <member name="T:System.Xml.Schema.XmlSchemaDatatype">
+      <summary>The <see cref="T:System.Xml.Schema.XmlSchemaDatatype"></see> class is an abstract class for mapping XML Schema definition language (XSD) types to Common Language Runtime (CLR) types.</summary>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaAnyAttribute">
-      <summary>Represents the World Wide Web Consortium (W3C) anyAttribute element.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaDatatype.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaDatatype"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaAnyAttribute.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaAnyAttribute"></see> class.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaDatatype.ChangeType(System.Object,System.Type)">
+      <summary>Converts the value specified, whose type is one of the valid Common Language Runtime (CLR) representations of the XML schema type represented by the <see cref="T:System.Xml.Schema.XmlSchemaDatatype"></see>, to the CLR type specified.</summary>
+      <param name="value">The input value to convert to the specified type.</param>
+      <param name="targetType">The target type to convert the input value to.</param>
+      <returns>The converted input value.</returns>
+      <exception cref="T:System.ArgumentNullException">The <see cref="System.Object"></see> or <see cref="System.Type"></see> parameter is <see langword="null"></see>.</exception>
+      <exception cref="T:System.InvalidCastException">The type represented by the <see cref="System.Xml.Schema.XmlSchemaDatatype"></see> does not support a conversion from type of the value specified to the type specified.</exception>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaAnyAttribute.Namespace">
-      <summary>Gets or sets the namespaces containing the attributes that can be used.</summary>
-      <returns>Namespaces for attributes that are available for use. The default is ##any.  
- Optional.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaDatatype.ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver)">
+      <summary>Converts the value specified, whose type is one of the valid Common Language Runtime (CLR) representations of the XML schema type represented by the <see cref="T:System.Xml.Schema.XmlSchemaDatatype"></see>, to the CLR type specified using the <see cref="T:System.Xml.IXmlNamespaceResolver"></see> if the <see cref="T:System.Xml.Schema.XmlSchemaDatatype"></see> represents the xs:QName type or a type derived from it.</summary>
+      <param name="value">The input value to convert to the specified type.</param>
+      <param name="targetType">The target type to convert the input value to.</param>
+      <param name="namespaceResolver">An <see cref="T:System.Xml.IXmlNamespaceResolver"></see> used for resolving namespace prefixes. This is only of use if the <see cref="T:System.Xml.Schema.XmlSchemaDatatype"></see> represents the xs:QName type or a type derived from it.</param>
+      <returns>The converted input value.</returns>
+      <exception cref="T:System.ArgumentNullException">The <see cref="System.Object"></see> or <see cref="System.Type"></see> parameter is <see langword="null"></see>.</exception>
+      <exception cref="T:System.InvalidCastException">The type represented by the <see cref="System.Xml.Schema.XmlSchemaDatatype"></see> does not support a conversion from type of the value specified to the type specified.</exception>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaAnyAttribute.ProcessContents">
-      <summary>Gets or sets information about how an application or XML processor should handle the validation of XML documents for the attributes specified by the anyAttribute element.</summary>
-      <returns>One of the <see cref="System.Xml.Schema.XmlSchemaContentProcessing"></see> values. If no processContents attribute is specified, the default is Strict.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaDatatype.IsDerivedFrom(System.Xml.Schema.XmlSchemaDatatype)">
+      <summary>The <see cref="M:System.Xml.Schema.XmlSchemaDatatype.IsDerivedFrom(System.Xml.Schema.XmlSchemaDatatype)"></see> method always returns <see langword="false"></see>.</summary>
+      <param name="datatype">The <see cref="T:System.Xml.Schema.XmlSchemaDatatype"></see>.</param>
+      <returns>Always returns <see langword="false"></see>.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaAppInfo">
-      <summary>Represents the World Wide Web Consortium (W3C) appinfo element.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaDatatype.ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver)">
+      <summary>When overridden in a derived class, validates the <see langword="string"></see> specified against a built-in or user-defined simple type.</summary>
+      <param name="s">The <see langword="string"></see> to validate against the simple type.</param>
+      <param name="nameTable">The <see cref="T:System.Xml.XmlNameTable"></see> to use for atomization while parsing the <see langword="string"></see> if this <see cref="T:System.Xml.Schema.XmlSchemaDatatype"></see> object represents the xs:NCName type.</param>
+      <param name="nsmgr">The <see cref="T:System.Xml.IXmlNamespaceResolver"></see> object to use while parsing the <see langword="string"></see> if this <see cref="T:System.Xml.Schema.XmlSchemaDatatype"></see> object represents the xs:QName type.</param>
+      <returns>An <see cref="T:System.Object"></see> that can be cast safely to the type returned by the <see cref="P:System.Xml.Schema.XmlSchemaDatatype.ValueType"></see> property.</returns>
+      <exception cref="T:System.Xml.Schema.XmlSchemaValidationException">The input value is not a valid instance of this W3C XML Schema type.</exception>
+      <exception cref="T:System.ArgumentNullException">The value to parse cannot be <see langword="null"></see>.</exception>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaAppInfo.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaAppInfo"></see> class.</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaDatatype.TokenizedType">
+      <summary>When overridden in a derived class, gets the type for the <see langword="string"></see> as specified in the World Wide Web Consortium (W3C) XML 1.0 specification.</summary>
+      <returns>An <see cref="T:System.Xml.XmlTokenizedType"></see> value for the <see langword="string"></see>.</returns>
+    </member>
+    <member name="P:System.Xml.Schema.XmlSchemaDatatype.TypeCode">
+      <summary>Gets the <see cref="T:System.Xml.Schema.XmlTypeCode"></see> value for the simple type.</summary>
+      <returns>The <see cref="T:System.Xml.Schema.XmlTypeCode"></see> value for the simple type.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaAppInfo.Markup">
-      <summary>Gets or sets an array of <see cref="T:System.Xml.XmlNode"></see> objects that represents the appinfo child nodes.</summary>
-      <returns>An array of <see cref="System.Xml.XmlNode"></see> objects that represents the appinfo child nodes.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaDatatype.ValueType">
+      <summary>When overridden in a derived class, gets the Common Language Runtime (CLR) type of the item.</summary>
+      <returns>The Common Language Runtime (CLR) type of the item.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaAppInfo.Source">
-      <summary>Gets or sets the source of the application information.</summary>
-      <returns>A Uniform Resource Identifier (URI) reference. The default is String.Empty.  
- Optional.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaDatatype.Variety">
+      <summary>Gets the <see cref="T:System.Xml.Schema.XmlSchemaDatatypeVariety"></see> value for the simple type.</summary>
+      <returns>The <see cref="T:System.Xml.Schema.XmlSchemaDatatypeVariety"></see> value for the simple type.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaAttribute">
-      <summary>Represents the attribute element from the XML Schema as specified by the World Wide Web Consortium (W3C). Attributes provide additional information for other document elements. The attribute tag is nested between the tags of a document&amp;#39;s element for the schema. The XML document displays attributes as named items in the opening tag of an element.</summary>
+    <member name="T:System.Xml.Schema.XmlSchemaContentType">
+      <summary>Enumerations for the content model of the complex type. This represents the content in the post-schema-validation information set (infoset).</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaAttribute.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaAttribute"></see> class.</summary>
+    <member name="F:System.Xml.Schema.XmlSchemaContentType.ElementOnly">
+      <summary>Element-only content.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaAttribute.AttributeSchemaType">
-      <summary>Gets an <see cref="T:System.Xml.Schema.XmlSchemaSimpleType"></see> object representing the type of the attribute based on the <see cref="P:System.Xml.Schema.XmlSchemaAttribute.SchemaType"></see> or <see cref="P:System.Xml.Schema.XmlSchemaAttribute.SchemaTypeName"></see> of the attribute.</summary>
-      <returns>An <see cref="System.Xml.Schema.XmlSchemaSimpleType"></see> object.</returns>
+    <member name="F:System.Xml.Schema.XmlSchemaContentType.Empty">
+      <summary>Empty content.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaAttribute.AttributeType">
-      <summary>Gets the common language runtime (CLR) object based on the <see cref="P:System.Xml.Schema.XmlSchemaAttribute.SchemaType"></see> or <see cref="P:System.Xml.Schema.XmlSchemaAttribute.SchemaTypeName"></see> of the attribute that holds the post-compilation value of the AttributeType property.</summary>
-      <returns>The common runtime library (CLR) object that holds the post-compilation value of the AttributeType property.</returns>
+    <member name="F:System.Xml.Schema.XmlSchemaContentType.Mixed">
+      <summary>Mixed content.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaAttribute.DefaultValue">
-      <summary>Gets or sets the default value for the attribute.</summary>
-      <returns>The default value for the attribute. The default is a null reference.  
- Optional.</returns>
+    <member name="F:System.Xml.Schema.XmlSchemaContentType.TextOnly">
+      <summary>Text-only content.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaAttribute.FixedValue">
-      <summary>Gets or sets the fixed value for the attribute.</summary>
-      <returns>The fixed value for the attribute. The default is null.  
- Optional.</returns>
+    <member name="T:System.Xml.Schema.XmlSchemaContentProcessing">
+      <summary>Provides information about the validation mode of <see langword="any"></see> and <see langword="anyAttribute"></see> element replacements.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaAttribute.Form">
-      <summary>Gets or sets the form for the attribute.</summary>
-      <returns>One of the <see cref="System.Xml.Schema.XmlSchemaForm"></see> values. The default is the value of the <see cref="System.Xml.Schema.XmlSchema.AttributeFormDefault"></see> of the schema element containing the attribute.  
- Optional.</returns>
+    <member name="F:System.Xml.Schema.XmlSchemaContentProcessing.Lax">
+      <summary>If the associated schema is found, the document items will be validated. No errors will be thrown otherwise.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaAttribute.Name">
-      <summary>Gets or sets the name of the attribute.</summary>
-      <returns>The name of the attribute.</returns>
+    <member name="F:System.Xml.Schema.XmlSchemaContentProcessing.None">
+      <summary>Document items are not validated.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaAttribute.QualifiedName">
-      <summary>Gets the qualified name for the attribute.</summary>
-      <returns>The post-compilation value of the QualifiedName property.</returns>
+    <member name="F:System.Xml.Schema.XmlSchemaContentProcessing.Skip">
+      <summary>Document items must consist of well-formed XML and are not validated by the schema.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaAttribute.RefName">
-      <summary>Gets or sets the name of an attribute declared in this schema (or another schema indicated by the specified namespace).</summary>
-      <returns>The name of the attribute declared.</returns>
+    <member name="F:System.Xml.Schema.XmlSchemaContentProcessing.Strict">
+      <summary>The schema processor must find a schema associated with the indicated namespace to validate the document items.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaAttribute.SchemaType">
-      <summary>Gets or sets the attribute type to a simple type.</summary>
-      <returns>The simple type defined in this schema.</returns>
+    <member name="T:System.Xml.Schema.XmlSchemaContentModel">
+      <summary>Specifies the order and structure of the child elements of a type.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaAttribute.SchemaTypeName">
-      <summary>Gets or sets the name of the simple type defined in this schema (or another schema indicated by the specified namespace).</summary>
-      <returns>The name of the simple type.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaContentModel.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaContentModel"></see> class.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaAttribute.Use">
-      <summary>Gets or sets information about how the attribute is used.</summary>
-      <returns>One of the following values: None, Prohibited, Optional, or Required. The default is Optional.  
- Optional.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaContentModel.Content">
+      <summary>Gets or sets the content of the type.</summary>
+      <returns>Provides the content of the type.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaAttributeGroup">
-      <summary>Represents the attributeGroup element from the XML Schema as specified by the World Wide Web Consortium (W3C). AttributesGroups provides a mechanism to group a set of attribute declarations so that they can be incorporated as a group into complex type definitions.</summary>
+    <member name="T:System.Xml.Schema.XmlSchemaContent">
+      <summary>An abstract class for schema content.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaAttributeGroup.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaAttributeGroup"></see> class.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaContent.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaContent"></see> class.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaAttributeGroup.AnyAttribute">
-      <summary>Gets or sets the <see cref="T:System.Xml.Schema.XmlSchemaAnyAttribute"></see> component of the attribute group.</summary>
-      <returns>The World Wide Web Consortium (W3C) anyAttribute element.</returns>
+    <member name="T:System.Xml.Schema.XmlSchemaComplexType">
+      <summary>Represents the <see langword="complexType"></see> element from XML Schema as specified by the World Wide Web Consortium (W3C). This class defines a complex type that determines the set of attributes and content of an element.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaAttributeGroup.Attributes">
-      <summary>Gets the collection of attributes for the attribute group. Contains XmlSchemaAttribute and XmlSchemaAttributeGroupRef elements.</summary>
-      <returns>The collection of attributes for the attribute group.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaComplexType.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaComplexType"></see> class.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaAttributeGroup.Name">
-      <summary>Gets or sets the name of the attribute group.</summary>
-      <returns>The name of the attribute group.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaComplexType.AnyAttribute">
+      <summary>Gets or sets the value for the <see cref="T:System.Xml.Schema.XmlSchemaAnyAttribute"></see> component of the complex type.</summary>
+      <returns>The <see cref="T:System.Xml.Schema.XmlSchemaAnyAttribute"></see> component of the complex type.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaAttributeGroup.QualifiedName">
-      <summary>Gets the qualified name of the attribute group.</summary>
-      <returns>The qualified name of the attribute group.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaComplexType.Attributes">
+      <summary>Gets the collection of attributes for the complex type.</summary>
+      <returns>Contains <see cref="T:System.Xml.Schema.XmlSchemaAttribute"></see> and <see cref="T:System.Xml.Schema.XmlSchemaAttributeGroupRef"></see> classes.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaAttributeGroup.RedefinedAttributeGroup">
-      <summary>Gets the redefined attribute group property from the XML Schema.</summary>
-      <returns>The redefined attribute group property.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaComplexType.AttributeUses">
+      <summary>Gets the collection of all the complied attributes of this complex type and its base types.</summary>
+      <returns>The collection of all the attributes from this complex type and its base types. The post-compilation value of the <see langword="AttributeUses"></see> property.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaAttributeGroupRef">
-      <summary>Represents the attributeGroup element with the ref attribute from the XML Schema as specified by the World Wide Web Consortium (W3C). AttributesGroupRef is the reference for an attributeGroup, name property contains the attribute group being referenced.</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaComplexType.AttributeWildcard">
+      <summary>Gets the post-compilation value for <see langword="anyAttribute"></see> for this complex type and its base type(s).</summary>
+      <returns>The post-compilation value of the <see langword="anyAttribute"></see> element.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaAttributeGroupRef.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaAttributeGroupRef"></see> class.</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaComplexType.Block">
+      <summary>Gets or sets the <see langword="block"></see> attribute.</summary>
+      <returns>The <see langword="block"></see> attribute prevents a complex type from being used in the specified type of derivation. The default is <see langword="XmlSchemaDerivationMethod.None"></see>.  
+ Optional.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaAttributeGroupRef.RefName">
-      <summary>Gets or sets the name of the referenced attributeGroup element.</summary>
-      <returns>The name of the referenced attribute group. The value must be a QName.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaComplexType.BlockResolved">
+      <summary>Gets the value after the type has been compiled to the post-schema-validation information set (infoset). This value indicates how the type is enforced when <see langword="xsi:type"></see> is used in the instance document.</summary>
+      <returns>The post-schema-validated infoset value. The default is <see langword="BlockDefault"></see> value on the <see langword="schema"></see> element.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaChoice">
-      <summary>Represents the choice element (compositor) from the XML Schema as specified by the World Wide Web Consortium (W3C). The choice allows only one of its children to appear in an instance.</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaComplexType.ContentModel">
+      <summary>Gets or sets the post-compilation <see cref="T:System.Xml.Schema.XmlSchemaContentModel"></see> of this complex type.</summary>
+      <returns>The content model type that is one of the <see cref="T:System.Xml.Schema.XmlSchemaSimpleContent"></see> or <see cref="T:System.Xml.Schema.XmlSchemaComplexContent"></see> classes.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaChoice.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaChoice"></see> class.</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaComplexType.ContentType">
+      <summary>Gets the content model of the complex type which holds the post-compilation value.</summary>
+      <returns>The post-compilation value of the content model for the complex type.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaChoice.Items">
-      <summary>Gets the collection of the elements contained with the compositor (choice): XmlSchemaElement, XmlSchemaGroupRef, XmlSchemaChoice, XmlSchemaSequence, or XmlSchemaAny.</summary>
-      <returns>The collection of elements contained within XmlSchemaChoice.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaComplexType.ContentTypeParticle">
+      <summary>Gets the particle that holds the post-compilation value of the <see cref="P:System.Xml.Schema.XmlSchemaComplexType.ContentType"></see> particle.</summary>
+      <returns>The particle for the content type. The post-compilation value of the <see cref="P:System.Xml.Schema.XmlSchemaComplexType.ContentType"></see> particle.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaCollection">
-      <summary>Contains a cache of XML Schema definition language (XSD) and XML-Data Reduced (XDR) schemas. The <see cref="T:System.Xml.Schema.XmlSchemaCollection"></see> class class is obsolete. Use <see cref="T:System.Xml.Schema.XmlSchemaSet"></see> instead.</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaComplexType.IsAbstract">
+      <summary>Gets or sets the information that determines if the <see langword="complexType"></see> element can be used in the instance document.</summary>
+      <returns>If <see langword="true"></see>, an element cannot use this <see langword="complexType"></see> element directly and must use a complex type that is derived from this <see langword="complexType"></see> element. The default is <see langword="false"></see>.  
+ Optional.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaCollection.#ctor">
-      <summary>Initializes a new instance of the XmlSchemaCollection class.</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaComplexType.IsMixed">
+      <summary>Gets or sets information that determines if the complex type has a mixed content model (markup within the content).</summary>
+      <returns><see langword="true"></see>, if character data can appear between child elements of this complex type; otherwise, <see langword="false"></see>. The default is <see langword="false"></see>.  
+ Optional.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaCollection.#ctor(System.Xml.XmlNameTable)">
-      <summary>Initializes a new instance of the XmlSchemaCollection class with the specified <see cref="T:System.Xml.XmlNameTable"></see>. The XmlNameTable is used when loading schemas.</summary>
-      <param name="nametable">The XmlNameTable to use.</param>
+    <member name="P:System.Xml.Schema.XmlSchemaComplexType.Particle">
+      <summary>Gets or sets the compositor type as one of the <see cref="T:System.Xml.Schema.XmlSchemaGroupRef"></see>, <see cref="T:System.Xml.Schema.XmlSchemaChoice"></see>, <see cref="T:System.Xml.Schema.XmlSchemaAll"></see>, or <see cref="T:System.Xml.Schema.XmlSchemaSequence"></see> classes.</summary>
+      <returns>The compositor type.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaCollection.Add(System.Xml.Schema.XmlSchema)">
-      <summary>Adds the <see cref="T:System.Xml.Schema.XmlSchema"></see> to the collection.</summary>
-      <param name="schema">The XmlSchema to add to the collection.</param>
-      <returns>The XmlSchema object.</returns>
+    <member name="T:System.Xml.Schema.XmlSchemaComplexContentRestriction">
+      <summary>Represents the <see langword="restriction"></see> element from XML Schema as specified by the World Wide Web Consortium (W3C). This class is for complex types with a complex content model derived by restriction. It restricts the contents of the complex type to a subset of the inherited complex type.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaCollection.Add(System.Xml.Schema.XmlSchemaCollection)">
-      <summary>Adds all the namespaces defined in the given collection (including their associated schemas) to this collection.</summary>
-      <param name="schema">The XmlSchemaCollection you want to add to this collection.</param>
+    <member name="M:System.Xml.Schema.XmlSchemaComplexContentRestriction.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaComplexContentRestriction"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaCollection.Add(System.String,System.String)">
-      <summary>Adds the schema located by the given URL into the schema collection.</summary>
-      <param name="ns">The namespace URI associated with the schema. For XML Schemas, this will typically be the targetNamespace.</param>
-      <param name="uri">The URL that specifies the schema to load.</param>
-      <returns>The <see cref="System.Xml.Schema.XmlSchema"></see> added to the schema collection; null if the schema being added is an XDR schema or if there are compilation errors in the schema.</returns>
-      <exception cref="T:System.Xml.XmlException">The schema is not a valid schema.</exception>
+    <member name="P:System.Xml.Schema.XmlSchemaComplexContentRestriction.AnyAttribute">
+      <summary>Gets or sets the <see cref="T:System.Xml.Schema.XmlSchemaAnyAttribute"></see> component of the complex content model.</summary>
+      <returns>The <see cref="T:System.Xml.Schema.XmlSchemaAnyAttribute"></see> component of the complex content model.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaCollection.Add(System.String,System.Xml.XmlReader)">
-      <summary>Adds the schema contained in the <see cref="T:System.Xml.XmlReader"></see> to the schema collection.</summary>
-      <param name="ns">The namespace URI associated with the schema. For XML Schemas, this will typically be the targetNamespace.</param>
-      <param name="reader"><see cref="T:System.Xml.XmlReader"></see> containing the schema to add.</param>
-      <returns>The <see cref="System.Xml.Schema.XmlSchema"></see> added to the schema collection; null if the schema being added is an XDR schema or if there are compilation errors in the schema.</returns>
-      <exception cref="T:System.Xml.XmlException">The schema is not a valid schema.</exception>
+    <member name="P:System.Xml.Schema.XmlSchemaComplexContentRestriction.Attributes">
+      <summary>Gets the collection of attributes for the complex type. Contains the <see cref="T:System.Xml.Schema.XmlSchemaAttribute"></see> and <see cref="T:System.Xml.Schema.XmlSchemaAttributeGroupRef"></see> elements.</summary>
+      <returns>The collection of attributes for the complex type.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaCollection.Add(System.Xml.Schema.XmlSchema,System.Xml.XmlResolver)">
-      <summary>Adds the <see cref="T:System.Xml.Schema.XmlSchema"></see> to the collection. The specified <see cref="T:System.Xml.XmlResolver"></see> is used to resolve any external references.</summary>
-      <param name="schema">The XmlSchema to add to the collection.</param>
-      <param name="resolver">The <see cref="T:System.Xml.XmlResolver"></see> used to resolve namespaces referenced in include and import elements. If this is null, external references are not resolved.</param>
-      <returns>The XmlSchema added to the schema collection.</returns>
-      <exception cref="T:System.Xml.XmlException">The schema is not a valid schema.</exception>
+    <member name="P:System.Xml.Schema.XmlSchemaComplexContentRestriction.BaseTypeName">
+      <summary>Gets or sets the name of a complex type from which this type is derived by restriction.</summary>
+      <returns>The name of the complex type from which this type is derived by restriction.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaCollection.Add(System.String,System.Xml.XmlReader,System.Xml.XmlResolver)">
-      <summary>Adds the schema contained in the <see cref="T:System.Xml.XmlReader"></see> to the schema collection. The specified <see cref="T:System.Xml.XmlResolver"></see> is used to resolve any external resources.</summary>
-      <param name="ns">The namespace URI associated with the schema. For XML Schemas, this will typically be the targetNamespace.</param>
-      <param name="reader"><see cref="T:System.Xml.XmlReader"></see> containing the schema to add.</param>
-      <param name="resolver">The <see cref="T:System.Xml.XmlResolver"></see> used to resolve namespaces referenced in include and import elements or x-schema attribute (XDR schemas). If this is null, external references are not resolved.</param>
-      <returns>The <see cref="System.Xml.Schema.XmlSchema"></see> added to the schema collection; null if the schema being added is an XDR schema or if there are compilation errors in the schema.</returns>
-      <exception cref="T:System.Xml.XmlException">The schema is not a valid schema.</exception>
+    <member name="P:System.Xml.Schema.XmlSchemaComplexContentRestriction.Particle">
+      <summary>Gets or sets one of the <see cref="T:System.Xml.Schema.XmlSchemaGroupRef"></see>, <see cref="T:System.Xml.Schema.XmlSchemaChoice"></see>, <see cref="T:System.Xml.Schema.XmlSchemaAll"></see>, or <see cref="T:System.Xml.Schema.XmlSchemaSequence"></see> classes.</summary>
+      <returns>One of the <see cref="T:System.Xml.Schema.XmlSchemaGroupRef"></see>, <see cref="T:System.Xml.Schema.XmlSchemaChoice"></see>, <see cref="T:System.Xml.Schema.XmlSchemaAll"></see>, or <see cref="T:System.Xml.Schema.XmlSchemaSequence"></see> classes.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaCollection.Contains(System.String)">
-      <summary>Gets a value indicating whether a schema with the specified namespace is in the collection.</summary>
-      <param name="ns">The namespace URI associated with the schema. For XML Schemas, this will typically be the target namespace.</param>
-      <returns>true if a schema with the specified namespace is in the collection; otherwise, false.</returns>
+    <member name="T:System.Xml.Schema.XmlSchemaComplexContentExtension">
+      <summary>Represents the <see langword="extension"></see> element from XML Schema as specified by the World Wide Web Consortium (W3C). This class is for complex types with complex content model derived by extension. It extends the complex type by adding attributes or elements.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaCollection.Contains(System.Xml.Schema.XmlSchema)">
-      <summary>Gets a value indicating whether the targetNamespace of the specified <see cref="T:System.Xml.Schema.XmlSchema"></see> is in the collection.</summary>
-      <param name="schema">The XmlSchema object.</param>
-      <returns>true if there is a schema in the collection with the same targetNamespace; otherwise, false.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaComplexContentExtension.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaComplexContentExtension"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaCollection.CopyTo(System.Xml.Schema.XmlSchema[],System.Int32)">
-      <summary>Copies all the XmlSchema objects from this collection into the given array starting at the given index.</summary>
-      <param name="array">The array to copy the objects to.</param>
-      <param name="index">The index in array where copying will begin.</param>
+    <member name="P:System.Xml.Schema.XmlSchemaComplexContentExtension.AnyAttribute">
+      <summary>Gets or sets the <see cref="T:System.Xml.Schema.XmlSchemaAnyAttribute"></see> component of the complex content model.</summary>
+      <returns>The <see cref="T:System.Xml.Schema.XmlSchemaAnyAttribute"></see> component of the complex content model.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaCollection.Count">
-      <summary>Gets the number of namespaces defined in this collection.</summary>
-      <returns>The number of namespaces defined in this collection.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaComplexContentExtension.Attributes">
+      <summary>Gets the collection of attributes for the complex content. Contains <see cref="T:System.Xml.Schema.XmlSchemaAttribute"></see> and <see cref="T:System.Xml.Schema.XmlSchemaAttributeGroupRef"></see> elements.</summary>
+      <returns>The collection of attributes for the complex content.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaCollection.GetEnumerator">
-      <summary>Provides support for the &amp;quot;for each&amp;quot; style iteration over the collection of schemas.</summary>
-      <returns>An enumerator for iterating over all schemas in the current collection.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaComplexContentExtension.BaseTypeName">
+      <summary>Gets or sets the name of the complex type from which this type is derived by extension.</summary>
+      <returns>The name of the complex type from which this type is derived by extension.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaCollection.Item(System.String)">
-      <summary>Gets the <see cref="T:System.Xml.Schema.XmlSchema"></see> associated with the given namespace URI.</summary>
-      <param name="ns">The namespace URI associated with the schema you want to return. This will typically be the targetNamespace of the schema.</param>
-      <returns>The XmlSchema associated with the namespace URI; null if there is no loaded schema associated with the given namespace or if the namespace is associated with an XDR schema.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaComplexContentExtension.Particle">
+      <summary>Gets or sets one of the <see cref="T:System.Xml.Schema.XmlSchemaGroupRef"></see>, <see cref="T:System.Xml.Schema.XmlSchemaChoice"></see>, <see cref="T:System.Xml.Schema.XmlSchemaAll"></see>, or <see cref="T:System.Xml.Schema.XmlSchemaSequence"></see> classes.</summary>
+      <returns>One of the <see cref="T:System.Xml.Schema.XmlSchemaGroupRef"></see>, <see cref="T:System.Xml.Schema.XmlSchemaChoice"></see>, <see cref="T:System.Xml.Schema.XmlSchemaAll"></see>, or <see cref="T:System.Xml.Schema.XmlSchemaSequence"></see> classes.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaCollection.NameTable">
-      <summary>Gets the default XmlNameTable used by the XmlSchemaCollection when loading new schemas.</summary>
-      <returns>An XmlNameTable.</returns>
+    <member name="T:System.Xml.Schema.XmlSchemaComplexContent">
+      <summary>Represents the <see langword="complexContent"></see> element from XML Schema as specified by the World Wide Web Consortium (W3C). This class represents the complex content model for complex types. It contains extensions or restrictions on a complex type that has either only elements or mixed content.</summary>
     </member>
-    <member name="E:System.Xml.Schema.XmlSchemaCollection.ValidationEventHandler">
-      <summary>Sets an event handler for receiving information about the XDR and XML schema validation errors.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaComplexContent.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaComplexContent"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
-      <summary>For a description of this member, see <see cref="M:System.Xml.Schema.XmlSchemaCollection.CopyTo(System.Xml.Schema.XmlSchema[],System.Int32)"></see>.</summary>
-      <param name="array">The array to copy the objects to.</param>
-      <param name="index">The index in array where copying will begin.</param>
+    <member name="P:System.Xml.Schema.XmlSchemaComplexContent.Content">
+      <summary>Gets or sets the content.</summary>
+      <returns>One of either the <see cref="T:System.Xml.Schema.XmlSchemaComplexContentRestriction"></see> or <see cref="T:System.Xml.Schema.XmlSchemaComplexContentExtension"></see> classes.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaCollection.System#Collections#ICollection#Count">
-      <summary>For a description of this member, see <see cref="P:System.Xml.Schema.XmlSchemaCollection.Count"></see>.</summary>
-      <returns>Returns the count of the items in the collection.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaComplexContent.IsMixed">
+      <summary>Gets or sets information that determines if the type has a mixed content model.</summary>
+      <returns>If this property is <see langword="true"></see>, character data is allowed to appear between the child elements of the complex type (mixed content model). The default is <see langword="false"></see>.  
+ Optional.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaCollection.System#Collections#ICollection#IsSynchronized">
-      <summary>For a description of this member, see <see cref="P:System.Xml.Schema.XmlSchemaCollection.System#Collections#ICollection#IsSynchronized"></see>.</summary>
-      <returns>Returns true if the collection is synchronized, otherwise false.</returns>
+    <member name="T:System.Xml.Schema.XmlSchemaCompilationSettings">
+      <summary>Provides schema compilation options for the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see> class This class cannot be inherited.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaCollection.System#Collections#ICollection#SyncRoot">
-      <summary>For a description of this member, see <see cref="P:System.Xml.Schema.XmlSchemaCollection.System#Collections#ICollection#SyncRoot"></see>.</summary>
-      <returns>Returns a <see cref="System.Collections.ICollection.SyncRoot"></see> object that can be used to synchronize access to the collection.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaCompilationSettings.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaCompilationSettings"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaCollection.System#Collections#IEnumerable#GetEnumerator">
-      <summary>For a description of this member, see <see cref="M:System.Xml.Schema.XmlSchemaCollection.GetEnumerator"></see>.</summary>
-      <returns>Returns the <see cref="System.Collections.IEnumerator"></see> for the collection.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaCompilationSettings.EnableUpaCheck">
+      <summary>Gets or sets a value indicating whether the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see> should check for Unique Particle Attribution (UPA) violations.</summary>
+      <returns><see langword="true"></see> if the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see> should check for Unique Particle Attribution (UPA) violations; otherwise, <see langword="false"></see>. The default is <see langword="true"></see>.</returns>
     </member>
     <member name="T:System.Xml.Schema.XmlSchemaCollectionEnumerator">
       <summary>Supports a simple iteration over a collection. This class cannot be inherited.</summary>
     </member>
     <member name="P:System.Xml.Schema.XmlSchemaCollectionEnumerator.Current">
       <summary>Gets the current <see cref="T:System.Xml.Schema.XmlSchema"></see> in the collection.</summary>
-      <returns>The current XmlSchema in the collection.</returns>
+      <returns>The current <see langword="XmlSchema"></see> in the collection.</returns>
     </member>
     <member name="M:System.Xml.Schema.XmlSchemaCollectionEnumerator.MoveNext">
       <summary>Advances the enumerator to the next schema in the collection.</summary>
-      <returns>true if the move was successful; false if the enumerator has passed the end of the collection.</returns>
+      <returns><see langword="true"></see> if the move was successful; <see langword="false"></see> if the enumerator has passed the end of the collection.</returns>
     </member>
     <member name="P:System.Xml.Schema.XmlSchemaCollectionEnumerator.System#Collections#IEnumerator#Current">
       <summary>For a description of this member, see <see cref="P:System.Xml.Schema.XmlSchemaCollectionEnumerator.Current"></see>.</summary>
     <member name="M:System.Xml.Schema.XmlSchemaCollectionEnumerator.System#Collections#IEnumerator#Reset">
       <summary>For a description of this member, see <see cref="M:System.Xml.Schema.XmlSchemaCollectionEnumerator.System#Collections#IEnumerator#Reset"></see>.</summary>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaCompilationSettings">
-      <summary>Provides schema compilation options for the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see> class This class cannot be inherited.</summary>
+    <member name="T:System.Xml.Schema.XmlSchemaCollection">
+      <summary>Contains a cache of XML Schema definition language (XSD) and XML-Data Reduced (XDR) schemas. The <see cref="T:System.Xml.Schema.XmlSchemaCollection"></see> class class is obsolete. Use <see cref="T:System.Xml.Schema.XmlSchemaSet"></see> instead.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaCompilationSettings.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaCompilationSettings"></see> class.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaCollection.#ctor">
+      <summary>Initializes a new instance of the <see langword="XmlSchemaCollection"></see> class.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaCompilationSettings.EnableUpaCheck">
-      <summary>Gets or sets a value indicating whether the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see> should check for Unique Particle Attribution (UPA) violations.</summary>
-      <returns>true if the <see cref="System.Xml.Schema.XmlSchemaSet"></see> should check for Unique Particle Attribution (UPA) violations; otherwise, false. The default is true.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaCollection.#ctor(System.Xml.XmlNameTable)">
+      <summary>Initializes a new instance of the <see langword="XmlSchemaCollection"></see> class with the specified <see cref="T:System.Xml.XmlNameTable"></see>. The <see langword="XmlNameTable"></see> is used when loading schemas.</summary>
+      <param name="nametable">The <see langword="XmlNameTable"></see> to use.</param>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaComplexContent">
-      <summary>Represents the complexContent element from XML Schema as specified by the World Wide Web Consortium (W3C). This class represents the complex content model for complex types. It contains extensions or restrictions on a complex type that has either only elements or mixed content.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaCollection.Add(System.Xml.Schema.XmlSchema)">
+      <summary>Adds the <see cref="T:System.Xml.Schema.XmlSchema"></see> to the collection.</summary>
+      <param name="schema">The <see langword="XmlSchema"></see> to add to the collection.</param>
+      <returns>The <see langword="XmlSchema"></see> object.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaComplexContent.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaComplexContent"></see> class.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaCollection.Add(System.Xml.Schema.XmlSchemaCollection)">
+      <summary>Adds all the namespaces defined in the given collection (including their associated schemas) to this collection.</summary>
+      <param name="schema">The <see langword="XmlSchemaCollection"></see> you want to add to this collection.</param>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaComplexContent.Content">
-      <summary>Gets or sets the content.</summary>
-      <returns>One of either the <see cref="System.Xml.Schema.XmlSchemaComplexContentRestriction"></see> or <see cref="System.Xml.Schema.XmlSchemaComplexContentExtension"></see> classes.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaCollection.Add(System.String,System.String)">
+      <summary>Adds the schema located by the given URL into the schema collection.</summary>
+      <param name="ns">The namespace URI associated with the schema. For XML Schemas, this will typically be the <see langword="targetNamespace"></see>.</param>
+      <param name="uri">The URL that specifies the schema to load.</param>
+      <returns>The <see cref="T:System.Xml.Schema.XmlSchema"></see> added to the schema collection; <see langword="null"></see> if the schema being added is an XDR schema or if there are compilation errors in the schema.</returns>
+      <exception cref="T:System.Xml.XmlException">The schema is not a valid schema.</exception>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaComplexContent.IsMixed">
-      <summary>Gets or sets information that determines if the type has a mixed content model.</summary>
-      <returns>If this property is true, character data is allowed to appear between the child elements of the complex type (mixed content model). The default is false.  
- Optional.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaCollection.Add(System.String,System.Xml.XmlReader)">
+      <summary>Adds the schema contained in the <see cref="T:System.Xml.XmlReader"></see> to the schema collection.</summary>
+      <param name="ns">The namespace URI associated with the schema. For XML Schemas, this will typically be the <see langword="targetNamespace"></see>.</param>
+      <param name="reader"><see cref="T:System.Xml.XmlReader"></see> containing the schema to add.</param>
+      <returns>The <see cref="T:System.Xml.Schema.XmlSchema"></see> added to the schema collection; <see langword="null"></see> if the schema being added is an XDR schema or if there are compilation errors in the schema.</returns>
+      <exception cref="T:System.Xml.XmlException">The schema is not a valid schema.</exception>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaComplexContentExtension">
-      <summary>Represents the extension element from XML Schema as specified by the World Wide Web Consortium (W3C). This class is for complex types with complex content model derived by extension. It extends the complex type by adding attributes or elements.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaCollection.Add(System.Xml.Schema.XmlSchema,System.Xml.XmlResolver)">
+      <summary>Adds the <see cref="T:System.Xml.Schema.XmlSchema"></see> to the collection. The specified <see cref="T:System.Xml.XmlResolver"></see> is used to resolve any external references.</summary>
+      <param name="schema">The <see langword="XmlSchema"></see> to add to the collection.</param>
+      <param name="resolver">The <see cref="T:System.Xml.XmlResolver"></see> used to resolve namespaces referenced in <see langword="include"></see> and <see langword="import"></see> elements. If this is <see langword="null"></see>, external references are not resolved.</param>
+      <returns>The <see langword="XmlSchema"></see> added to the schema collection.</returns>
+      <exception cref="T:System.Xml.XmlException">The schema is not a valid schema.</exception>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaComplexContentExtension.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaComplexContentExtension"></see> class.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaCollection.Add(System.String,System.Xml.XmlReader,System.Xml.XmlResolver)">
+      <summary>Adds the schema contained in the <see cref="T:System.Xml.XmlReader"></see> to the schema collection. The specified <see cref="T:System.Xml.XmlResolver"></see> is used to resolve any external resources.</summary>
+      <param name="ns">The namespace URI associated with the schema. For XML Schemas, this will typically be the <see langword="targetNamespace"></see>.</param>
+      <param name="reader"><see cref="T:System.Xml.XmlReader"></see> containing the schema to add.</param>
+      <param name="resolver">The <see cref="T:System.Xml.XmlResolver"></see> used to resolve namespaces referenced in <see langword="include"></see> and <see langword="import"></see> elements or <see langword="x-schema"></see> attribute (XDR schemas). If this is <see langword="null"></see>, external references are not resolved.</param>
+      <returns>The <see cref="T:System.Xml.Schema.XmlSchema"></see> added to the schema collection; <see langword="null"></see> if the schema being added is an XDR schema or if there are compilation errors in the schema.</returns>
+      <exception cref="T:System.Xml.XmlException">The schema is not a valid schema.</exception>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaComplexContentExtension.AnyAttribute">
-      <summary>Gets or sets the <see cref="T:System.Xml.Schema.XmlSchemaAnyAttribute"></see> component of the complex content model.</summary>
-      <returns>The <see cref="System.Xml.Schema.XmlSchemaAnyAttribute"></see> component of the complex content model.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaCollection.Contains(System.String)">
+      <summary>Gets a value indicating whether a schema with the specified namespace is in the collection.</summary>
+      <param name="ns">The namespace URI associated with the schema. For XML Schemas, this will typically be the target namespace.</param>
+      <returns><see langword="true"></see> if a schema with the specified namespace is in the collection; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaComplexContentExtension.Attributes">
-      <summary>Gets the collection of attributes for the complex content. Contains <see cref="T:System.Xml.Schema.XmlSchemaAttribute"></see> and <see cref="T:System.Xml.Schema.XmlSchemaAttributeGroupRef"></see> elements.</summary>
-      <returns>The collection of attributes for the complex content.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaCollection.Contains(System.Xml.Schema.XmlSchema)">
+      <summary>Gets a value indicating whether the <see langword="targetNamespace"></see> of the specified <see cref="T:System.Xml.Schema.XmlSchema"></see> is in the collection.</summary>
+      <param name="schema">The <see langword="XmlSchema"></see> object.</param>
+      <returns><see langword="true"></see> if there is a schema in the collection with the same <see langword="targetNamespace"></see>; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaComplexContentExtension.BaseTypeName">
-      <summary>Gets or sets the name of the complex type from which this type is derived by extension.</summary>
-      <returns>The name of the complex type from which this type is derived by extension.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaCollection.CopyTo(System.Xml.Schema.XmlSchema[],System.Int32)">
+      <summary>Copies all the <see langword="XmlSchema"></see> objects from this collection into the given array starting at the given index.</summary>
+      <param name="array">The array to copy the objects to.</param>
+      <param name="index">The index in array where copying will begin.</param>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaComplexContentExtension.Particle">
-      <summary>Gets or sets one of the <see cref="T:System.Xml.Schema.XmlSchemaGroupRef"></see>, <see cref="T:System.Xml.Schema.XmlSchemaChoice"></see>, <see cref="T:System.Xml.Schema.XmlSchemaAll"></see>, or <see cref="T:System.Xml.Schema.XmlSchemaSequence"></see> classes.</summary>
-      <returns>One of the <see cref="System.Xml.Schema.XmlSchemaGroupRef"></see>, <see cref="System.Xml.Schema.XmlSchemaChoice"></see>, <see cref="System.Xml.Schema.XmlSchemaAll"></see>, or <see cref="System.Xml.Schema.XmlSchemaSequence"></see> classes.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaCollection.Count">
+      <summary>Gets the number of namespaces defined in this collection.</summary>
+      <returns>The number of namespaces defined in this collection.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaComplexContentRestriction">
-      <summary>Represents the restriction element from XML Schema as specified by the World Wide Web Consortium (W3C). This class is for complex types with a complex content model derived by restriction. It restricts the contents of the complex type to a subset of the inherited complex type.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaCollection.GetEnumerator">
+      <summary>Provides support for the &amp;quot;for each&amp;quot; style iteration over the collection of schemas.</summary>
+      <returns>An enumerator for iterating over all schemas in the current collection.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaComplexContentRestriction.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaComplexContentRestriction"></see> class.</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaCollection.Item(System.String)">
+      <summary>Gets the <see cref="T:System.Xml.Schema.XmlSchema"></see> associated with the given namespace URI.</summary>
+      <param name="ns">The namespace URI associated with the schema you want to return. This will typically be the <see langword="targetNamespace"></see> of the schema.</param>
+      <returns>The <see langword="XmlSchema"></see> associated with the namespace URI; <see langword="null"></see> if there is no loaded schema associated with the given namespace or if the namespace is associated with an XDR schema.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaComplexContentRestriction.AnyAttribute">
-      <summary>Gets or sets the <see cref="T:System.Xml.Schema.XmlSchemaAnyAttribute"></see> component of the complex content model.</summary>
-      <returns>The <see cref="System.Xml.Schema.XmlSchemaAnyAttribute"></see> component of the complex content model.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaCollection.NameTable">
+      <summary>Gets the default <see langword="XmlNameTable"></see> used by the <see langword="XmlSchemaCollection"></see> when loading new schemas.</summary>
+      <returns>An <see langword="XmlNameTable"></see>.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaComplexContentRestriction.Attributes">
-      <summary>Gets the collection of attributes for the complex type. Contains the <see cref="T:System.Xml.Schema.XmlSchemaAttribute"></see> and <see cref="T:System.Xml.Schema.XmlSchemaAttributeGroupRef"></see> elements.</summary>
-      <returns>The collection of attributes for the complex type.</returns>
+    <member name="E:System.Xml.Schema.XmlSchemaCollection.ValidationEventHandler">
+      <summary>Sets an event handler for receiving information about the XDR and XML schema validation errors.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaComplexContentRestriction.BaseTypeName">
-      <summary>Gets or sets the name of a complex type from which this type is derived by restriction.</summary>
-      <returns>The name of the complex type from which this type is derived by restriction.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
+      <summary>For a description of this member, see <see cref="M:System.Xml.Schema.XmlSchemaCollection.CopyTo(System.Xml.Schema.XmlSchema[],System.Int32)"></see>.</summary>
+      <param name="array">The array to copy the objects to.</param>
+      <param name="index">The index in array where copying will begin.</param>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaComplexContentRestriction.Particle">
-      <summary>Gets or sets one of the <see cref="T:System.Xml.Schema.XmlSchemaGroupRef"></see>, <see cref="T:System.Xml.Schema.XmlSchemaChoice"></see>, <see cref="T:System.Xml.Schema.XmlSchemaAll"></see>, or <see cref="T:System.Xml.Schema.XmlSchemaSequence"></see> classes.</summary>
-      <returns>One of the <see cref="System.Xml.Schema.XmlSchemaGroupRef"></see>, <see cref="System.Xml.Schema.XmlSchemaChoice"></see>, <see cref="System.Xml.Schema.XmlSchemaAll"></see>, or <see cref="System.Xml.Schema.XmlSchemaSequence"></see> classes.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaCollection.System#Collections#ICollection#Count">
+      <summary>For a description of this member, see <see cref="P:System.Xml.Schema.XmlSchemaCollection.Count"></see>.</summary>
+      <returns>Returns the count of the items in the collection.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaComplexType">
-      <summary>Represents the complexType element from XML Schema as specified by the World Wide Web Consortium (W3C). This class defines a complex type that determines the set of attributes and content of an element.</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaCollection.System#Collections#ICollection#IsSynchronized">
+      <summary>For a description of this member, see <see cref="P:System.Xml.Schema.XmlSchemaCollection.System#Collections#ICollection#IsSynchronized"></see>.</summary>
+      <returns>Returns <see langword="true"></see> if the collection is synchronized, otherwise <see langword="false"></see>.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaComplexType.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaComplexType"></see> class.</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaCollection.System#Collections#ICollection#SyncRoot">
+      <summary>For a description of this member, see <see cref="P:System.Xml.Schema.XmlSchemaCollection.System#Collections#ICollection#SyncRoot"></see>.</summary>
+      <returns>Returns a <see cref="P:System.Collections.ICollection.SyncRoot"></see> object that can be used to synchronize access to the collection.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaComplexType.AnyAttribute">
-      <summary>Gets or sets the value for the <see cref="T:System.Xml.Schema.XmlSchemaAnyAttribute"></see> component of the complex type.</summary>
-      <returns>The <see cref="System.Xml.Schema.XmlSchemaAnyAttribute"></see> component of the complex type.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaCollection.System#Collections#IEnumerable#GetEnumerator">
+      <summary>For a description of this member, see <see cref="M:System.Xml.Schema.XmlSchemaCollection.GetEnumerator"></see>.</summary>
+      <returns>Returns the <see cref="T:System.Collections.IEnumerator"></see> for the collection.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaComplexType.Attributes">
-      <summary>Gets the collection of attributes for the complex type.</summary>
-      <returns>Contains <see cref="System.Xml.Schema.XmlSchemaAttribute"></see> and <see cref="System.Xml.Schema.XmlSchemaAttributeGroupRef"></see> classes.</returns>
+    <member name="T:System.Xml.Schema.XmlSchemaChoice">
+      <summary>Represents the <see langword="choice"></see> element (compositor) from the XML Schema as specified by the World Wide Web Consortium (W3C). The <see langword="choice"></see> allows only one of its children to appear in an instance.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaComplexType.AttributeUses">
-      <summary>Gets the collection of all the complied attributes of this complex type and its base types.</summary>
-      <returns>The collection of all the attributes from this complex type and its base types. The post-compilation value of the AttributeUses property.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaChoice.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaChoice"></see> class.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaComplexType.AttributeWildcard">
-      <summary>Gets the post-compilation value for anyAttribute for this complex type and its base type(s).</summary>
-      <returns>The post-compilation value of the anyAttribute element.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaChoice.Items">
+      <summary>Gets the collection of the elements contained with the compositor (<see langword="choice"></see>): <see langword="XmlSchemaElement"></see>, <see langword="XmlSchemaGroupRef"></see>, <see langword="XmlSchemaChoice"></see>, <see langword="XmlSchemaSequence"></see>, or <see langword="XmlSchemaAny"></see>.</summary>
+      <returns>The collection of elements contained within <see langword="XmlSchemaChoice"></see>.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaComplexType.Block">
-      <summary>Gets or sets the block attribute.</summary>
-      <returns>The block attribute prevents a complex type from being used in the specified type of derivation. The default is XmlSchemaDerivationMethod.None.  
- Optional.</returns>
+    <member name="T:System.Xml.Schema.XmlSchemaAttributeGroupRef">
+      <summary>Represents the <see langword="attributeGroup"></see> element with the <see langword="ref"></see> attribute from the XML Schema as specified by the World Wide Web Consortium (W3C). AttributesGroupRef is the reference for an attributeGroup, name property contains the attribute group being referenced.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaComplexType.BlockResolved">
-      <summary>Gets the value after the type has been compiled to the post-schema-validation information set (infoset). This value indicates how the type is enforced when xsi:type is used in the instance document.</summary>
-      <returns>The post-schema-validated infoset value. The default is BlockDefault value on the schema element.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaAttributeGroupRef.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaAttributeGroupRef"></see> class.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaComplexType.ContentModel">
-      <summary>Gets or sets the post-compilation <see cref="T:System.Xml.Schema.XmlSchemaContentModel"></see> of this complex type.</summary>
-      <returns>The content model type that is one of the <see cref="System.Xml.Schema.XmlSchemaSimpleContent"></see> or <see cref="System.Xml.Schema.XmlSchemaComplexContent"></see> classes.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaAttributeGroupRef.RefName">
+      <summary>Gets or sets the name of the referenced <see langword="attributeGroup"></see> element.</summary>
+      <returns>The name of the referenced attribute group. The value must be a QName.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaComplexType.ContentType">
-      <summary>Gets the content model of the complex type which holds the post-compilation value.</summary>
-      <returns>The post-compilation value of the content model for the complex type.</returns>
+    <member name="T:System.Xml.Schema.XmlSchemaAttributeGroup">
+      <summary>Represents the <see langword="attributeGroup"></see> element from the XML Schema as specified by the World Wide Web Consortium (W3C). AttributesGroups provides a mechanism to group a set of attribute declarations so that they can be incorporated as a group into complex type definitions.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaComplexType.ContentTypeParticle">
-      <summary>Gets the particle that holds the post-compilation value of the <see cref="P:System.Xml.Schema.XmlSchemaComplexType.ContentType"></see> particle.</summary>
-      <returns>The particle for the content type. The post-compilation value of the <see cref="System.Xml.Schema.XmlSchemaComplexType.ContentType"></see> particle.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaAttributeGroup.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaAttributeGroup"></see> class.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaComplexType.IsAbstract">
-      <summary>Gets or sets the information that determines if the complexType element can be used in the instance document.</summary>
-      <returns>If true, an element cannot use this complexType element directly and must use a complex type that is derived from this complexType element. The default is false.  
- Optional.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaAttributeGroup.AnyAttribute">
+      <summary>Gets or sets the <see cref="T:System.Xml.Schema.XmlSchemaAnyAttribute"></see> component of the attribute group.</summary>
+      <returns>The World Wide Web Consortium (W3C) <see langword="anyAttribute"></see> element.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaComplexType.IsMixed">
-      <summary>Gets or sets information that determines if the complex type has a mixed content model (markup within the content).</summary>
-      <returns>true, if character data can appear between child elements of this complex type; otherwise, false. The default is false.  
- Optional.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaAttributeGroup.Attributes">
+      <summary>Gets the collection of attributes for the attribute group. Contains <see langword="XmlSchemaAttribute"></see> and <see langword="XmlSchemaAttributeGroupRef"></see> elements.</summary>
+      <returns>The collection of attributes for the attribute group.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaComplexType.Particle">
-      <summary>Gets or sets the compositor type as one of the <see cref="T:System.Xml.Schema.XmlSchemaGroupRef"></see>, <see cref="T:System.Xml.Schema.XmlSchemaChoice"></see>, <see cref="T:System.Xml.Schema.XmlSchemaAll"></see>, or <see cref="T:System.Xml.Schema.XmlSchemaSequence"></see> classes.</summary>
-      <returns>The compositor type.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaAttributeGroup.Name">
+      <summary>Gets or sets the name of the attribute group.</summary>
+      <returns>The name of the attribute group.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaContent">
-      <summary>An abstract class for schema content.</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaAttributeGroup.QualifiedName">
+      <summary>Gets the qualified name of the attribute group.</summary>
+      <returns>The qualified name of the attribute group.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaContent.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaContent"></see> class.</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaAttributeGroup.RedefinedAttributeGroup">
+      <summary>Gets the redefined attribute group property from the XML Schema.</summary>
+      <returns>The redefined attribute group property.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaContentModel">
-      <summary>Specifies the order and structure of the child elements of a type.</summary>
+    <member name="T:System.Xml.Schema.XmlSchemaAttribute">
+      <summary>Represents the <see langword="attribute"></see> element from the XML Schema as specified by the World Wide Web Consortium (W3C). Attributes provide additional information for other document elements. The attribute tag is nested between the tags of a document&amp;#39;s element for the schema. The XML document displays attributes as named items in the opening tag of an element.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaContentModel.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaContentModel"></see> class.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaAttribute.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaAttribute"></see> class.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaContentModel.Content">
-      <summary>Gets or sets the content of the type.</summary>
-      <returns>Provides the content of the type.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaAttribute.AttributeSchemaType">
+      <summary>Gets an <see cref="T:System.Xml.Schema.XmlSchemaSimpleType"></see> object representing the type of the attribute based on the <see cref="P:System.Xml.Schema.XmlSchemaAttribute.SchemaType"></see> or <see cref="P:System.Xml.Schema.XmlSchemaAttribute.SchemaTypeName"></see> of the attribute.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchemaSimpleType"></see> object.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaContentProcessing">
-      <summary>Provides information about the validation mode of any and anyAttribute element replacements.</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaAttribute.AttributeType">
+      <summary>Gets the common language runtime (CLR) object based on the <see cref="P:System.Xml.Schema.XmlSchemaAttribute.SchemaType"></see> or <see cref="P:System.Xml.Schema.XmlSchemaAttribute.SchemaTypeName"></see> of the attribute that holds the post-compilation value of the <see langword="AttributeType"></see> property.</summary>
+      <returns>The common runtime library (CLR) object that holds the post-compilation value of the <see langword="AttributeType"></see> property.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaContentProcessing.Lax">
-      <summary>If the associated schema is found, the document items will be validated. No errors will be thrown otherwise.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.Schema.XmlSchemaAttribute.DefaultValue">
+      <summary>Gets or sets the default value for the attribute.</summary>
+      <returns>The default value for the attribute. The default is a null reference.  
+ Optional.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaContentProcessing.None">
-      <summary>Document items are not validated.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.Schema.XmlSchemaAttribute.FixedValue">
+      <summary>Gets or sets the fixed value for the attribute.</summary>
+      <returns>The fixed value for the attribute. The default is null.  
+ Optional.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaContentProcessing.Skip">
-      <summary>Document items must consist of well-formed XML and are not validated by the schema.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.Schema.XmlSchemaAttribute.Form">
+      <summary>Gets or sets the form for the attribute.</summary>
+      <returns>One of the <see cref="T:System.Xml.Schema.XmlSchemaForm"></see> values. The default is the value of the <see cref="P:System.Xml.Schema.XmlSchema.AttributeFormDefault"></see> of the schema element containing the attribute.  
+ Optional.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaContentProcessing.Strict">
-      <summary>The schema processor must find a schema associated with the indicated namespace to validate the document items.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.Schema.XmlSchemaAttribute.Name">
+      <summary>Gets or sets the name of the attribute.</summary>
+      <returns>The name of the attribute.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaContentType">
-      <summary>Enumerations for the content model of the complex type. This represents the content in the post-schema-validation information set (infoset).</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaAttribute.QualifiedName">
+      <summary>Gets the qualified name for the attribute.</summary>
+      <returns>The post-compilation value of the <see langword="QualifiedName"></see> property.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaContentType.ElementOnly">
-      <summary>Element-only content.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.Schema.XmlSchemaAttribute.RefName">
+      <summary>Gets or sets the name of an attribute declared in this schema (or another schema indicated by the specified namespace).</summary>
+      <returns>The name of the attribute declared.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaContentType.Empty">
-      <summary>Empty content.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.Schema.XmlSchemaAttribute.SchemaType">
+      <summary>Gets or sets the attribute type to a simple type.</summary>
+      <returns>The simple type defined in this schema.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaContentType.Mixed">
-      <summary>Mixed content.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.Schema.XmlSchemaAttribute.SchemaTypeName">
+      <summary>Gets or sets the name of the simple type defined in this schema (or another schema indicated by the specified namespace).</summary>
+      <returns>The name of the simple type.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaContentType.TextOnly">
-      <summary>Text-only content.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.Schema.XmlSchemaAttribute.Use">
+      <summary>Gets or sets information about how the attribute is used.</summary>
+      <returns>One of the following values: None, Prohibited, Optional, or Required. The default is Optional.  
+ Optional.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaDatatype">
-      <summary>The <see cref="T:System.Xml.Schema.XmlSchemaDatatype"></see> class is an abstract class for mapping XML Schema definition language (XSD) types to Common Language Runtime (CLR) types.</summary>
+    <member name="T:System.Xml.Schema.XmlSchemaAppInfo">
+      <summary>Represents the World Wide Web Consortium (W3C) <see langword="appinfo"></see> element.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaDatatype.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaDatatype"></see> class.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaAppInfo.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaAppInfo"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaDatatype.ChangeType(System.Object,System.Type)">
-      <summary>Converts the value specified, whose type is one of the valid Common Language Runtime (CLR) representations of the XML schema type represented by the <see cref="T:System.Xml.Schema.XmlSchemaDatatype"></see>, to the CLR type specified.</summary>
-      <param name="value">The input value to convert to the specified type.</param>
-      <param name="targetType">The target type to convert the input value to.</param>
-      <returns>The converted input value.</returns>
-      <exception cref="T:System.ArgumentNullException">The <see cref="System.Object"></see> or <see cref="System.Type"></see> parameter is null.</exception>
-      <exception cref="T:System.InvalidCastException">The type represented by the <see cref="System.Xml.Schema.XmlSchemaDatatype"></see> does not support a conversion from type of the value specified to the type specified.</exception>
+    <member name="P:System.Xml.Schema.XmlSchemaAppInfo.Markup">
+      <summary>Gets or sets an array of <see cref="T:System.Xml.XmlNode"></see> objects that represents the <see langword="appinfo"></see> child nodes.</summary>
+      <returns>An array of <see cref="T:System.Xml.XmlNode"></see> objects that represents the <see langword="appinfo"></see> child nodes.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaDatatype.ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver)">
-      <summary>Converts the value specified, whose type is one of the valid Common Language Runtime (CLR) representations of the XML schema type represented by the <see cref="T:System.Xml.Schema.XmlSchemaDatatype"></see>, to the CLR type specified using the <see cref="T:System.Xml.IXmlNamespaceResolver"></see> if the <see cref="T:System.Xml.Schema.XmlSchemaDatatype"></see> represents the xs:QName type or a type derived from it.</summary>
-      <param name="value">The input value to convert to the specified type.</param>
-      <param name="targetType">The target type to convert the input value to.</param>
-      <param name="namespaceResolver">An <see cref="T:System.Xml.IXmlNamespaceResolver"></see> used for resolving namespace prefixes. This is only of use if the <see cref="T:System.Xml.Schema.XmlSchemaDatatype"></see> represents the xs:QName type or a type derived from it.</param>
-      <returns>The converted input value.</returns>
-      <exception cref="T:System.ArgumentNullException">The <see cref="System.Object"></see> or <see cref="System.Type"></see> parameter is null.</exception>
-      <exception cref="T:System.InvalidCastException">The type represented by the <see cref="System.Xml.Schema.XmlSchemaDatatype"></see> does not support a conversion from type of the value specified to the type specified.</exception>
+    <member name="P:System.Xml.Schema.XmlSchemaAppInfo.Source">
+      <summary>Gets or sets the source of the application information.</summary>
+      <returns>A Uniform Resource Identifier (URI) reference. The default is <see langword="String.Empty"></see>.  
+ Optional.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaDatatype.IsDerivedFrom(System.Xml.Schema.XmlSchemaDatatype)">
-      <summary>The <see cref="M:System.Xml.Schema.XmlSchemaDatatype.IsDerivedFrom(System.Xml.Schema.XmlSchemaDatatype)"></see> method always returns false.</summary>
-      <param name="datatype">The <see cref="T:System.Xml.Schema.XmlSchemaDatatype"></see>.</param>
-      <returns>Always returns false.</returns>
+    <member name="T:System.Xml.Schema.XmlSchemaAnyAttribute">
+      <summary>Represents the World Wide Web Consortium (W3C) <see langword="anyAttribute"></see> element.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaDatatype.ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver)">
-      <summary>When overridden in a derived class, validates the string specified against a built-in or user-defined simple type.</summary>
-      <param name="s">The string to validate against the simple type.</param>
-      <param name="nameTable">The <see cref="T:System.Xml.XmlNameTable"></see> to use for atomization while parsing the string if this <see cref="T:System.Xml.Schema.XmlSchemaDatatype"></see> object represents the xs:NCName type.</param>
-      <param name="nsmgr">The <see cref="T:System.Xml.IXmlNamespaceResolver"></see> object to use while parsing the string if this <see cref="T:System.Xml.Schema.XmlSchemaDatatype"></see> object represents the xs:QName type.</param>
-      <returns>An <see cref="System.Object"></see> that can be cast safely to the type returned by the <see cref="System.Xml.Schema.XmlSchemaDatatype.ValueType"></see> property.</returns>
-      <exception cref="T:System.Xml.Schema.XmlSchemaValidationException">The input value is not a valid instance of this W3C XML Schema type.</exception>
-      <exception cref="T:System.ArgumentNullException">The value to parse cannot be null.</exception>
+    <member name="M:System.Xml.Schema.XmlSchemaAnyAttribute.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaAnyAttribute"></see> class.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaDatatype.TokenizedType">
-      <summary>When overridden in a derived class, gets the type for the string as specified in the World Wide Web Consortium (W3C) XML 1.0 specification.</summary>
-      <returns>An <see cref="System.Xml.XmlTokenizedType"></see> value for the string.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaAnyAttribute.Namespace">
+      <summary>Gets or sets the namespaces containing the attributes that can be used.</summary>
+      <returns>Namespaces for attributes that are available for use. The default is <see langword="##any"></see>.  
+ Optional.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaDatatype.TypeCode">
-      <summary>Gets the <see cref="T:System.Xml.Schema.XmlTypeCode"></see> value for the simple type.</summary>
-      <returns>The <see cref="System.Xml.Schema.XmlTypeCode"></see> value for the simple type.</returns>
+    <member name="P:System.Xml.Schema.XmlSchemaAnyAttribute.ProcessContents">
+      <summary>Gets or sets information about how an application or XML processor should handle the validation of XML documents for the attributes specified by the <see langword="anyAttribute"></see> element.</summary>
+      <returns>One of the <see cref="T:System.Xml.Schema.XmlSchemaContentProcessing"></see> values. If no <see langword="processContents"></see> attribute is specified, the default is <see langword="Strict"></see>.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaDatatype.ValueType">
-      <summary>When overridden in a derived class, gets the Common Language Runtime (CLR) type of the item.</summary>
-      <returns>The Common Language Runtime (CLR) type of the item.</returns>
+    <member name="T:System.Xml.Schema.XmlSchemaAny">
+      <summary>Represents the World Wide Web Consortium (W3C) <see langword="any"></see> element.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaDatatype.Variety">
-      <summary>Gets the <see cref="T:System.Xml.Schema.XmlSchemaDatatypeVariety"></see> value for the simple type.</summary>
-      <returns>The <see cref="System.Xml.Schema.XmlSchemaDatatypeVariety"></see> value for the simple type.</returns>
+    <member name="M:System.Xml.Schema.XmlSchemaAny.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaAny"></see> class.</summary>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaDatatypeVariety">
-      <summary>Specifies the W3C XML schema data type variety of the type.</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaAny.Namespace">
+      <summary>Gets or sets the namespaces containing the elements that can be used.</summary>
+      <returns>Namespaces for elements that are available for use. The default is <see langword="##any"></see>.  
+ Optional.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaDatatypeVariety.Atomic">
-      <summary>A W3C XML schema atomic type.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.Schema.XmlSchemaAny.ProcessContents">
+      <summary>Gets or sets information about how an application or XML processor should handle the validation of XML documents for the elements specified by the <see langword="any"></see> element.</summary>
+      <returns>One of the <see cref="T:System.Xml.Schema.XmlSchemaContentProcessing"></see> values. If no <see langword="processContents"></see> attribute is specified, the default is <see langword="Strict"></see>.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaDatatypeVariety.List">
-      <summary>A W3C XML schema list type.</summary>
-      <returns></returns>
+    <member name="T:System.Xml.Schema.XmlSchemaAnnotation">
+      <summary>Represents the World Wide Web Consortium (W3C) <see langword="annotation"></see> element.</summary>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaDatatypeVariety.Union">
-      <summary>A W3C XML schema union type.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Schema.XmlSchemaAnnotation.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaAnnotation"></see> class.</summary>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaDerivationMethod">
-      <summary>Provides different methods for preventing derivation.</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaAnnotation.Id">
+      <summary>Gets or sets the string id.</summary>
+      <returns>The string id. The default is <see langword="String.Empty"></see>.  
+ Optional.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaDerivationMethod.All">
-      <summary>#all. Refers to all derivation methods.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.Schema.XmlSchemaAnnotation.Items">
+      <summary>Gets the <see langword="Items"></see> collection that is used to store the <see langword="appinfo"></see> and <see langword="documentation"></see> child elements.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchemaObjectCollection"></see> of <see langword="appinfo"></see> and <see langword="documentation"></see> child elements.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaDerivationMethod.Empty">
-      <summary>Override default derivation method to allow any derivation.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.Schema.XmlSchemaAnnotation.UnhandledAttributes">
+      <summary>Gets or sets the qualified attributes that do not belong to the schema&amp;#39;s target namespace.</summary>
+      <returns>An array of <see cref="T:System.Xml.XmlAttribute"></see> objects that do not belong to the schema&amp;#39;s target namespace.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaDerivationMethod.Extension">
-      <summary>Refers to derivations by Extension.</summary>
-      <returns></returns>
+    <member name="T:System.Xml.Schema.XmlSchemaAnnotated">
+      <summary>The base class for any element that can contain annotation elements.</summary>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaDerivationMethod.List">
-      <summary>Refers to derivations by List.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.Schema.XmlSchemaAnnotated.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaAnnotated"></see> class.</summary>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaDerivationMethod.None">
-      <summary>Accepts the default derivation method.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.Schema.XmlSchemaAnnotated.Annotation">
+      <summary>Gets or sets the <see langword="annotation"></see> property.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchemaAnnotation"></see> representing the <see langword="annotation"></see> property.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaDerivationMethod.Restriction">
-      <summary>Refers to derivations by Restriction.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.Schema.XmlSchemaAnnotated.Id">
+      <summary>Gets or sets the string id.</summary>
+      <returns>The string id. The default is <see langword="String.Empty"></see>.  
+ Optional.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaDerivationMethod.Substitution">
-      <summary>Refers to derivations by Substitution.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.Schema.XmlSchemaAnnotated.UnhandledAttributes">
+      <summary>Gets or sets the qualified attributes that do not belong to the current schema&amp;#39;s target namespace.</summary>
+      <returns>An array of qualified <see cref="T:System.Xml.XmlAttribute"></see> objects that do not belong to the schema&amp;#39;s target namespace.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaDerivationMethod.Union">
-      <summary>Refers to derivations by Union.</summary>
-      <returns></returns>
+    <member name="T:System.Xml.Schema.XmlSchemaAll">
+      <summary>Represents the World Wide Web Consortium (W3C) <see langword="all"></see> element (compositor).</summary>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaDocumentation">
-      <summary>Represents the documentation element from XML Schema as specified by the World Wide Web Consortium (W3C). This class specifies information to be read or used by humans within an annotation.</summary>
+    <member name="M:System.Xml.Schema.XmlSchemaAll.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaAll"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaDocumentation.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaDocumentation"></see> class.</summary>
+    <member name="P:System.Xml.Schema.XmlSchemaAll.Items">
+      <summary>Gets the collection of <see langword="XmlSchemaElement"></see> elements contained within the <see langword="all"></see> compositor.</summary>
+      <returns>The collection of elements contained in <see langword="XmlSchemaAll"></see>.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaDocumentation.Language">
-      <summary>Gets or sets the xml:lang attribute. This serves as an indicator of the language used in the contents.</summary>
-      <returns>The xml:lang attribute.  
- Optional.</returns>
+    <member name="T:System.Xml.Schema.XmlSchema">
+      <summary>An in-memory representation of an XML Schema, as specified in the World Wide Web Consortium (W3C) XML Schema Part 1: Structures and XML Schema Part 2: Datatypes specifications.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaDocumentation.Markup">
-      <summary>Gets or sets an array of XmlNodes that represents the documentation child nodes.</summary>
-      <returns>The array that represents the documentation child nodes.</returns>
+    <member name="M:System.Xml.Schema.XmlSchema.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchema"></see> class.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaDocumentation.Source">
-      <summary>Gets or sets the Uniform Resource Identifier (URI) source of the information.</summary>
-      <returns>A URI reference. The default is String.Empty.  
- Optional.</returns>
+    <member name="P:System.Xml.Schema.XmlSchema.AttributeFormDefault">
+      <summary>Gets or sets the form for attributes declared in the target namespace of the schema.</summary>
+      <returns>The <see cref="T:System.Xml.Schema.XmlSchemaForm"></see> value that indicates if attributes from the target namespace are required to be qualified with the namespace prefix. The default is <see cref="F:System.Xml.Schema.XmlSchemaForm.None"></see>.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaElement">
-      <summary>Represents the element element from XML Schema as specified by the World Wide Web Consortium (W3C). This class is the base class for all particle types and is used to describe an element in an XML document.</summary>
+    <member name="P:System.Xml.Schema.XmlSchema.AttributeGroups">
+      <summary>Gets the post-schema-compilation value of all the global attribute groups in the schema.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchemaObjectTable"></see> collection of all the global attribute groups in the schema.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaElement.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaElement"></see> class.</summary>
+    <member name="P:System.Xml.Schema.XmlSchema.Attributes">
+      <summary>Gets the post-schema-compilation value for all the attributes in the schema.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchemaObjectTable"></see> collection of all the attributes in the schema.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaElement.Block">
-      <summary>Gets or sets a Block derivation.</summary>
-      <returns>The attribute used to block a type derivation. Default value is XmlSchemaDerivationMethod.None.  
- Optional.</returns>
+    <member name="P:System.Xml.Schema.XmlSchema.BlockDefault">
+      <summary>Gets or sets the <see langword="blockDefault"></see> attribute which sets the default value of the <see langword="block"></see> attribute on element and complex types in the <see langword="targetNamespace"></see> of the schema.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchemaDerivationMethod"></see> value representing the different methods for preventing derivation. The default value is <see langword="XmlSchemaDerivationMethod.None"></see>.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaElement.BlockResolved">
-      <summary>Gets the post-compilation value of the Block property.</summary>
-      <returns>The post-compilation value of the Block property. The default is the BlockDefault value on the schema element.</returns>
+    <member name="M:System.Xml.Schema.XmlSchema.Compile(System.Xml.Schema.ValidationEventHandler)">
+      <summary>Compiles the XML Schema Object Model (SOM) into schema information for validation. Used to check the syntactic and semantic structure of the programmatically built SOM. Semantic validation checking is performed during compilation.</summary>
+      <param name="validationEventHandler">The validation event handler that receives information about XML Schema validation errors.</param>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaElement.Constraints">
-      <summary>Gets the collection of constraints on the element.</summary>
-      <returns>The collection of constraints.</returns>
+    <member name="M:System.Xml.Schema.XmlSchema.Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.XmlResolver)">
+      <summary>Compiles the XML Schema Object Model (SOM) into schema information for validation. Used to check the syntactic and semantic structure of the programmatically built SOM. Semantic validation checking is performed during compilation.</summary>
+      <param name="validationEventHandler">The validation event handler that receives information about the XML Schema validation errors.</param>
+      <param name="resolver">The <see langword="XmlResolver"></see> used to resolve namespaces referenced in <see langword="include"></see> and <see langword="import"></see> elements.</param>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaElement.DefaultValue">
-      <summary>Gets or sets the default value of the element if its content is a simple type or content of the element is textOnly.</summary>
-      <returns>The default value for the element. The default is a null reference.  
- Optional.</returns>
+    <member name="P:System.Xml.Schema.XmlSchema.ElementFormDefault">
+      <summary>Gets or sets the form for elements declared in the target namespace of the schema.</summary>
+      <returns>The <see cref="T:System.Xml.Schema.XmlSchemaForm"></see> value that indicates if elements from the target namespace are required to be qualified with the namespace prefix. The default is <see cref="F:System.Xml.Schema.XmlSchemaForm.None"></see>.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaElement.ElementSchemaType">
-      <summary>Gets an <see cref="T:System.Xml.Schema.XmlSchemaType"></see> object representing the type of the element based on the <see cref="P:System.Xml.Schema.XmlSchemaElement.SchemaType"></see> or <see cref="P:System.Xml.Schema.XmlSchemaElement.SchemaTypeName"></see> values of the element.</summary>
-      <returns>An <see cref="System.Xml.Schema.XmlSchemaType"></see> object.</returns>
+    <member name="P:System.Xml.Schema.XmlSchema.Elements">
+      <summary>Gets the post-schema-compilation value for all the elements in the schema.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchemaObjectTable"></see> collection of all the elements in the schema.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaElement.ElementType">
-      <summary>Gets a common language runtime (CLR) object based on the <see cref="T:System.Xml.Schema.XmlSchemaElement"></see> or <see cref="T:System.Xml.Schema.XmlSchemaElement"></see> of the element, which holds the post-compilation value of the ElementType property.</summary>
-      <returns>The common language runtime object. The post-compilation value of the ElementType property.</returns>
+    <member name="P:System.Xml.Schema.XmlSchema.FinalDefault">
+      <summary>Gets or sets the <see langword="finalDefault"></see> attribute which sets the default value of the <see langword="final"></see> attribute on elements and complex types in the target namespace of the schema.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchemaDerivationMethod"></see> value representing the different methods for preventing derivation. The default value is <see langword="XmlSchemaDerivationMethod.None"></see>.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaElement.Final">
-      <summary>Gets or sets the Final property to indicate that no further derivations are allowed.</summary>
-      <returns>The Final property. The default is XmlSchemaDerivationMethod.None.  
- Optional.</returns>
+    <member name="P:System.Xml.Schema.XmlSchema.Groups">
+      <summary>Gets the post-schema-compilation value of all the groups in the schema.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchemaObjectTable"></see> collection of all the groups in the schema.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaElement.FinalResolved">
-      <summary>Gets the post-compilation value of the Final property.</summary>
-      <returns>The post-compilation value of the Final property. Default value is the FinalDefault value on the schema element.</returns>
+    <member name="P:System.Xml.Schema.XmlSchema.Id">
+      <summary>Gets or sets the string ID.</summary>
+      <returns>The ID of the string. The default value is <see langword="String.Empty"></see>.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaElement.FixedValue">
-      <summary>Gets or sets the fixed value.</summary>
-      <returns>The fixed value that is predetermined and unchangeable. The default is a null reference.  
- Optional.</returns>
+    <member name="P:System.Xml.Schema.XmlSchema.Includes">
+      <summary>Gets the collection of included and imported schemas.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchemaObjectCollection"></see> of the included and imported schemas.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaElement.Form">
-      <summary>Gets or sets the form for the element.</summary>
-      <returns>The form for the element. The default is the <see cref="System.Xml.Schema.XmlSchema.ElementFormDefault"></see> value.  
- Optional.</returns>
+    <member name="F:System.Xml.Schema.XmlSchema.InstanceNamespace">
+      <summary>The XML schema instance namespace. This field is constant.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaElement.IsAbstract">
-      <summary>Gets or sets information to indicate if the element can be used in an instance document.</summary>
-      <returns>If true, the element cannot appear in the instance document. The default is false.  
- Optional.</returns>
+    <member name="P:System.Xml.Schema.XmlSchema.IsCompiled">
+      <summary>Indicates if the schema has been compiled.</summary>
+      <returns><see langword="true"></see> if schema has been compiled, otherwise, <see langword="false"></see>. The default value is <see langword="false"></see>.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaElement.IsNillable">
-      <summary>Gets or sets information that indicates if xsi:nil can occur in the instance data. Indicates if an explicit nil value can be assigned to the element.</summary>
-      <returns>If nillable is true, this enables an instance of the element to have the nil attribute set to true. The nil attribute is defined as part of the XML Schema namespace for instances. The default is false.  
- Optional.</returns>
+    <member name="P:System.Xml.Schema.XmlSchema.Items">
+      <summary>Gets the collection of schema elements in the schema and is used to add new element types at the <see langword="schema"></see> element level.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchemaObjectCollection"></see> of schema elements in the schema.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaElement.Name">
-      <summary>Gets or sets the name of the element.</summary>
-      <returns>The name of the element. The default is String.Empty.</returns>
+    <member name="F:System.Xml.Schema.XmlSchema.Namespace">
+      <summary>The XML schema namespace. This field is constant.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaElement.QualifiedName">
-      <summary>Gets the actual qualified name for the given element.</summary>
-      <returns>The qualified name of the element. The post-compilation value of the QualifiedName property.</returns>
+    <member name="P:System.Xml.Schema.XmlSchema.Notations">
+      <summary>Gets the post-schema-compilation value for all notations in the schema.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchemaObjectTable"></see> collection of all notations in the schema.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaElement.RefName">
-      <summary>Gets or sets the reference name of an element declared in this schema (or another schema indicated by the specified namespace).</summary>
-      <returns>The reference name of the element.</returns>
+    <member name="M:System.Xml.Schema.XmlSchema.Read(System.IO.Stream,System.Xml.Schema.ValidationEventHandler)">
+      <summary>Reads an XML Schema  from the supplied stream.</summary>
+      <param name="stream">The supplied data stream.</param>
+      <param name="validationEventHandler">The validation event handler that receives information about XML Schema syntax errors.</param>
+      <returns>The <see cref="T:System.Xml.Schema.XmlSchema"></see> object representing the XML Schema.</returns>
+      <exception cref="T:System.Xml.Schema.XmlSchemaException">An <see cref="System.Xml.Schema.XmlSchemaException"></see> is raised if no <see cref="System.Xml.Schema.ValidationEventHandler"></see> is specified.</exception>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaElement.SchemaType">
-      <summary>Gets or sets the type of the element. This can either be a complex type or a simple type.</summary>
-      <returns>The type of the element.</returns>
+    <member name="M:System.Xml.Schema.XmlSchema.Read(System.IO.TextReader,System.Xml.Schema.ValidationEventHandler)">
+      <summary>Reads an XML Schema from the supplied <see cref="T:System.IO.TextReader"></see>.</summary>
+      <param name="reader">The <see langword="TextReader"></see> containing the XML Schema to read.</param>
+      <param name="validationEventHandler">The validation event handler that receives information about the XML Schema syntax errors.</param>
+      <returns>The <see cref="T:System.Xml.Schema.XmlSchema"></see> object representing the XML Schema.</returns>
+      <exception cref="T:System.Xml.Schema.XmlSchemaException">An <see cref="System.Xml.Schema.XmlSchemaException"></see> is raised if no <see cref="System.Xml.Schema.ValidationEventHandler"></see> is specified.</exception>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaElement.SchemaTypeName">
-      <summary>Gets or sets the name of a built-in data type defined in this schema or another schema indicated by the specified namespace.</summary>
-      <returns>The name of the built-in data type.</returns>
+    <member name="M:System.Xml.Schema.XmlSchema.Read(System.Xml.XmlReader,System.Xml.Schema.ValidationEventHandler)">
+      <summary>Reads an XML Schema from the supplied <see cref="T:System.Xml.XmlReader"></see>.</summary>
+      <param name="reader">The <see langword="XmlReader"></see> containing the XML Schema to read.</param>
+      <param name="validationEventHandler">The validation event handler that receives information about the XML Schema syntax errors.</param>
+      <returns>The <see cref="T:System.Xml.Schema.XmlSchema"></see> object representing the XML Schema.</returns>
+      <exception cref="T:System.Xml.Schema.XmlSchemaException">An <see cref="System.Xml.Schema.XmlSchemaException"></see> is raised if no <see cref="System.Xml.Schema.ValidationEventHandler"></see> is specified.</exception>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaElement.SubstitutionGroup">
-      <summary>Gets or sets the name of an element that is being substituted by this element.</summary>
-      <returns>The qualified name of an element that is being substituted by this element.  
- Optional.</returns>
+    <member name="P:System.Xml.Schema.XmlSchema.SchemaTypes">
+      <summary>Gets the post-schema-compilation value of all schema types in the schema.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchemaObjectCollection"></see> of all schema types in the schema.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaEnumerationFacet">
-      <summary>Represents the enumeration facet from XML Schema as specified by the World Wide Web Consortium (W3C). This class specifies a list of valid values for a simpleType element. Declaration is contained within a restriction declaration.</summary>
+    <member name="P:System.Xml.Schema.XmlSchema.TargetNamespace">
+      <summary>Gets or sets the Uniform Resource Identifier (URI) of the schema target namespace.</summary>
+      <returns>The schema target namespace.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaEnumerationFacet.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaEnumerationFacet"></see> class.</summary>
+    <member name="P:System.Xml.Schema.XmlSchema.UnhandledAttributes">
+      <summary>Gets and sets the qualified attributes which do not belong to the schema target namespace.</summary>
+      <returns>An array of qualified <see cref="T:System.Xml.XmlAttribute"></see> objects that do not belong to the schema target namespace.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaException">
-      <summary>Returns detailed information about the schema exception.</summary>
+    <member name="P:System.Xml.Schema.XmlSchema.Version">
+      <summary>Gets or sets the version of the schema.</summary>
+      <returns>The version of the schema. The default value is <see langword="String.Empty"></see>.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaException"></see> class.</summary>
+    <member name="M:System.Xml.Schema.XmlSchema.Write(System.IO.Stream)">
+      <summary>Writes the XML Schema to the supplied data stream.</summary>
+      <param name="stream">The supplied data stream.</param>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaException"></see> class with the exception message specified.</summary>
-      <param name="message">A string description of the error condition.</param>
+    <member name="M:System.Xml.Schema.XmlSchema.Write(System.IO.TextWriter)">
+      <summary>Writes the XML Schema to the supplied <see cref="T:System.IO.TextWriter"></see>.</summary>
+      <param name="writer">The <see cref="T:System.IO.TextWriter"></see> to write to.</param>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Constructs a new XmlSchemaException object with the given SerializationInfo and StreamingContext information that contains all the properties of the XmlSchemaException.</summary>
-      <param name="info">SerializationInfo.</param>
-      <param name="context">StreamingContext.</param>
+    <member name="M:System.Xml.Schema.XmlSchema.Write(System.Xml.XmlWriter)">
+      <summary>Writes the XML Schema to the supplied <see cref="T:System.Xml.XmlWriter"></see>.</summary>
+      <param name="writer">The <see cref="T:System.Xml.XmlWriter"></see> to write to.</param>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="writer">writer</paramref> parameter is null.</exception>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaException"></see> class with the exception message and original <see cref="T:System.Exception"></see> object that caused this exception specified.</summary>
-      <param name="message">A string description of the error condition.</param>
-      <param name="innerException">The original T:System.Exception object that caused this exception.</param>
+    <member name="M:System.Xml.Schema.XmlSchema.Write(System.IO.Stream,System.Xml.XmlNamespaceManager)">
+      <summary>Writes the XML Schema to the supplied <see cref="T:System.IO.Stream"></see> using the <see cref="T:System.Xml.XmlNamespaceManager"></see> specified.</summary>
+      <param name="stream">The supplied data stream.</param>
+      <param name="namespaceManager">The <see cref="T:System.Xml.XmlNamespaceManager"></see>.</param>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaException.#ctor(System.String,System.Exception,System.Int32,System.Int32)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaException"></see> class with the exception message specified, and the original <see cref="T:System.Exception"></see> object, line number, and line position of the XML that cause this exception specified.</summary>
-      <param name="message">A string description of the error condition.</param>
-      <param name="innerException">The original T:System.Exception object that caused this exception.</param>
-      <param name="lineNumber">The line number of the XML that caused this exception.</param>
-      <param name="linePosition">The line position of the XML that caused this exception.</param>
+    <member name="M:System.Xml.Schema.XmlSchema.Write(System.IO.TextWriter,System.Xml.XmlNamespaceManager)">
+      <summary>Writes the XML Schema to the supplied <see cref="T:System.IO.TextWriter"></see>.</summary>
+      <param name="writer">The <see cref="T:System.IO.TextWriter"></see> to write to.</param>
+      <param name="namespaceManager">The <see cref="T:System.Xml.XmlNamespaceManager"></see>.</param>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Streams all the XmlSchemaException properties into the SerializationInfo class for the given StreamingContext.</summary>
-      <param name="info">The SerializationInfo.</param>
-      <param name="context">The StreamingContext information.</param>
+    <member name="M:System.Xml.Schema.XmlSchema.Write(System.Xml.XmlWriter,System.Xml.XmlNamespaceManager)">
+      <summary>Writes the XML Schema to the supplied <see cref="T:System.Xml.XmlWriter"></see>.</summary>
+      <param name="writer">The <see cref="T:System.Xml.XmlWriter"></see> to write to.</param>
+      <param name="namespaceManager">The <see cref="T:System.Xml.XmlNamespaceManager"></see>.</param>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaException.LineNumber">
-      <summary>Gets the line number indicating where the error occurred.</summary>
-      <returns>The line number indicating where the error occurred.</returns>
+    <member name="T:System.Xml.Schema.XmlAtomicValue">
+      <summary>Represents the typed value of a validated XML element or attribute. The <see cref="T:System.Xml.Schema.XmlAtomicValue"></see> class cannot be inherited.</summary>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaException.LinePosition">
-      <summary>Gets the line position indicating where the error occurred.</summary>
-      <returns>The line position indicating where the error occurred.</returns>
+    <member name="M:System.Xml.Schema.XmlAtomicValue.Clone">
+      <summary>Returns a copy of this <see cref="T:System.Xml.Schema.XmlAtomicValue"></see> object.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.XmlAtomicValue"></see> object copy of this <see cref="T:System.Xml.Schema.XmlAtomicValue"></see> object.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaException.Message">
-      <summary>Gets the description of the error condition of this exception.</summary>
-      <returns>The description of the error condition of this exception.</returns>
+    <member name="P:System.Xml.Schema.XmlAtomicValue.IsNode">
+      <summary>Gets a value indicating whether the validated XML element or attribute is an XPath node or an atomic value.</summary>
+      <returns><see langword="true"></see> if the validated XML element or attribute is an XPath node; <see langword="false"></see> if the validated XML element or attribute is an atomic value.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaException.SourceSchemaObject">
-      <summary>The XmlSchemaObject that produced the XmlSchemaException.</summary>
-      <returns>A valid object instance represents a structural validation error in the XML Schema Object Model (SOM).</returns>
+    <member name="M:System.Xml.Schema.XmlAtomicValue.ToString">
+      <summary>Gets the <see langword="string"></see> value of the validated XML element or attribute.</summary>
+      <returns>The <see langword="string"></see> value of the validated XML element or attribute.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaException.SourceUri">
-      <summary>Gets the Uniform Resource Identifier (URI) location of the schema that caused the exception.</summary>
-      <returns>The URI location of the schema that caused the exception.</returns>
+    <member name="P:System.Xml.Schema.XmlAtomicValue.TypedValue">
+      <summary>Gets the current validated XML element or attribute as a boxed object of the most appropriate Microsoft .NET Framework type according to its schema type.</summary>
+      <returns>The current validated XML element or attribute as a boxed object of the most appropriate .NET Framework type.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaExternal">
-      <summary>An abstract class. Provides information about the included schema.</summary>
+    <member name="P:System.Xml.Schema.XmlAtomicValue.Value">
+      <summary>Gets the <see langword="string"></see> value of the validated XML element or attribute.</summary>
+      <returns>The <see langword="string"></see> value of the validated XML element or attribute.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaExternal.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaExternal"></see> class.</summary>
+    <member name="M:System.Xml.Schema.XmlAtomicValue.ValueAs(System.Type,System.Xml.IXmlNamespaceResolver)">
+      <summary>Returns the validated XML element or attribute&amp;#39;s value as the type specified using the <see cref="T:System.Xml.IXmlNamespaceResolver"></see> object specified to resolve namespace prefixes.</summary>
+      <param name="type">The type to return the validated XML element or attribute&amp;#39;s value as.</param>
+      <param name="nsResolver">The <see cref="T:System.Xml.IXmlNamespaceResolver"></see> object used to resolve namespace prefixes.</param>
+      <returns>The value of the validated XML element or attribute as the type requested.</returns>
+      <exception cref="T:System.FormatException">The validated XML element or attribute&amp;#39;s value is not in the correct format for the target type.</exception>
+      <exception cref="T:System.InvalidCastException">The attempted cast is not valid.</exception>
+      <exception cref="T:System.OverflowException">The attempted cast resulted in an overflow.</exception>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaExternal.Id">
-      <summary>Gets or sets the string id.</summary>
-      <returns>The string id. The default is String.Empty.  
- Optional.</returns>
+    <member name="P:System.Xml.Schema.XmlAtomicValue.ValueAsBoolean">
+      <summary>Gets the validated XML element or attribute&amp;#39;s value as a <see cref="T:System.Boolean"></see>.</summary>
+      <returns>The validated XML element or attribute&amp;#39;s value as a <see cref="T:System.Boolean"></see>.</returns>
+      <exception cref="T:System.FormatException">The validated XML element or attribute&amp;#39;s value is not in the correct format for the <see cref="System.Boolean"></see> type.</exception>
+      <exception cref="T:System.InvalidCastException">The attempted cast to <see cref="System.Boolean"></see> is not valid.</exception>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaExternal.Schema">
-      <summary>Gets or sets the XmlSchema for the referenced schema.</summary>
-      <returns>The XmlSchema for the referenced schema.</returns>
+    <member name="P:System.Xml.Schema.XmlAtomicValue.ValueAsDateTime">
+      <summary>Gets the validated XML element or attribute&amp;#39;s value as a <see cref="T:System.DateTime"></see>.</summary>
+      <returns>The validated XML element or attribute&amp;#39;s value as a <see cref="T:System.DateTime"></see>.</returns>
+      <exception cref="T:System.FormatException">The validated XML element or attribute&amp;#39;s value is not in the correct format for the <see cref="System.DateTime"></see> type.</exception>
+      <exception cref="T:System.InvalidCastException">The attempted cast to <see cref="System.DateTime"></see> is not valid.</exception>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaExternal.SchemaLocation">
-      <summary>Gets or sets the Uniform Resource Identifier (URI) location for the schema, which tells the schema processor where the schema physically resides.</summary>
-      <returns>The URI location for the schema.  
- Optional for imported schemas.</returns>
+    <member name="P:System.Xml.Schema.XmlAtomicValue.ValueAsDouble">
+      <summary>Gets the validated XML element or attribute&amp;#39;s value as a <see cref="T:System.Double"></see>.</summary>
+      <returns>The validated XML element or attribute&amp;#39;s value as a <see cref="T:System.Double"></see>.</returns>
+      <exception cref="T:System.FormatException">The validated XML element or attribute&amp;#39;s value is not in the correct format for the <see cref="System.Double"></see> type.</exception>
+      <exception cref="T:System.InvalidCastException">The attempted cast to <see cref="System.Double"></see> is not valid.</exception>
+      <exception cref="T:System.OverflowException">The attempted cast resulted in an overflow.</exception>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaExternal.UnhandledAttributes">
-      <summary>Gets and sets the qualified attributes, which do not belong to the schema target namespace.</summary>
-      <returns>Qualified attributes that belong to another target namespace.</returns>
+    <member name="P:System.Xml.Schema.XmlAtomicValue.ValueAsInt">
+      <summary>Gets the validated XML element or attribute&amp;#39;s value as an <see cref="T:System.Int32"></see>.</summary>
+      <returns>The validated XML element or attribute&amp;#39;s value as an <see cref="T:System.Int32"></see>.</returns>
+      <exception cref="T:System.FormatException">The validated XML element or attribute&amp;#39;s value is not in the correct format for the <see cref="System.Int32"></see> type.</exception>
+      <exception cref="T:System.InvalidCastException">The attempted cast to <see cref="System.Int32"></see> is not valid.</exception>
+      <exception cref="T:System.OverflowException">The attempted cast resulted in an overflow.</exception>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaFacet">
-      <summary>Abstract class for all facets that are used when simple types are derived by restriction.</summary>
+    <member name="P:System.Xml.Schema.XmlAtomicValue.ValueAsLong">
+      <summary>Gets the validated XML element or attribute&amp;#39;s value as an <see cref="T:System.Int64"></see>.</summary>
+      <returns>The validated XML element or attribute&amp;#39;s value as an <see cref="T:System.Int64"></see>.</returns>
+      <exception cref="T:System.FormatException">The validated XML element or attribute&amp;#39;s value is not in the correct format for the <see cref="System.Int64"></see> type.</exception>
+      <exception cref="T:System.InvalidCastException">The attempted cast to <see cref="System.Int64"></see> is not valid.</exception>
+      <exception cref="T:System.OverflowException">The attempted cast resulted in an overflow.</exception>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaFacet.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaFacet"></see> class.</summary>
+    <member name="P:System.Xml.Schema.XmlAtomicValue.ValueType">
+      <summary>Gets the Microsoft .NET Framework type of the validated XML element or attribute.</summary>
+      <returns>The .NET Framework type of the validated XML element or attribute. The default value is <see cref="T:System.String"></see>.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaFacet.IsFixed">
-      <summary>Gets or sets information that indicates that this facet is fixed.</summary>
-      <returns>If true, value is fixed; otherwise, false. The default is false.  
- Optional.</returns>
+    <member name="P:System.Xml.Schema.XmlAtomicValue.XmlType">
+      <summary>Gets the <see cref="T:System.Xml.Schema.XmlSchemaType"></see> for the validated XML element or attribute.</summary>
+      <returns>The <see cref="T:System.Xml.Schema.XmlSchemaType"></see> for the validated XML element or attribute.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaFacet.Value">
-      <summary>Gets or sets the value attribute of the facet.</summary>
-      <returns>The value attribute.</returns>
+    <member name="M:System.Xml.Schema.XmlAtomicValue.System#ICloneable#Clone">
+      <summary>For a description of this member, see <see cref="M:System.Xml.Schema.XmlAtomicValue.Clone"></see>.</summary>
+      <returns>Returns a copy of this <see cref="T:System.Xml.Schema.XmlAtomicValue"></see> object.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaForm">
-      <summary>Indicates if attributes or elements need to be qualified with a namespace prefix.</summary>
+    <member name="T:System.Xml.Schema.ValidationEventHandler">
+      <summary>Represents the callback method that will handle XML schema validation events and the <see cref="T:System.Xml.Schema.ValidationEventArgs"></see>.</summary>
+      <param name="sender">The source of the event.  
+ Note Determine the type of a sender before using it in your code. You cannot assume that the sender is an instance of a particular type. The sender is also not guaranteed to not  be null. Always surround your casts with failure handling logic.</param>
+      <param name="e">The event data.</param>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaForm.None">
-      <summary>Element and attribute form is not specified in the schema.</summary>
-      <returns></returns>
+    <member name="T:System.Xml.Schema.ValidationEventArgs">
+      <summary>Returns detailed information related to the <see langword="ValidationEventHandler"></see>.</summary>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaForm.Qualified">
-      <summary>Elements and attributes must be qualified with a namespace prefix.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.Schema.ValidationEventArgs.Exception">
+      <summary>Gets the <see cref="T:System.Xml.Schema.XmlSchemaException"></see> associated with the validation event.</summary>
+      <returns>The <see langword="XmlSchemaException"></see> associated with the validation event.</returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaForm.Unqualified">
-      <summary>Elements and attributes are not required to be qualified with a namespace prefix.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.Schema.ValidationEventArgs.Message">
+      <summary>Gets the text description corresponding to the validation event.</summary>
+      <returns>The text description.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaFractionDigitsFacet">
-      <summary>Specifies a restriction on the number of digits that can be entered for the fraction value of a simpleType element. The value of fractionDigits must be a positive integer. Represents the World Wide Web Consortium (W3C) fractionDigits facet.</summary>
+    <member name="P:System.Xml.Schema.ValidationEventArgs.Severity">
+      <summary>Gets the severity of the validation event.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSeverityType"></see> value representing the severity of the validation event.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaFractionDigitsFacet.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaFractionDigitsFacet"></see> class.</summary>
+    <member name="T:System.Xml.Schema.IXmlSchemaInfo">
+      <summary>Defines the post-schema-validation infoset of a validated XML node.</summary>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaGroup">
-      <summary>Represents the group element from XML Schema as specified by the World Wide Web Consortium (W3C). This class defines groups at the schema level that are referenced from the complex types. It groups a set of element declarations so that they can be incorporated as a group into complex type definitions.</summary>
+    <member name="P:System.Xml.Schema.IXmlSchemaInfo.IsDefault">
+      <summary>Gets a value indicating if this validated XML node was set as the result of a default being applied during XML Schema Definition Language (XSD) schema validation.</summary>
+      <returns><see langword="true"></see> if this validated XML node was set as the result of a default being applied during schema validation; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaGroup.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaGroup"></see> class.</summary>
+    <member name="P:System.Xml.Schema.IXmlSchemaInfo.IsNil">
+      <summary>Gets a value indicating if the value for this validated XML node is nil.</summary>
+      <returns><see langword="true"></see> if the value for this validated XML node is nil; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaGroup.Name">
-      <summary>Gets or sets the name of the schema group.</summary>
-      <returns>The name of the schema group.</returns>
+    <member name="P:System.Xml.Schema.IXmlSchemaInfo.MemberType">
+      <summary>Gets the dynamic schema type for this validated XML node.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchemaSimpleType"></see> object that represents the dynamic schema type for this validated XML node.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaGroup.Particle">
-      <summary>Gets or sets one of the <see cref="T:System.Xml.Schema.XmlSchemaChoice"></see>, <see cref="T:System.Xml.Schema.XmlSchemaAll"></see>, or <see cref="T:System.Xml.Schema.XmlSchemaSequence"></see> classes.</summary>
-      <returns>One of the <see cref="System.Xml.Schema.XmlSchemaChoice"></see>, <see cref="System.Xml.Schema.XmlSchemaAll"></see>, or <see cref="System.Xml.Schema.XmlSchemaSequence"></see> classes.</returns>
+    <member name="P:System.Xml.Schema.IXmlSchemaInfo.SchemaAttribute">
+      <summary>Gets the compiled <see cref="T:System.Xml.Schema.XmlSchemaAttribute"></see> that corresponds to this validated XML node.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchemaAttribute"></see> that corresponds to this validated XML node.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaGroup.QualifiedName">
-      <summary>Gets the qualified name of the schema group.</summary>
-      <returns>An <see cref="System.Xml.XmlQualifiedName"></see> object representing the qualified name of the schema group.</returns>
+    <member name="P:System.Xml.Schema.IXmlSchemaInfo.SchemaElement">
+      <summary>Gets the compiled <see cref="T:System.Xml.Schema.XmlSchemaElement"></see> that corresponds to this validated XML node.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchemaElement"></see> that corresponds to this validated XML node.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaGroupBase">
-      <summary>An abstract class for <see cref="T:System.Xml.Schema.XmlSchemaAll"></see>, <see cref="T:System.Xml.Schema.XmlSchemaChoice"></see>, or <see cref="T:System.Xml.Schema.XmlSchemaSequence"></see>.</summary>
+    <member name="P:System.Xml.Schema.IXmlSchemaInfo.SchemaType">
+      <summary>Gets the static XML Schema Definition Language (XSD) schema type of this validated XML node.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchemaType"></see> of this validated XML node.</returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaGroupBase.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaGroupBase"></see> class.</summary>
+    <member name="P:System.Xml.Schema.IXmlSchemaInfo.Validity">
+      <summary>Gets the <see cref="T:System.Xml.Schema.XmlSchemaValidity"></see> value of this validated XML node.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchemaValidity"></see> value of this validated XML node.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaGroupBase.Items">
-      <summary>This collection is used to add new elements to the compositor.</summary>
-      <returns>An XmlSchemaObjectCollection.</returns>
+    <member name="T:System.Xml.Resolvers.XmlPreloadedResolver">
+      <summary>Represents a class that is used to prepopulate the cache with DTDs or XML streams.</summary>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaGroupRef">
-      <summary>Represents the group element with ref attribute from the XML Schema as specified by the World Wide Web Consortium (W3C). This class is used within complex types that reference a group defined at the schema level.</summary>
+    <member name="M:System.Xml.Resolvers.XmlPreloadedResolver.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaGroupRef.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaGroupRef"></see> class.</summary>
+    <member name="M:System.Xml.Resolvers.XmlPreloadedResolver.#ctor(System.Xml.Resolvers.XmlKnownDtds)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> class with the specified preloaded well-known DTDs.</summary>
+      <param name="preloadedDtds">The well-known DTDs that should be prepopulated into the cache.</param>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaGroupRef.Particle">
-      <summary>Gets one of the <see cref="T:System.Xml.Schema.XmlSchemaChoice"></see>, <see cref="T:System.Xml.Schema.XmlSchemaAll"></see>, or <see cref="T:System.Xml.Schema.XmlSchemaSequence"></see> classes, which holds the post-compilation value of the Particle property.</summary>
-      <returns>The post-compilation value of the Particle property, which is one of the <see cref="System.Xml.Schema.XmlSchemaChoice"></see>, <see cref="System.Xml.Schema.XmlSchemaAll"></see>, or <see cref="System.Xml.Schema.XmlSchemaSequence"></see> classes.</returns>
+    <member name="M:System.Xml.Resolvers.XmlPreloadedResolver.#ctor(System.Xml.XmlResolver)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> class with the specified fallback resolver.</summary>
+      <param name="fallbackResolver">The <see langword="XmlResolver"></see>, <see langword="XmlXapResolver"></see>, or your own resolver.</param>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaGroupRef.RefName">
-      <summary>Gets or sets the name of a group defined in this schema (or another schema indicated by the specified namespace).</summary>
-      <returns>The name of a group defined in this schema.</returns>
+    <member name="M:System.Xml.Resolvers.XmlPreloadedResolver.#ctor(System.Xml.XmlResolver,System.Xml.Resolvers.XmlKnownDtds)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> class with the specified fallback resolver and preloaded well-known DTDs.</summary>
+      <param name="fallbackResolver">The <see langword="XmlResolver"></see>, <see langword="XmlXapResolver"></see>, or your own resolver.</param>
+      <param name="preloadedDtds">The well-known DTDs that should be prepopulated into the cache.</param>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaIdentityConstraint">
-      <summary>Class for the identity constraints: key, keyref, and unique elements.</summary>
+    <member name="M:System.Xml.Resolvers.XmlPreloadedResolver.#ctor(System.Xml.XmlResolver,System.Xml.Resolvers.XmlKnownDtds,System.Collections.Generic.IEqualityComparer{System.Uri})">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> class with the specified fallback resolver, preloaded well-known DTDs, and URI equality comparer.</summary>
+      <param name="fallbackResolver">The <see langword="XmlResolver"></see>, <see langword="XmlXapResolver"></see>, or your own resolver.</param>
+      <param name="preloadedDtds">The well-known DTDs that should be prepopulated into cache.</param>
+      <param name="uriComparer">The implementation of the <see cref="T:System.Collections.Generic.IEqualityComparer`1"></see> generic interface to use when you compare URIs.</param>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaIdentityConstraint.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaIdentityConstraint"></see> class.</summary>
+    <member name="M:System.Xml.Resolvers.XmlPreloadedResolver.Add(System.Uri,System.Byte[])">
+      <summary>Adds a byte array to the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> store and maps it to a URI. If the store already contains a mapping for the same URI, the existing mapping is overridden.</summary>
+      <param name="uri">The URI of the data that is being added to the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> store.</param>
+      <param name="value">A byte array with the data that corresponds to the provided URI.</param>
+      <exception cref="T:System.ArgumentNullException"><paramref name="uri">uri</paramref> or <paramref name="value">value</paramref> is <see langword="null"></see>.</exception>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaIdentityConstraint.Fields">
-      <summary>Gets the collection of fields that apply as children for the XML Path Language (XPath) expression selector.</summary>
-      <returns>The collection of fields.</returns>
+    <member name="M:System.Xml.Resolvers.XmlPreloadedResolver.Add(System.Uri,System.IO.Stream)">
+      <summary>Adds a <see cref="T:System.IO.Stream"></see> to the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> store and maps it to a URI. If the store already contains a mapping for the same URI, the existing mapping is overridden.</summary>
+      <param name="uri">The URI of the data that is being added to the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> store.</param>
+      <param name="value">A <see cref="T:System.IO.Stream"></see> with the data that corresponds to the provided URI.</param>
+      <exception cref="T:System.ArgumentNullException"><paramref name="uri">uri</paramref> or <paramref name="value">value</paramref> is <see langword="null"></see>.</exception>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaIdentityConstraint.Name">
-      <summary>Gets or sets the name of the identity constraint.</summary>
-      <returns>The name of the identity constraint.</returns>
+    <member name="M:System.Xml.Resolvers.XmlPreloadedResolver.Add(System.Uri,System.String)">
+      <summary>Adds a string with preloaded data to the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> store and maps it to a URI. If the store already contains a mapping for the same URI, the existing mapping is overridden.</summary>
+      <param name="uri">The URI of the data that is being added to the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> store.</param>
+      <param name="value">A <see langword="String"></see> with the data that corresponds to the provided URI.</param>
+      <exception cref="T:System.ArgumentNullException"><paramref name="uri">uri</paramref> or <paramref name="value">value</paramref> is <see langword="null"></see>.</exception>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaIdentityConstraint.QualifiedName">
-      <summary>Gets the qualified name of the identity constraint, which holds the post-compilation value of the QualifiedName property.</summary>
-      <returns>The post-compilation value of the QualifiedName property.</returns>
+    <member name="M:System.Xml.Resolvers.XmlPreloadedResolver.Add(System.Uri,System.Byte[],System.Int32,System.Int32)">
+      <summary>Adds a byte array to the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> store and maps it to a URI. If the store already contains a mapping for the same URI, the existing mapping is overridden.</summary>
+      <param name="uri">The URI of the data that is being added to the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> store.</param>
+      <param name="value">A byte array with the data that corresponds to the provided URI.</param>
+      <param name="offset">The offset in the provided byte array where the data starts.</param>
+      <param name="count">The number of bytes to read from the byte array, starting at the provided offset.</param>
+      <exception cref="T:System.ArgumentNullException"><paramref name="uri">uri</paramref> or <paramref name="value">value</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="offset">offset</paramref> or <paramref name="count">count</paramref> is less than 0.  
+ -or-  
+ The length of the <paramref name="value">value</paramref> minus <paramref name="offset">offset</paramref> is less than <paramref name="count.">count.</paramref></exception>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaIdentityConstraint.Selector">
-      <summary>Gets or sets the XPath expression selector element.</summary>
-      <returns>The XPath expression selector element.</returns>
+    <member name="P:System.Xml.Resolvers.XmlPreloadedResolver.Credentials">
+      <summary>Sets the credentials that are used to authenticate the underlying <see cref="T:System.Net.WebRequest"></see>.</summary>
+      <returns>The credentials that are used to authenticate the underlying web request.</returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaImport">
-      <summary>Represents the import element from XML Schema as specified by the World Wide Web Consortium (W3C). This class is used to import schema components from other schemas.</summary>
+    <member name="M:System.Xml.Resolvers.XmlPreloadedResolver.GetEntity(System.Uri,System.String,System.Type)">
+      <summary>Maps a URI to an object that contains the actual resource.</summary>
+      <param name="absoluteUri">The URI returned from <see cref="M:System.Xml.XmlResolver.ResolveUri(System.Uri,System.String)"></see>.</param>
+      <param name="role">The current version of the .NET Framework for Silverlight does not use this parameter when resolving URIs. This parameter is provided for future extensibility purposes. For example, this parameter can be mapped to the xlink:role and used as an implementation-specific argument in other scenarios.</param>
+      <param name="ofObjectToReturn">The type of object to return. The <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> supports <see cref="T:System.IO.Stream"></see> objects and <see cref="T:System.IO.TextReader"></see> objects for URIs that were added as <see langword="String"></see>. If the requested type is not supported by the resolver, an exception will be thrown. Use the <see cref="M:System.Xml.Resolvers.XmlPreloadedResolver.SupportsType(System.Uri,System.Type)"></see> method to determine whether a certain <see langword="Type"></see> is supported by this resolver.</param>
+      <returns>A <see cref="T:System.IO.Stream"></see> or <see cref="T:System.IO.TextReader"></see> object that corresponds to the actual source.</returns>
+      <exception cref="T:System.ArgumentNullException"><paramref name="absoluteUri">absoluteUri</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.Xml.XmlException">Cannot resolve URI passed in <paramref name="absoluteUri">absoluteUri</paramref>.  
+ -or-  
+ <paramref name="ofObjectToReturn">ofObjectToReturn</paramref> is not of a supported type.</exception>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaImport.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaImport"></see> class.</summary>
+    <member name="M:System.Xml.Resolvers.XmlPreloadedResolver.GetEntityAsync(System.Uri,System.String,System.Type)">
+      <summary>Asynchronously maps a URI to an object that contains the actual resource.</summary>
+      <param name="absoluteUri">The URI returned from <see cref="M:System.Xml.XmlResolver.ResolveUri(System.Uri,System.String)"></see>.</param>
+      <param name="role">The current version of the .NET Framework for Silverlight does not use this parameter when resolving URIs. This parameter is provided for future extensibility purposes. For example, this parameter can be mapped to the xlink:role and used as an implementation-specific argument in other scenarios.</param>
+      <param name="ofObjectToReturn">The type of object to return. The <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> supports <see cref="T:System.IO.Stream"></see> objects and <see cref="T:System.IO.TextReader"></see> objects for URIs that were added as <see langword="String"></see>. If the requested type is not supported by the resolver, an exception will be thrown. Use the <see cref="M:System.Xml.Resolvers.XmlPreloadedResolver.SupportsType(System.Uri,System.Type)"></see> method to determine whether a certain <see langword="Type"></see> is supported by this resolver.</param>
+      <returns>A <see cref="T:System.IO.Stream"></see> or <see cref="T:System.IO.TextReader"></see> object that corresponds to the actual source.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaImport.Annotation">
-      <summary>Gets or sets the annotation property.</summary>
-      <returns>The annotation.</returns>
+    <member name="P:System.Xml.Resolvers.XmlPreloadedResolver.PreloadedUris">
+      <summary>Gets a collection of preloaded URIs.</summary>
+      <returns>The collection of preloaded URIs.</returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaImport.Namespace">
-      <summary>Gets or sets the target namespace for the imported schema as a Uniform Resource Identifier (URI) reference.</summary>
-      <returns>The target namespace for the imported schema as a URI reference.  
Optional.</returns>
+    <member name="M:System.Xml.Resolvers.XmlPreloadedResolver.Remove(System.Uri)">
+      <summary>Removes the data that corresponds to the URI from the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see>.</summary>
+      <param name="uri">The URI of the data that should be removed from the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> store.</param>
     <exception cref="T:System.ArgumentNullException"><paramref name="uri">uri</paramref> is <see langword="null"></see>.</exception>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaInclude">
-      <summary>Represents the include element from XML Schema as specified by the World Wide Web Consortium (W3C). This class is used to include declarations and definitions from an external schema. The included declarations and definitions are then available for processing in the containing schema.</summary>
+    <member name="M:System.Xml.Resolvers.XmlPreloadedResolver.ResolveUri(System.Uri,System.String)">
+      <summary>Resolves the absolute URI from the base and relative URIs.</summary>
+      <param name="baseUri">The base URI used to resolve the relative URI.</param>
+      <param name="relativeUri">The URI to resolve. The URI can be absolute or relative. If absolute, this value effectively replaces the baseUri value. If relative, it combines with the baseUri to make an absolute URI.</param>
+      <returns>The <see cref="T:System.Uri"></see> representing the absolute URI or <see langword="null"></see> if the relative URI cannot be resolved.</returns>
+      <exception cref="T:System.ArgumentNullException"><paramref name="uri">uri</paramref> is <see langword="null"></see>.</exception>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaInclude.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaInclude"></see> class.</summary>
+    <member name="M:System.Xml.Resolvers.XmlPreloadedResolver.SupportsType(System.Uri,System.Type)">
+      <summary>Determines whether the resolver supports other <see cref="T:System.Type"></see>s than just <see cref="T:System.IO.Stream"></see>.</summary>
+      <param name="absoluteUri">The absolute URI to check.</param>
+      <param name="type">The <see cref="T:System.Type"></see> to return.</param>
+      <returns><see langword="true"></see> if the <see cref="T:System.Type"></see> is supported; otherwise, <see langword="false"></see>.</returns>
+      <exception cref="T:System.ArgumentNullException"><paramref name="uri">uri</paramref> is <see langword="null"></see>.</exception>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaInclude.Annotation">
-      <summary>Gets or sets the annotation property.</summary>
-      <returns>The annotation.</returns>
+    <member name="T:System.Xml.Resolvers.XmlKnownDtds">
+      <summary>The <see cref="T:System.Xml.Resolvers.XmlKnownDtds"></see> enumeration is used by the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> and defines which well-known DTDs that the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> recognizes.</summary>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaInference.InferenceOption">
-      <summary>Affects occurrence and type information inferred by the <see cref="T:System.Xml.Schema.XmlSchemaInference"></see> class for elements and attributes in an XML document.</summary>
+    <member name="F:System.Xml.Resolvers.XmlKnownDtds.All">
+      <summary>Specifies that the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> will recognize all currently supported DTDs. This is the default behavior.</summary>
+      <returns></returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaInference.InferenceOption.Relaxed">
-      <summary>Indicates that a less restrictive schema declaration should be inferred for a particular element or attribute.</summary>
+    <member name="F:System.Xml.Resolvers.XmlKnownDtds.None">
+      <summary>Specifies that the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> will not recognize any of the predefined DTDs.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.Schema.XmlSchemaInference.InferenceOption.Restricted">
-      <summary>Indicates that a more restrictive schema declaration should be inferred for a particular element or attribute.</summary>
+    <member name="F:System.Xml.Resolvers.XmlKnownDtds.Rss091">
+      <summary>Specifies that the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> will recognize DTDs and entities that are defined in RSS 0.91.</summary>
       <returns></returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaInference">
-      <summary>Infers an XML Schema Definition Language (XSD) schema from an XML document. The <see cref="T:System.Xml.Schema.XmlSchemaInference"></see> class cannot be inherited.</summary>
+    <member name="F:System.Xml.Resolvers.XmlKnownDtds.Xhtml10">
+      <summary>Specifies that the <see cref="T:System.Xml.Resolvers.XmlPreloadedResolver"></see> will recognize DTDs and entities that are defined in XHTML 1.0.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaInference.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaInference"></see> class.</summary>
+    <member name="T:System.Xml.ReadState">
+      <summary>Specifies the state of the reader.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaInference.InferSchema(System.Xml.XmlReader)">
-      <summary>Infers an XML Schema Definition Language (XSD) schema from the XML document contained in the <see cref="T:System.Xml.XmlReader"></see> object specified.</summary>
-      <param name="instanceDocument">An <see cref="T:System.Xml.XmlReader"></see> object containing the XML document to infer a schema from.</param>
-      <returns>An <see cref="System.Xml.Schema.XmlSchemaSet"></see> object containing the inferred schemas.</returns>
-      <exception cref="T:System.Xml.XmlException">The XML document is not well-formed.</exception>
-      <exception cref="T:System.Xml.Schema.XmlSchemaInferenceException">The <see cref="System.Xml.XmlReader"></see> object is not positioned on the root node or on an element. An error occurs during the schema inference process.</exception>
+    <member name="F:System.Xml.ReadState.Closed">
+      <summary>The <see cref="M:System.Xml.XmlReader.Close"></see> method has been called.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaInference.InferSchema(System.Xml.XmlReader,System.Xml.Schema.XmlSchemaSet)">
-      <summary>Infers an XML Schema Definition Language (XSD) schema from the XML document contained in the <see cref="T:System.Xml.XmlReader"></see> object specified, and refines the inferred schema using an existing schema in the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see> object specified with the same target namespace.</summary>
-      <param name="instanceDocument">An <see cref="T:System.Xml.XmlReader"></see> object containing the XML document to infer a schema from.</param>
-      <param name="schemas">An <see cref="T:System.Xml.Schema.XmlSchemaSet"></see> object containing an existing schema used to refine the inferred schema.</param>
-      <returns>An <see cref="System.Xml.Schema.XmlSchemaSet"></see> object containing the inferred schemas.</returns>
-      <exception cref="T:System.Xml.XmlException">The XML document is not well-formed.</exception>
-      <exception cref="T:System.Xml.Schema.XmlSchemaInferenceException">The <see cref="System.Xml.XmlReader"></see> object is not positioned on the root node or on an element. An error occurs during the schema inference process.</exception>
+    <member name="F:System.Xml.ReadState.EndOfFile">
+      <summary>The end of the file has been reached successfully.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaInference.Occurrence">
-      <summary>Gets or sets the <see cref="T:System.Xml.Schema.XmlSchemaInference.InferenceOption"></see> value that affects schema occurrence declarations inferred from the XML document.</summary>
-      <returns>An <see cref="System.Xml.Schema.XmlSchemaInference.InferenceOption"></see> object.</returns>
+    <member name="F:System.Xml.ReadState.Error">
+      <summary>An error occurred that prevents the read operation from continuing.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.Schema.XmlSchemaInference.TypeInference">
-      <summary>Gets or sets the <see cref="T:System.Xml.Schema.XmlSchemaInference.InferenceOption"></see> value that affects types inferred from the XML document.</summary>
-      <returns>An <see cref="System.Xml.Schema.XmlSchemaInference.InferenceOption"></see> object.</returns>
+    <member name="F:System.Xml.ReadState.Initial">
+      <summary>The <see langword="Read"></see> method has not been called.</summary>
+      <returns></returns>
     </member>
-    <member name="T:System.Xml.Schema.XmlSchemaInferenceException">
-      <summary>Returns information about errors encountered by the <see cref="T:System.Xml.Schema.XmlSchemaInference"></see> class while inferring a schema from an XML document.</summary>
+    <member name="F:System.Xml.ReadState.Interactive">
+      <summary>The <see langword="Read"></see> method has been called. Additional methods may be called on the reader.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaInferenceException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaInferenceException"></see> class.</summary>
+    <member name="T:System.Xml.NewLineHandling">
+      <summary>Specifies how to handle line breaks.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaInferenceException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaInferenceException"></see> class with the error message specified.</summary>
-      <param name="message">A description of the error.</param>
+    <member name="F:System.Xml.NewLineHandling.Entitize">
+      <summary>New line characters are entitized. This setting preserves all characters when the output is read by a normalizing <see cref="T:System.Xml.XmlReader"></see>.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaInferenceException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaInferenceException"></see> class with the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> objects specified that contain all the properties of the <see cref="T:System.Xml.Schema.XmlSchemaInferenceException"></see>.</summary>
-      <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object.</param>
-      <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> object.</param>
+    <member name="F:System.Xml.NewLineHandling.None">
+      <summary>The new line characters are unchanged. The output is the same as the input.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaInferenceException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaInferenceException"></see> class with the error message specified and the original <see cref="T:System.Exception"></see> that caused the <see cref="T:System.Xml.Schema.XmlSchemaInferenceException"></see> specified.</summary>
-      <param name="message">A description of the error.</param>
-      <param name="innerException">An <see cref="T:System.Exception"></see> object containing the original exception that caused the <see cref="T:System.Xml.Schema.XmlSchemaInferenceException"></see>.</param>
+    <member name="F:System.Xml.NewLineHandling.Replace">
+      <summary>New line characters are replaced to match the character specified in the <see cref="P:System.Xml.XmlWriterSettings.NewLineChars"></see> property.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaInferenceException.#ctor(System.String,System.Exception,System.Int32,System.Int32)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaInferenceException"></see> class with the error message specified, the original <see cref="T:System.Exception"></see> that caused the <see cref="T:System.Xml.Schema.XmlSchemaInferenceException"></see> specified, and the line number and line position of the error in the XML document specified.</summary>
-      <param name="message">A description of the error.</param>
-      <param name="innerException">An <see cref="T:System.Exception"></see> object containing the original exception that caused the <see cref="T:System.Xml.Schema.XmlSchemaInferenceException"></see>.</param>
-      <param name="lineNumber">The line number in the XML document that caused the <see cref="T:System.Xml.Schema.XmlSchemaInferenceException"></see>.</param>
-      <param name="linePosition">The line position in the XML document that caused the <see cref="T:System.Xml.Schema.XmlSchemaInferenceException"></see>.</param>
+    <member name="T:System.Xml.NameTable">
+      <summary>Implements a single-threaded <see cref="T:System.Xml.XmlNameTable"></see>.</summary>
     </member>
-    <member name="M:System.Xml.Schema.XmlSchemaInferenceException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Streams all the <see cref="T:System.Xml.Schema.XmlSchemaInferenceException"></see> object properties into the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object specified for the <see cref="T:System.Runtime.Serialization.StreamingContext"></see> object specified.</summary>
-      <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object.</param>
-      <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> object.</param>
+    <member name="M:System.Xml.NameTable.#ctor">
+      <summary>Initializes a new instance of the <see langword="NameTable"></see> class.</summary>
     </member>
-    <member name="T:System.Xml.XmlTextWriter">
-      <summary>Represents a writer that provides a fast, non-cached, forward-only way of generating streams or files containing XML data that conforms to the W3C Extensible Markup Language (XML) 1.0 and the Namespaces in XML recommendations.  
- Starting with the .NET Framework 2.0, we recommend that you use the <see cref="T:System.Xml.XmlWriter"></see> class instead.</summary>
+    <member name="M:System.Xml.NameTable.Add(System.String)">
+      <summary>Atomizes the specified string and adds it to the <see langword="NameTable"></see>.</summary>
+      <param name="key">The string to add.</param>
+      <returns>The atomized string or the existing string if it already exists in the <see langword="NameTable"></see>.</returns>
+      <exception cref="T:System.ArgumentNullException"><paramref name="key">key</paramref> is <see langword="null"></see>.</exception>
     </member>
-    <member name="M:System.Xml.XmlTextWriter.#ctor(System.IO.TextWriter)">
-      <summary>Creates an instance of the XmlTextWriter class using the specified <see cref="T:System.IO.TextWriter"></see>.</summary>
-      <param name="w">The TextWriter to write to. It is assumed that the TextWriter is already set to the correct encoding.</param>
+    <member name="M:System.Xml.NameTable.Add(System.Char[],System.Int32,System.Int32)">
+      <summary>Atomizes the specified string and adds it to the <see langword="NameTable"></see>.</summary>
+      <param name="key">The character array containing the string to add.</param>
+      <param name="start">The zero-based index into the array specifying the first character of the string.</param>
+      <param name="len">The number of characters in the string.</param>
+      <returns>The atomized string or the existing string if one already exists in the <see langword="NameTable"></see>. If <paramref name="len">len</paramref> is zero, String.Empty is returned.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">0 &amp;gt; <paramref name="start">start</paramref>  
+ -or-  
+ <paramref name="start">start</paramref> &amp;gt;= <paramref name="key">key</paramref>.Length  
+ -or-  
+ <paramref name="len">len</paramref> &amp;gt;= <paramref name="key">key</paramref>.Length  
+ The above conditions do not cause an exception to be thrown if <paramref name="len">len</paramref> =0.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="len">len</paramref> &amp;lt; 0.</exception>
     </member>
-    <member name="M:System.Xml.XmlTextWriter.#ctor(System.IO.Stream,System.Text.Encoding)">
-      <summary>Creates an instance of the XmlTextWriter class using the specified stream and encoding.</summary>
-      <param name="w">The stream to which you want to write.</param>
-      <param name="encoding">The encoding to generate. If encoding is null it writes out the stream as UTF-8 and omits the encoding attribute from the ProcessingInstruction.</param>
-      <exception cref="T:System.ArgumentException">The encoding is not supported or the stream cannot be written to.</exception>
-      <exception cref="T:System.ArgumentNullException"><paramref name="w">w</paramref> is null.</exception>
+    <member name="M:System.Xml.NameTable.Get(System.String)">
+      <summary>Gets the atomized string with the specified value.</summary>
+      <param name="value">The name to find.</param>
+      <returns>The atomized string object or <see langword="null"></see> if the string has not already been atomized.</returns>
+      <exception cref="T:System.ArgumentNullException"><paramref name="value">value</paramref> is <see langword="null"></see>.</exception>
     </member>
-    <member name="M:System.Xml.XmlTextWriter.#ctor(System.String,System.Text.Encoding)">
-      <summary>Creates an instance of the <see cref="T:System.Xml.XmlTextWriter"></see> class using the specified file.</summary>
-      <param name="filename">The filename to write to. If the file exists, it truncates it and overwrites it with the new content.</param>
-      <param name="encoding">The encoding to generate. If encoding is null it writes the file out as UTF-8, and omits the encoding attribute from the ProcessingInstruction.</param>
-      <exception cref="T:System.ArgumentException">The encoding is not supported; the filename is empty, contains only white space, or contains one or more invalid characters.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">Access is denied.</exception>
-      <exception cref="T:System.ArgumentNullException">The filename is null.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The directory to write to is not found.</exception>
-      <exception cref="T:System.IO.IOException">The filename includes an incorrect or invalid syntax for file name, directory name, or volume label syntax.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
+    <member name="M:System.Xml.NameTable.Get(System.Char[],System.Int32,System.Int32)">
+      <summary>Gets the atomized string containing the same characters as the specified range of characters in the given array.</summary>
+      <param name="key">The character array containing the name to find.</param>
+      <param name="start">The zero-based index into the array specifying the first character of the name.</param>
+      <param name="len">The number of characters in the name.</param>
+      <returns>The atomized string or <see langword="null"></see> if the string has not already been atomized. If <paramref name="len">len</paramref> is zero, String.Empty is returned.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">0 &amp;gt; <paramref name="start">start</paramref>  
+ -or-  
+ <paramref name="start">start</paramref> &amp;gt;= <paramref name="key">key</paramref>.Length  
+ -or-  
+ <paramref name="len">len</paramref> &amp;gt;= <paramref name="key">key</paramref>.Length  
+ The above conditions do not cause an exception to be thrown if <paramref name="len">len</paramref> =0.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="len">len</paramref> &amp;lt; 0.</exception>
     </member>
-    <member name="P:System.Xml.XmlTextWriter.BaseStream">
-      <summary>Gets the underlying stream object.</summary>
-      <returns>The stream to which the XmlTextWriter is writing or null if the XmlTextWriter was constructed using a <see cref="System.IO.TextWriter"></see> that does not inherit from the <see cref="System.IO.StreamWriter"></see> class.</returns>
+    <member name="T:System.Xml.NamespaceHandling">
+      <summary>Specifies whether to remove duplicate namespace declarations in the <see cref="T:System.Xml.XmlWriter"></see>.</summary>
     </member>
-    <member name="M:System.Xml.XmlTextWriter.Close">
-      <summary>Closes this stream and the underlying stream.</summary>
+    <member name="F:System.Xml.NamespaceHandling.Default">
+      <summary>Specifies that duplicate namespace declarations will not be removed.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlTextWriter.Flush">
-      <summary>Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.</summary>
+    <member name="F:System.Xml.NamespaceHandling.OmitDuplicates">
+      <summary>Specifies that duplicate namespace declarations will be removed. For the duplicate namespace to be removed, the prefix and the namespace must match.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.XmlTextWriter.Formatting">
-      <summary>Indicates how the output is formatted.</summary>
-      <returns>One of the <see cref="System.Xml.Formatting"></see> values. The default is Formatting.None (no special formatting).</returns>
+    <member name="T:System.Xml.XmlNodeChangedEventHandler">
+      <summary>Represents the method that handles <see cref="E:System.Xml.XmlDocument.NodeChanged"></see>, <see cref="E:System.Xml.XmlDocument.NodeChanging"></see>, <see cref="E:System.Xml.XmlDocument.NodeInserted"></see>, <see cref="E:System.Xml.XmlDocument.NodeInserting"></see>, <see cref="E:System.Xml.XmlDocument.NodeRemoved"></see> and <see cref="E:System.Xml.XmlDocument.NodeRemoving"></see> events.</summary>
+      <param name="sender">The source of the event.</param>
+      <param name="e">An <see cref="T:System.Xml.XmlNodeChangedEventArgs"></see> containing the event data.</param>
     </member>
-    <member name="P:System.Xml.XmlTextWriter.Indentation">
-      <summary>Gets or sets how many IndentChars to write for each level in the hierarchy when <see cref="P:System.Xml.XmlTextWriter.Formatting"></see> is set to Formatting.Indented.</summary>
-      <returns>Number of IndentChars for each level. The default is 2.</returns>
-      <exception cref="T:System.ArgumentException">Setting this property to a negative value.</exception>
+    <member name="T:System.Xml.XmlNodeChangedEventArgs">
+      <summary>Provides data for the <see cref="E:System.Xml.XmlDocument.NodeChanged"></see>, <see cref="E:System.Xml.XmlDocument.NodeChanging"></see>, <see cref="E:System.Xml.XmlDocument.NodeInserted"></see>, <see cref="E:System.Xml.XmlDocument.NodeInserting"></see>, <see cref="E:System.Xml.XmlDocument.NodeRemoved"></see> and <see cref="E:System.Xml.XmlDocument.NodeRemoving"></see> events.</summary>
     </member>
-    <member name="P:System.Xml.XmlTextWriter.IndentChar">
-      <summary>Gets or sets which character to use for indenting when <see cref="P:System.Xml.XmlTextWriter.Formatting"></see> is set to Formatting.Indented.</summary>
-      <returns>The character to use for indenting. The default is space.  
-   
- The XmlTextWriter allows you to set this property to any character. To ensure valid XML, you must specify a valid white space character, 0x9, 0x10, 0x13 or 0x20.  </returns>
+    <member name="M:System.Xml.XmlNodeChangedEventArgs.#ctor(System.Xml.XmlNode,System.Xml.XmlNode,System.Xml.XmlNode,System.String,System.String,System.Xml.XmlNodeChangedAction)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlNodeChangedEventArgs"></see> class.</summary>
+      <param name="node">The <see cref="T:System.Xml.XmlNode"></see> that generated the event.</param>
+      <param name="oldParent">The old parent <see cref="T:System.Xml.XmlNode"></see> of the <see cref="T:System.Xml.XmlNode"></see> that generated the event.</param>
+      <param name="newParent">The new parent <see cref="T:System.Xml.XmlNode"></see> of the <see cref="T:System.Xml.XmlNode"></see> that generated the event.</param>
+      <param name="oldValue">The old value of the <see cref="T:System.Xml.XmlNode"></see> that generated the event.</param>
+      <param name="newValue">The new value of the <see cref="T:System.Xml.XmlNode"></see> that generated the event.</param>
+      <param name="action">The <see cref="T:System.Xml.XmlNodeChangedAction"></see>.</param>
     </member>
-    <member name="M:System.Xml.XmlTextWriter.LookupPrefix(System.String)">
-      <summary>Returns the closest prefix defined in the current namespace scope for the namespace URI.</summary>
-      <param name="ns">Namespace URI whose prefix you want to find.</param>
-      <returns>The matching prefix. Or null if no matching namespace URI is found in the current scope.</returns>
-      <exception cref="T:System.ArgumentException"><paramref name="ns">ns</paramref> is either null or String.Empty.</exception>
+    <member name="P:System.Xml.XmlNodeChangedEventArgs.Action">
+      <summary>Gets a value indicating what type of node change event is occurring.</summary>
+      <returns>An <see langword="XmlNodeChangedAction"></see> value describing the node change event.  
+  XmlNodeChangedAction Value  
+  Description  
+  Insert  
+  A node has been or will be inserted.  
+  Remove  
+  A node has been or will be removed.  
+  Change  
+  A node has been or will be changed.  
+  The <see langword="Action"></see> value does not differentiate between when the event occurred (before or after). You can create separate event handlers to handle both instances.  </returns>
     </member>
-    <member name="P:System.Xml.XmlTextWriter.Namespaces">
-      <summary>Gets or sets a value indicating whether to do namespace support.</summary>
-      <returns>true to support namespaces; otherwise, false.  
- The default is true.</returns>
     <exception cref="T:System.InvalidOperationException">You can only change this property when in the WriteState.Start state.</exception>
+    <member name="P:System.Xml.XmlNodeChangedEventArgs.NewParent">
+      <summary>Gets the value of the <see cref="P:System.Xml.XmlNode.ParentNode"></see> after the operation completes.</summary>
+      <returns>The value of the <see langword="ParentNode"></see> after the operation completes. This property returns <see langword="null"></see> if the node is being removed.  
+   
For attribute nodes this property returns the <see cref="P:System.Xml.XmlAttribute.OwnerElement"></see>.  </returns>
     </member>
-    <member name="P:System.Xml.XmlTextWriter.QuoteChar">
-      <summary>Gets or sets which character to use to quote attribute values.</summary>
-      <returns>The character to use to quote attribute values. This must be a single quote (&amp;amp;#39;) or a double quote (&amp;amp;#34;). The default is a double quote.</returns>
     <exception cref="T:System.ArgumentException">Setting this property to something other than either a single or double quote.</exception>
+    <member name="P:System.Xml.XmlNodeChangedEventArgs.NewValue">
+      <summary>Gets the new value of the node.</summary>
+      <returns>The new value of the node. This property returns <see langword="null"></see> if the node is neither an attribute nor a text node, or if the node is being removed.  
If called in a <see cref="E:System.Xml.XmlDocument.NodeChanging"></see> event, <see langword="NewValue"></see> returns the value of the node if the change is successful. If called in a <see cref="E:System.Xml.XmlDocument.NodeChanged"></see> event, <see langword="NewValue"></see> returns the current value of the node.</returns>
     </member>
-    <member name="M:System.Xml.XmlTextWriter.WriteBase64(System.Byte[],System.Int32,System.Int32)">
-      <summary>Encodes the specified binary bytes as base64 and writes out the resulting text.</summary>
-      <param name="buffer">Byte array to encode.</param>
-      <param name="index">The position within the buffer indicating the start of the bytes to write.</param>
-      <param name="count">The number of bytes to write.</param>
-      <exception cref="T:System.ArgumentNullException"><paramref name="buffer">buffer</paramref> is null.</exception>
-      <exception cref="T:System.ArgumentException">The buffer length minus <paramref name="index">index</paramref> is less than <paramref name="count">count</paramref>.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index">index</paramref> or <paramref name="count">count</paramref> is less than zero.</exception>
-      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.XmlTextWriter.WriteState"></see> is Closed.</exception>
+    <member name="P:System.Xml.XmlNodeChangedEventArgs.Node">
+      <summary>Gets the <see cref="T:System.Xml.XmlNode"></see> that is being added, removed or changed.</summary>
+      <returns>The <see langword="XmlNode"></see> that is being added, removed or changed; this property never returns <see langword="null"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlTextWriter.WriteBinHex(System.Byte[],System.Int32,System.Int32)">
-      <summary>Encodes the specified binary bytes as binhex and writes out the resulting text.</summary>
-      <param name="buffer">Byte array to encode.</param>
-      <param name="index">The position in the buffer indicating the start of the bytes to write.</param>
-      <param name="count">The number of bytes to write.</param>
-      <exception cref="T:System.ArgumentNullException"><paramref name="buffer">buffer</paramref> is null.</exception>
-      <exception cref="T:System.ArgumentException">The buffer length minus <paramref name="index">index</paramref> is less than <paramref name="count">count</paramref>.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index">index</paramref> or <paramref name="count">count</paramref> is less than zero.</exception>
-      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.XmlTextWriter.WriteState"></see> is Closed.</exception>
+    <member name="P:System.Xml.XmlNodeChangedEventArgs.OldParent">
+      <summary>Gets the value of the <see cref="P:System.Xml.XmlNode.ParentNode"></see> before the operation began.</summary>
+      <returns>The value of the <see langword="ParentNode"></see> before the operation began. This property returns <see langword="null"></see> if the node did not have a parent.  
+   
+ For attribute nodes this property returns the <see cref="P:System.Xml.XmlAttribute.OwnerElement"></see>.  </returns>
     </member>
-    <member name="M:System.Xml.XmlTextWriter.WriteCData(System.String)">
-      <summary>Writes out a &amp;lt;![CDATA[...]]&amp;gt; block containing the specified text.</summary>
-      <param name="text">Text to place inside the CDATA block.</param>
-      <exception cref="T:System.ArgumentException">The text would result in a non-well formed XML document.</exception>
-      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.XmlTextWriter.WriteState"></see> is Closed.</exception>
+    <member name="P:System.Xml.XmlNodeChangedEventArgs.OldValue">
+      <summary>Gets the original value of the node.</summary>
+      <returns>The original value of the node. This property returns <see langword="null"></see> if the node is neither an attribute nor a text node, or if the node is being inserted.  
+ If called in a <see cref="E:System.Xml.XmlDocument.NodeChanging"></see> event, <see langword="OldValue"></see> returns the current value of the node that will be replaced if the change is successful. If called in a <see cref="E:System.Xml.XmlDocument.NodeChanged"></see> event, <see langword="OldValue"></see> returns the value of node prior to the change.</returns>
     </member>
-    <member name="M:System.Xml.XmlTextWriter.WriteCharEntity(System.Char)">
-      <summary>Forces the generation of a character entity for the specified Unicode character value.</summary>
-      <param name="ch">Unicode character for which to generate a character entity.</param>
-      <exception cref="T:System.ArgumentException">The character is in the surrogate pair character range, 0xd800 - 0xdfff; or the text would result in a non-well formed XML document.</exception>
-      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.XmlTextWriter.WriteState"></see> is Closed.</exception>
+    <member name="T:System.Xml.XmlNodeChangedAction">
+      <summary>Specifies the type of node change.</summary>
     </member>
-    <member name="M:System.Xml.XmlTextWriter.WriteChars(System.Char[],System.Int32,System.Int32)">
-      <summary>Writes text one buffer at a time.</summary>
-      <param name="buffer">Character array containing the text to write.</param>
-      <param name="index">The position in the buffer indicating the start of the text to write.</param>
-      <param name="count">The number of characters to write.</param>
-      <exception cref="T:System.ArgumentNullException"><paramref name="buffer">buffer</paramref> is null.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index">index</paramref> or <paramref name="count">count</paramref> is less than zero.  
- -or-  
- The buffer length minus <paramref name="index">index</paramref> is less than <paramref name="count">count</paramref>; the call results in surrogate pair characters being split or an invalid surrogate pair being written.</exception>
-      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.XmlTextWriter.WriteState"></see> is Closed.</exception>
+    <member name="F:System.Xml.XmlNodeChangedAction.Change">
+      <summary>A node value is being changed.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlTextWriter.WriteComment(System.String)">
-      <summary>Writes out a comment &amp;lt;!--...--&amp;gt; containing the specified text.</summary>
-      <param name="text">Text to place inside the comment.</param>
-      <exception cref="T:System.ArgumentException">The text would result in a non-well formed XML document</exception>
-      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.XmlTextWriter.WriteState"></see> is Closed.</exception>
+    <member name="F:System.Xml.XmlNodeChangedAction.Insert">
+      <summary>A node is being inserted in the tree.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlTextWriter.WriteDocType(System.String,System.String,System.String,System.String)">
-      <summary>Writes the DOCTYPE declaration with the specified name and optional attributes.</summary>
-      <param name="name">The name of the DOCTYPE. This must be non-empty.</param>
-      <param name="pubid">If non-null it also writes PUBLIC &amp;quot;pubid&amp;quot; &amp;quot;sysid&amp;quot; where pubid and sysid are replaced with the value of the given arguments.</param>
-      <param name="sysid">If pubid is null and sysid is non-null it writes SYSTEM &amp;quot;sysid&amp;quot; where sysid is replaced with the value of this argument.</param>
-      <param name="subset">If non-null it writes [subset] where subset is replaced with the value of this argument.</param>
-      <exception cref="T:System.InvalidOperationException">This method was called outside the prolog (after the root element).</exception>
-      <exception cref="T:System.ArgumentException"><paramref name="name">name</paramref> is null or String.Empty  
- -or-  
- the value for <paramref name="name">name</paramref> would result in invalid XML.</exception>
+    <member name="F:System.Xml.XmlNodeChangedAction.Remove">
+      <summary>A node is being removed from the tree.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlTextWriter.WriteEndAttribute">
-      <summary>Closes the previous <see cref="M:System.Xml.XmlTextWriter.WriteStartAttribute(System.String,System.String,System.String)"></see> call.</summary>
+    <member name="T:System.Xml.XmlNode">
+      <summary>Represents a single node in the XML document.</summary>
     </member>
-    <member name="M:System.Xml.XmlTextWriter.WriteEndDocument">
-      <summary>Closes any open elements or attributes and puts the writer back in the Start state.</summary>
-      <exception cref="T:System.ArgumentException">The XML document is invalid.</exception>
+    <member name="M:System.Xml.XmlNode.AppendChild(System.Xml.XmlNode)">
+      <summary>Adds the specified node to the end of the list of child nodes, of this node.</summary>
+      <param name="newChild">The node to add. All the contents of the node to be added are moved into the specified location.</param>
+      <returns>The node added.</returns>
+      <exception cref="T:System.InvalidOperationException">This node is of a type that does not allow child nodes of the type of the <paramref name="newChild">newChild</paramref> node.  
+ The <paramref name="newChild">newChild</paramref> is an ancestor of this node.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="newChild">newChild</paramref> was created from a different document than the one that created this node.  
+ This node is read-only.</exception>
     </member>
-    <member name="M:System.Xml.XmlTextWriter.WriteEndElement">
-      <summary>Closes one element and pops the corresponding namespace scope.</summary>
+    <member name="P:System.Xml.XmlNode.Attributes">
+      <summary>Gets an <see cref="T:System.Xml.XmlAttributeCollection"></see> containing the attributes of this node.</summary>
+      <returns>An <see langword="XmlAttributeCollection"></see> containing the attributes of the node.  
+ If the node is of type XmlNodeType.Element, the attributes of the node are returned. Otherwise, this property returns <see langword="null"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlTextWriter.WriteEntityRef(System.String)">
-      <summary>Writes out an entity reference as &amp;amp;name;.</summary>
-      <param name="name">Name of the entity reference.</param>
-      <exception cref="T:System.ArgumentException">The text would result in a non-well formed XML document or <paramref name="name">name</paramref> is either null or String.Empty.</exception>
+    <member name="P:System.Xml.XmlNode.BaseURI">
+      <summary>Gets the base URI of the current node.</summary>
+      <returns>The location from which the node was loaded or String.Empty if the node has no base URI.</returns>
     </member>
-    <member name="M:System.Xml.XmlTextWriter.WriteFullEndElement">
-      <summary>Closes one element and pops the corresponding namespace scope.</summary>
+    <member name="P:System.Xml.XmlNode.ChildNodes">
+      <summary>Gets all the child nodes of the node.</summary>
+      <returns>An object that contains all the child nodes of the node.  
+ If there are no child nodes, this property returns an empty <see cref="T:System.Xml.XmlNodeList"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlTextWriter.WriteName(System.String)">
-      <summary>Writes out the specified name, ensuring it is a valid name according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name).</summary>
-      <param name="name">Name to write.</param>
-      <exception cref="T:System.ArgumentException"><paramref name="name">name</paramref> is not a valid XML name; or <paramref name="name">name</paramref> is either null or String.Empty.</exception>
+    <member name="M:System.Xml.XmlNode.Clone">
+      <summary>Creates a duplicate of this node.</summary>
+      <returns>The cloned node.</returns>
     </member>
-    <member name="M:System.Xml.XmlTextWriter.WriteNmToken(System.String)">
-      <summary>Writes out the specified name, ensuring it is a valid NmToken according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name).</summary>
-      <param name="name">Name to write.</param>
-      <exception cref="T:System.ArgumentException"><paramref name="name">name</paramref> is not a valid NmToken; or <paramref name="name">name</paramref> is either null or String.Empty.</exception>
+    <member name="M:System.Xml.XmlNode.CloneNode(System.Boolean)">
+      <summary>Creates a duplicate of the node, when overridden in a derived class.</summary>
+      <param name="deep"><see langword="true"></see> to recursively clone the subtree under the specified node; <see langword="false"></see> to clone only the node itself.</param>
+      <returns>The cloned node.</returns>
+      <exception cref="T:System.InvalidOperationException">Calling this method on a node type that cannot be cloned.</exception>
     </member>
-    <member name="M:System.Xml.XmlTextWriter.WriteProcessingInstruction(System.String,System.String)">
-      <summary>Writes out a processing instruction with a space between the name and text as follows: &amp;lt;?name text?&amp;gt;.</summary>
-      <param name="name">Name of the processing instruction.</param>
-      <param name="text">Text to include in the processing instruction.</param>
-      <exception cref="T:System.ArgumentException">The text would result in a non-well formed XML document.  
- <paramref name="name">name</paramref> is either null or String.Empty.  
- This method is being used to create an XML declaration after <see cref="System.Xml.XmlTextWriter.WriteStartDocument"></see> has already been called.</exception>
+    <member name="M:System.Xml.XmlNode.CreateNavigator">
+      <summary>Creates an <see cref="T:System.Xml.XPath.XPathNavigator"></see> for navigating this object.</summary>
+      <returns>An <see langword="XPathNavigator"></see> object used to navigate the node. The <see langword="XPathNavigator"></see> is positioned on the node from which the method was called. It is not positioned on the root of the document.</returns>
     </member>
-    <member name="M:System.Xml.XmlTextWriter.WriteQualifiedName(System.String,System.String)">
-      <summary>Writes out the namespace-qualified name. This method looks up the prefix that is in scope for the given namespace.</summary>
-      <param name="localName">The local name to write.</param>
-      <param name="ns">The namespace URI to associate with the name.</param>
-      <exception cref="T:System.ArgumentException"><paramref name="localName">localName</paramref> is either null or String.Empty.  
- <paramref name="localName">localName</paramref> is not a valid name according to the W3C Namespaces spec.</exception>
+    <member name="P:System.Xml.XmlNode.FirstChild">
+      <summary>Gets the first child of the node.</summary>
+      <returns>The first child of the node. If there is no such node, <see langword="null"></see> is returned.</returns>
     </member>
-    <member name="M:System.Xml.XmlTextWriter.WriteRaw(System.Char[],System.Int32,System.Int32)">
-      <summary>Writes raw markup manually from a character buffer.</summary>
-      <param name="buffer">Character array containing the text to write.</param>
-      <param name="index">The position within the buffer indicating the start of the text to write.</param>
-      <param name="count">The number of characters to write.</param>
-      <exception cref="T:System.ArgumentNullException"><paramref name="buffer">buffer</paramref> is null.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index">index</paramref> or <paramref name="count">count</paramref> is less than zero.  
- -or-  
- The buffer length minus <paramref name="index">index</paramref> is less than <paramref name="count">count</paramref>.</exception>
+    <member name="M:System.Xml.XmlNode.GetEnumerator">
+      <summary>Get an enumerator that iterates through the child nodes in the current node.</summary>
+      <returns>An <see cref="T:System.Collections.IEnumerator"></see> object that can be used to iterate through the child nodes in the current node.</returns>
     </member>
-    <member name="M:System.Xml.XmlTextWriter.WriteRaw(System.String)">
-      <summary>Writes raw markup manually from a string.</summary>
-      <param name="data">String containing the text to write.</param>
+    <member name="M:System.Xml.XmlNode.GetNamespaceOfPrefix(System.String)">
+      <summary>Looks up the closest xmlns declaration for the given prefix that is in scope for the current node and returns the namespace URI in the declaration.</summary>
+      <param name="prefix">The prefix whose namespace URI you want to find.</param>
+      <returns>The namespace URI of the specified prefix.</returns>
     </member>
-    <member name="M:System.Xml.XmlTextWriter.WriteStartAttribute(System.String,System.String,System.String)">
-      <summary>Writes the start of an attribute.</summary>
-      <param name="prefix">Namespace prefix of the attribute.</param>
-      <param name="localName">LocalName of the attribute.</param>
-      <param name="ns">NamespaceURI of the attribute</param>
-      <exception cref="T:System.ArgumentException"><paramref name="localName">localName</paramref> is either null or String.Empty.</exception>
+    <member name="M:System.Xml.XmlNode.GetPrefixOfNamespace(System.String)">
+      <summary>Looks up the closest xmlns declaration for the given namespace URI that is in scope for the current node and returns the prefix defined in that declaration.</summary>
+      <param name="namespaceURI">The namespace URI whose prefix you want to find.</param>
+      <returns>The prefix for the specified namespace URI.</returns>
     </member>
-    <member name="M:System.Xml.XmlTextWriter.WriteStartDocument">
-      <summary>Writes the XML declaration with the version &amp;quot;1.0&amp;quot;.</summary>
-      <exception cref="T:System.InvalidOperationException">This is not the first write method called after the constructor.</exception>
+    <member name="P:System.Xml.XmlNode.HasChildNodes">
+      <summary>Gets a value indicating whether this node has any child nodes.</summary>
+      <returns><see langword="true"></see> if the node has child nodes; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlTextWriter.WriteStartDocument(System.Boolean)">
-      <summary>Writes the XML declaration with the version &amp;quot;1.0&amp;quot; and the standalone attribute.</summary>
-      <param name="standalone">If true, it writes &amp;quot;standalone=yes&amp;quot;; if false, it writes &amp;quot;standalone=no&amp;quot;.</param>
-      <exception cref="T:System.InvalidOperationException">This is not the first write method called after the constructor.</exception>
+    <member name="P:System.Xml.XmlNode.InnerText">
+      <summary>Gets or sets the concatenated values of the node and all its child nodes.</summary>
+      <returns>The concatenated values of the node and all its child nodes.</returns>
     </member>
-    <member name="M:System.Xml.XmlTextWriter.WriteStartElement(System.String,System.String,System.String)">
-      <summary>Writes the specified start tag and associates it with the given namespace and prefix.</summary>
-      <param name="prefix">The namespace prefix of the element.</param>
     <param name="localName">The local name of the element.</param>
-      <param name="ns">The namespace URI to associate with the element. If this namespace is already in scope and has an associated prefix then the writer automatically writes that prefix also.</param>
-      <exception cref="T:System.InvalidOperationException">The writer is closed.</exception>
+    <member name="P:System.Xml.XmlNode.InnerXml">
+      <summary>Gets or sets the markup representing only the child nodes of this node.</summary>
+      <returns>The markup of the child nodes of this node.  
<see langword="InnerXml"></see> does not return default attributes.  </returns>
+      <exception cref="T:System.InvalidOperationException">Setting this property on a node that cannot have child nodes.</exception>
+      <exception cref="T:System.Xml.XmlException">The XML specified when setting this property is not well-formed.</exception>
     </member>
-    <member name="P:System.Xml.XmlTextWriter.WriteState">
-      <summary>Gets the state of the writer.</summary>
-      <returns>One of the <see cref="System.Xml.WriteState"></see> values.</returns>
+    <member name="M:System.Xml.XmlNode.InsertAfter(System.Xml.XmlNode,System.Xml.XmlNode)">
+      <summary>Inserts the specified node immediately after the specified reference node.</summary>
+      <param name="newChild">The <see langword="XmlNode"></see> to insert.</param>
+      <param name="refChild">The <see langword="XmlNode"></see> that is the reference node. The newNode is placed after the refNode.</param>
+      <returns>The node being inserted.</returns>
+      <exception cref="T:System.InvalidOperationException">This node is of a type that does not allow child nodes of the type of the <paramref name="newChild">newChild</paramref> node.  
+ The <paramref name="newChild">newChild</paramref> is an ancestor of this node.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="newChild">newChild</paramref> was created from a different document than the one that created this node.  
+ The <paramref name="refChild">refChild</paramref> is not a child of this node.  
+ This node is read-only.</exception>
     </member>
-    <member name="M:System.Xml.XmlTextWriter.WriteString(System.String)">
-      <summary>Writes the given text content.</summary>
-      <param name="text">Text to write.</param>
-      <exception cref="T:System.ArgumentException">The text string contains an invalid surrogate pair.</exception>
+    <member name="M:System.Xml.XmlNode.InsertBefore(System.Xml.XmlNode,System.Xml.XmlNode)">
+      <summary>Inserts the specified node immediately before the specified reference node.</summary>
+      <param name="newChild">The <see langword="XmlNode"></see> to insert.</param>
+      <param name="refChild">The <see langword="XmlNode"></see> that is the reference node. The newChild is placed before this node.</param>
+      <returns>The node being inserted.</returns>
+      <exception cref="T:System.InvalidOperationException">The current node is of a type that does not allow child nodes of the type of the <paramref name="newChild">newChild</paramref> node.  
+ The <paramref name="newChild">newChild</paramref> is an ancestor of this node.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="newChild">newChild</paramref> was created from a different document than the one that created this node.  
+ The <paramref name="refChild">refChild</paramref> is not a child of this node.  
+ This node is read-only.</exception>
     </member>
-    <member name="M:System.Xml.XmlTextWriter.WriteSurrogateCharEntity(System.Char,System.Char)">
-      <summary>Generates and writes the surrogate character entity for the surrogate character pair.</summary>
-      <param name="lowChar">The low surrogate. This must be a value between 0xDC00 and 0xDFFF.</param>
-      <param name="highChar">The high surrogate. This must be a value between 0xD800 and 0xDBFF.</param>
-      <exception cref="T:System.Exception">An invalid surrogate character pair was passed.</exception>
+    <member name="P:System.Xml.XmlNode.IsReadOnly">
+      <summary>Gets a value indicating whether the node is read-only.</summary>
+      <returns><see langword="true"></see> if the node is read-only; otherwise <see langword="false"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlTextWriter.WriteWhitespace(System.String)">
-      <summary>Writes out the given white space.</summary>
-      <param name="ws">The string of white space characters.</param>
-      <exception cref="T:System.ArgumentException">The string contains non-white space characters.</exception>
+    <member name="P:System.Xml.XmlNode.Item(System.String)">
+      <summary>Gets the first child element with the specified <see cref="P:System.Xml.XmlNode.Name"></see>.</summary>
+      <param name="name">The qualified name of the element to retrieve.</param>
+      <returns>The first <see cref="T:System.Xml.XmlElement"></see> that matches the specified name. It returns a null reference (<see langword="Nothing"></see> in Visual Basic) if there is no match.</returns>
     </member>
-    <member name="P:System.Xml.XmlTextWriter.XmlLang">
-      <summary>Gets the current xml:lang scope.</summary>
-      <returns>The current xml:lang or null if there is no xml:lang in the current scope.</returns>
+    <member name="P:System.Xml.XmlNode.Item(System.String,System.String)">
+      <summary>Gets the first child element with the specified <see cref="P:System.Xml.XmlNode.LocalName"></see> and <see cref="P:System.Xml.XmlNode.NamespaceURI"></see>.</summary>
+      <param name="localname">The local name of the element.</param>
+      <param name="ns">The namespace URI of the element.</param>
+      <returns>The first <see cref="T:System.Xml.XmlElement"></see> with the matching <paramref name="localname">localname</paramref> and <paramref name="ns">ns</paramref>. . It returns a null reference (<see langword="Nothing"></see> in Visual Basic) if there is no match.</returns>
     </member>
-    <member name="P:System.Xml.XmlTextWriter.XmlSpace">
-      <summary>Gets an <see cref="T:System.Xml.XmlSpace"></see> representing the current xml:space scope.</summary>
-      <returns>An XmlSpace representing the current xml:space scope.  
-  Value  
+    <member name="P:System.Xml.XmlNode.LastChild">
+      <summary>Gets the last child of the node.</summary>
+      <returns>The last child of the node. If there is no such node, <see langword="null"></see> is returned.</returns>
+    </member>
+    <member name="P:System.Xml.XmlNode.LocalName">
+      <summary>Gets the local name of the node, when overridden in a derived class.</summary>
+      <returns>The name of the node with the prefix removed. For example, <see langword="LocalName"></see> is book for the element &amp;lt;bk:book&amp;gt;.  
+ The name returned is dependent on the <see cref="P:System.Xml.XmlNode.NodeType"></see> of the node:  
+  Type  
 
-  Meaning  
+  Name  
 
-  None  
+  Attribute  
 
-  This is the default if no xml:space scope exists.  
+  The local name of the attribute.  
 
-  Default  
+  CDATA  
 
-  The current scope is xml:space=&amp;quot;default&amp;quot;.  
+  #cdata-section  
 
-  Preserve  
+  Comment  
+
+  #comment  
+
+  Document  
+
+  #document  
+
+  DocumentFragment  
+
+  #document-fragment  
+
+  DocumentType  
+
+  The document type name.  
+
+  Element  
+
+  The local name of the element.  
+
+  Entity  
+
+  The name of the entity.  
+
+  EntityReference  
+
+  The name of the entity referenced.  
+
+  Notation  
+
+  The notation name.  
+
+  ProcessingInstruction  
+
+  The target of the processing instruction.  
+
+  Text  
+
+  #text  
+
+  Whitespace  
+
+  #whitespace  
+
+  SignificantWhitespace  
+
+  #significant-whitespace  
+
+  XmlDeclaration  
 
-  The current scope is xml:space=&amp;quot;preserve&amp;quot;.  
+  #xml-declaration  
 
  </returns>
     </member>
-    <member name="T:System.Xml.XmlTokenizedType">
-      <summary>Represents the XML type for the string. This allows the string to be read as a particular XML type, for example a CDATA section type.</summary>
-    </member>
-    <member name="F:System.Xml.XmlTokenizedType.CDATA">
-      <summary>CDATA type.</summary>
-      <returns></returns>
-    </member>
-    <member name="F:System.Xml.XmlTokenizedType.ENTITIES">
-      <summary>ENTITIES type.</summary>
-      <returns></returns>
-    </member>
-    <member name="F:System.Xml.XmlTokenizedType.ENTITY">
-      <summary>ENTITY type.</summary>
-      <returns></returns>
-    </member>
-    <member name="F:System.Xml.XmlTokenizedType.ENUMERATION">
-      <summary>ENUMERATION type.</summary>
-      <returns></returns>
-    </member>
-    <member name="F:System.Xml.XmlTokenizedType.ID">
-      <summary>ID type.</summary>
-      <returns></returns>
-    </member>
-    <member name="F:System.Xml.XmlTokenizedType.IDREF">
-      <summary>IDREF type.</summary>
-      <returns></returns>
-    </member>
-    <member name="F:System.Xml.XmlTokenizedType.IDREFS">
-      <summary>IDREFS type.</summary>
-      <returns></returns>
-    </member>
-    <member name="F:System.Xml.XmlTokenizedType.NCName">
-      <summary>NCName type.</summary>
-      <returns></returns>
-    </member>
-    <member name="F:System.Xml.XmlTokenizedType.NMTOKEN">
-      <summary>NMTOKEN type.</summary>
-      <returns></returns>
-    </member>
-    <member name="F:System.Xml.XmlTokenizedType.NMTOKENS">
-      <summary>NMTOKENS type.</summary>
-      <returns></returns>
-    </member>
-    <member name="F:System.Xml.XmlTokenizedType.None">
-      <summary>No type.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.XmlNode.Name">
+      <summary>Gets the qualified name of the node, when overridden in a derived class.</summary>
+      <returns>The qualified name of the node. The name returned is dependent on the <see cref="P:System.Xml.XmlNode.NodeType"></see> of the node:  
+  Type  
+
+  Name  
+
+  Attribute  
+
+  The qualified name of the attribute.  
+
+  CDATA  
+
+  #cdata-section  
+
+  Comment  
+
+  #comment  
+
+  Document  
+
+  #document  
+
+  DocumentFragment  
+
+  #document-fragment  
+
+  DocumentType  
+
+  The document type name.  
+
+  Element  
+
+  The qualified name of the element.  
+
+  Entity  
+
+  The name of the entity.  
+
+  EntityReference  
+
+  The name of the entity referenced.  
+
+  Notation  
+
+  The notation name.  
+
+  ProcessingInstruction  
+
+  The target of the processing instruction.  
+
+  Text  
+
+  #text  
+
+  Whitespace  
+
+  #whitespace  
+
+  SignificantWhitespace  
+
+  #significant-whitespace  
+
+  XmlDeclaration  
+
+  #xml-declaration  
+
+ </returns>
     </member>
-    <member name="F:System.Xml.XmlTokenizedType.NOTATION">
-      <summary>NOTATION type.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.XmlNode.NamespaceURI">
+      <summary>Gets the namespace URI of this node.</summary>
+      <returns>The namespace URI of this node. If there is no namespace URI, this property returns String.Empty.</returns>
     </member>
-    <member name="F:System.Xml.XmlTokenizedType.QName">
-      <summary>QName type.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.XmlNode.NextSibling">
+      <summary>Gets the node immediately following this node.</summary>
+      <returns>The next <see langword="XmlNode"></see>. If there is no next node, <see langword="null"></see> is returned.</returns>
     </member>
-    <member name="T:System.Xml.XmlUrlResolver">
-      <summary>Resolves external XML resources named by a Uniform Resource Identifier (URI).</summary>
+    <member name="P:System.Xml.XmlNode.NodeType">
+      <summary>Gets the type of the current node, when overridden in a derived class.</summary>
+      <returns>One of the <see cref="T:System.Xml.XmlNodeType"></see> values.</returns>
     </member>
-    <member name="M:System.Xml.XmlUrlResolver.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlUrlResolver"></see> class.</summary>
+    <member name="M:System.Xml.XmlNode.Normalize">
+      <summary>Puts all XmlText nodes in the full depth of the sub-tree underneath this XmlNode into a &amp;quot;normal&amp;quot; form where only markup (that is, tags, comments, processing instructions, CDATA sections, and entity references) separates XmlText nodes, that is, there are no adjacent XmlText nodes.</summary>
     </member>
-    <member name="P:System.Xml.XmlUrlResolver.CachePolicy">
-      <summary>Gets or sets the cache policy for the underlying <see cref="T:System.Net.WebRequest"></see> object.</summary>
-      <returns>The cache policy for the underlying web request.</returns>
+    <member name="P:System.Xml.XmlNode.OuterXml">
+      <summary>Gets the markup containing this node and all its child nodes.</summary>
+      <returns>The markup containing this node and all its child nodes.  
+ <see langword="OuterXml"></see> does not return default attributes.  </returns>
     </member>
-    <member name="P:System.Xml.XmlUrlResolver.Credentials">
-      <summary>Sets credentials used to authenticate web requests.</summary>
-      <returns>The credentials to be used to authenticate web requests. If this property is not set, the value defaults to null; that is, the XmlUrlResolver has no user credentials.</returns>
+    <member name="P:System.Xml.XmlNode.OwnerDocument">
+      <summary>Gets the <see cref="T:System.Xml.XmlDocument"></see> to which this node belongs.</summary>
+      <returns>The <see cref="T:System.Xml.XmlDocument"></see> to which this node belongs.  
+ If the node is an <see cref="T:System.Xml.XmlDocument"></see> (NodeType equals XmlNodeType.Document), this property returns <see langword="null"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlUrlResolver.GetEntity(System.Uri,System.String,System.Type)">
-      <summary>Maps a URI to an object that contains the actual resource.</summary>
-      <param name="absoluteUri">The URI returned from <see cref="M:System.Xml.XmlResolver.ResolveUri(System.Uri,System.String)"></see>.</param>
-      <param name="role">Currently not used.</param>
-      <param name="ofObjectToReturn">The type of object to return. The current implementation only returns <see cref="T:System.IO.Stream"></see> objects.</param>
-      <returns>A stream object or null if a type other than stream is specified.</returns>
-      <exception cref="T:System.Xml.XmlException"><paramref name="ofObjectToReturn">ofObjectToReturn</paramref> is neither null nor a Stream type.</exception>
-      <exception cref="T:System.UriFormatException">The specified URI is not an absolute URI.</exception>
-      <exception cref="T:System.ArgumentNullException"><paramref name="absoluteUri">absoluteUri</paramref> is null.</exception>
-      <exception cref="T:System.Exception">There is a runtime error (for example, an interrupted server connection).</exception>
+    <member name="P:System.Xml.XmlNode.ParentNode">
+      <summary>Gets the parent of this node (for nodes that can have parents).</summary>
+      <returns>The <see langword="XmlNode"></see> that is the parent of the current node. If a node has just been created and not yet added to the tree, or if it has been removed from the tree, the parent is <see langword="null"></see>. For all other nodes, the value returned depends on the <see cref="P:System.Xml.XmlNode.NodeType"></see> of the node. The following table describes the possible return values for the <see langword="ParentNode"></see> property.  
+  NodeType  
+
+  Return Value of ParentNode  
+
+  Attribute, Document, DocumentFragment, Entity, Notation  
+
+  Returns <see langword="null"></see>; these nodes do not have parents.  
+
+  CDATA  
+
+  Returns the element or entity reference containing the CDATA section.  
+
+  Comment  
+
+  Returns the element, entity reference, document type, or document containing the comment.  
+
+  DocumentType  
+
+  Returns the document node.  
+
+  Element  
+
+  Returns the parent node of the element. If the element is the root node in the tree, the parent is the document node.  
+
+  EntityReference  
+
+  Returns the element, attribute, or entity reference containing the entity reference.  
+
+  ProcessingInstruction  
+
+  Returns the document, element, document type, or entity reference containing the processing instruction.  
+
+  Text  
+
+  Returns the parent element, attribute, or entity reference containing the text node.  
+
+ </returns>
     </member>
-    <member name="M:System.Xml.XmlUrlResolver.GetEntityAsync(System.Uri,System.String,System.Type)">
-      <summary>Asynchronously maps a URI to an object that contains the actual resource.</summary>
-      <param name="absoluteUri">The URI returned from <see cref="M:System.Xml.XmlResolver.ResolveUri(System.Uri,System.String)"></see>.</param>
-      <param name="role">Currently not used.</param>
-      <param name="ofObjectToReturn">The type of object to return. The current implementation only returns <see cref="T:System.IO.Stream"></see> objects.</param>
-      <returns>A stream object or null if a type other than stream is specified.</returns>
+    <member name="P:System.Xml.XmlNode.Prefix">
+      <summary>Gets or sets the namespace prefix of this node.</summary>
+      <returns>The namespace prefix of this node. For example, <see langword="Prefix"></see> is bk for the element &amp;lt;bk:book&amp;gt;. If there is no prefix, this property returns String.Empty.</returns>
+      <exception cref="T:System.ArgumentException">This node is read-only.</exception>
+      <exception cref="T:System.Xml.XmlException">The specified prefix contains an invalid character.  
+ The specified prefix is malformed.  
+ The specified prefix is &amp;quot;xml&amp;quot; and the namespaceURI of this node is different from &amp;quot;http://www.w3.org/XML/1998/namespace&amp;quot;.  
+ This node is an attribute and the specified prefix is &amp;quot;xmlns&amp;quot; and the namespaceURI of this node is different from &amp;quot;http://www.w3.org/2000/xmlns/ &amp;quot;.  
+ This node is an attribute and the qualifiedName of this node is &amp;quot;xmlns&amp;quot;.</exception>
     </member>
-    <member name="P:System.Xml.XmlUrlResolver.Proxy">
-      <summary>Gets or sets the network proxy for the underlying <see cref="T:System.Net.WebRequest"></see> object.</summary>
-      <returns>The <see cref="System.Net.IWebProxy"></see> to use to access the Internet resource.</returns>
+    <member name="M:System.Xml.XmlNode.PrependChild(System.Xml.XmlNode)">
+      <summary>Adds the specified node to the beginning of the list of child nodes for this node.</summary>
+      <param name="newChild">The node to add. All the contents of the node to be added are moved into the specified location.</param>
+      <returns>The node added.</returns>
+      <exception cref="T:System.InvalidOperationException">This node is of a type that does not allow child nodes of the type of the <paramref name="newChild">newChild</paramref> node.  
+ The <paramref name="newChild">newChild</paramref> is an ancestor of this node.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="newChild">newChild</paramref> was created from a different document than the one that created this node.  
+ This node is read-only.</exception>
     </member>
-    <member name="M:System.Xml.XmlUrlResolver.ResolveUri(System.Uri,System.String)">
-      <summary>Resolves the absolute URI from the base and relative URIs.</summary>
-      <param name="baseUri">The base URI used to resolve the relative URI.</param>
-      <param name="relativeUri">The URI to resolve. The URI can be absolute or relative. If absolute, this value effectively replaces the baseUri value. If relative, it combines with the baseUri to make an absolute URI.</param>
-      <returns>The absolute URI, or null if the relative URI cannot be resolved.</returns>
-      <exception cref="T:System.ArgumentNullException"><paramref name="baseUri">baseUri</paramref> is null or <paramref name="relativeUri">relativeUri</paramref> is null.</exception>
+    <member name="P:System.Xml.XmlNode.PreviousSibling">
+      <summary>Gets the node immediately preceding this node.</summary>
+      <returns>The preceding <see langword="XmlNode"></see>. If there is no preceding node, <see langword="null"></see> is returned.</returns>
     </member>
-    <member name="T:System.Xml.XmlValidatingReader">
-      <summary>Represents a reader that provides document type definition (DTD), XML-Data Reduced (XDR) schema, and XML Schema definition language (XSD) validation.  
This class is obsolete. Starting with the .NET Framework 2.0, we recommend that you use the <see cref="T:System.Xml.XmlReaderSettings"></see> class and the <see cref="Overload:System.Xml.XmlReader.Create"></see> method to create a validating XML reader.</summary>
+    <member name="P:System.Xml.XmlNode.PreviousText">
+      <summary>Gets the text node that immediately precedes this node.</summary>
     <returns>Returns <see cref="T:System.Xml.XmlNode"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlValidatingReader.#ctor(System.Xml.XmlReader)">
-      <summary>Initializes a new instance of the XmlValidatingReader class that validates the content returned from the given <see cref="T:System.Xml.XmlReader"></see>.</summary>
-      <param name="reader">The XmlReader to read from while validating. The current implementation supports only <see cref="T:System.Xml.XmlTextReader"></see>.</param>
-      <exception cref="T:System.ArgumentException">The reader specified is not an XmlTextReader.</exception>
+    <member name="M:System.Xml.XmlNode.RemoveAll">
+      <summary>Removes all the child nodes and/or attributes of the current node.</summary>
     </member>
-    <member name="M:System.Xml.XmlValidatingReader.#ctor(System.IO.Stream,System.Xml.XmlNodeType,System.Xml.XmlParserContext)">
-      <summary>Initializes a new instance of the XmlValidatingReader class with the specified values.</summary>
-      <param name="xmlFragment">The stream containing the XML fragment to parse.</param>
-      <param name="fragType">The <see cref="T:System.Xml.XmlNodeType"></see> of the XML fragment. This determines what the fragment can contain (see table below).</param>
-      <param name="context">The <see cref="T:System.Xml.XmlParserContext"></see> in which the XML fragment is to be parsed. This includes the <see cref="T:System.Xml.XmlNameTable"></see> to use, encoding, namespace scope, current xml:lang, and xml:space scope.</param>
-      <exception cref="T:System.Xml.XmlException"><paramref name="fragType">fragType</paramref> is not one of the node types listed in the table below.</exception>
+    <member name="M:System.Xml.XmlNode.RemoveChild(System.Xml.XmlNode)">
+      <summary>Removes specified child node.</summary>
+      <param name="oldChild">The node being removed.</param>
+      <returns>The node removed.</returns>
+      <exception cref="T:System.ArgumentException">The <paramref name="oldChild">oldChild</paramref> is not a child of this node. Or this node is read-only.</exception>
     </member>
-    <member name="M:System.Xml.XmlValidatingReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)">
-      <summary>Initializes a new instance of the XmlValidatingReader class with the specified values.</summary>
-      <param name="xmlFragment">The string containing the XML fragment to parse.</param>
-      <param name="fragType">The <see cref="T:System.Xml.XmlNodeType"></see> of the XML fragment. This also determines what the fragment string can contain (see table below).</param>
-      <param name="context">The <see cref="T:System.Xml.XmlParserContext"></see> in which the XML fragment is to be parsed. This includes the <see cref="T:System.Xml.NameTable"></see> to use, encoding, namespace scope, current xml:lang, and xml:space scope.</param>
-      <exception cref="T:System.Xml.XmlException"><paramref name="fragType">fragType</paramref> is not one of the node types listed in the table below.</exception>
+    <member name="M:System.Xml.XmlNode.ReplaceChild(System.Xml.XmlNode,System.Xml.XmlNode)">
+      <summary>Replaces the child node <paramref name="oldChild">oldChild</paramref> with <paramref name="newChild">newChild</paramref> node.</summary>
+      <param name="newChild">The new node to put in the child list.</param>
+      <param name="oldChild">The node being replaced in the list.</param>
+      <returns>The node replaced.</returns>
+      <exception cref="T:System.InvalidOperationException">This node is of a type that does not allow child nodes of the type of the <paramref name="newChild">newChild</paramref> node.  
+ The <paramref name="newChild">newChild</paramref> is an ancestor of this node.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="newChild">newChild</paramref> was created from a different document than the one that created this node.  
+ This node is read-only.  
+ The <paramref name="oldChild">oldChild</paramref> is not a child of this node.</exception>
     </member>
-    <member name="P:System.Xml.XmlValidatingReader.AttributeCount">
-      <summary>Gets the number of attributes on the current node.</summary>
-      <returns>The number of attributes on the current node. This number includes default attributes.</returns>
+    <member name="P:System.Xml.XmlNode.SchemaInfo">
+      <summary>Gets the post schema validation infoset that has been assigned to this node as a result of schema validation.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.IXmlSchemaInfo"></see> object containing the post schema validation infoset of this node.</returns>
     </member>
-    <member name="P:System.Xml.XmlValidatingReader.BaseURI">
-      <summary>Gets the base URI of the current node.</summary>
-      <returns>The base URI of the current node.</returns>
+    <member name="M:System.Xml.XmlNode.SelectNodes(System.String)">
+      <summary>Selects a list of nodes matching the XPath expression.</summary>
+      <param name="xpath">The XPath expression.</param>
+      <returns>An <see cref="T:System.Xml.XmlNodeList"></see> containing a collection of nodes matching the XPath query.</returns>
+      <exception cref="T:System.Xml.XPath.XPathException">The XPath expression contains a prefix. See XPath Examples.</exception>
     </member>
-    <member name="P:System.Xml.XmlValidatingReader.CanReadBinaryContent">
-      <summary>Gets a value indicating whether the <see cref="T:System.Xml.XmlValidatingReader"></see> implements the binary content read methods.</summary>
-      <returns>true if the binary content read methods are implemented; otherwise false. The <see cref="System.Xml.XmlValidatingReader"></see> class returns true.</returns>
+    <member name="M:System.Xml.XmlNode.SelectNodes(System.String,System.Xml.XmlNamespaceManager)">
+      <summary>Selects a list of nodes matching the XPath expression. Any prefixes found in the XPath expression are resolved using the supplied <see cref="T:System.Xml.XmlNamespaceManager"></see>.</summary>
+      <param name="xpath">The XPath expression. See XPath Examples.</param>
+      <param name="nsmgr">An <see cref="T:System.Xml.XmlNamespaceManager"></see> to use for resolving namespaces for prefixes in the XPath expression.</param>
+      <returns>An <see cref="T:System.Xml.XmlNodeList"></see> containing a collection of nodes matching the XPath query.</returns>
+      <exception cref="T:System.Xml.XPath.XPathException">The XPath expression contains a prefix which is not defined in the <see langword="XmlNamespaceManager"></see>.</exception>
     </member>
-    <member name="P:System.Xml.XmlValidatingReader.CanResolveEntity">
-      <summary>Gets a value indicating whether this reader can parse and resolve entities.</summary>
-      <returns>true if the reader can parse and resolve entities; otherwise, false. XmlValidatingReader always returns true.</returns>
+    <member name="M:System.Xml.XmlNode.SelectSingleNode(System.String)">
+      <summary>Selects the first <see langword="XmlNode"></see> that matches the XPath expression.</summary>
+      <param name="xpath">The XPath expression. See XPath Examples.</param>
+      <returns>The first <see langword="XmlNode"></see> that matches the XPath query or <see langword="null"></see> if no matching node is found.</returns>
+      <exception cref="T:System.Xml.XPath.XPathException">The XPath expression contains a prefix.</exception>
     </member>
-    <member name="M:System.Xml.XmlValidatingReader.Close">
-      <summary>Changes the <see cref="P:System.Xml.XmlReader.ReadState"></see> to Closed.</summary>
+    <member name="M:System.Xml.XmlNode.SelectSingleNode(System.String,System.Xml.XmlNamespaceManager)">
+      <summary>Selects the first <see langword="XmlNode"></see> that matches the XPath expression. Any prefixes found in the XPath expression are resolved using the supplied <see cref="T:System.Xml.XmlNamespaceManager"></see>.</summary>
+      <param name="xpath">The XPath expression. See XPath Examples.</param>
+      <param name="nsmgr">An <see cref="T:System.Xml.XmlNamespaceManager"></see> to use for resolving namespaces for prefixes in the XPath expression.</param>
+      <returns>The first <see langword="XmlNode"></see> that matches the XPath query or <see langword="null"></see> if no matching node is found.</returns>
+      <exception cref="T:System.Xml.XPath.XPathException">The XPath expression contains a prefix which is not defined in the <see langword="XmlNamespaceManager"></see>.</exception>
     </member>
-    <member name="P:System.Xml.XmlValidatingReader.Depth">
-      <summary>Gets the depth of the current node in the XML document.</summary>
-      <returns>The depth of the current node in the XML document.</returns>
+    <member name="M:System.Xml.XmlNode.Supports(System.String,System.String)">
+      <summary>Tests if the DOM implementation implements a specific feature.</summary>
+      <param name="feature">The package name of the feature to test. This name is not case-sensitive.</param>
+      <param name="version">The version number of the package name to test. If the version is not specified (null), supporting any version of the feature causes the method to return true.</param>
+      <returns><see langword="true"></see> if the feature is implemented in the specified version; otherwise, <see langword="false"></see>. The following table describes the combinations that return <see langword="true"></see>.  
+  Feature  
+
+  Version  
+
+  XML  
+
+  1.0  
+
+  XML  
+
+  2.0  
+
+ </returns>
     </member>
-    <member name="P:System.Xml.XmlValidatingReader.Encoding">
-      <summary>Gets the encoding attribute for the document.</summary>
-      <returns>The encoding value. If no encoding attribute exists, and there is not byte-order mark, this defaults to UTF-8.</returns>
+    <member name="P:System.Xml.XmlNode.Value">
+      <summary>Gets or sets the value of the node.</summary>
+      <returns>The value returned depends on the <see cref="P:System.Xml.XmlNode.NodeType"></see> of the node:  
+  Type  
+
+  Value  
+
+  Attribute  
+
+  The value of the attribute.  
+
+  CDATASection  
+
+  The content of the CDATA Section.  
+
+  Comment  
+
+  The content of the comment.  
+
+  Document  
+
+ <see langword="null"></see>.  
+
+  DocumentFragment  
+
+ <see langword="null"></see>.  
+
+  DocumentType  
+
+ <see langword="null"></see>.  
+
+  Element  
+
+ <see langword="null"></see>. You can use the <see cref="P:System.Xml.XmlElement.InnerText"></see> or <see cref="P:System.Xml.XmlElement.InnerXml"></see> properties to access the value of the element node.  
+
+  Entity  
+
+ <see langword="null"></see>.  
+
+  EntityReference  
+
+ <see langword="null"></see>.  
+
+  Notation  
+
+ <see langword="null"></see>.  
+
+  ProcessingInstruction  
+
+  The entire content excluding the target.  
+
+  Text  
+
+  The content of the text node.  
+
+  SignificantWhitespace  
+
+  The white space characters. White space can consist of one or more space characters, carriage returns, line feeds, or tabs.  
+
+  Whitespace  
+
+  The white space characters. White space can consist of one or more space characters, carriage returns, line feeds, or tabs.  
+
+  XmlDeclaration  
+
+  The content of the declaration (that is, everything between &amp;lt;?xml and ?&amp;gt;).  
+
+ </returns>
+      <exception cref="T:System.ArgumentException">Setting the value of a node that is read-only.</exception>
+      <exception cref="T:System.InvalidOperationException">Setting the value of a node that is not supposed to have a value (for example, an Element node).</exception>
     </member>
-    <member name="P:System.Xml.XmlValidatingReader.EntityHandling">
-      <summary>Gets or sets a value that specifies how the reader handles entities.</summary>
-      <returns>One of the <see cref="System.Xml.EntityHandling"></see> values. If no EntityHandling is specified, it defaults to EntityHandling.ExpandEntities.</returns>
-      <exception cref="T:System.ArgumentOutOfRangeException">Invalid value was specified.</exception>
+    <member name="M:System.Xml.XmlNode.WriteContentTo(System.Xml.XmlWriter)">
+      <summary>Saves all the child nodes of the node to the specified <see cref="T:System.Xml.XmlWriter"></see>, when overridden in a derived class.</summary>
+      <param name="w">The <see langword="XmlWriter"></see> to which you want to save.</param>
+    </member>
+    <member name="M:System.Xml.XmlNode.WriteTo(System.Xml.XmlWriter)">
+      <summary>Saves the current node to the specified <see cref="T:System.Xml.XmlWriter"></see>, when overridden in a derived class.</summary>
+      <param name="w">The <see langword="XmlWriter"></see> to which you want to save.</param>
     </member>
-    <member name="P:System.Xml.XmlValidatingReader.EOF">
-      <summary>Gets a value indicating whether the reader is positioned at the end of the stream.</summary>
-      <returns>true if the reader is positioned at the end of the stream; otherwise, false.</returns>
+    <member name="M:System.Xml.XmlNode.System#Collections#IEnumerable#GetEnumerator">
+      <summary>For a description of this member, see <see cref="M:System.Xml.XmlNode.GetEnumerator"></see>.</summary>
+      <returns>Returns an enumerator for the collection.</returns>
     </member>
-    <member name="M:System.Xml.XmlValidatingReader.GetAttribute(System.String,System.String)">
-      <summary>Gets the value of the attribute with the specified local name and namespace Uniform Resource Identifier (URI).</summary>
-      <param name="localName">The local name of the attribute.</param>
-      <param name="namespaceURI">The namespace URI of the attribute.</param>
-      <returns>The value of the specified attribute. If the attribute is not found, null is returned. This method does not move the reader.</returns>
+    <member name="M:System.Xml.XmlNode.System#ICloneable#Clone">
+      <summary>For a description of this member, see <see cref="M:System.Xml.XmlNode.Clone"></see>.</summary>
+      <returns>A copy of the node from which it is called.</returns>
     </member>
-    <member name="M:System.Xml.XmlValidatingReader.GetAttribute(System.String)">
-      <summary>Gets the value of the attribute with the specified name.</summary>
-      <param name="name">The qualified name of the attribute.</param>
-      <returns>The value of the specified attribute. If the attribute is not found, null is returned.</returns>
+    <member name="T:System.Xml.XmlNameTable">
+      <summary>Table of atomized string objects.</summary>
     </member>
-    <member name="M:System.Xml.XmlValidatingReader.GetAttribute(System.Int32)">
-      <summary>Gets the value of the attribute with the specified index.</summary>
-      <param name="i">The index of the attribute. The index is zero-based. (The first attribute has index 0.)</param>
-      <returns>The value of the specified attribute.</returns>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="i">i</paramref> parameter is less than 0 or greater than or equal to <see cref="System.Xml.XmlValidatingReader.AttributeCount"></see>.</exception>
+    <member name="M:System.Xml.XmlNameTable.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlNameTable"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.XmlValidatingReader.HasLineInfo">
-      <summary>Gets a value indicating whether the class can return line information.</summary>
-      <returns>true if the class can return line information; otherwise, false.</returns>
+    <member name="M:System.Xml.XmlNameTable.Add(System.String)">
+      <summary>When overridden in a derived class, atomizes the specified string and adds it to the <see langword="XmlNameTable"></see>.</summary>
+      <param name="array">The name to add.</param>
+      <returns>The new atomized string or the existing one if it already exists.</returns>
+      <exception cref="T:System.ArgumentNullException"><paramref name="array">array</paramref> is <see langword="null"></see>.</exception>
     </member>
-    <member name="P:System.Xml.XmlValidatingReader.HasValue">
-      <summary>Gets a value indicating whether the current node can have a <see cref="P:System.Xml.XmlValidatingReader.Value"></see> other than String.Empty.</summary>
-      <returns>true if the node on which the reader is currently positioned can have a Value; otherwise, false.</returns>
+    <member name="M:System.Xml.XmlNameTable.Add(System.Char[],System.Int32,System.Int32)">
+      <summary>When overridden in a derived class, atomizes the specified string and adds it to the <see langword="XmlNameTable"></see>.</summary>
+      <param name="array">The character array containing the name to add.</param>
+      <param name="offset">Zero-based index into the array specifying the first character of the name.</param>
+      <param name="length">The number of characters in the name.</param>
+      <returns>The new atomized string or the existing one if it already exists. If length is zero, String.Empty is returned.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">0 &amp;gt; <paramref name="offset">offset</paramref>  
+ -or-  
+ <paramref name="offset">offset</paramref> &amp;gt;= <paramref name="array">array</paramref>.Length  
+ -or-  
+ <paramref name="length">length</paramref> &amp;gt; <paramref name="array">array</paramref>.Length  
+ The above conditions do not cause an exception to be thrown if <paramref name="length">length</paramref> =0.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="length">length</paramref> &amp;lt; 0.</exception>
     </member>
-    <member name="P:System.Xml.XmlValidatingReader.IsDefault">
-      <summary>Gets a value indicating whether the current node is an attribute that was generated from the default value defined in the document type definition (DTD) or schema.</summary>
-      <returns>true if the current node is an attribute whose value was generated from the default value defined in the DTD or schema; false if the attribute value was explicitly set.</returns>
+    <member name="M:System.Xml.XmlNameTable.Get(System.String)">
+      <summary>When overridden in a derived class, gets the atomized string containing the same value as the specified string.</summary>
+      <param name="array">The name to look up.</param>
+      <returns>The atomized string or <see langword="null"></see> if the string has not already been atomized.</returns>
+      <exception cref="T:System.ArgumentNullException"><paramref name="array">array</paramref> is <see langword="null"></see>.</exception>
     </member>
-    <member name="P:System.Xml.XmlValidatingReader.IsEmptyElement">
-      <summary>Gets a value indicating whether the current node is an empty element (for example, &amp;lt;MyElement/&amp;gt;).</summary>
-      <returns>true if the current node is an element (<see cref="System.Xml.XmlValidatingReader.NodeType"></see> equals XmlNodeType.Element) that ends with /&amp;gt;; otherwise, false.</returns>
+    <member name="M:System.Xml.XmlNameTable.Get(System.Char[],System.Int32,System.Int32)">
+      <summary>When overridden in a derived class, gets the atomized string containing the same characters as the specified range of characters in the given array.</summary>
+      <param name="array">The character array containing the name to look up.</param>
+      <param name="offset">The zero-based index into the array specifying the first character of the name.</param>
+      <param name="length">The number of characters in the name.</param>
+      <returns>The atomized string or <see langword="null"></see> if the string has not already been atomized. If <paramref name="length">length</paramref> is zero, String.Empty is returned.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">0 &amp;gt; <paramref name="offset">offset</paramref>  
+ -or-  
+ <paramref name="offset">offset</paramref> &amp;gt;= <paramref name="array">array</paramref>.Length  
+ -or-  
+ <paramref name="length">length</paramref> &amp;gt; <paramref name="array">array</paramref>.Length  
+ The above conditions do not cause an exception to be thrown if <paramref name="length">length</paramref> =0.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="length">length</paramref> &amp;lt; 0.</exception>
     </member>
-    <member name="P:System.Xml.XmlValidatingReader.LineNumber">
-      <summary>Gets the current line number.</summary>
-      <returns>The current line number. The starting value for this property is 1.</returns>
+    <member name="T:System.Xml.XmlNamespaceScope">
+      <summary>Defines the namespace scope.</summary>
     </member>
-    <member name="P:System.Xml.XmlValidatingReader.LinePosition">
-      <summary>Gets the current line position.</summary>
-      <returns>The current line position. The starting value for this property is 1.</returns>
+    <member name="F:System.Xml.XmlNamespaceScope.All">
+      <summary>All namespaces defined in the scope of the current node. This includes the xmlns:xml namespace which is always declared implicitly. The order of the namespaces returned is not defined.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Xml.XmlValidatingReader.LocalName">
-      <summary>Gets the local name of the current node.</summary>
-      <returns>The name of the current node with the prefix removed. For example, LocalName is book for the element &amp;lt;bk:book&amp;gt;.  
- For node types that do not have a name (like Text, Comment, and so on), this property returns String.Empty.</returns>
+    <member name="F:System.Xml.XmlNamespaceScope.ExcludeXml">
+      <summary>All namespaces defined in the scope of the current node, excluding the xmlns:xml namespace, which is always declared implicitly. The order of the namespaces returned is not defined.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlValidatingReader.LookupNamespace(System.String)">
-      <summary>Resolves a namespace prefix in the current element&amp;#39;s scope.</summary>
-      <param name="prefix">The prefix whose namespace Uniform Resource Identifier (URI) you want to resolve. To match the default namespace, pass an empty string.</param>
-      <returns>The namespace URI to which the prefix maps or null if no matching prefix is found.</returns>
+    <member name="F:System.Xml.XmlNamespaceScope.Local">
+      <summary>All namespaces that are defined locally at the current node.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XmlValidatingReader.MoveToAttribute(System.Int32)">
-      <summary>Moves to the attribute with the specified index.</summary>
-      <param name="i">The index of the attribute.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="i">i</paramref> parameter is less than 0 or greater than or equal to <see cref="System.Xml.XmlReader.AttributeCount"></see>.</exception>
+    <member name="T:System.Xml.XmlNamespaceManager">
+      <summary>Resolves, adds, and removes namespaces to a collection and provides scope management for these namespaces.</summary>
     </member>
-    <member name="M:System.Xml.XmlValidatingReader.MoveToAttribute(System.String)">
-      <summary>Moves to the attribute with the specified name.</summary>
-      <param name="name">The qualified name of the attribute.</param>
-      <returns>true if the attribute is found; otherwise, false. If false, the position of the reader does not change.</returns>
+    <member name="M:System.Xml.XmlNamespaceManager.#ctor(System.Xml.XmlNameTable)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlNamespaceManager"></see> class with the specified <see cref="T:System.Xml.XmlNameTable"></see>.</summary>
+      <param name="nameTable">The <see cref="T:System.Xml.XmlNameTable"></see> to use.</param>
+      <exception cref="T:System.NullReferenceException"><see langword="null"></see> is passed to the constructor</exception>
     </member>
-    <member name="M:System.Xml.XmlValidatingReader.MoveToAttribute(System.String,System.String)">
-      <summary>Moves to the attribute with the specified local name and namespace Uniform Resource Identifier (URI).</summary>
-      <param name="localName">The local name of the attribute.</param>
-      <param name="namespaceURI">The namespace URI of the attribute.</param>
-      <returns>true if the attribute is found; otherwise, false. If false, the position of the reader does not change.</returns>
+    <member name="M:System.Xml.XmlNamespaceManager.AddNamespace(System.String,System.String)">
+      <summary>Adds the given namespace to the collection.</summary>
+      <param name="prefix">The prefix to associate with the namespace being added. Use String.Empty to add a default namespace.  
+ NoteIf the <see cref="T:System.Xml.XmlNamespaceManager"></see> will be used for resolving namespaces in an XML Path Language (XPath) expression, a prefix must be specified. If an XPath expression does not include a prefix, it is assumed that the namespace Uniform Resource Identifier (URI) is the empty namespace. For more information about XPath expressions and the <see cref="T:System.Xml.XmlNamespaceManager"></see>, refer to the <see cref="M:System.Xml.XmlNode.SelectNodes(System.String)"></see> and <see cref="M:System.Xml.XPath.XPathExpression.SetContext(System.Xml.XmlNamespaceManager)"></see> methods.</param>
+      <param name="uri">The namespace to add.</param>
+      <exception cref="T:System.ArgumentException">The value for <paramref name="prefix">prefix</paramref> is &amp;quot;xml&amp;quot; or &amp;quot;xmlns&amp;quot;.</exception>
+      <exception cref="T:System.ArgumentNullException">The value for <paramref name="prefix">prefix</paramref> or <paramref name="uri">uri</paramref> is <see langword="null"></see>.</exception>
     </member>
-    <member name="M:System.Xml.XmlValidatingReader.MoveToElement">
-      <summary>Moves to the element that contains the current attribute node.</summary>
-      <returns>true if the reader is positioned on an attribute (the reader moves to the element that owns the attribute); false if the reader is not positioned on an attribute (the position of the reader does not change).</returns>
+    <member name="P:System.Xml.XmlNamespaceManager.DefaultNamespace">
+      <summary>Gets the namespace URI for the default namespace.</summary>
+      <returns>Returns the namespace URI for the default namespace, or String.Empty if there is no default namespace.</returns>
     </member>
-    <member name="M:System.Xml.XmlValidatingReader.MoveToFirstAttribute">
-      <summary>Moves to the first attribute.</summary>
-      <returns>true if an attribute exists (the reader moves to the first attribute); otherwise, false (the position of the reader does not change).</returns>
+    <member name="M:System.Xml.XmlNamespaceManager.GetEnumerator">
+      <summary>Returns an enumerator to use to iterate through the namespaces in the <see cref="T:System.Xml.XmlNamespaceManager"></see>.</summary>
+      <returns>An <see cref="T:System.Collections.IEnumerator"></see> containing the prefixes stored by the <see cref="T:System.Xml.XmlNamespaceManager"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlValidatingReader.MoveToNextAttribute">
-      <summary>Moves to the next attribute.</summary>
-      <returns>true if there is a next attribute; false if there are no more attributes.</returns>
+    <member name="M:System.Xml.XmlNamespaceManager.GetNamespacesInScope(System.Xml.XmlNamespaceScope)">
+      <summary>Gets a collection of namespace names keyed by prefix which can be used to enumerate the namespaces currently in scope.</summary>
+      <param name="scope">An enumeration value that specifies the type of namespace nodes to return.</param>
+      <returns>A collection of namespace and prefix pairs currently in scope.</returns>
     </member>
-    <member name="P:System.Xml.XmlValidatingReader.Name">
-      <summary>Gets the qualified name of the current node.</summary>
-      <returns>The qualified name of the current node. For example, Name is bk:book for the element &amp;lt;bk:book&amp;gt;.  
- The name returned is dependent on the <see cref="System.Xml.XmlValidatingReader.NodeType"></see> of the node. The following node types return the listed values. All other node types return an empty string.  
-  Node Type  
-
-  Name  
-
- Attribute The name of the attribute.  
-
- DocumentType The document type name.  
-
- Element The tag name.  
-
- EntityReference The name of the entity referenced.  
-
- ProcessingInstruction The target of the processing instruction.  
-
- XmlDeclaration The literal string xml.  
-
- </returns>
+    <member name="M:System.Xml.XmlNamespaceManager.HasNamespace(System.String)">
+      <summary>Gets a value indicating whether the supplied prefix has a namespace defined for the current pushed scope.</summary>
+      <param name="prefix">The prefix of the namespace you want to find.</param>
+      <returns><see langword="true"></see> if there is a namespace defined; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XmlValidatingReader.Namespaces">
-      <summary>Gets or sets a value indicating whether to do namespace support.</summary>
-      <returns>true to do namespace support; otherwise, false. The default is true.</returns>
+    <member name="M:System.Xml.XmlNamespaceManager.LookupNamespace(System.String)">
+      <summary>Gets the namespace URI for the specified prefix.</summary>
+      <param name="prefix">The prefix whose namespace URI you want to resolve. To match the default namespace, pass String.Empty.</param>
+      <returns>Returns the namespace URI for <paramref name="prefix">prefix</paramref> or <see langword="null"></see> if there is no mapped namespace. The returned string is atomized.  
+ For more information on atomized strings, see the <see cref="T:System.Xml.XmlNameTable"></see> class.</returns>
     </member>
-    <member name="P:System.Xml.XmlValidatingReader.NamespaceURI">
-      <summary>Gets the namespace Uniform Resource Identifier (URI) (as defined in the World Wide Web Consortium (W3C) Namespace specification) of the node on which the reader is positioned.</summary>
-      <returns>The namespace URI of the current node; otherwise an empty string.</returns>
+    <member name="M:System.Xml.XmlNamespaceManager.LookupPrefix(System.String)">
+      <summary>Finds the prefix declared for the given namespace URI.</summary>
+      <param name="uri">The namespace to resolve for the prefix.</param>
+      <returns>The matching prefix. If there is no mapped prefix, the method returns String.Empty. If a null value is supplied, then <see langword="null"></see> is returned.</returns>
     </member>
-    <member name="P:System.Xml.XmlValidatingReader.NameTable">
-      <summary>Gets the <see cref="T:System.Xml.XmlNameTable"></see> associated with this implementation.</summary>
-      <returns>XmlNameTable that enables you to get the atomized version of a string within the node.</returns>
+    <member name="P:System.Xml.XmlNamespaceManager.NameTable">
+      <summary>Gets the <see cref="T:System.Xml.XmlNameTable"></see> associated with this object.</summary>
+      <returns>The <see cref="T:System.Xml.XmlNameTable"></see> used by this object.</returns>
     </member>
-    <member name="P:System.Xml.XmlValidatingReader.NodeType">
-      <summary>Gets the type of the current node.</summary>
-      <returns>One of the <see cref="System.Xml.XmlNodeType"></see> values representing the type of the current node.</returns>
+    <member name="M:System.Xml.XmlNamespaceManager.PopScope">
+      <summary>Pops a namespace scope off the stack.</summary>
+      <returns><see langword="true"></see> if there are namespace scopes left on the stack; <see langword="false"></see> if there are no more namespaces to pop.</returns>
     </member>
-    <member name="P:System.Xml.XmlValidatingReader.Prefix">
-      <summary>Gets the namespace prefix associated with the current node.</summary>
-      <returns>The namespace prefix associated with the current node.</returns>
+    <member name="M:System.Xml.XmlNamespaceManager.PushScope">
+      <summary>Pushes a namespace scope onto the stack.</summary>
     </member>
-    <member name="P:System.Xml.XmlValidatingReader.QuoteChar">
-      <summary>Gets the quotation mark character used to enclose the value of an attribute node.</summary>
-      <returns>The quotation mark character (&amp;quot; or &amp;#39;) used to enclose the value of an attribute node.</returns>
+    <member name="M:System.Xml.XmlNamespaceManager.RemoveNamespace(System.String,System.String)">
+      <summary>Removes the given namespace for the given prefix.</summary>
+      <param name="prefix">The prefix for the namespace</param>
+      <param name="uri">The namespace to remove for the given prefix. The namespace removed is from the current namespace scope. Namespaces outside the current scope are ignored.</param>
+      <exception cref="T:System.ArgumentNullException">The value of <paramref name="prefix">prefix</paramref> or <paramref name="uri">uri</paramref> is <see langword="null"></see>.</exception>
     </member>
-    <member name="M:System.Xml.XmlValidatingReader.Read">
-      <summary>Reads the next node from the stream.</summary>
-      <returns>true if the next node was read successfully; false if there are no more nodes to read.</returns>
+    <member name="T:System.Xml.XmlNamedNodeMap">
+      <summary>Represents a collection of nodes that can be accessed by name or index.</summary>
     </member>
-    <member name="M:System.Xml.XmlValidatingReader.ReadAttributeValue">
-      <summary>Parses the attribute value into one or more Text, EntityReference, or EndEntity nodes.</summary>
-      <returns>true if there are nodes to return.  
- false if the reader is not positioned on an attribute node when the initial call is made or if all the attribute values have been read.  
- An empty attribute, such as, misc=&amp;quot;&amp;quot;, returns true with a single node with a value of String.Empty.</returns>
+    <member name="P:System.Xml.XmlNamedNodeMap.Count">
+      <summary>Gets the number of nodes in the <see langword="XmlNamedNodeMap"></see>.</summary>
+      <returns>The number of nodes.</returns>
     </member>
-    <member name="M:System.Xml.XmlValidatingReader.ReadContentAsBase64(System.Byte[],System.Int32,System.Int32)">
-      <summary>Reads the content and returns the Base64 decoded binary bytes.</summary>
-      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be null.</param>
-      <param name="index">The offset into the buffer where to start copying the result.</param>
-      <param name="count">The maximum number of bytes to copy into the buffer. The actual number of bytes copied is returned from this method.</param>
-      <returns>The number of bytes written to the buffer.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer">buffer</paramref> value is null.</exception>
-      <exception cref="T:System.InvalidOperationException"><see cref="System.Xml.XmlValidatingReader.ReadContentAsBase64(System.Byte[],System.Int32,System.Int32)"></see> is not supported on the current node.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The index into the buffer or index + count is larger than the allocated buffer size.</exception>
+    <member name="M:System.Xml.XmlNamedNodeMap.GetEnumerator">
+      <summary>Provides support for the &amp;quot;foreach&amp;quot; style iteration over the collection of nodes in the <see langword="XmlNamedNodeMap"></see>.</summary>
+      <returns>An enumerator object.</returns>
     </member>
-    <member name="M:System.Xml.XmlValidatingReader.ReadContentAsBinHex(System.Byte[],System.Int32,System.Int32)">
-      <summary>Reads the content and returns the BinHex decoded binary bytes.</summary>
-      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be null.</param>
-      <param name="index">The offset into the buffer where to start copying the result.</param>
-      <param name="count">The maximum number of bytes to copy into the buffer. The actual number of bytes copied is returned from this method.</param>
-      <returns>The number of bytes written to the buffer.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer">buffer</paramref> value is null.</exception>
-      <exception cref="T:System.InvalidOperationException"><see cref="System.Xml.XmlValidatingReader.ReadContentAsBinHex(System.Byte[],System.Int32,System.Int32)"></see> is not supported on the current node.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The index into the buffer or index + count is larger than the allocated buffer size.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XmlValidatingReader"></see> implementation does not support this method.</exception>
+    <member name="M:System.Xml.XmlNamedNodeMap.GetNamedItem(System.String)">
+      <summary>Retrieves an <see cref="T:System.Xml.XmlNode"></see> specified by name.</summary>
+      <param name="name">The qualified name of the node to retrieve. It is matched against the <see cref="P:System.Xml.XmlNode.Name"></see> property of the matching node.</param>
+      <returns>An <see langword="XmlNode"></see> with the specified name or <see langword="null"></see> if a matching node is not found.</returns>
     </member>
-    <member name="M:System.Xml.XmlValidatingReader.ReadElementContentAsBase64(System.Byte[],System.Int32,System.Int32)">
-      <summary>Reads the element and decodes the Base64 content.</summary>
-      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be null.</param>
-      <param name="index">The offset into the buffer where to start copying the result.</param>
-      <param name="count">The maximum number of bytes to copy into the buffer. The actual number of bytes copied is returned from this method.</param>
-      <returns>The number of bytes written to the buffer.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer">buffer</paramref> value is null.</exception>
-      <exception cref="T:System.InvalidOperationException">The current node is not an element node.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The index into the buffer or index + count is larger than the allocated buffer size.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XmlValidatingReader"></see> implementation does not support this method.</exception>
-      <exception cref="T:System.Xml.XmlException">The element contains mixed-content.</exception>
-      <exception cref="T:System.FormatException">The content cannot be converted to the requested type.</exception>
+    <member name="M:System.Xml.XmlNamedNodeMap.GetNamedItem(System.String,System.String)">
+      <summary>Retrieves a node with the matching <see cref="P:System.Xml.XmlNode.LocalName"></see> and <see cref="P:System.Xml.XmlNode.NamespaceURI"></see>.</summary>
+      <param name="localName">The local name of the node to retrieve.</param>
+      <param name="namespaceURI">The namespace Uniform Resource Identifier (URI) of the node to retrieve.</param>
+      <returns>An <see cref="T:System.Xml.XmlNode"></see> with the matching local name and namespace URI or <see langword="null"></see> if a matching node was not found.</returns>
     </member>
-    <member name="M:System.Xml.XmlValidatingReader.ReadElementContentAsBinHex(System.Byte[],System.Int32,System.Int32)">
-      <summary>Reads the element and decodes the BinHex content.</summary>
-      <param name="buffer">The buffer into which to copy the resulting text. This value cannot be null.</param>
-      <param name="index">The offset into the buffer where to start copying the result.</param>
-      <param name="count">The maximum number of bytes to copy into the buffer. The actual number of bytes copied is returned from this method.</param>
-      <returns>The number of bytes written to the buffer.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer">buffer</paramref> value is null.</exception>
-      <exception cref="T:System.InvalidOperationException">The current node is not an element node.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The index into the buffer or index + count is larger than the allocated buffer size.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XmlValidatingReader"></see> implementation does not support this method.</exception>
-      <exception cref="T:System.Xml.XmlException">The element contains mixed-content.</exception>
-      <exception cref="T:System.FormatException">The content cannot be converted to the requested type.</exception>
+    <member name="M:System.Xml.XmlNamedNodeMap.Item(System.Int32)">
+      <summary>Retrieves the node at the specified index in the <see langword="XmlNamedNodeMap"></see>.</summary>
+      <param name="index">The index position of the node to retrieve from the <see langword="XmlNamedNodeMap"></see>. The index is zero-based; therefore, the index of the first node is 0 and the index of the last node is <see cref="P:System.Xml.XmlNamedNodeMap.Count"></see> -1.</param>
+      <returns>The <see cref="T:System.Xml.XmlNode"></see> at the specified index. If <paramref name="index">index</paramref> is less than 0 or greater than or equal to the <see cref="P:System.Xml.XmlNamedNodeMap.Count"></see> property, <see langword="null"></see> is returned.</returns>
     </member>
-    <member name="P:System.Xml.XmlValidatingReader.Reader">
-      <summary>Gets the <see cref="T:System.Xml.XmlReader"></see> used to construct this XmlValidatingReader.</summary>
-      <returns>The XmlReader specified in the constructor.</returns>
+    <member name="M:System.Xml.XmlNamedNodeMap.RemoveNamedItem(System.String)">
+      <summary>Removes the node from the <see langword="XmlNamedNodeMap"></see>.</summary>
+      <param name="name">The qualified name of the node to remove. The name is matched against the <see cref="P:System.Xml.XmlNode.Name"></see> property of the matching node.</param>
+      <returns>The <see langword="XmlNode"></see> removed from this <see langword="XmlNamedNodeMap"></see> or <see langword="null"></see> if a matching node was not found.</returns>
     </member>
-    <member name="P:System.Xml.XmlValidatingReader.ReadState">
-      <summary>Gets the state of the reader.</summary>
-      <returns>One of the <see cref="System.Xml.ReadState"></see> values.</returns>
+    <member name="M:System.Xml.XmlNamedNodeMap.RemoveNamedItem(System.String,System.String)">
+      <summary>Removes a node with the matching <see cref="P:System.Xml.XmlNode.LocalName"></see> and <see cref="P:System.Xml.XmlNode.NamespaceURI"></see>.</summary>
+      <param name="localName">The local name of the node to remove.</param>
+      <param name="namespaceURI">The namespace URI of the node to remove.</param>
+      <returns>The <see cref="T:System.Xml.XmlNode"></see> removed or <see langword="null"></see> if a matching node was not found.</returns>
     </member>
-    <member name="M:System.Xml.XmlValidatingReader.ReadString">
-      <summary>Reads the contents of an element or text node as a string.</summary>
-      <returns>The contents of the element or text node. This can be an empty string if the reader is positioned on something other than an element or text node, or if there is no more text content to return in the current context.  
-   
The text node can be either an element or an attribute text node.  </returns>
+    <member name="M:System.Xml.XmlNamedNodeMap.SetNamedItem(System.Xml.XmlNode)">
+      <summary>Adds an <see cref="T:System.Xml.XmlNode"></see> using its <see cref="P:System.Xml.XmlNode.Name"></see> property.</summary>
+      <param name="node">An <see langword="XmlNode"></see> to store in the <see langword="XmlNamedNodeMap"></see>. If a node with that name is already present in the map, it is replaced by the new one.</param>
+      <returns>If the <paramref name="node">node</paramref> replaces an existing node with the same name, the old node is returned; otherwise, <see langword="null"></see> is returned.</returns>
     <exception cref="T:System.ArgumentException">The <paramref name="node">node</paramref> was created from a different <see cref="System.Xml.XmlDocument"></see> than the one that created the <see langword="XmlNamedNodeMap"></see>; or the <see langword="XmlNamedNodeMap"></see> is read-only.</exception>
     </member>
-    <member name="M:System.Xml.XmlValidatingReader.ReadTypedValue">
-      <summary>Gets the common language runtime type for the specified XML Schema definition language (XSD) type.</summary>
-      <returns>The common language runtime type for the specified XML Schema type.</returns>
+    <member name="T:System.Xml.XmlLinkedNode">
+      <summary>Gets the node immediately preceding or following this node.</summary>
     </member>
-    <member name="M:System.Xml.XmlValidatingReader.ResolveEntity">
-      <summary>Resolves the entity reference for EntityReference nodes.</summary>
-      <exception cref="T:System.InvalidOperationException">The reader is not positioned on an EntityReference node.</exception>
+    <member name="P:System.Xml.XmlLinkedNode.NextSibling">
+      <summary>Gets the node immediately following this node.</summary>
+      <returns>The <see cref="T:System.Xml.XmlNode"></see> immediately following this node or <see langword="null"></see> if one does not exist.</returns>
     </member>
-    <member name="P:System.Xml.XmlValidatingReader.Schemas">
-      <summary>Gets a <see cref="T:System.Xml.Schema.XmlSchemaCollection"></see> to use for validation.</summary>
-      <returns>The XmlSchemaCollection to use for validation.</returns>
+    <member name="P:System.Xml.XmlLinkedNode.PreviousSibling">
+      <summary>Gets the node immediately preceding this node.</summary>
+      <returns>The preceding <see cref="T:System.Xml.XmlNode"></see> or <see langword="null"></see> if one does not exist.</returns>
     </member>
-    <member name="P:System.Xml.XmlValidatingReader.SchemaType">
-      <summary>Gets a schema type object.</summary>
-      <returns><see cref="System.Xml.Schema.XmlSchemaDatatype"></see>, <see cref="System.Xml.Schema.XmlSchemaSimpleType"></see>, or <see cref="System.Xml.Schema.XmlSchemaComplexType"></see> depending whether the node value is a built in XML Schema definition language (XSD) type or a user defined simpleType or complexType; null if the current node has no schema type.</returns>
+    <member name="T:System.Xml.XmlImplementation">
+      <summary>Defines the context for a set of <see cref="T:System.Xml.XmlDocument"></see> objects.</summary>
+    </member>
+    <member name="M:System.Xml.XmlImplementation.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlImplementation"></see> class.</summary>
     </member>
-    <member name="E:System.Xml.XmlValidatingReader.ValidationEventHandler">
-      <summary>Sets an event handler for receiving information about document type definition (DTD), XML-Data Reduced (XDR) schema, and XML Schema definition language (XSD) schema validation errors.</summary>
+    <member name="M:System.Xml.XmlImplementation.#ctor(System.Xml.XmlNameTable)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlImplementation"></see> class with the <see cref="T:System.Xml.XmlNameTable"></see> specified.</summary>
+      <param name="nt">An <see cref="T:System.Xml.XmlNameTable"></see> object.</param>
     </member>
-    <member name="P:System.Xml.XmlValidatingReader.ValidationType">
-      <summary>Gets or sets a value indicating the type of validation to perform.</summary>
-      <returns>One of the <see cref="System.Xml.ValidationType"></see> values. If this property is not set, it defaults to ValidationType.Auto.</returns>
-      <exception cref="T:System.InvalidOperationException">Setting the property after a Read has been called.</exception>
+    <member name="M:System.Xml.XmlImplementation.CreateDocument">
+      <summary>Creates a new <see cref="T:System.Xml.XmlDocument"></see>.</summary>
+      <returns>The new <see langword="XmlDocument"></see> object.</returns>
     </member>
-    <member name="P:System.Xml.XmlValidatingReader.Value">
-      <summary>Gets the text value of the current node.</summary>
-      <returns>The value returned depends on the <see cref="System.Xml.XmlValidatingReader.NodeType"></see> of the node. The following table lists node types that have a value to return. All other node types return String.Empty.  
-  Node Type  
-
-  Value  
-
- Attribute The value of the attribute.  
-
- CDATA The content of the CDATA section.  
-
- Comment The content of the comment.  
-
- DocumentType The internal subset.  
+    <member name="M:System.Xml.XmlImplementation.HasFeature(System.String,System.String)">
+      <summary>Tests if the Document Object Model (DOM) implementation implements a specific feature.</summary>
+      <param name="strFeature">The package name of the feature to test. This name is not case-sensitive.</param>
+      <param name="strVersion">This is the version number of the package name to test. If the version is not specified (<see langword="null"></see>), supporting any version of the feature causes the method to return <see langword="true"></see>.</param>
+      <returns><see langword="true"></see> if the feature is implemented in the specified version; otherwise, <see langword="false"></see>.  
+ The following table shows the combinations that cause <see langword="HasFeature"></see> to return <see langword="true"></see>.  
+  strFeature  
 
- ProcessingInstruction The entire content, excluding the target.  
+  strVersion  
 
- SignificantWhitespace The white space between markup in a mixed content model.  
+  XML  
 
- Text The content of the text node.  
+  1.0  
 
- Whitespace The white space between markup.  
+  XML  
 
- XmlDeclaration The content of the declaration.  
+  2.0  
 
  </returns>
     </member>
-    <member name="P:System.Xml.XmlValidatingReader.XmlLang">
-      <summary>Gets the current xml:lang scope.</summary>
-      <returns>The current xml:lang scope.</returns>
+    <member name="T:System.Xml.XmlException">
+      <summary>Returns detailed information about the last exception.</summary>
     </member>
-    <member name="P:System.Xml.XmlValidatingReader.XmlResolver">
-      <summary>Sets the <see cref="T:System.Xml.XmlResolver"></see> used for resolving external document type definition (DTD) and schema location references. The XmlResolver is also used to handle any import or include elements found in XML Schema definition language (XSD) schemas.</summary>
-      <returns>The XmlResolver to use. If set to null, external resources are not resolved.  
- In version 1.1 of the .NET Framework, the caller must be fully trusted to specify an XmlResolver.</returns>
+    <member name="M:System.Xml.XmlException.#ctor">
+      <summary>Initializes a new instance of the <see langword="XmlException"></see> class.</summary>
     </member>
-    <member name="P:System.Xml.XmlValidatingReader.XmlSpace">
-      <summary>Gets the current xml:space scope.</summary>
-      <returns>One of the <see cref="System.Xml.XmlSpace"></see> values. If no xml:space scope exists, this property defaults to XmlSpace.None.</returns>
+    <member name="M:System.Xml.XmlException.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see langword="XmlException"></see> class with a specified error message.</summary>
+      <param name="message">The error description.</param>
     </member>
-    <member name="M:System.Xml.XmlValidatingReader.System#Xml#IXmlNamespaceResolver#GetNamespacesInScope(System.Xml.XmlNamespaceScope)">
-      <summary>For a description of this member, see <see cref="M:System.Xml.IXmlNamespaceResolver.GetNamespacesInScope(System.Xml.XmlNamespaceScope)"></see>.</summary>
-      <param name="scope">An <see cref="T:System.Xml.XmlNamespaceScope"></see> object that identifies the scope of the reader.</param>
-      <returns>An T:System.Collections.IDictionary object that identifies the namespaces in scope.</returns>
+    <member name="M:System.Xml.XmlException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Initializes a new instance of the <see langword="XmlException"></see> class using the information in the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> objects.</summary>
+      <param name="info">The <see langword="SerializationInfo"></see> object containing all the properties of an <see langword="XmlException"></see>.</param>
+      <param name="context">The <see langword="StreamingContext"></see> object containing the context information.</param>
     </member>
-    <member name="M:System.Xml.XmlValidatingReader.System#Xml#IXmlNamespaceResolver#LookupNamespace(System.String)">
-      <summary>For a description of this member, see <see cref="M:System.Xml.IXmlNamespaceResolver.LookupNamespace(System.String)"></see>.</summary>
-      <param name="prefix">The namespace prefix.</param>
-      <returns>A string value that contains the namespace Uri that is associated with the prefix.</returns>
+    <member name="M:System.Xml.XmlException.#ctor(System.String,System.Exception)">
+      <summary>Initializes a new instance of the <see langword="XmlException"></see> class.</summary>
+      <param name="message">The description of the error condition.</param>
+      <param name="innerException">The <see cref="T:System.Exception"></see> that threw the <see langword="XmlException"></see>, if any. This value can be <see langword="null"></see>.</param>
     </member>
-    <member name="M:System.Xml.XmlValidatingReader.System#Xml#IXmlNamespaceResolver#LookupPrefix(System.String)">
-      <summary>For a description of this member, see <see cref="M:System.Xml.IXmlNamespaceResolver.LookupPrefix(System.String)"></see>.</summary>
-      <param name="namespaceName">The namespace that is associated with the prefix.</param>
-      <returns>A string value that contains the namespace prefix that is associated with the <paramref name="namespaceName">namespaceName</paramref>.</returns>
+    <member name="M:System.Xml.XmlException.#ctor(System.String,System.Exception,System.Int32,System.Int32)">
+      <summary>Initializes a new instance of the <see langword="XmlException"></see> class with the specified message, inner exception, line number, and line position.</summary>
+      <param name="message">The error description.</param>
+      <param name="innerException">The exception that is the cause of the current exception. This value can be <see langword="null"></see>.</param>
+      <param name="lineNumber">The line number indicating where the error occurred.</param>
+      <param name="linePosition">The line position indicating where the error occurred.</param>
     </member>
-    <member name="T:System.Xml.XmlWhitespace">
-      <summary>Represents white space in element content.</summary>
+    <member name="M:System.Xml.XmlException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Streams all the <see langword="XmlException"></see> properties into the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> class for the given <see cref="T:System.Runtime.Serialization.StreamingContext"></see>.</summary>
+      <param name="info">The <see langword="SerializationInfo"></see> object.</param>
+      <param name="context">The <see langword="StreamingContext"></see> object.</param>
     </member>
-    <member name="M:System.Xml.XmlWhitespace.#ctor(System.String,System.Xml.XmlDocument)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlWhitespace"></see> class.</summary>
-      <param name="strData">The white space characters of the node.</param>
-      <param name="doc">The <see cref="T:System.Xml.XmlDocument"></see> object.</param>
+    <member name="P:System.Xml.XmlException.LineNumber">
+      <summary>Gets the line number indicating where the error occurred.</summary>
+      <returns>The line number indicating where the error occurred.</returns>
     </member>
-    <member name="M:System.Xml.XmlWhitespace.CloneNode(System.Boolean)">
+    <member name="P:System.Xml.XmlException.LinePosition">
+      <summary>Gets the line position indicating where the error occurred.</summary>
+      <returns>The line position indicating where the error occurred.</returns>
+    </member>
+    <member name="P:System.Xml.XmlException.Message">
+      <summary>Gets a message describing the current exception.</summary>
+      <returns>The error message that explains the reason for the exception.</returns>
+    </member>
+    <member name="P:System.Xml.XmlException.SourceUri">
+      <summary>Gets the location of the XML file.</summary>
+      <returns>The source URI for the XML data. If there is no source URI, this property returns <see langword="null"></see>.</returns>
+    </member>
+    <member name="T:System.Xml.XmlEntityReference">
+      <summary>Represents an entity reference node.</summary>
+    </member>
+    <member name="M:System.Xml.XmlEntityReference.#ctor(System.String,System.Xml.XmlDocument)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlEntityReference"></see> class.</summary>
+      <param name="name">The name of the entity reference; see the <see cref="P:System.Xml.XmlEntityReference.Name"></see> property.</param>
+      <param name="doc">The parent XML document.</param>
+    </member>
+    <member name="P:System.Xml.XmlEntityReference.BaseURI">
+      <summary>Gets the base Uniform Resource Identifier (URI) of the current node.</summary>
+      <returns>The location from which the node was loaded.</returns>
+    </member>
+    <member name="M:System.Xml.XmlEntityReference.CloneNode(System.Boolean)">
       <summary>Creates a duplicate of this node.</summary>
-      <param name="deep">true to recursively clone the subtree under the specified node; false to clone only the node itself. For white space nodes, the cloned node always includes the data value, regardless of the parameter setting.</param>
+      <param name="deep"><see langword="true"></see> to recursively clone the subtree under the specified node; <see langword="false"></see> to clone only the node itself. For <see langword="XmlEntityReference"></see> nodes, this method always returns an entity reference node with no children. The replacement text is set when the node is inserted into a parent.</param>
       <returns>The cloned node.</returns>
     </member>
-    <member name="P:System.Xml.XmlWhitespace.LocalName">
+    <member name="P:System.Xml.XmlEntityReference.IsReadOnly">
+      <summary>Gets a value indicating whether the node is read-only.</summary>
+      <returns><see langword="true"></see> if the node is read-only; otherwise <see langword="false"></see>.  
+ Because <see langword="XmlEntityReference"></see> nodes are read-only, this property always returns <see langword="true"></see>.</returns>
+    </member>
+    <member name="P:System.Xml.XmlEntityReference.LocalName">
       <summary>Gets the local name of the node.</summary>
-      <returns>For XmlWhitespace nodes, this property returns #whitespace.</returns>
+      <returns>For <see langword="XmlEntityReference"></see> nodes, this property returns the name of the entity referenced.</returns>
     </member>
-    <member name="P:System.Xml.XmlWhitespace.Name">
-      <summary>Gets the qualified name of the node.</summary>
-      <returns>For XmlWhitespace nodes, this property returns #whitespace.</returns>
+    <member name="P:System.Xml.XmlEntityReference.Name">
+      <summary>Gets the name of the node.</summary>
+      <returns>The name of the entity referenced.</returns>
     </member>
-    <member name="P:System.Xml.XmlWhitespace.NodeType">
+    <member name="P:System.Xml.XmlEntityReference.NodeType">
       <summary>Gets the type of the node.</summary>
-      <returns>For XmlWhitespace nodes, the value is <see cref="System.Xml.XmlNodeType.Whitespace"></see>.</returns>
-    </member>
-    <member name="P:System.Xml.XmlWhitespace.ParentNode">
-      <summary>Gets the parent of the current node.</summary>
-      <returns>The <see cref="System.Xml.XmlNode"></see> parent node of the current node.</returns>
-    </member>
-    <member name="P:System.Xml.XmlWhitespace.PreviousText">
-      <summary>Gets the text node that immediately precedes this node.</summary>
-      <returns>Returns <see cref="System.Xml.XmlNode"></see>.</returns>
+      <returns>The node type. For <see langword="XmlEntityReference"></see> nodes, the value is XmlNodeType.EntityReference.</returns>
     </member>
-    <member name="P:System.Xml.XmlWhitespace.Value">
+    <member name="P:System.Xml.XmlEntityReference.Value">
       <summary>Gets or sets the value of the node.</summary>
-      <returns>The white space characters found in the node.</returns>
-      <exception cref="T:System.ArgumentException">Setting <see cref="System.Xml.XmlWhitespace.Value"></see> to invalid white space characters.</exception>
+      <returns>The value of the node. For <see langword="XmlEntityReference"></see> nodes, this property returns <see langword="null"></see>.</returns>
+      <exception cref="T:System.ArgumentException">Node is read-only.</exception>
+      <exception cref="T:System.InvalidOperationException">Setting the property.</exception>
     </member>
-    <member name="M:System.Xml.XmlWhitespace.WriteContentTo(System.Xml.XmlWriter)">
+    <member name="M:System.Xml.XmlEntityReference.WriteContentTo(System.Xml.XmlWriter)">
       <summary>Saves all the children of the node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
-      <param name="w">The <see cref="T:System.Xml.XmlWriter"></see> to which you want to save.</param>
+      <param name="w">The <see langword="XmlWriter"></see> to which you want to save.</param>
     </member>
-    <member name="M:System.Xml.XmlWhitespace.WriteTo(System.Xml.XmlWriter)">
+    <member name="M:System.Xml.XmlEntityReference.WriteTo(System.Xml.XmlWriter)">
       <summary>Saves the node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
-      <param name="w">The <see cref="T:System.Xml.XmlWriter"></see> to which you want to save.</param>
+      <param name="w">The <see langword="XmlWriter"></see> to which you want to save.</param>
     </member>
-    <member name="T:System.Xml.XmlWriter">
-      <summary>Represents a writer that provides a fast, non-cached, forward-only way to generate streams or files that contain XML data.</summary>
+    <member name="T:System.Xml.XmlEntity">
+      <summary>Represents an entity declaration, such as &amp;lt;!ENTITY... &amp;gt;.</summary>
     </member>
-    <member name="M:System.Xml.XmlWriter.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlWriter"></see> class.</summary>
+    <member name="P:System.Xml.XmlEntity.BaseURI">
+      <summary>Gets the base Uniform Resource Identifier (URI) of the current node.</summary>
+      <returns>The location from which the node was loaded.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.Close">
-      <summary>When overridden in a derived class, closes this stream and the underlying stream.</summary>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlEntity.CloneNode(System.Boolean)">
+      <summary>Creates a duplicate of this node. Entity nodes cannot be cloned. Calling this method on an <see cref="T:System.Xml.XmlEntity"></see> object throws an exception.</summary>
+      <param name="deep"><see langword="true"></see> to recursively clone the subtree under the specified node; <see langword="false"></see> to clone only the node itself.</param>
+      <returns>Returns a copy of the <see cref="T:System.Xml.XmlNode"></see> from which the method is called.</returns>
+      <exception cref="T:System.InvalidOperationException">Entity nodes cannot be cloned. Calling this method on an <see cref="System.Xml.XmlEntity"></see> object throws an exception.</exception>
     </member>
-    <member name="M:System.Xml.XmlWriter.Create(System.Text.StringBuilder,System.Xml.XmlWriterSettings)">
-      <summary>Creates a new <see cref="T:System.Xml.XmlWriter"></see> instance using the <see cref="T:System.Text.StringBuilder"></see> and <see cref="T:System.Xml.XmlWriterSettings"></see> objects.</summary>
-      <param name="output">The <see cref="T:System.Text.StringBuilder"></see> to which to write to. Content written by the <see cref="T:System.Xml.XmlWriter"></see> is appended to the <see cref="T:System.Text.StringBuilder"></see>.</param>
-      <param name="settings">The <see cref="T:System.Xml.XmlWriterSettings"></see> object used to configure the new <see cref="T:System.Xml.XmlWriter"></see> instance. If this is null, a <see cref="T:System.Xml.XmlWriterSettings"></see> with default settings is used.  
- If the <see cref="T:System.Xml.XmlWriter"></see> is being used with the <see cref="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.String,System.Xml.XmlWriter)"></see> method, you should use the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings"></see> property to obtain an <see cref="T:System.Xml.XmlWriterSettings"></see> object with the correct settings. This ensures that the created <see cref="T:System.Xml.XmlWriter"></see> object has the correct output settings.</param>
-      <returns>An <see cref="System.Xml.XmlWriter"></see> object.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="builder">builder</paramref> value is null.</exception>
+    <member name="P:System.Xml.XmlEntity.InnerText">
+      <summary>Gets the concatenated values of the entity node and all its children.</summary>
+      <returns>The concatenated values of the node and all its children.</returns>
+      <exception cref="T:System.InvalidOperationException">Attempting to set the property.</exception>
     </member>
-    <member name="M:System.Xml.XmlWriter.Create(System.String,System.Xml.XmlWriterSettings)">
-      <summary>Creates a new <see cref="T:System.Xml.XmlWriter"></see> instance using the filename and <see cref="T:System.Xml.XmlWriterSettings"></see> object.</summary>
-      <param name="outputFileName">The file to which you want to write. The <see cref="T:System.Xml.XmlWriter"></see> creates a file at the specified path and writes to it in XML 1.0 text syntax. The outputFileName must be a file system path.</param>
-      <param name="settings">The <see cref="T:System.Xml.XmlWriterSettings"></see> object used to configure the new <see cref="T:System.Xml.XmlWriter"></see> instance. If this is null, a <see cref="T:System.Xml.XmlWriterSettings"></see> with default settings is used.  
- If the <see cref="T:System.Xml.XmlWriter"></see> is being used with the <see cref="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.String,System.Xml.XmlWriter)"></see> method, you should use the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings"></see> property to obtain an <see cref="T:System.Xml.XmlWriterSettings"></see> object with the correct settings. This ensures that the created <see cref="T:System.Xml.XmlWriter"></see> object has the correct output settings.</param>
-      <returns>An <see cref="System.Xml.XmlWriter"></see> object.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="url">url</paramref> value is null.</exception>
+    <member name="P:System.Xml.XmlEntity.InnerXml">
+      <summary>Gets the markup representing the children of this node.</summary>
+      <returns>For <see langword="XmlEntity"></see> nodes, String.Empty is returned.</returns>
+      <exception cref="T:System.InvalidOperationException">Attempting to set the property.</exception>
     </member>
-    <member name="M:System.Xml.XmlWriter.Create(System.IO.TextWriter,System.Xml.XmlWriterSettings)">
-      <summary>Creates a new <see cref="T:System.Xml.XmlWriter"></see> instance using the <see cref="T:System.IO.TextWriter"></see> and <see cref="T:System.Xml.XmlWriterSettings"></see> objects.</summary>
-      <param name="output">The <see cref="T:System.IO.TextWriter"></see> to which you want to write. The <see cref="T:System.Xml.XmlWriter"></see> writes XML 1.0 text syntax and appends it to the specified <see cref="T:System.IO.TextWriter"></see>.</param>
-      <param name="settings">The <see cref="T:System.Xml.XmlWriterSettings"></see> object used to configure the new <see cref="T:System.Xml.XmlWriter"></see> instance. If this is null, a <see cref="T:System.Xml.XmlWriterSettings"></see> with default settings is used.  
- If the <see cref="T:System.Xml.XmlWriter"></see> is being used with the <see cref="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.String,System.Xml.XmlWriter)"></see> method, you should use the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings"></see> property to obtain an <see cref="T:System.Xml.XmlWriterSettings"></see> object with the correct settings. This ensures that the created <see cref="T:System.Xml.XmlWriter"></see> object has the correct output settings.</param>
-      <returns>An <see cref="System.Xml.XmlWriter"></see> object.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="text">text</paramref> value is null.</exception>
+    <member name="P:System.Xml.XmlEntity.IsReadOnly">
+      <summary>Gets a value indicating whether the node is read-only.</summary>
+      <returns><see langword="true"></see> if the node is read-only; otherwise <see langword="false"></see>.  
+ Because <see langword="XmlEntity"></see> nodes are read-only, this property always returns <see langword="true"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.Create(System.IO.Stream,System.Xml.XmlWriterSettings)">
-      <summary>Creates a new <see cref="T:System.Xml.XmlWriter"></see> instance using the stream and <see cref="T:System.Xml.XmlWriterSettings"></see> object.</summary>
-      <param name="output">The stream to which you want to write. The <see cref="T:System.Xml.XmlWriter"></see> writes XML 1.0 text syntax and appends it to the specified stream.</param>
-      <param name="settings">The <see cref="T:System.Xml.XmlWriterSettings"></see> object used to configure the new <see cref="T:System.Xml.XmlWriter"></see> instance. If this is null, a <see cref="T:System.Xml.XmlWriterSettings"></see> with default settings is used.  
- If the <see cref="T:System.Xml.XmlWriter"></see> is being used with the <see cref="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.String,System.Xml.XmlWriter)"></see> method, you should use the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings"></see> property to obtain an <see cref="T:System.Xml.XmlWriterSettings"></see> object with the correct settings. This ensures that the created <see cref="T:System.Xml.XmlWriter"></see> object has the correct output settings.</param>
-      <returns>An <see cref="System.Xml.XmlWriter"></see> object.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="stream">stream</paramref> value is null.</exception>
+    <member name="P:System.Xml.XmlEntity.LocalName">
+      <summary>Gets the name of the node without the namespace prefix.</summary>
+      <returns>For <see langword="XmlEntity"></see> nodes, this property returns the name of the entity.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.Create(System.Xml.XmlWriter,System.Xml.XmlWriterSettings)">
-      <summary>Creates a new <see cref="T:System.Xml.XmlWriter"></see> instance using the specified <see cref="T:System.Xml.XmlWriter"></see> and <see cref="T:System.Xml.XmlWriterSettings"></see> objects.</summary>
-      <param name="output">The <see cref="T:System.Xml.XmlWriter"></see> object that you want to use as the underlying writer.</param>
-      <param name="settings">The <see cref="T:System.Xml.XmlWriterSettings"></see> object used to configure the new <see cref="T:System.Xml.XmlWriter"></see> instance. If this is null, a <see cref="T:System.Xml.XmlWriterSettings"></see> with default settings is used.  
- If the <see cref="T:System.Xml.XmlWriter"></see> is being used with the <see cref="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.String,System.Xml.XmlWriter)"></see> method, you should use the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings"></see> property to obtain an <see cref="T:System.Xml.XmlWriterSettings"></see> object with the correct settings. This ensures that the created <see cref="T:System.Xml.XmlWriter"></see> object has the correct output settings.</param>
-      <returns>An <see cref="System.Xml.XmlWriter"></see> object that is wrapped around the specified <see cref="System.Xml.XmlWriter"></see> object.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="writer">writer</paramref> value is null.</exception>
+    <member name="P:System.Xml.XmlEntity.Name">
+      <summary>Gets the name of the node.</summary>
+      <returns>The name of the entity.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.Create(System.Text.StringBuilder)">
-      <summary>Creates a new <see cref="T:System.Xml.XmlWriter"></see> instance using the specified <see cref="T:System.Text.StringBuilder"></see>.</summary>
-      <param name="output">The <see cref="T:System.Text.StringBuilder"></see> to which to write to. Content written by the <see cref="T:System.Xml.XmlWriter"></see> is appended to the <see cref="T:System.Text.StringBuilder"></see>.</param>
-      <returns>An <see cref="System.Xml.XmlWriter"></see> object.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="builder">builder</paramref> value is null.</exception>
+    <member name="P:System.Xml.XmlEntity.NodeType">
+      <summary>Gets the type of the node.</summary>
+      <returns>The node type. For <see langword="XmlEntity"></see> nodes, the value is XmlNodeType.Entity.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.Create(System.String)">
-      <summary>Creates a new <see cref="T:System.Xml.XmlWriter"></see> instance using the specified filename.</summary>
-      <param name="outputFileName">The file to which you want to write. The <see cref="T:System.Xml.XmlWriter"></see> creates a file at the specified path and writes to it in XML 1.0 text syntax. The outputFileName must be a file system path.</param>
-      <returns>An <see cref="System.Xml.XmlWriter"></see> object.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="url">url</paramref> value is null.</exception>
+    <member name="P:System.Xml.XmlEntity.NotationName">
+      <summary>Gets the name of the optional NDATA attribute on the entity declaration.</summary>
+      <returns>The name of the NDATA attribute. If there is no NDATA, <see langword="null"></see> is returned.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.Create(System.IO.TextWriter)">
-      <summary>Creates a new <see cref="T:System.Xml.XmlWriter"></see> instance using the specified <see cref="T:System.IO.TextWriter"></see>.</summary>
-      <param name="output">The <see cref="T:System.IO.TextWriter"></see> to which you want to write. The <see cref="T:System.Xml.XmlWriter"></see> writes XML 1.0 text syntax and appends it to the specified <see cref="T:System.IO.TextWriter"></see>.</param>
-      <returns>An <see cref="System.Xml.XmlWriter"></see> object.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="text">text</paramref> value is null.</exception>
+    <member name="P:System.Xml.XmlEntity.OuterXml">
+      <summary>Gets the markup representing this node and all its children.</summary>
+      <returns>For <see langword="XmlEntity"></see> nodes, String.Empty is returned.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.Create(System.IO.Stream)">
-      <summary>Creates a new <see cref="T:System.Xml.XmlWriter"></see> instance using the specified stream.</summary>
-      <param name="output">The stream to which you want to write. The <see cref="T:System.Xml.XmlWriter"></see> writes XML 1.0 text syntax and appends it to the specified stream.</param>
-      <returns>An <see cref="System.Xml.XmlWriter"></see> object.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="stream">stream</paramref> value is null.</exception>
+    <member name="P:System.Xml.XmlEntity.PublicId">
+      <summary>Gets the value of the public identifier on the entity declaration.</summary>
+      <returns>The public identifier on the entity. If there is no public identifier, <see langword="null"></see> is returned.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.Create(System.Xml.XmlWriter)">
-      <summary>Creates a new <see cref="T:System.Xml.XmlWriter"></see> instance using the specified <see cref="T:System.Xml.XmlWriter"></see> object.</summary>
-      <param name="output">The <see cref="T:System.Xml.XmlWriter"></see> object that you want to use as the underlying writer.</param>
-      <returns>An <see cref="System.Xml.XmlWriter"></see> object that is wrapped around the specified <see cref="System.Xml.XmlWriter"></see> object.</returns>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="writer">writer</paramref> value is null.</exception>
+    <member name="P:System.Xml.XmlEntity.SystemId">
+      <summary>Gets the value of the system identifier on the entity declaration.</summary>
+      <returns>The system identifier on the entity. If there is no system identifier, <see langword="null"></see> is returned.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.Dispose">
-      <summary>Releases all resources used by the current instance of the <see cref="T:System.Xml.XmlWriter"></see> class.</summary>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlEntity.WriteContentTo(System.Xml.XmlWriter)">
+      <summary>Saves all the children of the node to the specified <see cref="T:System.Xml.XmlWriter"></see>. For <see langword="XmlEntity"></see> nodes, this method has no effect.</summary>
+      <param name="w">The <see langword="XmlWriter"></see> to which you want to save.</param>
     </member>
-    <member name="M:System.Xml.XmlWriter.Dispose(System.Boolean)">
-      <summary>Releases the unmanaged resources used by the <see cref="T:System.Xml.XmlWriter"></see> and optionally releases the managed resources.</summary>
-      <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlEntity.WriteTo(System.Xml.XmlWriter)">
+      <summary>Saves the node to the specified <see cref="T:System.Xml.XmlWriter"></see>. For <see langword="XmlEntity"></see> nodes, this method has no effect.</summary>
+      <param name="w">The <see langword="XmlWriter"></see> to which you want to save.</param>
     </member>
-    <member name="M:System.Xml.XmlWriter.Flush">
-      <summary>When overridden in a derived class, flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.</summary>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="T:System.Xml.XmlElement">
+      <summary>Represents an element.</summary>
     </member>
-    <member name="M:System.Xml.XmlWriter.FlushAsync">
-      <summary>Asynchronously flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.</summary>
-      <returns>The task that represents the asynchronous Flush operation.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlElement.#ctor(System.String,System.String,System.String,System.Xml.XmlDocument)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlElement"></see> class.</summary>
+      <param name="prefix">The namespace prefix; see the <see cref="P:System.Xml.XmlElement.Prefix"></see> property.</param>
+      <param name="localName">The local name; see the <see cref="P:System.Xml.XmlElement.LocalName"></see> property.</param>
+      <param name="namespaceURI">The namespace URI; see the <see cref="P:System.Xml.XmlElement.NamespaceURI"></see> property.</param>
+      <param name="doc">The parent XML document.</param>
     </member>
-    <member name="M:System.Xml.XmlWriter.LookupPrefix(System.String)">
-      <summary>When overridden in a derived class, returns the closest prefix defined in the current namespace scope for the namespace URI.</summary>
-      <param name="ns">The namespace URI whose prefix you want to find.</param>
-      <returns>The matching prefix or null if no matching namespace URI is found in the current scope.</returns>
-      <exception cref="T:System.ArgumentException"><paramref name="ns">ns</paramref> is either null or String.Empty.</exception>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="P:System.Xml.XmlElement.Attributes">
+      <summary>Gets an <see cref="T:System.Xml.XmlAttributeCollection"></see> containing the list of attributes for this node.</summary>
+      <returns><see cref="T:System.Xml.XmlAttributeCollection"></see> containing the list of attributes for this node.</returns>
     </member>
-    <member name="P:System.Xml.XmlWriter.Settings">
-      <summary>Gets the <see cref="T:System.Xml.XmlWriterSettings"></see> object used to create this <see cref="T:System.Xml.XmlWriter"></see> instance.</summary>
-      <returns>The <see cref="System.Xml.XmlWriterSettings"></see> object used to create this writer instance. If this writer was not created using the <see cref="System.Xml.XmlWriter.Create*"></see> method, this property returns null.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlElement.CloneNode(System.Boolean)">
+      <summary>Creates a duplicate of this node.</summary>
+      <param name="deep"><see langword="true"></see> to recursively clone the subtree under the specified node; <see langword="false"></see> to clone only the node itself (and its attributes if the node is an <see langword="XmlElement"></see>).</param>
+      <returns>The cloned node.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteAttributes(System.Xml.XmlReader,System.Boolean)">
-      <summary>When overridden in a derived class, writes out all the attributes found at the current position in the <see cref="T:System.Xml.XmlReader"></see>.</summary>
-      <param name="reader">The XmlReader from which to copy the attributes.</param>
-      <param name="defattr">true to copy the default attributes from the XmlReader; otherwise, false.</param>
-      <exception cref="T:System.ArgumentNullException"><paramref name="reader">reader</paramref> is null.</exception>
-      <exception cref="T:System.Xml.XmlException">The reader is not positioned on an element, attribute or XmlDeclaration node.</exception>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlElement.GetAttribute(System.String)">
+      <summary>Returns the value for the attribute with the specified name.</summary>
+      <param name="name">The name of the attribute to retrieve. This is a qualified name. It is matched against the <see langword="Name"></see> property of the matching node.</param>
+      <returns>The value of the specified attribute. An empty string is returned if a matching attribute is not found or if the attribute does not have a specified or default value.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteAttributesAsync(System.Xml.XmlReader,System.Boolean)">
-      <summary>Asynchronously writes out all the attributes found at the current position in the <see cref="T:System.Xml.XmlReader"></see>.</summary>
-      <param name="reader">The XmlReader from which to copy the attributes.</param>
-      <param name="defattr">true to copy the default attributes from the XmlReader; otherwise, false.</param>
-      <returns>The task that represents the asynchronous WriteAttributes operation.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlElement.GetAttribute(System.String,System.String)">
+      <summary>Returns the value for the attribute with the specified local name and namespace URI.</summary>
+      <param name="localName">The local name of the attribute to retrieve.</param>
+      <param name="namespaceURI">The namespace URI of the attribute to retrieve.</param>
+      <returns>The value of the specified attribute. An empty string is returned if a matching attribute is not found or if the attribute does not have a specified or default value.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteAttributeString(System.String,System.String)">
-      <summary>When overridden in a derived class, writes out the attribute with the specified local name and value.</summary>
+    <member name="M:System.Xml.XmlElement.GetAttributeNode(System.String)">
+      <summary>Returns the <see langword="XmlAttribute"></see> with the specified name.</summary>
+      <param name="name">The name of the attribute to retrieve. This is a qualified name. It is matched against the <see langword="Name"></see> property of the matching node.</param>
+      <returns>The specified <see langword="XmlAttribute"></see> or <see langword="null"></see> if a matching attribute was not found.</returns>
+    </member>
+    <member name="M:System.Xml.XmlElement.GetAttributeNode(System.String,System.String)">
+      <summary>Returns the <see cref="T:System.Xml.XmlAttribute"></see> with the specified local name and namespace URI.</summary>
       <param name="localName">The local name of the attribute.</param>
-      <param name="value">The value of the attribute.</param>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
-      <exception cref="T:System.ArgumentException">The xml:space or xml:lang attribute value is invalid.</exception>
+      <param name="namespaceURI">The namespace URI of the attribute.</param>
+      <returns>The specified <see langword="XmlAttribute"></see> or <see langword="null"></see> if a matching attribute was not found.</returns>
+    </member>
+    <member name="M:System.Xml.XmlElement.GetElementsByTagName(System.String,System.String)">
+      <summary>Returns an <see cref="T:System.Xml.XmlNodeList"></see> containing a list of all descendant elements that match the specified <see cref="P:System.Xml.XmlElement.LocalName"></see> and <see cref="P:System.Xml.XmlElement.NamespaceURI"></see>.</summary>
+      <param name="localName">The local name to match. The asterisk (*) is a special value that matches all tags.</param>
+      <param name="namespaceURI">The namespace URI to match.</param>
+      <returns>An <see cref="T:System.Xml.XmlNodeList"></see> containing a list of all matching nodes. The list is empty if there are no matching nodes.</returns>
+    </member>
+    <member name="M:System.Xml.XmlElement.GetElementsByTagName(System.String)">
+      <summary>Returns an <see cref="T:System.Xml.XmlNodeList"></see> containing a list of all descendant elements that match the specified <see cref="P:System.Xml.XmlElement.Name"></see>.</summary>
+      <param name="name">The name tag to match. This is a qualified name. It is matched against the <see langword="Name"></see> property of the matching node. The asterisk (*) is a special value that matches all tags.</param>
+      <returns>An <see cref="T:System.Xml.XmlNodeList"></see> containing a list of all matching nodes. The list is empty if there are no matching nodes.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteAttributeString(System.String,System.String,System.String)">
-      <summary>When overridden in a derived class, writes an attribute with the specified local name, namespace URI, and value.</summary>
-      <param name="localName">The local name of the attribute.</param>
-      <param name="ns">The namespace URI to associate with the attribute.</param>
-      <param name="value">The value of the attribute.</param>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
-      <exception cref="T:System.ArgumentException">The xml:space or xml:lang attribute value is invalid.</exception>
+    <member name="M:System.Xml.XmlElement.HasAttribute(System.String)">
+      <summary>Determines whether the current node has an attribute with the specified name.</summary>
+      <param name="name">The name of the attribute to find. This is a qualified name. It is matched against the <see langword="Name"></see> property of the matching node.</param>
+      <returns><see langword="true"></see> if the current node has the specified attribute; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteAttributeString(System.String,System.String,System.String,System.String)">
-      <summary>When overridden in a derived class, writes out the attribute with the specified prefix, local name, namespace URI, and value.</summary>
-      <param name="prefix">The namespace prefix of the attribute.</param>
-      <param name="localName">The local name of the attribute.</param>
-      <param name="ns">The namespace URI of the attribute.</param>
-      <param name="value">The value of the attribute.</param>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
-      <exception cref="T:System.ArgumentException">The xml:space or xml:lang attribute value is invalid.</exception>
-      <exception cref="T:System.Xml.XmlException">The <paramref name="localName">localName</paramref> or <paramref name="ns">ns</paramref> is null.</exception>
+    <member name="M:System.Xml.XmlElement.HasAttribute(System.String,System.String)">
+      <summary>Determines whether the current node has an attribute with the specified local name and namespace URI.</summary>
+      <param name="localName">The local name of the attribute to find.</param>
+      <param name="namespaceURI">The namespace URI of the attribute to find.</param>
+      <returns><see langword="true"></see> if the current node has the specified attribute; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteAttributeStringAsync(System.String,System.String,System.String,System.String)">
-      <summary>Asynchronously writes out the attribute with the specified prefix, local name, namespace URI, and value.</summary>
-      <param name="prefix">The namespace prefix of the attribute.</param>
-      <param name="localName">The local name of the attribute.</param>
-      <param name="ns">The namespace URI of the attribute.</param>
-      <param name="value">The value of the attribute.</param>
-      <returns>The task that represents the asynchronous WriteAttributeString operation.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+    <member name="P:System.Xml.XmlElement.HasAttributes">
+      <summary>Gets a <see langword="boolean"></see> value indicating whether the current node has any attributes.</summary>
+      <returns><see langword="true"></see> if the current node has attributes; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteBase64(System.Byte[],System.Int32,System.Int32)">
-      <summary>When overridden in a derived class, encodes the specified binary bytes as Base64 and writes out the resulting text.</summary>
-      <param name="buffer">Byte array to encode.</param>
-      <param name="index">The position in the buffer indicating the start of the bytes to write.</param>
-      <param name="count">The number of bytes to write.</param>
-      <exception cref="T:System.ArgumentNullException"><paramref name="buffer">buffer</paramref> is null.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index">index</paramref> or <paramref name="count">count</paramref> is less than zero.  
- -or-  
- The buffer length minus <paramref name="index">index</paramref> is less than <paramref name="count">count</paramref>.</exception>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="P:System.Xml.XmlElement.InnerText">
+      <summary>Gets or sets the concatenated values of the node and all its children.</summary>
+      <returns>The concatenated values of the node and all its children.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteBase64Async(System.Byte[],System.Int32,System.Int32)">
-      <summary>Asynchronously encodes the specified binary bytes as Base64 and writes out the resulting text.</summary>
-      <param name="buffer">Byte array to encode.</param>
-      <param name="index">The position in the buffer indicating the start of the bytes to write.</param>
-      <param name="count">The number of bytes to write.</param>
-      <returns>The task that represents the asynchronous WriteBase64 operation.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+    <member name="P:System.Xml.XmlElement.InnerXml">
+      <summary>Gets or sets the markup representing just the children of this node.</summary>
+      <returns>The markup of the children of this node.</returns>
+      <exception cref="T:System.Xml.XmlException">The XML specified when setting this property is not well-formed.</exception>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteBinHex(System.Byte[],System.Int32,System.Int32)">
-      <summary>When overridden in a derived class, encodes the specified binary bytes as BinHex and writes out the resulting text.</summary>
-      <param name="buffer">Byte array to encode.</param>
-      <param name="index">The position in the buffer indicating the start of the bytes to write.</param>
-      <param name="count">The number of bytes to write.</param>
-      <exception cref="T:System.ArgumentNullException"><paramref name="buffer">buffer</paramref> is null.</exception>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index">index</paramref> or <paramref name="count">count</paramref> is less than zero.  
- -or-  
- The buffer length minus <paramref name="index">index</paramref> is less than <paramref name="count">count</paramref>.</exception>
+    <member name="P:System.Xml.XmlElement.IsEmpty">
+      <summary>Gets or sets the tag format of the element.</summary>
+      <returns>Returns <see langword="true"></see> if the element is to be serialized in the short tag format &amp;quot;&amp;lt;item/&amp;gt;&amp;quot;; <see langword="false"></see> for the long format &amp;quot;&amp;lt;item&amp;gt;&amp;lt;/item&amp;gt;&amp;quot;.  
+ When setting this property, if set to <see langword="true"></see>, the children of the element are removed and the element is serialized in the short tag format. If set to <see langword="false"></see>, the value of the property is changed (regardless of whether or not the element has content); if the element is empty, it is serialized in the long format.  
+ This property is a Microsoft extension to the Document Object Model (DOM).</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteBinHexAsync(System.Byte[],System.Int32,System.Int32)">
-      <summary>Asynchronously encodes the specified binary bytes as BinHex and writes out the resulting text.</summary>
-      <param name="buffer">Byte array to encode.</param>
-      <param name="index">The position in the buffer indicating the start of the bytes to write.</param>
-      <param name="count">The number of bytes to write.</param>
-      <returns>The task that represents the asynchronous WriteBinHex operation.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+    <member name="P:System.Xml.XmlElement.LocalName">
+      <summary>Gets the local name of the current node.</summary>
+      <returns>The name of the current node with the prefix removed. For example, <see langword="LocalName"></see> is book for the element &amp;lt;bk:book&amp;gt;.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteCData(System.String)">
-      <summary>When overridden in a derived class, writes out a &amp;lt;![CDATA[...]]&amp;gt; block containing the specified text.</summary>
-      <param name="text">The text to place inside the CDATA block.</param>
-      <exception cref="T:System.ArgumentException">The text would result in a non-well formed XML document.</exception>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="P:System.Xml.XmlElement.Name">
+      <summary>Gets the qualified name of the node.</summary>
+      <returns>The qualified name of the node. For <see langword="XmlElement"></see> nodes, this is the tag name of the element.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteCDataAsync(System.String)">
-      <summary>Asynchronously writes out a &amp;lt;![CDATA[...]]&amp;gt; block containing the specified text.</summary>
-      <param name="text">The text to place inside the CDATA block.</param>
-      <returns>The task that represents the asynchronous WriteCData operation.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+    <member name="P:System.Xml.XmlElement.NamespaceURI">
+      <summary>Gets the namespace URI of this node.</summary>
+      <returns>The namespace URI of this node. If there is no namespace URI, this property returns String.Empty.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteCharEntity(System.Char)">
-      <summary>When overridden in a derived class, forces the generation of a character entity for the specified Unicode character value.</summary>
-      <param name="ch">The Unicode character for which to generate a character entity.</param>
-      <exception cref="T:System.ArgumentException">The character is in the surrogate pair character range, 0xd800 - 0xdfff.</exception>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="P:System.Xml.XmlElement.NextSibling">
+      <summary>Gets the <see cref="T:System.Xml.XmlNode"></see> immediately following this element.</summary>
+      <returns>The <see langword="XmlNode"></see> immediately following this element.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteCharEntityAsync(System.Char)">
-      <summary>Asynchronously forces the generation of a character entity for the specified Unicode character value.</summary>
-      <param name="ch">The Unicode character for which to generate a character entity.</param>
-      <returns>The task that represents the asynchronous WriteCharEntity operation.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+    <member name="P:System.Xml.XmlElement.NodeType">
+      <summary>Gets the type of the current node.</summary>
+      <returns>The node type. For <see langword="XmlElement"></see> nodes, this value is XmlNodeType.Element.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteChars(System.Char[],System.Int32,System.Int32)">
-      <summary>When overridden in a derived class, writes text one buffer at a time.</summary>
-      <param name="buffer">Character array containing the text to write.</param>
-      <param name="index">The position in the buffer indicating the start of the text to write.</param>
-      <param name="count">The number of characters to write.</param>
-      <exception cref="T:System.ArgumentNullException"><paramref name="buffer">buffer</paramref> is null.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index">index</paramref> or <paramref name="count">count</paramref> is less than zero.  
- -or-  
- The buffer length minus <paramref name="index">index</paramref> is less than <paramref name="count">count</paramref>; the call results in surrogate pair characters being split or an invalid surrogate pair being written.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="buffer">buffer</paramref> parameter value is not valid.</exception>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="P:System.Xml.XmlElement.OwnerDocument">
+      <summary>Gets the <see cref="T:System.Xml.XmlDocument"></see> to which this node belongs.</summary>
+      <returns>The <see langword="XmlDocument"></see> to which this element belongs.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteCharsAsync(System.Char[],System.Int32,System.Int32)">
-      <summary>Asynchronously writes text one buffer at a time.</summary>
-      <param name="buffer">Character array containing the text to write.</param>
-      <param name="index">The position in the buffer indicating the start of the text to write.</param>
-      <param name="count">The number of characters to write.</param>
-      <returns>The task that represents the asynchronous WriteChars operation.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+    <member name="P:System.Xml.XmlElement.ParentNode">
+      <summary>Gets the parent of this node (for nodes that can have parents).</summary>
+      <returns>The <see langword="XmlNode"></see> that is the parent of the current node. If a node has just been created and not yet added to the tree, or if it has been removed from the tree, the parent is <see langword="null"></see>. For all other nodes, the value returned depends on the <see cref="P:System.Xml.XmlNode.NodeType"></see> of the node. The following table describes the possible return values for the <see langword="ParentNode"></see> property.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteComment(System.String)">
-      <summary>When overridden in a derived class, writes out a comment &amp;lt;!--...--&amp;gt; containing the specified text.</summary>
-      <param name="text">Text to place inside the comment.</param>
-      <exception cref="T:System.ArgumentException">The text would result in a non-well-formed XML document.</exception>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="P:System.Xml.XmlElement.Prefix">
+      <summary>Gets or sets the namespace prefix of this node.</summary>
+      <returns>The namespace prefix of this node. If there is no prefix, this property returns String.Empty.</returns>
+      <exception cref="T:System.ArgumentException">This node is read-only</exception>
+      <exception cref="T:System.Xml.XmlException">The specified prefix contains an invalid character.  
+ The specified prefix is malformed.  
+ The namespaceURI of this node is <see langword="null"></see>.  
+ The specified prefix is &amp;quot;xml&amp;quot; and the namespaceURI of this node is different from http://www.w3.org/XML/1998/namespace.</exception>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteCommentAsync(System.String)">
-      <summary>Asynchronously writes out a comment &amp;lt;!--...--&amp;gt; containing the specified text.</summary>
-      <param name="text">Text to place inside the comment.</param>
-      <returns>The task that represents the asynchronous WriteComment operation.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlElement.RemoveAll">
+      <summary>Removes all specified attributes and children of the current node. Default attributes are not removed.</summary>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteDocType(System.String,System.String,System.String,System.String)">
-      <summary>When overridden in a derived class, writes the DOCTYPE declaration with the specified name and optional attributes.</summary>
-      <param name="name">The name of the DOCTYPE. This must be non-empty.</param>
-      <param name="pubid">If non-null it also writes PUBLIC &amp;quot;pubid&amp;quot; &amp;quot;sysid&amp;quot; where pubid and sysid are replaced with the value of the given arguments.</param>
-      <param name="sysid">If pubid is null and sysid is non-null it writes SYSTEM &amp;quot;sysid&amp;quot; where sysid is replaced with the value of this argument.</param>
-      <param name="subset">If non-null it writes [subset] where subset is replaced with the value of this argument.</param>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
-      <exception cref="T:System.ArgumentException">The value for <paramref name="name">name</paramref> would result in invalid XML.</exception>
+    <member name="M:System.Xml.XmlElement.RemoveAllAttributes">
+      <summary>Removes all specified attributes from the element. Default attributes are not removed.</summary>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteDocTypeAsync(System.String,System.String,System.String,System.String)">
-      <summary>Asynchronously writes the DOCTYPE declaration with the specified name and optional attributes.</summary>
-      <param name="name">The name of the DOCTYPE. This must be non-empty.</param>
-      <param name="pubid">If non-null it also writes PUBLIC &amp;quot;pubid&amp;quot; &amp;quot;sysid&amp;quot; where pubid and sysid are replaced with the value of the given arguments.</param>
-      <param name="sysid">If pubid is null and sysid is non-null it writes SYSTEM &amp;quot;sysid&amp;quot; where sysid is replaced with the value of this argument.</param>
-      <param name="subset">If non-null it writes [subset] where subset is replaced with the value of this argument.</param>
-      <returns>The task that represents the asynchronous WriteDocType operation.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlElement.RemoveAttribute(System.String)">
+      <summary>Removes an attribute by name.</summary>
+      <param name="name">The name of the attribute to remove.This is a qualified name. It is matched against the <see langword="Name"></see> property of the matching node.</param>
+      <exception cref="T:System.ArgumentException">The node is read-only.</exception>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteElementString(System.String,System.String)">
-      <summary>Writes an element with the specified local name and value.</summary>
-      <param name="localName">The local name of the element.</param>
-      <param name="value">The value of the element.</param>
-      <exception cref="T:System.ArgumentException">The <paramref name="localName">localName</paramref> value is null or an empty string.  
- -or-  
- The parameter values are not valid.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">There is a character in the buffer that is a valid XML character but is not valid for the output encoding. For example, if the output encoding is ASCII, you should only use characters from the range of 0 to 127 for element and attribute names. The invalid character might be in the argument of this method or in an argument of previous methods that were writing to the buffer. Such characters are escaped by character entity references when possible (for example, in text nodes or attribute values). However, the character entity reference is not allowed in element and attribute names, comments, processing instructions, or CDATA sections.</exception>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlElement.RemoveAttribute(System.String,System.String)">
+      <summary>Removes an attribute with the specified local name and namespace URI. (If the removed attribute has a default value, it is immediately replaced).</summary>
+      <param name="localName">The local name of the attribute to remove.</param>
+      <param name="namespaceURI">The namespace URI of the attribute to remove.</param>
+      <exception cref="T:System.ArgumentException">The node is read-only.</exception>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteElementString(System.String,System.String,System.String)">
-      <summary>Writes an element with the specified local name, namespace URI, and value.</summary>
-      <param name="localName">The local name of the element.</param>
-      <param name="ns">The namespace URI to associate with the element.</param>
-      <param name="value">The value of the element.</param>
-      <exception cref="T:System.ArgumentException">The <paramref name="localName">localName</paramref> value is null or an empty string.  
- -or-  
- The parameter values are not valid.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">There is a character in the buffer that is a valid XML character but is not valid for the output encoding. For example, if the output encoding is ASCII, you should only use characters from the range of 0 to 127 for element and attribute names. The invalid character might be in the argument of this method or in an argument of previous methods that were writing to the buffer. Such characters are escaped by character entity references when possible (for example, in text nodes or attribute values). However, the character entity reference is not allowed in element and attribute names, comments, processing instructions, or CDATA sections.</exception>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlElement.RemoveAttributeAt(System.Int32)">
+      <summary>Removes the attribute node with the specified index from the element. (If the removed attribute has a default value, it is immediately replaced).</summary>
+      <param name="i">The index of the node to remove. The first node has index 0.</param>
+      <returns>The attribute node removed or <see langword="null"></see> if there is no node at the given index.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteElementString(System.String,System.String,System.String,System.String)">
-      <summary>Writes an element with the specified prefix, local name, namespace URI, and value.</summary>
-      <param name="prefix">The prefix of the element.</param>
-      <param name="localName">The local name of the element.</param>
-      <param name="ns">The namespace URI of the element.</param>
-      <param name="value">The value of the element.</param>
-      <exception cref="T:System.ArgumentException">The <paramref name="localName">localName</paramref> value is null or an empty string.  
- -or-  
- The parameter values are not valid.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">There is a character in the buffer that is a valid XML character but is not valid for the output encoding. For example, if the output encoding is ASCII, you should only use characters from the range of 0 to 127 for element and attribute names. The invalid character might be in the argument of this method or in an argument of previous methods that were writing to the buffer. Such characters are escaped by character entity references when possible (for example, in text nodes or attribute values). However, the character entity reference is not allowed in element and attribute names, comments, processing instructions, or CDATA sections.</exception>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlElement.RemoveAttributeNode(System.Xml.XmlAttribute)">
+      <summary>Removes the specified <see cref="T:System.Xml.XmlAttribute"></see>.</summary>
+      <param name="oldAttr">The <see langword="XmlAttribute"></see> node to remove. If the removed attribute has a default value, it is immediately replaced.</param>
+      <returns>The removed <see langword="XmlAttribute"></see> or <see langword="null"></see> if <paramref name="oldAttr">oldAttr</paramref> is not an attribute node of the <see langword="XmlElement"></see>.</returns>
+      <exception cref="T:System.ArgumentException">This node is read-only.</exception>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteElementStringAsync(System.String,System.String,System.String,System.String)">
-      <summary>Asynchronously writes an element with the specified prefix, local name, namespace URI, and value.</summary>
-      <param name="prefix">The prefix of the element.</param>
-      <param name="localName">The local name of the element.</param>
-      <param name="ns">The namespace URI of the element.</param>
-      <param name="value">The value of the element.</param>
-      <returns>The task that represents the asynchronous WriteElementString operation.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlElement.RemoveAttributeNode(System.String,System.String)">
+      <summary>Removes the <see cref="T:System.Xml.XmlAttribute"></see> specified by the local name and namespace URI. (If the removed attribute has a default value, it is immediately replaced).</summary>
+      <param name="localName">The local name of the attribute.</param>
+      <param name="namespaceURI">The namespace URI of the attribute.</param>
+      <returns>The removed <see langword="XmlAttribute"></see> or <see langword="null"></see> if the <see langword="XmlElement"></see> does not have a matching attribute node.</returns>
+      <exception cref="T:System.ArgumentException">This node is read-only.</exception>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteEndAttribute">
-      <summary>When overridden in a derived class, closes the previous <see cref="M:System.Xml.XmlWriter.WriteStartAttribute(System.String,System.String)"></see> call.</summary>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="P:System.Xml.XmlElement.SchemaInfo">
+      <summary>Gets the post schema validation infoset that has been assigned to this node as a result of schema validation.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.IXmlSchemaInfo"></see> object containing the post schema validation infoset of this node.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteEndAttributeAsync">
-      <summary>Asynchronously closes the previous <see cref="M:System.Xml.XmlWriter.WriteStartAttribute(System.String,System.String)"></see> call.</summary>
-      <returns>The task that represents the asynchronous WriteEndAttribute operation.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlElement.SetAttribute(System.String,System.String)">
+      <summary>Sets the value of the attribute with the specified name.</summary>
+      <param name="name">The name of the attribute to create or alter. This is a qualified name. If the name contains a colon it is parsed into prefix and local name components.</param>
+      <param name="value">The value to set for the attribute.</param>
+      <exception cref="T:System.Xml.XmlException">The specified name contains an invalid character.</exception>
+      <exception cref="T:System.ArgumentException">The node is read-only.</exception>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteEndDocument">
-      <summary>When overridden in a derived class, closes any open elements or attributes and puts the writer back in the Start state.</summary>
-      <exception cref="T:System.ArgumentException">The XML document is invalid.</exception>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlElement.SetAttribute(System.String,System.String,System.String)">
+      <summary>Sets the value of the attribute with the specified local name and namespace URI.</summary>
+      <param name="localName">The local name of the attribute.</param>
+      <param name="namespaceURI">The namespace URI of the attribute.</param>
+      <param name="value">The value to set for the attribute.</param>
+      <returns>The attribute value.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteEndDocumentAsync">
-      <summary>Asynchronously closes any open elements or attributes and puts the writer back in the Start state.</summary>
-      <returns>The task that represents the asynchronous WriteEndDocument operation.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlElement.SetAttributeNode(System.Xml.XmlAttribute)">
+      <summary>Adds the specified <see cref="T:System.Xml.XmlAttribute"></see>.</summary>
+      <param name="newAttr">The <see langword="XmlAttribute"></see> node to add to the attribute collection for this element.</param>
+      <returns>If the attribute replaces an existing attribute with the same name, the old <see langword="XmlAttribute"></see> is returned; otherwise, <see langword="null"></see> is returned.</returns>
+      <exception cref="T:System.ArgumentException">The <paramref name="newAttr">newAttr</paramref> was created from a different document than the one that created this node. Or this node is read-only.</exception>
+      <exception cref="T:System.InvalidOperationException">The <paramref name="newAttr">newAttr</paramref> is already an attribute of another <see langword="XmlElement"></see> object. You must explicitly clone <see langword="XmlAttribute"></see> nodes to re-use them in other <see langword="XmlElement"></see> objects.</exception>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteEndElement">
-      <summary>When overridden in a derived class, closes one element and pops the corresponding namespace scope.</summary>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlElement.SetAttributeNode(System.String,System.String)">
+      <summary>Adds the specified <see cref="T:System.Xml.XmlAttribute"></see>.</summary>
+      <param name="localName">The local name of the attribute.</param>
+      <param name="namespaceURI">The namespace URI of the attribute.</param>
+      <returns>The <see langword="XmlAttribute"></see> to add.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteEndElementAsync">
-      <summary>Asynchronously closes one element and pops the corresponding namespace scope.</summary>
-      <returns>The task that represents the asynchronous WriteEndElement operation.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlElement.WriteContentTo(System.Xml.XmlWriter)">
+      <summary>Saves all the children of the node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
+      <param name="w">The <see langword="XmlWriter"></see> to which you want to save.</param>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteEntityRef(System.String)">
-      <summary>When overridden in a derived class, writes out an entity reference as &amp;amp;name;.</summary>
-      <param name="name">The name of the entity reference.</param>
-      <exception cref="T:System.ArgumentException"><paramref name="name">name</paramref> is either null or String.Empty.</exception>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlElement.WriteTo(System.Xml.XmlWriter)">
+      <summary>Saves the current node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
+      <param name="w">The <see langword="XmlWriter"></see> to which you want to save.</param>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteEntityRefAsync(System.String)">
-      <summary>Asynchronously writes out an entity reference as &amp;amp;name;.</summary>
-      <param name="name">The name of the entity reference.</param>
-      <returns>The task that represents the asynchronous WriteEntityRef operation.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+    <member name="T:System.Xml.XmlDocumentType">
+      <summary>Represents the document type declaration.</summary>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteFullEndElement">
-      <summary>When overridden in a derived class, closes one element and pops the corresponding namespace scope.</summary>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlDocumentType.#ctor(System.String,System.String,System.String,System.String,System.Xml.XmlDocument)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlDocumentType"></see> class.</summary>
+      <param name="name">The qualified name; see the <see cref="P:System.Xml.XmlDocumentType.Name"></see> property.</param>
+      <param name="publicId">The public identifier; see the <see cref="P:System.Xml.XmlDocumentType.PublicId"></see> property.</param>
+      <param name="systemId">The system identifier; see the <see cref="P:System.Xml.XmlDocumentType.SystemId"></see> property.</param>
+      <param name="internalSubset">The DTD internal subset; see the <see cref="P:System.Xml.XmlDocumentType.InternalSubset"></see> property.</param>
+      <param name="doc">The parent document.</param>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteFullEndElementAsync">
-      <summary>Asynchronously closes one element and pops the corresponding namespace scope.</summary>
-      <returns>The task that represents the asynchronous WriteFullEndElement operation.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlDocumentType.CloneNode(System.Boolean)">
+      <summary>Creates a duplicate of this node.</summary>
+      <param name="deep"><see langword="true"></see> to recursively clone the subtree under the specified node; <see langword="false"></see> to clone only the node itself. For document type nodes, the cloned node always includes the subtree, regardless of the parameter setting.</param>
+      <returns>The cloned node.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteName(System.String)">
-      <summary>When overridden in a derived class, writes out the specified name, ensuring it is a valid name according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name).</summary>
-      <param name="name">The name to write.</param>
-      <exception cref="T:System.ArgumentException"><paramref name="name">name</paramref> is not a valid XML name; or <paramref name="name">name</paramref> is either null or String.Empty.</exception>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="P:System.Xml.XmlDocumentType.Entities">
+      <summary>Gets the collection of <see cref="T:System.Xml.XmlEntity"></see> nodes declared in the document type declaration.</summary>
+      <returns>An <see cref="T:System.Xml.XmlNamedNodeMap"></see> containing the <see langword="XmlEntity"></see> nodes. The returned <see langword="XmlNamedNodeMap"></see> is read-only.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteNameAsync(System.String)">
-      <summary>Asynchronously writes out the specified name, ensuring it is a valid name according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name).</summary>
-      <param name="name">The name to write.</param>
-      <returns>The task that represents the asynchronous WriteName operation.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+    <member name="P:System.Xml.XmlDocumentType.InternalSubset">
+      <summary>Gets the value of the document type definition (DTD) internal subset on the DOCTYPE declaration.</summary>
+      <returns>The DTD internal subset on the DOCTYPE. If there is no DTD internal subset, String.Empty is returned.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteNmToken(System.String)">
-      <summary>When overridden in a derived class, writes out the specified name, ensuring it is a valid NmToken according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name).</summary>
-      <param name="name">The name to write.</param>
-      <exception cref="T:System.ArgumentException"><paramref name="name">name</paramref> is not a valid NmToken; or <paramref name="name">name</paramref> is either null or String.Empty.</exception>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="P:System.Xml.XmlDocumentType.IsReadOnly">
+      <summary>Gets a value indicating whether the node is read-only.</summary>
+      <returns><see langword="true"></see> if the node is read-only; otherwise <see langword="false"></see>.  
+ Because DocumentType nodes are read-only, this property always returns <see langword="true"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteNmTokenAsync(System.String)">
-      <summary>Asynchronously writes out the specified name, ensuring it is a valid NmToken according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name).</summary>
-      <param name="name">The name to write.</param>
-      <returns>The task that represents the asynchronous WriteNmToken operation.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+    <member name="P:System.Xml.XmlDocumentType.LocalName">
+      <summary>Gets the local name of the node.</summary>
+      <returns>For DocumentType nodes, this property returns the name of the document type.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteNode(System.Xml.XmlReader,System.Boolean)">
-      <summary>When overridden in a derived class, copies everything from the reader to the writer and moves the reader to the start of the next sibling.</summary>
-      <param name="reader">The <see cref="T:System.Xml.XmlReader"></see> to read from.</param>
-      <param name="defattr">true to copy the default attributes from the XmlReader; otherwise, false.</param>
-      <exception cref="T:System.ArgumentNullException"><paramref name="reader">reader</paramref> is null.</exception>
-      <exception cref="T:System.ArgumentException"><paramref name="reader">reader</paramref> contains invalid characters.</exception>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="P:System.Xml.XmlDocumentType.Name">
+      <summary>Gets the qualified name of the node.</summary>
+      <returns>For DocumentType nodes, this property returns the name of the document type.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteNode(System.Xml.XPath.XPathNavigator,System.Boolean)">
-      <summary>Copies everything from the <see cref="T:System.Xml.XPath.XPathNavigator"></see> object to the writer. The position of the <see cref="T:System.Xml.XPath.XPathNavigator"></see> remains unchanged.</summary>
-      <param name="navigator">The <see cref="T:System.Xml.XPath.XPathNavigator"></see> to copy from.</param>
-      <param name="defattr">true to copy the default attributes; otherwise, false.</param>
-      <exception cref="T:System.ArgumentNullException"><paramref name="navigator">navigator</paramref> is null.</exception>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="P:System.Xml.XmlDocumentType.NodeType">
+      <summary>Gets the type of the current node.</summary>
+      <returns>For DocumentType nodes, this value is XmlNodeType.DocumentType.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteNodeAsync(System.Xml.XmlReader,System.Boolean)">
-      <summary>Asynchronously copies everything from the reader to the writer and moves the reader to the start of the next sibling.</summary>
-      <param name="reader">The <see cref="T:System.Xml.XmlReader"></see> to read from.</param>
-      <param name="defattr">true to copy the default attributes from the XmlReader; otherwise, false.</param>
-      <returns>The task that represents the asynchronous WriteNode operation.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+    <member name="P:System.Xml.XmlDocumentType.Notations">
+      <summary>Gets the collection of <see cref="T:System.Xml.XmlNotation"></see> nodes present in the document type declaration.</summary>
+      <returns>An <see cref="T:System.Xml.XmlNamedNodeMap"></see> containing the <see langword="XmlNotation"></see> nodes. The returned <see langword="XmlNamedNodeMap"></see> is read-only.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteNodeAsync(System.Xml.XPath.XPathNavigator,System.Boolean)">
-      <summary>Asynchronously copies everything from the <see cref="T:System.Xml.XPath.XPathNavigator"></see> object to the writer. The position of the <see cref="T:System.Xml.XPath.XPathNavigator"></see> remains unchanged.</summary>
-      <param name="navigator">The <see cref="T:System.Xml.XPath.XPathNavigator"></see> to copy from.</param>
-      <param name="defattr">true to copy the default attributes; otherwise, false.</param>
-      <returns>The task that represents the asynchronous WriteNode operation.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+    <member name="P:System.Xml.XmlDocumentType.PublicId">
+      <summary>Gets the value of the public identifier on the DOCTYPE declaration.</summary>
+      <returns>The public identifier on the DOCTYPE. If there is no public identifier, <see langword="null"></see> is returned.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteProcessingInstruction(System.String,System.String)">
-      <summary>When overridden in a derived class, writes out a processing instruction with a space between the name and text as follows: &amp;lt;?name text?&amp;gt;.</summary>
-      <param name="name">The name of the processing instruction.</param>
-      <param name="text">The text to include in the processing instruction.</param>
-      <exception cref="T:System.ArgumentException">The text would result in a non-well formed XML document.  
- <paramref name="name">name</paramref> is either null or String.Empty.  
- This method is being used to create an XML declaration after <see cref="System.Xml.XmlWriter.WriteStartDocument"></see> has already been called.</exception>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="P:System.Xml.XmlDocumentType.SystemId">
+      <summary>Gets the value of the system identifier on the DOCTYPE declaration.</summary>
+      <returns>The system identifier on the DOCTYPE. If there is no system identifier, <see langword="null"></see> is returned.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteProcessingInstructionAsync(System.String,System.String)">
-      <summary>Asynchronously writes out a processing instruction with a space between the name and text as follows: &amp;lt;?name text?&amp;gt;.</summary>
-      <param name="name">The name of the processing instruction.</param>
-      <param name="text">The text to include in the processing instruction.</param>
-      <returns>The task that represents the asynchronous WriteProcessingInstruction operation.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlDocumentType.WriteContentTo(System.Xml.XmlWriter)">
+      <summary>Saves all the children of the node to the specified <see cref="T:System.Xml.XmlWriter"></see>. For <see langword="XmlDocumentType"></see> nodes, this method has no effect.</summary>
+      <param name="w">The <see langword="XmlWriter"></see> to which you want to save.</param>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteQualifiedName(System.String,System.String)">
-      <summary>When overridden in a derived class, writes out the namespace-qualified name. This method looks up the prefix that is in scope for the given namespace.</summary>
-      <param name="localName">The local name to write.</param>
-      <param name="ns">The namespace URI for the name.</param>
-      <exception cref="T:System.ArgumentException"><paramref name="localName">localName</paramref> is either null or String.Empty.  
- <paramref name="localName">localName</paramref> is not a valid name.</exception>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlDocumentType.WriteTo(System.Xml.XmlWriter)">
+      <summary>Saves the node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
+      <param name="w">The <see langword="XmlWriter"></see> to which you want to save.</param>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteQualifiedNameAsync(System.String,System.String)">
-      <summary>Asynchronously writes out the namespace-qualified name. This method looks up the prefix that is in scope for the given namespace.</summary>
-      <param name="localName">The local name to write.</param>
-      <param name="ns">The namespace URI for the name.</param>
-      <returns>The task that represents the asynchronous WriteQualifiedName operation.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+    <member name="T:System.Xml.XmlDocumentFragment">
+      <summary>Represents a lightweight object that is useful for tree insert operations.</summary>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteRaw(System.String)">
-      <summary>When overridden in a derived class, writes raw markup manually from a string.</summary>
-      <param name="data">String containing the text to write.</param>
-      <exception cref="T:System.ArgumentException"><paramref name="data">data</paramref> is either null or String.Empty.</exception>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlDocumentFragment.#ctor(System.Xml.XmlDocument)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlDocumentFragment"></see> class.</summary>
+      <param name="ownerDocument">The XML document that is the source of the fragment.</param>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteRaw(System.Char[],System.Int32,System.Int32)">
-      <summary>When overridden in a derived class, writes raw markup manually from a character buffer.</summary>
-      <param name="buffer">Character array containing the text to write.</param>
-      <param name="index">The position within the buffer indicating the start of the text to write.</param>
-      <param name="count">The number of characters to write.</param>
-      <exception cref="T:System.ArgumentNullException"><paramref name="buffer">buffer</paramref> is null.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index">index</paramref> or <paramref name="count">count</paramref> is less than zero.  
- -or-  
- The buffer length minus <paramref name="index">index</paramref> is less than <paramref name="count">count</paramref>.</exception>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlDocumentFragment.CloneNode(System.Boolean)">
+      <summary>Creates a duplicate of this node.</summary>
+      <param name="deep"><see langword="true"></see> to recursively clone the subtree under the specified node; <see langword="false"></see> to clone only the node itself.</param>
+      <returns>The cloned node.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteRawAsync(System.String)">
-      <summary>Asynchronously writes raw markup manually from a string.</summary>
-      <param name="data">String containing the text to write.</param>
-      <returns>The task that represents the asynchronous WriteRaw operation.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+    <member name="P:System.Xml.XmlDocumentFragment.InnerXml">
+      <summary>Gets or sets the markup representing the children of this node.</summary>
+      <returns>The markup of the children of this node.</returns>
+      <exception cref="T:System.Xml.XmlException">The XML specified when setting this property is not well-formed.</exception>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteRawAsync(System.Char[],System.Int32,System.Int32)">
-      <summary>Asynchronously writes raw markup manually from a character buffer.</summary>
-      <param name="buffer">Character array containing the text to write.</param>
-      <param name="index">The position within the buffer indicating the start of the text to write.</param>
-      <param name="count">The number of characters to write.</param>
-      <returns>The task that represents the asynchronous WriteRaw operation.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+    <member name="P:System.Xml.XmlDocumentFragment.LocalName">
+      <summary>Gets the local name of the node.</summary>
+      <returns>For <see langword="XmlDocumentFragment"></see> nodes, the local name is <see langword="#document-fragment"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteStartAttribute(System.String)">
-      <summary>Writes the start of an attribute with the specified local name.</summary>
-      <param name="localName">The local name of the attribute.</param>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">There is a character in the buffer that is a valid XML character but is not valid for the output encoding. For example, if the output encoding is ASCII, you should only use characters from the range of 0 to 127 for element and attribute names. The invalid character might be in the argument of this method or in an argument of previous methods that were writing to the buffer. Such characters are escaped by character entity references when possible (for example, in text nodes or attribute values). However, the character entity reference is not allowed in element and attribute names, comments, processing instructions, or CDATA sections.</exception>
+    <member name="P:System.Xml.XmlDocumentFragment.Name">
+      <summary>Gets the qualified name of the node.</summary>
+      <returns>For <see langword="XmlDocumentFragment"></see>, the name is <see langword="#document-fragment"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteStartAttribute(System.String,System.String)">
-      <summary>Writes the start of an attribute with the specified local name and namespace URI.</summary>
-      <param name="localName">The local name of the attribute.</param>
-      <param name="ns">The namespace URI of the attribute.</param>
-      <exception cref="T:System.Text.EncoderFallbackException">There is a character in the buffer that is a valid XML character but is not valid for the output encoding. For example, if the output encoding is ASCII, you should only use characters from the range of 0 to 127 for element and attribute names. The invalid character might be in the argument of this method or in an argument of previous methods that were writing to the buffer. Such characters are escaped by character entity references when possible (for example, in text nodes or attribute values). However, the character entity reference is not allowed in element and attribute names, comments, processing instructions, or CDATA sections.</exception>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="P:System.Xml.XmlDocumentFragment.NodeType">
+      <summary>Gets the type of the current node.</summary>
+      <returns>For <see langword="XmlDocumentFragment"></see> nodes, this value is XmlNodeType.DocumentFragment.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteStartAttribute(System.String,System.String,System.String)">
-      <summary>When overridden in a derived class, writes the start of an attribute with the specified prefix, local name, and namespace URI.</summary>
-      <param name="prefix">The namespace prefix of the attribute.</param>
-      <param name="localName">The local name of the attribute.</param>
-      <param name="ns">The namespace URI for the attribute.</param>
-      <exception cref="T:System.Text.EncoderFallbackException">There is a character in the buffer that is a valid XML character but is not valid for the output encoding. For example, if the output encoding is ASCII, you should only use characters from the range of 0 to 127 for element and attribute names. The invalid character might be in the argument of this method or in an argument of previous methods that were writing to the buffer. Such characters are escaped by character entity references when possible (for example, in text nodes or attribute values). However, the character entity reference is not allowed in element and attribute names, comments, processing instructions, or CDATA sections.</exception>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="P:System.Xml.XmlDocumentFragment.OwnerDocument">
+      <summary>Gets the <see cref="T:System.Xml.XmlDocument"></see> to which this node belongs.</summary>
+      <returns>The <see langword="XmlDocument"></see> to which this node belongs.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteStartAttributeAsync(System.String,System.String,System.String)">
-      <summary>Asynchronously writes the start of an attribute with the specified prefix, local name, and namespace URI.</summary>
-      <param name="prefix">The namespace prefix of the attribute.</param>
-      <param name="localName">The local name of the attribute.</param>
-      <param name="ns">The namespace URI for the attribute.</param>
-      <returns>The task that represents the asynchronous WriteStartAttribute operation.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+    <member name="P:System.Xml.XmlDocumentFragment.ParentNode">
+      <summary>Gets the parent of this node (for nodes that can have parents).</summary>
+      <returns>The parent of this node.  
+ For <see langword="XmlDocumentFragment"></see> nodes, this property is always <see langword="null"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteStartDocument">
-      <summary>When overridden in a derived class, writes the XML declaration with the version &amp;quot;1.0&amp;quot;.</summary>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlDocumentFragment.WriteContentTo(System.Xml.XmlWriter)">
+      <summary>Saves all the children of the node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
+      <param name="w">The <see langword="XmlWriter"></see> to which you want to save.</param>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteStartDocument(System.Boolean)">
-      <summary>When overridden in a derived class, writes the XML declaration with the version &amp;quot;1.0&amp;quot; and the standalone attribute.</summary>
-      <param name="standalone">If true, it writes &amp;quot;standalone=yes&amp;quot;; if false, it writes &amp;quot;standalone=no&amp;quot;.</param>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlDocumentFragment.WriteTo(System.Xml.XmlWriter)">
+      <summary>Saves the node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
+      <param name="w">The <see langword="XmlWriter"></see> to which you want to save.</param>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteStartDocumentAsync(System.Boolean)">
-      <summary>Asynchronously writes the XML declaration with the version &amp;quot;1.0&amp;quot; and the standalone attribute.</summary>
-      <param name="standalone">If true, it writes &amp;quot;standalone=yes&amp;quot;; if false, it writes &amp;quot;standalone=no&amp;quot;.</param>
-      <returns>The task that represents the asynchronous WriteStartDocument operation.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+    <member name="T:System.Xml.XmlDocument">
+      <summary>Represents an XML document. You can use this class to load, validate, edit, add, and position XML in a document.</summary>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteStartDocumentAsync">
-      <summary>Asynchronously writes the XML declaration with the version &amp;quot;1.0&amp;quot;.</summary>
-      <returns>The task that represents the asynchronous WriteStartDocument operation.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlDocument.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlDocument"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteStartElement(System.String)">
-      <summary>When overridden in a derived class, writes out a start tag with the specified local name.</summary>
-      <param name="localName">The local name of the element.</param>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">There is a character in the buffer that is a valid XML character but is not valid for the output encoding. For example, if the output encoding is ASCII, you should only use characters from the range of 0 to 127 for element and attribute names. The invalid character might be in the argument of this method or in an argument of previous methods that were writing to the buffer. Such characters are escaped by character entity references when possible (for example, in text nodes or attribute values). However, the character entity reference is not allowed in element and attribute names, comments, processing instructions, or CDATA sections.</exception>
+    <member name="M:System.Xml.XmlDocument.#ctor(System.Xml.XmlImplementation)">
+      <summary>Initializes a new instance of the <see langword="XmlDocument"></see> class with the specified <see cref="T:System.Xml.XmlImplementation"></see>.</summary>
+      <param name="imp">The <see langword="XmlImplementation"></see> to use.</param>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteStartElement(System.String,System.String)">
-      <summary>When overridden in a derived class, writes the specified start tag and associates it with the given namespace.</summary>
-      <param name="localName">The local name of the element.</param>
-      <param name="ns">The namespace URI to associate with the element. If this namespace is already in scope and has an associated prefix, the writer automatically writes that prefix also.</param>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">There is a character in the buffer that is a valid XML character but is not valid for the output encoding. For example, if the output encoding is ASCII, you should only use characters from the range of 0 to 127 for element and attribute names. The invalid character might be in the argument of this method or in an argument of previous methods that were writing to the buffer. Such characters are escaped by character entity references when possible (for example, in text nodes or attribute values). However, the character entity reference is not allowed in element and attribute names, comments, processing instructions, or CDATA sections.</exception>
+    <member name="M:System.Xml.XmlDocument.#ctor(System.Xml.XmlNameTable)">
+      <summary>Initializes a new instance of the <see langword="XmlDocument"></see> class with the specified <see cref="T:System.Xml.XmlNameTable"></see>.</summary>
+      <param name="nt">The <see langword="XmlNameTable"></see> to use.</param>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteStartElement(System.String,System.String,System.String)">
-      <summary>When overridden in a derived class, writes the specified start tag and associates it with the given namespace and prefix.</summary>
-      <param name="prefix">The namespace prefix of the element.</param>
-      <param name="localName">The local name of the element.</param>
-      <param name="ns">The namespace URI to associate with the element.</param>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">There is a character in the buffer that is a valid XML character but is not valid for the output encoding. For example, if the output encoding is ASCII, you should only use characters from the range of 0 to 127 for element and attribute names. The invalid character might be in the argument of this method or in an argument of previous methods that were writing to the buffer. Such characters are escaped by character entity references when possible (for example, in text nodes or attribute values). However, the character entity reference is not allowed in element and attribute names, comments, processing instructions, or CDATA sections.</exception>
+    <member name="P:System.Xml.XmlDocument.BaseURI">
+      <summary>Gets the base URI of the current node.</summary>
+      <returns>The location from which the node was loaded.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteStartElementAsync(System.String,System.String,System.String)">
-      <summary>Asynchronously writes the specified start tag and associates it with the given namespace and prefix.</summary>
-      <param name="prefix">The namespace prefix of the element.</param>
-      <param name="localName">The local name of the element.</param>
-      <param name="ns">The namespace URI to associate with the element.</param>
-      <returns>The task that represents the asynchronous WriteStartElement operation.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlDocument.CloneNode(System.Boolean)">
+      <summary>Creates a duplicate of this node.</summary>
+      <param name="deep"><see langword="true"></see> to recursively clone the subtree under the specified node; <see langword="false"></see> to clone only the node itself.</param>
+      <returns>The cloned <see langword="XmlDocument"></see> node.</returns>
     </member>
-    <member name="P:System.Xml.XmlWriter.WriteState">
-      <summary>When overridden in a derived class, gets the state of the writer.</summary>
-      <returns>One of the <see cref="System.Xml.WriteState"></see> values.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlDocument.CreateAttribute(System.String)">
+      <summary>Creates an <see cref="T:System.Xml.XmlAttribute"></see> with the specified <see cref="P:System.Xml.XmlDocument.Name"></see>.</summary>
+      <param name="name">The qualified name of the attribute. If the name contains a colon, the <see cref="P:System.Xml.XmlNode.Prefix"></see> property reflects the part of the name preceding the first colon and the <see cref="P:System.Xml.XmlDocument.LocalName"></see> property reflects the part of the name following the first colon. The <see cref="P:System.Xml.XmlNode.NamespaceURI"></see> remains empty unless the prefix is a recognized built-in prefix such as xmlns. In this case <see langword="NamespaceURI"></see> has a value of http://www.w3.org/2000/xmlns/.</param>
+      <returns>The new <see langword="XmlAttribute"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteString(System.String)">
-      <summary>When overridden in a derived class, writes the given text content.</summary>
-      <param name="text">The text to write.</param>
-      <exception cref="T:System.ArgumentException">The text string contains an invalid surrogate pair.</exception>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlDocument.CreateAttribute(System.String,System.String)">
+      <summary>Creates an <see cref="T:System.Xml.XmlAttribute"></see> with the specified qualified name and <see cref="P:System.Xml.XmlNode.NamespaceURI"></see>.</summary>
+      <param name="qualifiedName">The qualified name of the attribute. If the name contains a colon then the <see cref="P:System.Xml.XmlNode.Prefix"></see> property will reflect the part of the name preceding the colon and the <see cref="P:System.Xml.XmlDocument.LocalName"></see> property will reflect the part of the name after the colon.</param>
+      <param name="namespaceURI">The namespaceURI of the attribute. If the qualified name includes a prefix of xmlns, then this parameter must be http://www.w3.org/2000/xmlns/.</param>
+      <returns>The new <see langword="XmlAttribute"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteStringAsync(System.String)">
-      <summary>Asynchronously writes the given text content.</summary>
-      <param name="text">The text to write.</param>
-      <returns>The task that represents the asynchronous WriteString operation.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlDocument.CreateAttribute(System.String,System.String,System.String)">
+      <summary>Creates an <see cref="T:System.Xml.XmlAttribute"></see> with the specified <see cref="P:System.Xml.XmlNode.Prefix"></see>, <see cref="P:System.Xml.XmlDocument.LocalName"></see>, and <see cref="P:System.Xml.XmlNode.NamespaceURI"></see>.</summary>
+      <param name="prefix">The prefix of the attribute (if any). String.Empty and <see langword="null"></see> are equivalent.</param>
+      <param name="localName">The local name of the attribute.</param>
+      <param name="namespaceURI">The namespace URI of the attribute (if any). String.Empty and <see langword="null"></see> are equivalent. If prefix is xmlns, then this parameter must be http://www.w3.org/2000/xmlns/; otherwise an exception is thrown.</param>
+      <returns>The new <see langword="XmlAttribute"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteSurrogateCharEntity(System.Char,System.Char)">
-      <summary>When overridden in a derived class, generates and writes the surrogate character entity for the surrogate character pair.</summary>
-      <param name="lowChar">The low surrogate. This must be a value between 0xDC00 and 0xDFFF.</param>
-      <param name="highChar">The high surrogate. This must be a value between 0xD800 and 0xDBFF.</param>
-      <exception cref="T:System.ArgumentException">An invalid surrogate character pair was passed.</exception>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlDocument.CreateCDataSection(System.String)">
+      <summary>Creates an <see cref="T:System.Xml.XmlCDataSection"></see> containing the specified data.</summary>
+      <param name="data">The content of the new <see langword="XmlCDataSection"></see>.</param>
+      <returns>The new <see langword="XmlCDataSection"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteSurrogateCharEntityAsync(System.Char,System.Char)">
-      <summary>Asynchronously generates and writes the surrogate character entity for the surrogate character pair.</summary>
-      <param name="lowChar">The low surrogate. This must be a value between 0xDC00 and 0xDFFF.</param>
-      <param name="highChar">The high surrogate. This must be a value between 0xD800 and 0xDBFF.</param>
-      <returns>The task that represents the asynchronous WriteSurrogateCharEntity operation.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlDocument.CreateComment(System.String)">
+      <summary>Creates an <see cref="T:System.Xml.XmlComment"></see> containing the specified data.</summary>
+      <param name="data">The content of the new <see langword="XmlComment"></see>.</param>
+      <returns>The new <see langword="XmlComment"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteValue(System.String)">
-      <summary>Writes a <see cref="T:System.String"></see> value.</summary>
-      <param name="value">The <see cref="T:System.String"></see> value to write.</param>
-      <exception cref="T:System.ArgumentException">An invalid value was specified.</exception>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlDocument.CreateDefaultAttribute(System.String,System.String,System.String)">
+      <summary>Creates a default attribute with the specified prefix, local name and namespace URI.</summary>
+      <param name="prefix">The prefix of the attribute (if any).</param>
+      <param name="localName">The local name of the attribute.</param>
+      <param name="namespaceURI">The namespace URI of the attribute (if any).</param>
+      <returns>The new <see cref="T:System.Xml.XmlAttribute"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteValue(System.Single)">
-      <summary>Writes a single-precision floating-point number.</summary>
-      <param name="value">The single-precision floating-point number to write.</param>
-      <exception cref="T:System.ArgumentException">An invalid value was specified.</exception>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlDocument.CreateDocumentFragment">
+      <summary>Creates an <see cref="T:System.Xml.XmlDocumentFragment"></see>.</summary>
+      <returns>The new <see langword="XmlDocumentFragment"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteValue(System.Object)">
-      <summary>Writes the object value.</summary>
-      <param name="value">The object value to write.  
Note With the release of the .NET Framework 3.5, this method accepts <see cref="T:System.DateTimeOffset"></see> as a parameter.</param>
-      <exception cref="T:System.ArgumentException">An invalid value was specified.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="value">value</paramref> is null.</exception>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlDocument.CreateDocumentType(System.String,System.String,System.String,System.String)">
+      <summary>Returns a new <see cref="T:System.Xml.XmlDocumentType"></see> object.</summary>
+      <param name="name">Name of the document type.</param>
     <param name="publicId">The public identifier of the document type or <see langword="null"></see>. You can specify a public URI and also a system identifier to identify the location of the external DTD subset.</param>
+      <param name="systemId">The system identifier of the document type or <see langword="null"></see>. Specifies the URL of the file location for the external DTD subset.</param>
+      <param name="internalSubset">The DTD internal subset of the document type or <see langword="null"></see>.</param>
+      <returns>The new <see langword="XmlDocumentType"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteValue(System.Int64)">
-      <summary>Writes a <see cref="T:System.Int64"></see> value.</summary>
-      <param name="value">The <see cref="T:System.Int64"></see> value to write.</param>
-      <exception cref="T:System.ArgumentException">An invalid value was specified.</exception>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlDocument.CreateElement(System.String)">
+      <summary>Creates an element with the specified name.</summary>
+      <param name="name">The qualified name of the element. If the name contains a colon then the <see cref="P:System.Xml.XmlNode.Prefix"></see> property reflects the part of the name preceding the colon and the <see cref="P:System.Xml.XmlDocument.LocalName"></see> property reflects the part of the name after the colon. The qualified name cannot include a prefix of&amp;#39;xmlns&amp;#39;.</param>
+      <returns>The new <see langword="XmlElement"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteValue(System.Int32)">
-      <summary>Writes a <see cref="T:System.Int32"></see> value.</summary>
-      <param name="value">The <see cref="T:System.Int32"></see> value to write.</param>
-      <exception cref="T:System.ArgumentException">An invalid value was specified.</exception>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlDocument.CreateElement(System.String,System.String)">
+      <summary>Creates an <see cref="T:System.Xml.XmlElement"></see> with the qualified name and <see cref="P:System.Xml.XmlNode.NamespaceURI"></see>.</summary>
+      <param name="qualifiedName">The qualified name of the element. If the name contains a colon then the <see cref="P:System.Xml.XmlNode.Prefix"></see> property will reflect the part of the name preceding the colon and the <see cref="P:System.Xml.XmlDocument.LocalName"></see> property will reflect the part of the name after the colon. The qualified name cannot include a prefix of&amp;#39;xmlns&amp;#39;.</param>
+      <param name="namespaceURI">The namespace URI of the element.</param>
+      <returns>The new <see langword="XmlElement"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteValue(System.DateTimeOffset)">
-      <summary>Writes a <see cref="T:System.DateTimeOffset"></see> value.</summary>
-      <param name="value">The <see cref="T:System.DateTimeOffset"></see> value to write.</param>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlDocument.CreateElement(System.String,System.String,System.String)">
+      <summary>Creates an element with the specified <see cref="P:System.Xml.XmlNode.Prefix"></see>, <see cref="P:System.Xml.XmlDocument.LocalName"></see>, and <see cref="P:System.Xml.XmlNode.NamespaceURI"></see>.</summary>
+      <param name="prefix">The prefix of the new element (if any). String.Empty and <see langword="null"></see> are equivalent.</param>
+      <param name="localName">The local name of the new element.</param>
+      <param name="namespaceURI">The namespace URI of the new element (if any). String.Empty and <see langword="null"></see> are equivalent.</param>
+      <returns>The new <see cref="T:System.Xml.XmlElement"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteValue(System.Decimal)">
-      <summary>Writes a <see cref="T:System.Decimal"></see> value.</summary>
-      <param name="value">The <see cref="T:System.Decimal"></see> value to write.</param>
-      <exception cref="T:System.ArgumentException">An invalid value was specified.</exception>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlDocument.CreateEntityReference(System.String)">
+      <summary>Creates an <see cref="T:System.Xml.XmlEntityReference"></see> with the specified name.</summary>
+      <param name="name">The name of the entity reference.</param>
+      <returns>The new <see langword="XmlEntityReference"></see>.</returns>
+      <exception cref="T:System.ArgumentException">The name is invalid (for example, names starting with&amp;#39;#&amp;#39; are invalid.)</exception>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteValue(System.DateTime)">
-      <summary>Writes a <see cref="T:System.DateTime"></see> value.</summary>
-      <param name="value">The <see cref="T:System.DateTime"></see> value to write.</param>
-      <exception cref="T:System.ArgumentException">An invalid value was specified.</exception>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlDocument.CreateNavigator">
+      <summary>Creates a new <see cref="T:System.Xml.XPath.XPathNavigator"></see> object for navigating this document.</summary>
+      <returns>An <see cref="T:System.Xml.XPath.XPathNavigator"></see> object.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteValue(System.Boolean)">
-      <summary>Writes a <see cref="T:System.Boolean"></see> value.</summary>
-      <param name="value">The <see cref="T:System.Boolean"></see> value to write.</param>
-      <exception cref="T:System.ArgumentException">An invalid value was specified.</exception>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlDocument.CreateNavigator(System.Xml.XmlNode)">
+      <summary>Creates an <see cref="T:System.Xml.XPath.XPathNavigator"></see> object for navigating this document positioned on the <see cref="T:System.Xml.XmlNode"></see> specified.</summary>
+      <param name="node">The <see cref="T:System.Xml.XmlNode"></see> you want the navigator initially positioned on.</param>
+      <returns>An <see cref="T:System.Xml.XPath.XPathNavigator"></see> object.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteValue(System.Double)">
-      <summary>Writes a <see cref="T:System.Double"></see> value.</summary>
-      <param name="value">The <see cref="T:System.Double"></see> value to write.</param>
-      <exception cref="T:System.ArgumentException">An invalid value was specified.</exception>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlDocument.CreateNode(System.String,System.String,System.String)">
+      <summary>Creates an <see cref="T:System.Xml.XmlNode"></see> with the specified node type, <see cref="P:System.Xml.XmlDocument.Name"></see>, and <see cref="P:System.Xml.XmlNode.NamespaceURI"></see>.</summary>
+      <param name="nodeTypeString">String version of the <see cref="T:System.Xml.XmlNodeType"></see> of the new node. This parameter must be one of the values listed in the table below.</param>
+      <param name="name">The qualified name of the new node. If the name contains a colon, it is parsed into <see cref="P:System.Xml.XmlNode.Prefix"></see> and <see cref="P:System.Xml.XmlDocument.LocalName"></see> components.</param>
+      <param name="namespaceURI">The namespace URI of the new node.</param>
+      <returns>The new <see langword="XmlNode"></see>.</returns>
+      <exception cref="T:System.ArgumentException">The name was not provided and the <see langword="XmlNodeType"></see> requires a name; or <paramref name="nodeTypeString">nodeTypeString</paramref> is not one of the strings listed below.</exception>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteWhitespace(System.String)">
-      <summary>When overridden in a derived class, writes out the given white space.</summary>
-      <param name="ws">The string of white space characters.</param>
-      <exception cref="T:System.ArgumentException">The string contains non-white space characters.</exception>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlDocument.CreateNode(System.Xml.XmlNodeType,System.String,System.String)">
+      <summary>Creates an <see cref="T:System.Xml.XmlNode"></see> with the specified <see cref="T:System.Xml.XmlNodeType"></see>, <see cref="P:System.Xml.XmlDocument.Name"></see>, and <see cref="P:System.Xml.XmlNode.NamespaceURI"></see>.</summary>
+      <param name="type">The <see langword="XmlNodeType"></see> of the new node.</param>
+      <param name="name">The qualified name of the new node. If the name contains a colon then it is parsed into <see cref="P:System.Xml.XmlNode.Prefix"></see> and <see cref="P:System.Xml.XmlDocument.LocalName"></see> components.</param>
+      <param name="namespaceURI">The namespace URI of the new node.</param>
+      <returns>The new <see langword="XmlNode"></see>.</returns>
+      <exception cref="T:System.ArgumentException">The name was not provided and the <see langword="XmlNodeType"></see> requires a name.</exception>
     </member>
-    <member name="M:System.Xml.XmlWriter.WriteWhitespaceAsync(System.String)">
-      <summary>Asynchronously writes out the given white space.</summary>
-      <param name="ws">The string of white space characters.</param>
-      <returns>The task that represents the asynchronous WriteWhitespace operation.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> asynchronous method was called without setting the <see cref="System.Xml.XmlWriterSettings.Async"></see> flag to true. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;Set XmlWriterSettings.Async to true if you want to use Async Methods.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlDocument.CreateNode(System.Xml.XmlNodeType,System.String,System.String,System.String)">
+      <summary>Creates a <see cref="T:System.Xml.XmlNode"></see> with the specified <see cref="T:System.Xml.XmlNodeType"></see>, <see cref="P:System.Xml.XmlNode.Prefix"></see>, <see cref="P:System.Xml.XmlDocument.Name"></see>, and <see cref="P:System.Xml.XmlNode.NamespaceURI"></see>.</summary>
+      <param name="type">The <see langword="XmlNodeType"></see> of the new node.</param>
+      <param name="prefix">The prefix of the new node.</param>
+      <param name="name">The local name of the new node.</param>
+      <param name="namespaceURI">The namespace URI of the new node.</param>
+      <returns>The new <see langword="XmlNode"></see>.</returns>
+      <exception cref="T:System.ArgumentException">The name was not provided and the <see langword="XmlNodeType"></see> requires a name.</exception>
     </member>
-    <member name="P:System.Xml.XmlWriter.XmlLang">
-      <summary>When overridden in a derived class, gets the current xml:lang scope.</summary>
-      <returns>The current xml:lang scope.</returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlDocument.CreateProcessingInstruction(System.String,System.String)">
+      <summary>Creates an <see cref="T:System.Xml.XmlProcessingInstruction"></see> with the specified name and data.</summary>
+      <param name="target">The name of the processing instruction.</param>
+      <param name="data">The data for the processing instruction.</param>
+      <returns>The new <see langword="XmlProcessingInstruction"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XmlWriter.XmlSpace">
-      <summary>When overridden in a derived class, gets an <see cref="T:System.Xml.XmlSpace"></see> representing the current xml:space scope.</summary>
-      <returns>An XmlSpace representing the current xml:space scope.  
-  Value  
-
-  Meaning  
-
- None This is the default if no xml:space scope exists.  
-
- Default The current scope is xml:space=&amp;quot;default&amp;quot;.  
-
- Preserve The current scope is xml:space=&amp;quot;preserve&amp;quot;.  
-
- </returns>
-      <exception cref="T:System.InvalidOperationException">An <see cref="System.Xml.XmlWriter"></see> method was called before a previous asynchronous operation finished. In this case, <see cref="System.InvalidOperationException"></see> is thrown with the message &amp;quot;An asynchronous operation is already in progress.&amp;quot;</exception>
+    <member name="M:System.Xml.XmlDocument.CreateSignificantWhitespace(System.String)">
+      <summary>Creates an <see cref="T:System.Xml.XmlSignificantWhitespace"></see> node.</summary>
+      <param name="text">The string must contain only the following characters &amp;amp;#20; &amp;amp;#10; &amp;amp;#13; and &amp;amp;#9;</param>
+      <returns>A new <see langword="XmlSignificantWhitespace"></see> node.</returns>
     </member>
-    <member name="T:System.Xml.XmlWriterSettings">
-      <summary>Specifies a set of features to support on the <see cref="T:System.Xml.XmlWriter"></see> object created by the <see cref="Overload:System.Xml.XmlWriter.Create"></see> method.</summary>
+    <member name="M:System.Xml.XmlDocument.CreateTextNode(System.String)">
+      <summary>Creates an <see cref="T:System.Xml.XmlText"></see> with the specified text.</summary>
+      <param name="text">The text for the Text node.</param>
+      <returns>The new <see langword="XmlText"></see> node.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriterSettings.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlWriterSettings"></see> class.</summary>
+    <member name="M:System.Xml.XmlDocument.CreateWhitespace(System.String)">
+      <summary>Creates an <see cref="T:System.Xml.XmlWhitespace"></see> node.</summary>
+      <param name="text">The string must contain only the following characters &amp;amp;#20; &amp;amp;#10; &amp;amp;#13; and &amp;amp;#9;</param>
+      <returns>A new <see langword="XmlWhitespace"></see> node.</returns>
     </member>
-    <member name="P:System.Xml.XmlWriterSettings.Async">
-      <summary>Gets or sets a value that indicates whether asynchronous <see cref="T:System.Xml.XmlWriter"></see> methods can be used on a particular <see cref="T:System.Xml.XmlWriter"></see> instance.</summary>
-      <returns>true if asynchronous methods can be used; otherwise, false.</returns>
+    <member name="M:System.Xml.XmlDocument.CreateXmlDeclaration(System.String,System.String,System.String)">
+      <summary>Creates an <see cref="T:System.Xml.XmlDeclaration"></see> node with the specified values.</summary>
+      <param name="version">The version must be &amp;quot;1.0&amp;quot;.</param>
+      <param name="encoding">The value of the encoding attribute. This is the encoding that is used when you save the <see cref="T:System.Xml.XmlDocument"></see> to a file or a stream; therefore, it must be set to a string supported by the <see cref="T:System.Text.Encoding"></see> class, otherwise <see cref="M:System.Xml.XmlDocument.Save(System.String)"></see> fails. If this is <see langword="null"></see> or String.Empty, the <see langword="Save"></see> method does not write an encoding attribute on the XML declaration and therefore the default encoding, UTF-8, is used.  
+ Note: If the <see langword="XmlDocument"></see> is saved to either a <see cref="T:System.IO.TextWriter"></see> or an <see cref="T:System.Xml.XmlTextWriter"></see>, this encoding value is discarded. Instead, the encoding of the <see langword="TextWriter"></see> or the <see langword="XmlTextWriter"></see> is used. This ensures that the XML written out can be read back using the correct encoding.</param>
+      <param name="standalone">The value must be either &amp;quot;yes&amp;quot; or &amp;quot;no&amp;quot;. If this is <see langword="null"></see> or String.Empty, the <see langword="Save"></see> method does not write a standalone attribute on the XML declaration.</param>
+      <returns>The new <see langword="XmlDeclaration"></see> node.</returns>
+      <exception cref="T:System.ArgumentException">The values of <paramref name="version">version</paramref> or <paramref name="standalone">standalone</paramref> are something other than the ones specified above.</exception>
     </member>
-    <member name="P:System.Xml.XmlWriterSettings.CheckCharacters">
-      <summary>Gets or sets a value that indicates whether the XML writer should check to ensure that all characters in the document conform to the &amp;quot;2.2 Characters&amp;quot; section of the W3C XML 1.0 Recommendation.</summary>
-      <returns>true to do character checking; otherwise, false. The default is true.</returns>
+    <member name="P:System.Xml.XmlDocument.DocumentElement">
+      <summary>Gets the root <see cref="T:System.Xml.XmlElement"></see> for the document.</summary>
+      <returns>The <see langword="XmlElement"></see> that represents the root of the XML document tree. If no root exists, <see langword="null"></see> is returned.</returns>
     </member>
-    <member name="M:System.Xml.XmlWriterSettings.Clone">
-      <summary>Creates a copy of the <see cref="T:System.Xml.XmlWriterSettings"></see> instance.</summary>
-      <returns>The cloned <see cref="System.Xml.XmlWriterSettings"></see> object.</returns>
+    <member name="P:System.Xml.XmlDocument.DocumentType">
+      <summary>Gets the node containing the DOCTYPE declaration.</summary>
+      <returns>The <see cref="T:System.Xml.XmlNode"></see> containing the DocumentType (DOCTYPE declaration).</returns>
     </member>
-    <member name="P:System.Xml.XmlWriterSettings.CloseOutput">
-      <summary>Gets or sets a value indicating whether the <see cref="T:System.Xml.XmlWriter"></see> should also close the underlying stream or <see cref="T:System.IO.TextWriter"></see> when the <see cref="M:System.Xml.XmlWriter.Close"></see> method is called.</summary>
-      <returns>true to also close the underlying stream or <see cref="System.IO.TextWriter"></see>; otherwise, false. The default is false.</returns>
+    <member name="M:System.Xml.XmlDocument.GetElementById(System.String)">
+      <summary>Gets the <see cref="T:System.Xml.XmlElement"></see> with the specified ID.</summary>
+      <param name="elementId">The attribute ID to match.</param>
+      <returns>The <see langword="XmlElement"></see> with the matching ID or <see langword="null"></see> if no matching element is found.</returns>
     </member>
-    <member name="P:System.Xml.XmlWriterSettings.ConformanceLevel">
-      <summary>Gets or sets the level of conformance that the XML writer checks the XML output for.</summary>
-      <returns>One of the enumeration values that specifies the level of conformance (document, fragment, or automatic detection). The default is <see cref="System.Xml.ConformanceLevel.Document"></see>.</returns>
+    <member name="M:System.Xml.XmlDocument.GetElementsByTagName(System.String)">
+      <summary>Returns an <see cref="T:System.Xml.XmlNodeList"></see> containing a list of all descendant elements that match the specified <see cref="P:System.Xml.XmlDocument.Name"></see>.</summary>
+      <param name="name">The qualified name to match. It is matched against the <see langword="Name"></see> property of the matching node. The special value &amp;quot;*&amp;quot; matches all tags.</param>
+      <returns>An <see cref="T:System.Xml.XmlNodeList"></see> containing a list of all matching nodes. If no nodes match <paramref name="name">name</paramref>, the returned collection will be empty.</returns>
     </member>
-    <member name="P:System.Xml.XmlWriterSettings.DoNotEscapeUriAttributes">
-      <summary>Gets or sets a value that indicates whether the <see cref="T:System.Xml.XmlWriter"></see> does not escape URI attributes.</summary>
-      <returns>true if the <see cref="System.Xml.XmlWriter"></see> do not escape URI attributes; otherwise, false.</returns>
+    <member name="M:System.Xml.XmlDocument.GetElementsByTagName(System.String,System.String)">
+      <summary>Returns an <see cref="T:System.Xml.XmlNodeList"></see> containing a list of all descendant elements that match the specified <see cref="P:System.Xml.XmlDocument.LocalName"></see> and <see cref="P:System.Xml.XmlNode.NamespaceURI"></see>.</summary>
+      <param name="localName">The LocalName to match. The special value &amp;quot;*&amp;quot; matches all tags.</param>
+      <param name="namespaceURI">NamespaceURI to match.</param>
+      <returns>An <see cref="T:System.Xml.XmlNodeList"></see> containing a list of all matching nodes. If no nodes match the specified <paramref name="localName">localName</paramref> and <paramref name="namespaceURI">namespaceURI</paramref>, the returned collection will be empty.</returns>
     </member>
-    <member name="P:System.Xml.XmlWriterSettings.Encoding">
-      <summary>Gets or sets the type of text encoding to use.</summary>
-      <returns>The text encoding to use. The default is Encoding.UTF8.</returns>
+    <member name="P:System.Xml.XmlDocument.Implementation">
+      <summary>Gets the <see cref="T:System.Xml.XmlImplementation"></see> object for the current document.</summary>
+      <returns>The <see langword="XmlImplementation"></see> object for the current document.</returns>
     </member>
-    <member name="P:System.Xml.XmlWriterSettings.Indent">
-      <summary>Gets or sets a value indicating whether to indent elements.</summary>
-      <returns>true to write individual elements on new lines and indent; otherwise, false. The default is false.</returns>
+    <member name="M:System.Xml.XmlDocument.ImportNode(System.Xml.XmlNode,System.Boolean)">
+      <summary>Imports a node from another document to the current document.</summary>
+      <param name="node">The node being imported.</param>
+      <param name="deep"><see langword="true"></see> to perform a deep clone; otherwise, <see langword="false"></see>.</param>
+      <returns>The imported <see cref="T:System.Xml.XmlNode"></see>.</returns>
+      <exception cref="T:System.InvalidOperationException">Calling this method on a node type which cannot be imported.</exception>
     </member>
-    <member name="P:System.Xml.XmlWriterSettings.IndentChars">
-      <summary>Gets or sets the character string to use when indenting. This setting is used when the <see cref="P:System.Xml.XmlWriterSettings.Indent"></see> property is set to true.</summary>
-      <returns>The character string to use when indenting. This can be set to any string value. However, to ensure valid XML, you should specify only valid white space characters, such as space characters, tabs, carriage returns, or line feeds. The default is two spaces.</returns>
-      <exception cref="T:System.ArgumentNullException">The value assigned to the <see cref="System.Xml.XmlWriterSettings.IndentChars"></see> is null.</exception>
+    <member name="P:System.Xml.XmlDocument.InnerText">
+      <summary>Throws an <see cref="T:System.InvalidOperationException"></see> in all cases.</summary>
+      <returns>The values of the node and all its child nodes.</returns>
+      <exception cref="T:System.InvalidOperationException">In all cases.</exception>
     </member>
-    <member name="P:System.Xml.XmlWriterSettings.NamespaceHandling">
-      <summary>Gets or sets a value that indicates whether the <see cref="T:System.Xml.XmlWriter"></see> should remove duplicate namespace declarations when writing XML content. The default behavior is for the writer to output all namespace declarations that are present in the writer&amp;#39;s namespace resolver.</summary>
-      <returns>The <see cref="System.Xml.NamespaceHandling"></see> enumeration used to specify whether to remove duplicate namespace declarations in the <see cref="System.Xml.XmlWriter"></see>.</returns>
+    <member name="P:System.Xml.XmlDocument.InnerXml">
+      <summary>Gets or sets the markup representing the children of the current node.</summary>
+      <returns>The markup of the children of the current node.</returns>
+      <exception cref="T:System.Xml.XmlException">The XML specified when setting this property is not well-formed.</exception>
     </member>
-    <member name="P:System.Xml.XmlWriterSettings.NewLineChars">
-      <summary>Gets or sets the character string to use for line breaks.</summary>
-      <returns>The character string to use for line breaks. This can be set to any string value. However, to ensure valid XML, you should specify only valid white space characters, such as space characters, tabs, carriage returns, or line feeds. The default is \r\n (carriage return, new line).</returns>
-      <exception cref="T:System.ArgumentNullException">The value assigned to the <see cref="System.Xml.XmlWriterSettings.NewLineChars"></see> is null.</exception>
+    <member name="P:System.Xml.XmlDocument.IsReadOnly">
+      <summary>Gets a value indicating whether the current node is read-only.</summary>
+      <returns><see langword="true"></see> if the current node is read-only; otherwise <see langword="false"></see>. <see langword="XmlDocument"></see> nodes always return <see langword="false"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XmlWriterSettings.NewLineHandling">
-      <summary>Gets or sets a value indicating whether to normalize line breaks in the output.</summary>
-      <returns>One of the <see cref="System.Xml.NewLineHandling"></see> values. The default is <see cref="System.Xml.NewLineHandling.Replace"></see>.</returns>
+    <member name="M:System.Xml.XmlDocument.Load(System.IO.Stream)">
+      <summary>Loads the XML document from the specified stream.</summary>
+      <param name="inStream">The stream containing the XML document to load.</param>
+      <exception cref="T:System.Xml.XmlException">There is a load or parse error in the XML. In this case, a <see cref="System.IO.FileNotFoundException"></see> is raised.</exception>
     </member>
-    <member name="P:System.Xml.XmlWriterSettings.NewLineOnAttributes">
-      <summary>Gets or sets a value indicating whether to write attributes on a new line.</summary>
-      <returns>true to write attributes on individual lines; otherwise, false. The default is false.  
-   
- This setting has no effect when the <see cref="System.Xml.XmlWriterSettings.Indent"></see> property value is false.  
-
-  
-
- When <see cref="System.Xml.XmlWriterSettings.NewLineOnAttributes"></see> is set to true, each attribute is pre-pended with a new line and one extra level of indentation.</returns>
+    <member name="M:System.Xml.XmlDocument.Load(System.IO.TextReader)">
+      <summary>Loads the XML document from the specified <see cref="T:System.IO.TextReader"></see>.</summary>
+      <param name="txtReader">The <see langword="TextReader"></see> used to feed the XML data into the document.</param>
+      <exception cref="T:System.Xml.XmlException">There is a load or parse error in the XML. In this case, the document remains empty.</exception>
     </member>
-    <member name="P:System.Xml.XmlWriterSettings.OmitXmlDeclaration">
-      <summary>Gets or sets a value indicating whether to omit an XML declaration.</summary>
-      <returns>true to omit the XML declaration; otherwise, false. The default is false, an XML declaration is written.</returns>
+    <member name="M:System.Xml.XmlDocument.Load(System.String)">
+      <summary>Loads the XML document from the specified URL.</summary>
+      <param name="filename">URL for the file containing the XML document to load. The URL can be either a local file or an HTTP URL (a Web address).</param>
+      <exception cref="T:System.Xml.XmlException">There is a load or parse error in the XML. In this case, a <see cref="System.IO.FileNotFoundException"></see> is raised.</exception>
+      <exception cref="T:System.ArgumentException"><paramref name="filename">filename</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars"></see>.</exception>
+      <exception cref="T:System.ArgumentNullException"><paramref name="filename">filename</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
+      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
+      <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
+      <exception cref="T:System.UnauthorizedAccessException"><paramref name="filename">filename</paramref> specified a file that is read-only.  
+ -or-  
+ This operation is not supported on the current platform.  
+ -or-  
+ <paramref name="filename">filename</paramref> specified a directory.  
+ -or-  
+ The caller does not have the required permission.</exception>
+      <exception cref="T:System.IO.FileNotFoundException">The file specified in <paramref name="filename">filename</paramref> was not found.</exception>
+      <exception cref="T:System.NotSupportedException"><paramref name="filename">filename</paramref> is in an invalid format.</exception>
+      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
     </member>
-    <member name="P:System.Xml.XmlWriterSettings.OutputMethod">
-      <summary>Gets the method used to serialize the <see cref="T:System.Xml.XmlWriter"></see> output.</summary>
-      <returns>One of the <see cref="System.Xml.XmlOutputMethod"></see> values. The default is <see cref="System.Xml.XmlOutputMethod.Xml"></see>.</returns>
+    <member name="M:System.Xml.XmlDocument.Load(System.Xml.XmlReader)">
+      <summary>Loads the XML document from the specified <see cref="T:System.Xml.XmlReader"></see>.</summary>
+      <param name="reader">The <see langword="XmlReader"></see> used to feed the XML data into the document.</param>
+      <exception cref="T:System.Xml.XmlException">There is a load or parse error in the XML. In this case, the document remains empty.</exception>
     </member>
-    <member name="M:System.Xml.XmlWriterSettings.Reset">
-      <summary>Resets the members of the settings class to their default values.</summary>
+    <member name="M:System.Xml.XmlDocument.LoadXml(System.String)">
+      <summary>Loads the XML document from the specified string.</summary>
+      <param name="xml">String containing the XML document to load.</param>
+      <exception cref="T:System.Xml.XmlException">There is a load or parse error in the XML. In this case, the document remains empty.</exception>
     </member>
-    <member name="P:System.Xml.XmlWriterSettings.WriteEndDocumentOnClose">
-      <summary>Gets or sets a value that indicates whether the <see cref="T:System.Xml.XmlWriter"></see> will add closing tags to all unclosed element tags when the <see cref="M:System.Xml.XmlWriter.Close"></see> method is called.</summary>
-      <returns>true if all unclosed element tags will be closed out; otherwise, false. The default value is true.</returns>
+    <member name="P:System.Xml.XmlDocument.LocalName">
+      <summary>Gets the local name of the node.</summary>
+      <returns>For <see langword="XmlDocument"></see> nodes, the local name is #document.</returns>
     </member>
-    <member name="T:System.Xml.XPath.IXPathNavigable">
-      <summary>Provides an accessor to the <see cref="T:System.Xml.XPath.XPathNavigator"></see> class.</summary>
+    <member name="P:System.Xml.XmlDocument.Name">
+      <summary>Gets the qualified name of the node.</summary>
+      <returns>For <see langword="XmlDocument"></see> nodes, the name is #document.</returns>
     </member>
-    <member name="M:System.Xml.XPath.IXPathNavigable.CreateNavigator">
-      <summary>Returns a new <see cref="T:System.Xml.XPath.XPathNavigator"></see> object.</summary>
-      <returns>An <see cref="System.Xml.XPath.XPathNavigator"></see> object.</returns>
+    <member name="P:System.Xml.XmlDocument.NameTable">
+      <summary>Gets the <see cref="T:System.Xml.XmlNameTable"></see> associated with this implementation.</summary>
+      <returns>An <see langword="XmlNameTable"></see> enabling you to get the atomized version of a string within the document.</returns>
     </member>
-    <member name="T:System.Xml.XPath.XmlCaseOrder">
-      <summary>Specifies the sort order for uppercase and lowercase letters.</summary>
+    <member name="E:System.Xml.XmlDocument.NodeChanged">
+      <summary>Occurs when the <see cref="P:System.Xml.XmlNode.Value"></see> of a node belonging to this document has been changed.</summary>
     </member>
-    <member name="F:System.Xml.XPath.XmlCaseOrder.LowerFirst">
-      <summary>Lowercase letters are sorted before uppercase letters.</summary>
-      <returns></returns>
+    <member name="E:System.Xml.XmlDocument.NodeChanging">
+      <summary>Occurs when the <see cref="P:System.Xml.XmlNode.Value"></see> of a node belonging to this document is about to be changed.</summary>
     </member>
-    <member name="F:System.Xml.XPath.XmlCaseOrder.None">
-      <summary>Ignore the case.</summary>
-      <returns></returns>
+    <member name="E:System.Xml.XmlDocument.NodeInserted">
+      <summary>Occurs when a node belonging to this document has been inserted into another node.</summary>
     </member>
-    <member name="F:System.Xml.XPath.XmlCaseOrder.UpperFirst">
-      <summary>Uppercase letters are sorted before lowercase letters.</summary>
-      <returns></returns>
+    <member name="E:System.Xml.XmlDocument.NodeInserting">
+      <summary>Occurs when a node belonging to this document is about to be inserted into another node.</summary>
     </member>
-    <member name="T:System.Xml.XPath.XmlDataType">
-      <summary>Specifies the data type used to determine sort order.</summary>
+    <member name="E:System.Xml.XmlDocument.NodeRemoved">
+      <summary>Occurs when a node belonging to this document has been removed from its parent.</summary>
     </member>
-    <member name="F:System.Xml.XPath.XmlDataType.Number">
-      <summary>Values are sorted numerically.</summary>
-      <returns></returns>
+    <member name="E:System.Xml.XmlDocument.NodeRemoving">
+      <summary>Occurs when a node belonging to this document is about to be removed from the document.</summary>
     </member>
-    <member name="F:System.Xml.XPath.XmlDataType.Text">
-      <summary>Values are sorted alphabetically.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.XmlDocument.NodeType">
+      <summary>Gets the type of the current node.</summary>
+      <returns>The node type. For <see langword="XmlDocument"></see> nodes, this value is XmlNodeType.Document.</returns>
     </member>
-    <member name="T:System.Xml.XPath.XmlSortOrder">
-      <summary>Specifies the sort order.</summary>
+    <member name="P:System.Xml.XmlDocument.OwnerDocument">
+      <summary>Gets the <see cref="T:System.Xml.XmlDocument"></see> to which the current node belongs.</summary>
+      <returns>For <see langword="XmlDocument"></see> nodes (<see cref="P:System.Xml.XmlDocument.NodeType"></see> equals XmlNodeType.Document), this property always returns <see langword="null"></see>.</returns>
     </member>
-    <member name="F:System.Xml.XPath.XmlSortOrder.Ascending">
-      <summary>Nodes are sorted in ascending order. For example, if the numbers 1,2,3, and 4 are sorted in ascending order, they appear as 1,2,3,4.</summary>
-      <returns></returns>
+    <member name="P:System.Xml.XmlDocument.ParentNode">
+      <summary>Gets the parent node of this node (for nodes that can have parents).</summary>
+      <returns>Always returns <see langword="null"></see>.</returns>
+    </member>
+    <member name="P:System.Xml.XmlDocument.PreserveWhitespace">
+      <summary>Gets or sets a value indicating whether to preserve white space in element content.</summary>
+      <returns><see langword="true"></see> to preserve white space; otherwise <see langword="false"></see>. The default is <see langword="false"></see>.</returns>
     </member>
-    <member name="F:System.Xml.XPath.XmlSortOrder.Descending">
-      <summary>Nodes are sorted in descending order. For example, if the numbers 1,2,3, and 4 are sorted in descending order, they appear as, 4,3,2,1.</summary>
-      <returns></returns>
+    <member name="M:System.Xml.XmlDocument.ReadNode(System.Xml.XmlReader)">
+      <summary>Creates an <see cref="T:System.Xml.XmlNode"></see> object based on the information in the <see cref="T:System.Xml.XmlReader"></see>. The reader must be positioned on a node or attribute.</summary>
+      <param name="reader">The XML source</param>
+      <returns>The new <see langword="XmlNode"></see> or <see langword="null"></see> if no more nodes exist.</returns>
+      <exception cref="T:System.NullReferenceException">The reader is positioned on a node type that does not translate to a valid DOM node (for example, EndElement or EndEntity).</exception>
     </member>
-    <member name="T:System.Xml.XPath.XPathExpression">
-      <summary>Provides a typed class that represents a compiled XPath expression.</summary>
+    <member name="M:System.Xml.XmlDocument.Save(System.IO.Stream)">
+      <summary>Saves the XML document to the specified stream.</summary>
+      <param name="outStream">The stream to which you want to save.</param>
+      <exception cref="T:System.Xml.XmlException">The operation would not result in a well formed XML document (for example, no document element or duplicate XML declarations).</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathExpression.AddSort(System.Object,System.Collections.IComparer)">
-      <summary>When overridden in a derived class, sorts the nodes selected by the XPath expression according to the specified <see cref="T:System.Collections.IComparer"></see> object.</summary>
-      <param name="expr">An object representing the sort key. This can be the string value of the node or an <see cref="T:System.Xml.XPath.XPathExpression"></see> object with a compiled XPath expression.</param>
-      <param name="comparer">An <see cref="T:System.Collections.IComparer"></see> object that provides the specific data type comparisons for comparing two objects for equivalence.</param>
-      <exception cref="T:System.Xml.XPath.XPathException">The <see cref="System.Xml.XPath.XPathExpression"></see> or sort key includes a prefix and either an <see cref="System.Xml.XmlNamespaceManager"></see> is not provided, or the prefix cannot be found in the supplied <see cref="System.Xml.XmlNamespaceManager"></see>.</exception>
+    <member name="M:System.Xml.XmlDocument.Save(System.IO.TextWriter)">
+      <summary>Saves the XML document to the specified <see cref="T:System.IO.TextWriter"></see>.</summary>
+      <param name="writer">The <see langword="TextWriter"></see> to which you want to save.</param>
+      <exception cref="T:System.Xml.XmlException">The operation would not result in a well formed XML document (for example, no document element or duplicate XML declarations).</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathExpression.AddSort(System.Object,System.Xml.XPath.XmlSortOrder,System.Xml.XPath.XmlCaseOrder,System.String,System.Xml.XPath.XmlDataType)">
-      <summary>When overridden in a derived class, sorts the nodes selected by the XPath expression according to the supplied parameters.</summary>
-      <param name="expr">An object representing the sort key. This can be the string value of the node or an <see cref="T:System.Xml.XPath.XPathExpression"></see> object with a compiled XPath expression.</param>
-      <param name="order">An <see cref="T:System.Xml.XPath.XmlSortOrder"></see> value indicating the sort order.</param>
-      <param name="caseOrder">An <see cref="T:System.Xml.XPath.XmlCaseOrder"></see> value indicating how to sort uppercase and lowercase letters.</param>
-      <param name="lang">The language to use for comparison. Uses the <see cref="T:System.Globalization.CultureInfo"></see> class that can be passed to the <see cref="Overload:System.String.Compare"></see> method for the language types, for example, &amp;quot;us-en&amp;quot; for U.S. English. If an empty string is specified, the system environment is used to determine the <see cref="T:System.Globalization.CultureInfo"></see>.</param>
-      <param name="dataType">An <see cref="T:System.Xml.XPath.XmlDataType"></see> value indicating the sort order for the data type.</param>
-      <exception cref="T:System.Xml.XPath.XPathException">The <see cref="System.Xml.XPath.XPathExpression"></see> or sort key includes a prefix and either an <see cref="System.Xml.XmlNamespaceManager"></see> is not provided, or the prefix cannot be found in the supplied <see cref="System.Xml.XmlNamespaceManager"></see>.</exception>
+    <member name="M:System.Xml.XmlDocument.Save(System.String)">
+      <summary>Saves the XML document to the specified file. If the specified file exists, this method overwrites it.</summary>
+      <param name="filename">The location of the file where you want to save the document.</param>
+      <exception cref="T:System.Xml.XmlException">The operation would not result in a well formed XML document (for example, no document element or duplicate XML declarations).</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathExpression.Clone">
-      <summary>When overridden in a derived class, returns a clone of this <see cref="T:System.Xml.XPath.XPathExpression"></see>.</summary>
-      <returns>A new <see cref="System.Xml.XPath.XPathExpression"></see> object.</returns>
+    <member name="M:System.Xml.XmlDocument.Save(System.Xml.XmlWriter)">
+      <summary>Saves the XML document to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
+      <param name="w">The <see langword="XmlWriter"></see> to which you want to save.</param>
+      <exception cref="T:System.Xml.XmlException">The operation would not result in a well formed XML document (for example, no document element or duplicate XML declarations).</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathExpression.Compile(System.String)">
-      <summary>Compiles the XPath expression specified and returns an <see cref="T:System.Xml.XPath.XPathExpression"></see> object representing the XPath expression.</summary>
-      <param name="xpath">An XPath expression.</param>
-      <returns>An <see cref="System.Xml.XPath.XPathExpression"></see> object.</returns>
-      <exception cref="T:System.ArgumentException">The XPath expression parameter is not a valid XPath expression.</exception>
-      <exception cref="T:System.Xml.XPath.XPathException">The XPath expression is not valid.</exception>
+    <member name="P:System.Xml.XmlDocument.SchemaInfo">
+      <summary>Returns the Post-Schema-Validation-Infoset (PSVI) of the node.</summary>
+      <returns>The <see cref="T:System.Xml.Schema.IXmlSchemaInfo"></see> object representing the PSVI of the node.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathExpression.Compile(System.String,System.Xml.IXmlNamespaceResolver)">
-      <summary>Compiles the specified XPath expression, with the <see cref="T:System.Xml.IXmlNamespaceResolver"></see> object specified for namespace resolution, and returns an <see cref="T:System.Xml.XPath.XPathExpression"></see> object that represents the XPath expression.</summary>
-      <param name="xpath">An XPath expression.</param>
-      <param name="nsResolver">An object that implements the <see cref="T:System.Xml.IXmlNamespaceResolver"></see> interface for namespace resolution.</param>
-      <returns>An <see cref="System.Xml.XPath.XPathExpression"></see> object.</returns>
-      <exception cref="T:System.ArgumentException">The XPath expression parameter is not a valid XPath expression.</exception>
-      <exception cref="T:System.Xml.XPath.XPathException">The XPath expression is not valid.</exception>
+    <member name="P:System.Xml.XmlDocument.Schemas">
+      <summary>Gets or sets the <see cref="T:System.Xml.Schema.XmlSchemaSet"></see> object associated with this <see cref="T:System.Xml.XmlDocument"></see>.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.XmlSchemaSet"></see> object containing the XML Schema Definition Language (XSD) schemas associated with this <see cref="T:System.Xml.XmlDocument"></see>; otherwise, an empty <see cref="T:System.Xml.Schema.XmlSchemaSet"></see> object.</returns>
     </member>
-    <member name="P:System.Xml.XPath.XPathExpression.Expression">
-      <summary>When overridden in a derived class, gets a string representation of the <see cref="T:System.Xml.XPath.XPathExpression"></see>.</summary>
-      <returns>A string representation of the <see cref="System.Xml.XPath.XPathExpression"></see>.</returns>
+    <member name="M:System.Xml.XmlDocument.Validate(System.Xml.Schema.ValidationEventHandler)">
+      <summary>Validates the <see cref="T:System.Xml.XmlDocument"></see> against the XML Schema Definition Language (XSD) schemas contained in the <see cref="P:System.Xml.XmlDocument.Schemas"></see> property.</summary>
+      <param name="validationEventHandler">The <see cref="T:System.Xml.Schema.ValidationEventHandler"></see> object that receives information about schema validation warnings and errors.</param>
+      <exception cref="T:System.Xml.Schema.XmlSchemaValidationException">A schema validation event occurred and no <see cref="System.Xml.Schema.ValidationEventHandler"></see> object was specified.</exception>
     </member>
-    <member name="P:System.Xml.XPath.XPathExpression.ReturnType">
-      <summary>When overridden in a derived class, gets the result type of the XPath expression.</summary>
-      <returns>An <see cref="System.Xml.XPath.XPathResultType"></see> value representing the result type of the XPath expression.</returns>
+    <member name="M:System.Xml.XmlDocument.Validate(System.Xml.Schema.ValidationEventHandler,System.Xml.XmlNode)">
+      <summary>Validates the <see cref="T:System.Xml.XmlNode"></see> object specified against the XML Schema Definition Language (XSD) schemas in the <see cref="P:System.Xml.XmlDocument.Schemas"></see> property.</summary>
+      <param name="validationEventHandler">The <see cref="T:System.Xml.Schema.ValidationEventHandler"></see> object that receives information about schema validation warnings and errors.</param>
+      <param name="nodeToValidate">The <see cref="T:System.Xml.XmlNode"></see> object created from an <see cref="T:System.Xml.XmlDocument"></see> to validate.</param>
+      <exception cref="T:System.ArgumentException">The <see cref="System.Xml.XmlNode"></see> object parameter was not created from an <see cref="System.Xml.XmlDocument"></see>.</exception>
+      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.XmlNode"></see> object parameter is not an element, attribute, document fragment, or the root node.</exception>
+      <exception cref="T:System.Xml.Schema.XmlSchemaValidationException">A schema validation event occurred and no <see cref="System.Xml.Schema.ValidationEventHandler"></see> object was specified.</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathExpression.SetContext(System.Xml.IXmlNamespaceResolver)">
-      <summary>When overridden in a derived class, specifies the <see cref="T:System.Xml.IXmlNamespaceResolver"></see> object to use for namespace resolution.</summary>
-      <param name="nsResolver">An object that implements the <see cref="T:System.Xml.IXmlNamespaceResolver"></see> interface to use for namespace resolution.</param>
-      <exception cref="T:System.Xml.XPath.XPathException">The <see cref="System.Xml.IXmlNamespaceResolver"></see> object parameter is not derived from <see cref="System.Xml.IXmlNamespaceResolver"></see>.</exception>
+    <member name="M:System.Xml.XmlDocument.WriteContentTo(System.Xml.XmlWriter)">
+      <summary>Saves all the children of the <see langword="XmlDocument"></see> node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
+      <param name="xw">The <see langword="XmlWriter"></see> to which you want to save.</param>
     </member>
-    <member name="M:System.Xml.XPath.XPathExpression.SetContext(System.Xml.XmlNamespaceManager)">
-      <summary>When overridden in a derived class, specifies the <see cref="T:System.Xml.XmlNamespaceManager"></see> object to use for namespace resolution.</summary>
-      <param name="nsManager">An <see cref="T:System.Xml.XmlNamespaceManager"></see> object to use for namespace resolution.</param>
-      <exception cref="T:System.Xml.XPath.XPathException">The <see cref="System.Xml.XmlNamespaceManager"></see> object parameter is not derived from the <see cref="System.Xml.XmlNamespaceManager"></see> class.</exception>
+    <member name="M:System.Xml.XmlDocument.WriteTo(System.Xml.XmlWriter)">
+      <summary>Saves the <see langword="XmlDocument"></see> node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
+      <param name="w">The <see langword="XmlWriter"></see> to which you want to save.</param>
     </member>
-    <member name="T:System.Xml.XPath.XPathItem">
-      <summary>Represents an item in the XQuery 1.0 and XPath 2.0 Data Model.</summary>
+    <member name="P:System.Xml.XmlDocument.XmlResolver">
+      <summary>Sets the <see cref="T:System.Xml.XmlResolver"></see> to use for resolving external resources.</summary>
+      <returns>The <see langword="XmlResolver"></see> to use.  
+ In version 1.1 of the.NET Framework, the caller must be fully trusted in order to specify an <see langword="XmlResolver"></see>.</returns>
+      <exception cref="T:System.Xml.XmlException">This property is set to <see langword="null"></see> and an external DTD or entity is encountered.</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathItem.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XPath.XPathItem"></see> class.</summary>
+    <member name="T:System.Xml.XmlDeclaration">
+      <summary>Represents the XML declaration node &amp;lt;?xml version=&amp;#39;1.0&amp;#39;...?&amp;gt;.</summary>
     </member>
-    <member name="P:System.Xml.XPath.XPathItem.IsNode">
-      <summary>When overridden in a derived class, gets a value indicating whether the item represents an XPath node or an atomic value.</summary>
-      <returns>true if the item represents an XPath node; false if the item represents an atomic value.</returns>
+    <member name="M:System.Xml.XmlDeclaration.#ctor(System.String,System.String,System.String,System.Xml.XmlDocument)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlDeclaration"></see> class.</summary>
+      <param name="version">The XML version; see the <see cref="P:System.Xml.XmlDeclaration.Version"></see> property.</param>
+      <param name="encoding">The encoding scheme; see the <see cref="P:System.Xml.XmlDeclaration.Encoding"></see> property.</param>
+      <param name="standalone">Indicates whether the XML document depends on an external DTD; see the <see cref="P:System.Xml.XmlDeclaration.Standalone"></see> property.</param>
+      <param name="doc">The parent XML document.</param>
     </member>
-    <member name="P:System.Xml.XPath.XPathItem.TypedValue">
-      <summary>When overridden in a derived class, gets the current item as a boxed object of the most appropriate .NET Framework 2.0 type according to its schema type.</summary>
-      <returns>The current item as a boxed object of the most appropriate .NET Framework type.</returns>
+    <member name="M:System.Xml.XmlDeclaration.CloneNode(System.Boolean)">
+      <summary>Creates a duplicate of this node.</summary>
+      <param name="deep"><see langword="true"></see> to recursively clone the subtree under the specified node; <see langword="false"></see> to clone only the node itself. Because <see langword="XmlDeclaration"></see> nodes do not have children, the cloned node always includes the data value, regardless of the parameter setting.</param>
+      <returns>The cloned node.</returns>
     </member>
-    <member name="P:System.Xml.XPath.XPathItem.Value">
-      <summary>When overridden in a derived class, gets the string value of the item.</summary>
-      <returns>The string value of the item.</returns>
+    <member name="P:System.Xml.XmlDeclaration.Encoding">
+      <summary>Gets or sets the encoding level of the XML document.</summary>
+      <returns>The valid character encoding name. The most commonly supported character encoding names for XML are the following:  
+  Category  
+
+  Encoding Names  
+
+  Unicode  
+
+  UTF-8, UTF-16  
+
+  ISO 10646  
+
+  ISO-10646-UCS-2, ISO-10646-UCS-4  
+
+  ISO 8859  
+
+  ISO-8859-n (where &amp;quot;n&amp;quot; is a digit from 1 to 9)  
+
+  JIS X-0208-1997  
+
+  ISO-2022-JP, Shift_JIS, EUC-JP  
+
+   
+
+ This value is optional. If a value is not set, this property returns String.Empty.  
+ If an encoding attribute is not included, UTF-8 encoding is assumed when the document is written or saved out.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathItem.ValueAs(System.Type)">
-      <summary>Returns the item&amp;#39;s value as the specified type.</summary>
-      <param name="returnType">The type to return the item value as.</param>
-      <returns>The value of the item as the type requested.</returns>
-      <exception cref="T:System.FormatException">The item&amp;#39;s value is not in the correct format for the target type.</exception>
-      <exception cref="T:System.InvalidCastException">The attempted cast is not valid.</exception>
-      <exception cref="T:System.OverflowException">The attempted cast resulted in an overflow.</exception>
+    <member name="P:System.Xml.XmlDeclaration.InnerText">
+      <summary>Gets or sets the concatenated values of the <see langword="XmlDeclaration"></see>.</summary>
+      <returns>The concatenated values of the <see langword="XmlDeclaration"></see> (that is, everything between &amp;lt;?xml and ?&amp;gt;).</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathItem.ValueAs(System.Type,System.Xml.IXmlNamespaceResolver)">
-      <summary>When overridden in a derived class, returns the item&amp;#39;s value as the type specified using the <see cref="T:System.Xml.IXmlNamespaceResolver"></see> object specified to resolve namespace prefixes.</summary>
-      <param name="returnType">The type to return the item&amp;#39;s value as.</param>
-      <param name="nsResolver">The <see cref="T:System.Xml.IXmlNamespaceResolver"></see> object used to resolve namespace prefixes.</param>
-      <returns>The value of the item as the type requested.</returns>
-      <exception cref="T:System.FormatException">The item&amp;#39;s value is not in the correct format for the target type.</exception>
-      <exception cref="T:System.InvalidCastException">The attempted cast is not valid.</exception>
-      <exception cref="T:System.OverflowException">The attempted cast resulted in an overflow.</exception>
+    <member name="P:System.Xml.XmlDeclaration.LocalName">
+      <summary>Gets the local name of the node.</summary>
+      <returns>For <see langword="XmlDeclaration"></see> nodes, the local name is <see langword="xml"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XPath.XPathItem.ValueAsBoolean">
-      <summary>When overridden in a derived class, gets the item&amp;#39;s value as a <see cref="T:System.Boolean"></see>.</summary>
-      <returns>The item&amp;#39;s value as a <see cref="System.Boolean"></see>.</returns>
-      <exception cref="T:System.FormatException">The item&amp;#39;s value is not in the correct format for the <see cref="System.Boolean"></see> type.</exception>
-      <exception cref="T:System.InvalidCastException">The attempted cast to <see cref="System.Boolean"></see> is not valid.</exception>
+    <member name="P:System.Xml.XmlDeclaration.Name">
+      <summary>Gets the qualified name of the node.</summary>
+      <returns>For <see langword="XmlDeclaration"></see> nodes, the name is <see langword="xml"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XPath.XPathItem.ValueAsDateTime">
-      <summary>When overridden in a derived class, gets the item&amp;#39;s value as a <see cref="T:System.DateTime"></see>.</summary>
-      <returns>The item&amp;#39;s value as a <see cref="System.DateTime"></see>.</returns>
-      <exception cref="T:System.FormatException">The item&amp;#39;s value is not in the correct format for the <see cref="System.DateTime"></see> type.</exception>
-      <exception cref="T:System.InvalidCastException">The attempted cast to <see cref="System.DateTime"></see> is not valid.</exception>
+    <member name="P:System.Xml.XmlDeclaration.NodeType">
+      <summary>Gets the type of the current node.</summary>
+      <returns>For <see langword="XmlDeclaration"></see> nodes, this value is XmlNodeType.XmlDeclaration.</returns>
     </member>
-    <member name="P:System.Xml.XPath.XPathItem.ValueAsDouble">
-      <summary>When overridden in a derived class, gets the item&amp;#39;s value as a <see cref="T:System.Double"></see>.</summary>
-      <returns>The item&amp;#39;s value as a <see cref="System.Double"></see>.</returns>
-      <exception cref="T:System.FormatException">The item&amp;#39;s value is not in the correct format for the <see cref="System.Double"></see> type.</exception>
-      <exception cref="T:System.InvalidCastException">The attempted cast to <see cref="System.Double"></see> is not valid.</exception>
-      <exception cref="T:System.OverflowException">The attempted cast resulted in an overflow.</exception>
+    <member name="P:System.Xml.XmlDeclaration.Standalone">
+      <summary>Gets or sets the value of the standalone attribute.</summary>
+      <returns>Valid values are <see langword="yes"></see> if all entity declarations required by the XML document are contained within the document or <see langword="no"></see> if an external document type definition (DTD) is required. If a standalone attribute is not present in the XML declaration, this property returns String.Empty.</returns>
     </member>
-    <member name="P:System.Xml.XPath.XPathItem.ValueAsInt">
-      <summary>When overridden in a derived class, gets the item&amp;#39;s value as an <see cref="T:System.Int32"></see>.</summary>
-      <returns>The item&amp;#39;s value as an <see cref="System.Int32"></see>.</returns>
-      <exception cref="T:System.FormatException">The item&amp;#39;s value is not in the correct format for the <see cref="System.Int32"></see> type.</exception>
-      <exception cref="T:System.InvalidCastException">The attempted cast to <see cref="System.Int32"></see> is not valid.</exception>
-      <exception cref="T:System.OverflowException">The attempted cast resulted in an overflow.</exception>
+    <member name="P:System.Xml.XmlDeclaration.Value">
+      <summary>Gets or sets the value of the <see langword="XmlDeclaration"></see>.</summary>
+      <returns>The contents of the <see langword="XmlDeclaration"></see> (that is, everything between &amp;lt;?xml and ?&amp;gt;).</returns>
     </member>
-    <member name="P:System.Xml.XPath.XPathItem.ValueAsLong">
-      <summary>When overridden in a derived class, gets the item&amp;#39;s value as an <see cref="T:System.Int64"></see>.</summary>
-      <returns>The item&amp;#39;s value as an <see cref="System.Int64"></see>.</returns>
-      <exception cref="T:System.FormatException">The item&amp;#39;s value is not in the correct format for the <see cref="System.Int64"></see> type.</exception>
-      <exception cref="T:System.InvalidCastException">The attempted cast to <see cref="System.Int64"></see> is not valid.</exception>
-      <exception cref="T:System.OverflowException">The attempted cast resulted in an overflow.</exception>
+    <member name="P:System.Xml.XmlDeclaration.Version">
+      <summary>Gets the XML version of the document.</summary>
+      <returns>The value is always <see langword="1.0"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XPath.XPathItem.ValueType">
-      <summary>When overridden in a derived class, gets the .NET Framework 2.0 type of the item.</summary>
-      <returns>The .NET Framework type of the item. The default value is <see cref="System.String"></see>.</returns>
+    <member name="M:System.Xml.XmlDeclaration.WriteContentTo(System.Xml.XmlWriter)">
+      <summary>Saves the children of the node to the specified <see cref="T:System.Xml.XmlWriter"></see>. Because <see langword="XmlDeclaration"></see> nodes do not have children, this method has no effect.</summary>
+      <param name="w">The <see langword="XmlWriter"></see> to which you want to save.</param>
     </member>
-    <member name="P:System.Xml.XPath.XPathItem.XmlType">
-      <summary>When overridden in a derived class, gets the <see cref="T:System.Xml.Schema.XmlSchemaType"></see> for the item.</summary>
-      <returns>The <see cref="System.Xml.Schema.XmlSchemaType"></see> for the item.</returns>
+    <member name="M:System.Xml.XmlDeclaration.WriteTo(System.Xml.XmlWriter)">
+      <summary>Saves the node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
+      <param name="w">The <see langword="XmlWriter"></see> to which you want to save.</param>
     </member>
-    <member name="T:System.Xml.XPath.XPathNamespaceScope">
-      <summary>Defines the namespace scope.</summary>
+    <member name="T:System.Xml.XmlDateTimeSerializationMode">
+      <summary>Specifies how to treat the time value when converting between string and <see cref="T:System.DateTime"></see>.</summary>
     </member>
-    <member name="F:System.Xml.XPath.XPathNamespaceScope.All">
-      <summary>Returns all namespaces defined in the scope of the current node. This includes the xmlns:xml namespace which is always declared implicitly. The order of the namespaces returned is not defined.</summary>
+    <member name="F:System.Xml.XmlDateTimeSerializationMode.Local">
+      <summary>Treat as local time. If the <see cref="T:System.DateTime"></see> object represents a Coordinated Universal Time (UTC), it is converted to the local time.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.XPath.XPathNamespaceScope.ExcludeXml">
-      <summary>Returns all namespaces defined in the scope of the current node, excluding the xmlns:xml namespace. The xmlns:xml namespace is always declared implicitly. The order of the namespaces returned is not defined.</summary>
+    <member name="F:System.Xml.XmlDateTimeSerializationMode.RoundtripKind">
+      <summary>Time zone information should be preserved when converting.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.XPath.XPathNamespaceScope.Local">
-      <summary>Returns all namespaces that are defined locally at the current node.</summary>
+    <member name="F:System.Xml.XmlDateTimeSerializationMode.Unspecified">
+      <summary>Treat as a local time if a <see cref="T:System.DateTime"></see> is being converted to a string.</summary>
       <returns></returns>
     </member>
-    <member name="T:System.Xml.XPath.XPathNavigator">
-      <summary>Provides a cursor model for navigating and editing XML data.</summary>
+    <member name="F:System.Xml.XmlDateTimeSerializationMode.Utc">
+      <summary>Treat as a UTC. If the <see cref="T:System.DateTime"></see> object represents a local time, it is converted to a UTC.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XPath.XPathNavigator"></see> class.</summary>
+    <member name="T:System.Xml.XmlConvert">
+      <summary>Encodes and decodes XML names, and provides methods for converting between common language runtime types and XML Schema definition language (XSD) types. When converting data types, the values returned are locale-independent.</summary>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.AppendChild">
-      <summary>Returns an <see cref="T:System.Xml.XmlWriter"></see> object used to create one or more new child nodes at the end of the list of child nodes of the current node.</summary>
-      <returns>An <see cref="System.Xml.XmlWriter"></see> object used to create new child nodes at the end of the list of child nodes of the current node.</returns>
-      <exception cref="T:System.InvalidOperationException">The current node the <see cref="System.Xml.XPath.XPathNavigator"></see> is positioned on is not the root node or an element node.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
+    <member name="M:System.Xml.XmlConvert.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlConvert"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.AppendChild(System.String)">
-      <summary>Creates a new child node at the end of the list of child nodes of the current node using the XML data string specified.</summary>
-      <param name="newChild">The XML data string for the new child node.</param>
-      <exception cref="T:System.ArgumentNullException">The XML data string parameter is null.</exception>
-      <exception cref="T:System.InvalidOperationException">The current node the <see cref="System.Xml.XPath.XPathNavigator"></see> is positioned on is not the root node or an element node.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
-      <exception cref="T:System.Xml.XmlException">The XML data string parameter is not well-formed.</exception>
+    <member name="M:System.Xml.XmlConvert.DecodeName(System.String)">
+      <summary>Decodes a name. This method does the reverse of the <see cref="M:System.Xml.XmlConvert.EncodeName(System.String)"></see> and <see cref="M:System.Xml.XmlConvert.EncodeLocalName(System.String)"></see> methods.</summary>
+      <param name="name">The name to be transformed.</param>
+      <returns>The decoded name.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.AppendChild(System.Xml.XmlReader)">
-      <summary>Creates a new child node at the end of the list of child nodes of the current node using the XML contents of the <see cref="T:System.Xml.XmlReader"></see> object specified.</summary>
-      <param name="newChild">An <see cref="T:System.Xml.XmlReader"></see> object positioned on the XML data for the new child node.</param>
-      <exception cref="T:System.ArgumentException">The <see cref="System.Xml.XmlReader"></see> object is in an error state or closed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.XmlReader"></see> object parameter is null.</exception>
-      <exception cref="T:System.InvalidOperationException">The current node the <see cref="System.Xml.XPath.XPathNavigator"></see> is positioned on is not the root node or an element node.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
-      <exception cref="T:System.Xml.XmlException">The XML contents of the <see cref="System.Xml.XmlReader"></see> object parameter is not well-formed.</exception>
+    <member name="M:System.Xml.XmlConvert.EncodeLocalName(System.String)">
+      <summary>Converts the name to a valid XML local name.</summary>
+      <param name="name">The name to be encoded.</param>
+      <returns>The encoded name.</returns>
+    </member>
+    <member name="M:System.Xml.XmlConvert.EncodeName(System.String)">
+      <summary>Converts the name to a valid XML name.</summary>
+      <param name="name">A name to be translated.</param>
+      <returns>Returns the name with any invalid characters replaced by an escape string.</returns>
+    </member>
+    <member name="M:System.Xml.XmlConvert.EncodeNmToken(System.String)">
+      <summary>Verifies the name is valid according to the XML specification.</summary>
+      <param name="name">The name to be encoded.</param>
+      <returns>The encoded name.</returns>
+    </member>
+    <member name="M:System.Xml.XmlConvert.IsNCNameChar(System.Char)">
+      <summary>Checks whether the passed-in character is a valid non-colon character type.</summary>
+      <param name="ch">The character to verify as a non-colon character.</param>
+      <returns>Returns <see langword="true"></see> if the character is a valid non-colon character type; otherwise, <see langword="false"></see>.</returns>
+    </member>
+    <member name="M:System.Xml.XmlConvert.IsPublicIdChar(System.Char)">
+      <summary>Returns the passed-in character instance if the character in the argument is a valid public id character, otherwise <see langword="null"></see>.</summary>
+      <param name="ch"><see cref="T:System.Char"></see> object to validate.</param>
+      <returns>Returns the passed-in character if the character is a valid public id character, otherwise <see langword="null"></see>.</returns>
+    </member>
+    <member name="M:System.Xml.XmlConvert.IsStartNCNameChar(System.Char)">
+      <summary>Checks if the passed-in character is a valid Start Name Character type.</summary>
+      <param name="ch">The character to validate.</param>
+      <returns><see langword="true"></see> if the character is a valid Start Name Character type; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.AppendChild(System.Xml.XPath.XPathNavigator)">
-      <summary>Creates a new child node at the end of the list of child nodes of the current node using the nodes in the <see cref="T:System.Xml.XPath.XPathNavigator"></see> specified.</summary>
-      <param name="newChild">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> object positioned on the node to add as the new child node.</param>
-      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.XPath.XPathNavigator"></see> object parameter is null.</exception>
-      <exception cref="T:System.InvalidOperationException">The current node the <see cref="System.Xml.XPath.XPathNavigator"></see> is positioned on is not the root node or an element node.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
+    <member name="M:System.Xml.XmlConvert.IsWhitespaceChar(System.Char)">
+      <summary>Checks if the passed-in character is a valid XML whitespace character.</summary>
+      <param name="ch">The character to validate.</param>
+      <returns><see langword="true"></see> if the passed in character is a valid XML whitespace character; otherwise <see langword="false"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.AppendChildElement(System.String,System.String,System.String,System.String)">
-      <summary>Creates a new child element node at the end of the list of child nodes of the current node using the namespace prefix, local name and namespace URI specified with the value specified.</summary>
-      <param name="prefix">The namespace prefix of the new child element node (if any).</param>
-      <param name="localName">The local name of the new child element node (if any).</param>
-      <param name="namespaceURI">The namespace URI of the new child element node (if any). <see cref="F:System.String.Empty"></see> and null are equivalent.</param>
-      <param name="value">The value of the new child element node. If <see cref="F:System.String.Empty"></see> or null are passed, an empty element is created.</param>
-      <exception cref="T:System.InvalidOperationException">The current node the <see cref="System.Xml.XPath.XPathNavigator"></see> is positioned on is not the root node or an element node.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
+    <member name="M:System.Xml.XmlConvert.IsXmlChar(System.Char)">
+      <summary>Checks if the passed-in character is a valid XML character.</summary>
+      <param name="ch">The character to validate.</param>
+      <returns><see langword="true"></see> if the passed in character is a valid XML character; otherwise <see langword="false"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XPath.XPathNavigator.BaseURI">
-      <summary>When overridden in a derived class, gets the base URI for the current node.</summary>
-      <returns>The location from which the node was loaded, or <see cref="System.String.Empty"></see> if there is no value.</returns>
+    <member name="M:System.Xml.XmlConvert.IsXmlSurrogatePair(System.Char,System.Char)">
+      <summary>Checks if the passed-in surrogate pair of characters is a valid XML character.</summary>
+      <param name="lowChar">The surrogate character to validate.</param>
+      <param name="highChar">The surrogate character to validate.</param>
+      <returns><see langword="true"></see> if the passed in surrogate pair of characters is a valid XML character; otherwise <see langword="false"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XPath.XPathNavigator.CanEdit">
-      <summary>Gets a value indicating whether the <see cref="T:System.Xml.XPath.XPathNavigator"></see> can edit the underlying XML data.</summary>
-      <returns>true if the <see cref="System.Xml.XPath.XPathNavigator"></see> can edit the underlying XML data; otherwise false.</returns>
+    <member name="M:System.Xml.XmlConvert.ToBoolean(System.String)">
+      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.Boolean"></see> equivalent.</summary>
+      <param name="s">The string to convert.</param>
+      <returns>A <see langword="Boolean"></see> value, that is, <see langword="true"></see> or <see langword="false"></see>.</returns>
+      <exception cref="T:System.ArgumentNullException"><paramref name="s">s</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.FormatException"><paramref name="s">s</paramref> does not represent a <see langword="Boolean"></see> value.</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.CheckValidity(System.Xml.Schema.XmlSchemaSet,System.Xml.Schema.ValidationEventHandler)">
-      <summary>Verifies that the XML data in the <see cref="T:System.Xml.XPath.XPathNavigator"></see> conforms to the XML Schema definition language (XSD) schema provided.</summary>
-      <param name="schemas">The <see cref="T:System.Xml.Schema.XmlSchemaSet"></see> containing the schemas used to validate the XML data contained in the <see cref="T:System.Xml.XPath.XPathNavigator"></see>.</param>
-      <param name="validationEventHandler">The <see cref="T:System.Xml.Schema.ValidationEventHandler"></see> that receives information about schema validation warnings and errors.</param>
-      <returns>true if no schema validation errors occurred; otherwise, false.</returns>
-      <exception cref="T:System.Xml.Schema.XmlSchemaValidationException">A schema validation error occurred, and no <see cref="System.Xml.Schema.ValidationEventHandler"></see> was specified to handle validation errors.</exception>
-      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.XPath.XPathNavigator"></see> is positioned on a node that is not an element, attribute, or the root node or there is not type information to perform validation.</exception>
-      <exception cref="T:System.ArgumentException">The <see cref="System.Xml.XPath.XPathNavigator.CheckValidity(System.Xml.Schema.XmlSchemaSet,System.Xml.Schema.ValidationEventHandler)"></see> method was called with an <see cref="System.Xml.Schema.XmlSchemaSet"></see> parameter when the <see cref="System.Xml.XPath.XPathNavigator"></see> was not positioned on the root node of the XML data.</exception>
+    <member name="M:System.Xml.XmlConvert.ToByte(System.String)">
+      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.Byte"></see> equivalent.</summary>
+      <param name="s">The string to convert.</param>
+      <returns>A <see langword="Byte"></see> equivalent of the string.</returns>
+      <exception cref="T:System.ArgumentNullException"><paramref name="s">s</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.FormatException"><paramref name="s">s</paramref> is not in the correct format.</exception>
+      <exception cref="T:System.OverflowException"><paramref name="s">s</paramref> represents a number less than <see cref="System.Byte.MinValue"></see> or greater than <see cref="System.Byte.MaxValue"></see>.</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.Clone">
-      <summary>When overridden in a derived class, creates a new <see cref="T:System.Xml.XPath.XPathNavigator"></see> positioned at the same node as this <see cref="T:System.Xml.XPath.XPathNavigator"></see>.</summary>
-      <returns>A new <see cref="System.Xml.XPath.XPathNavigator"></see> positioned at the same node as this <see cref="System.Xml.XPath.XPathNavigator"></see>.</returns>
+    <member name="M:System.Xml.XmlConvert.ToChar(System.String)">
+      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.Char"></see> equivalent.</summary>
+      <param name="s">The string containing a single character to convert.</param>
+      <returns>A <see langword="Char"></see> representing the single character.</returns>
+      <exception cref="T:System.ArgumentNullException">The value of the <paramref name="s">s</paramref> parameter is <see langword="null"></see>.</exception>
+      <exception cref="T:System.FormatException">The <paramref name="s">s</paramref> parameter contains more than one character.</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.ComparePosition(System.Xml.XPath.XPathNavigator)">
-      <summary>Compares the position of the current <see cref="T:System.Xml.XPath.XPathNavigator"></see> with the position of the <see cref="T:System.Xml.XPath.XPathNavigator"></see> specified.</summary>
-      <param name="nav">The <see cref="T:System.Xml.XPath.XPathNavigator"></see> to compare against.</param>
-      <returns>An <see cref="System.Xml.XmlNodeOrder"></see> value representing the comparative position of the two <see cref="System.Xml.XPath.XPathNavigator"></see> objects.</returns>
+    <member name="M:System.Xml.XmlConvert.ToDateTime(System.String)">
+      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.DateTime"></see> equivalent.</summary>
+      <param name="s">The string to convert.</param>
+      <returns>A <see langword="DateTime"></see> equivalent of the string.</returns>
+      <exception cref="T:System.ArgumentNullException"><paramref name="s">s</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.FormatException"><paramref name="s">s</paramref> is an empty string or is not in the correct format.</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.Compile(System.String)">
-      <summary>Compiles a string representing an XPath expression and returns an <see cref="T:System.Xml.XPath.XPathExpression"></see> object.</summary>
-      <param name="xpath">A string representing an XPath expression.</param>
-      <returns>An <see cref="System.Xml.XPath.XPathExpression"></see> object representing the XPath expression.</returns>
-      <exception cref="T:System.ArgumentException">The <paramref name="xpath">xpath</paramref> parameter contains an XPath expression that is not valid.</exception>
-      <exception cref="T:System.Xml.XPath.XPathException">The XPath expression is not valid.</exception>
+    <member name="M:System.Xml.XmlConvert.ToDateTime(System.String,System.String)">
+      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.DateTime"></see> equivalent.</summary>
+      <param name="s">The string to convert.</param>
+      <param name="format">The format structure to apply to the converted <see langword="DateTime"></see>. Valid formats include &amp;quot;yyyy-MM-ddTHH:mm:sszzzzzz&amp;quot; and its subsets. The string is validated against this format.</param>
+      <returns>A <see langword="DateTime"></see> equivalent of the string.</returns>
+      <exception cref="T:System.ArgumentNullException"><paramref name="s">s</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.FormatException"><paramref name="s">s</paramref> or <paramref name="format">format</paramref> is String.Empty  
+ -or-  
+ <paramref name="s">s</paramref> does not contain a date and time that corresponds to <paramref name="format">format</paramref>.</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.CreateAttribute(System.String,System.String,System.String,System.String)">
-      <summary>Creates an attribute node on the current element node using the namespace prefix, local name and namespace URI specified with the value specified.</summary>
-      <param name="prefix">The namespace prefix of the new attribute node (if any).</param>
-      <param name="localName">The local name of the new attribute node which cannot <see cref="F:System.String.Empty"></see> or null.</param>
-      <param name="namespaceURI">The namespace URI for the new attribute node (if any).</param>
-      <param name="value">The value of the new attribute node. If <see cref="F:System.String.Empty"></see> or null are passed, an empty attribute node is created.</param>
-      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.XPath.XPathNavigator"></see> is not positioned on an element node.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
+    <member name="M:System.Xml.XmlConvert.ToDateTime(System.String,System.String[])">
+      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.DateTime"></see> equivalent.</summary>
+      <param name="s">The string to convert.</param>
+      <param name="formats">An array containing the format structures to apply to the converted <see langword="DateTime"></see>. Valid formats include &amp;quot;yyyy-MM-ddTHH:mm:sszzzzzz&amp;quot; and its subsets.</param>
+      <returns>A <see langword="DateTime"></see> equivalent of the string.</returns>
+      <exception cref="T:System.ArgumentNullException"><paramref name="s">s</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.FormatException"><paramref name="s">s</paramref> or an element of <paramref name="formats">formats</paramref> is String.Empty  
+ -or-  
+ <paramref name="s">s</paramref> does not contain a date and time that corresponds to any of the elements of <paramref name="formats">formats</paramref>.</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.CreateAttributes">
-      <summary>Returns an <see cref="T:System.Xml.XmlWriter"></see> object used to create new attributes on the current element.</summary>
-      <returns>An <see cref="System.Xml.XmlWriter"></see> object used to create new attributes on the current element.</returns>
-      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.XPath.XPathNavigator"></see> is not positioned on an element node.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
+    <member name="M:System.Xml.XmlConvert.ToDateTime(System.String,System.Xml.XmlDateTimeSerializationMode)">
+      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.DateTime"></see> using the <see cref="T:System.Xml.XmlDateTimeSerializationMode"></see> specified</summary>
+      <param name="s">The <see cref="T:System.String"></see> value to convert.</param>
+      <param name="dateTimeOption">One of the <see cref="T:System.Xml.XmlDateTimeSerializationMode"></see> values that specify whether the date should be converted to local time or preserved as Coordinated Universal Time (UTC), if it is a UTC date.</param>
+      <returns>A <see cref="T:System.DateTime"></see> equivalent of the <see cref="T:System.String"></see>.</returns>
+      <exception cref="T:System.NullReferenceException"><paramref name="s">s</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="dateTimeOption">dateTimeOption</paramref> value is <see langword="null"></see>.</exception>
+      <exception cref="T:System.FormatException"><paramref name="s">s</paramref> is an empty string or is not in a valid format.</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.CreateNavigator">
-      <summary>Returns a copy of the <see cref="T:System.Xml.XPath.XPathNavigator"></see>.</summary>
-      <returns>An <see cref="System.Xml.XPath.XPathNavigator"></see> copy of this <see cref="System.Xml.XPath.XPathNavigator"></see>.</returns>
+    <member name="M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String[])">
+      <summary>Converts the supplied <see cref="T:System.String"></see> to a <see cref="T:System.DateTimeOffset"></see> equivalent.</summary>
+      <param name="s">The string to convert.</param>
+      <param name="formats">An array of formats from which s can be converted. Each format in formats can be any subset of the W3C Recommendation for the XML dateTime type. (For more information see http://www.w3.org/TR/xmlschema-2/#dateTime.) The string s is validated against one of these formats.</param>
+      <returns>The <see cref="T:System.DateTimeOffset"></see> equivalent of the supplied string.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.DeleteRange(System.Xml.XPath.XPathNavigator)">
-      <summary>Deletes a range of sibling nodes from the current node to the node specified.</summary>
-      <param name="lastSiblingToDelete">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> positioned on the last sibling node in the range to delete.</param>
-      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.XPath.XPathNavigator"></see> specified is null.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
-      <exception cref="T:System.InvalidOperationException">The last node to delete specified is not a valid sibling node of the current node.</exception>
+    <member name="M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String)">
+      <summary>Converts the supplied <see cref="T:System.String"></see> to a <see cref="T:System.DateTimeOffset"></see> equivalent.</summary>
+      <param name="s">The string to convert.</param>
+      <param name="format">The format from which s is converted. The format parameter can be any subset of the W3C Recommendation for the XML dateTime type. (For more information see http://www.w3.org/TR/xmlschema-2/#dateTime.) The string s is validated against this format.</param>
+      <returns>The <see cref="T:System.DateTimeOffset"></see> equivalent of the supplied string.</returns>
+      <exception cref="T:System.ArgumentNullException"><paramref name="s">s</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.FormatException"><paramref name="s">s</paramref> or <paramref name="format">format</paramref> is an empty string or is not in the specified format.</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.DeleteSelf">
-      <summary>Deletes the current node and its child nodes.</summary>
-      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.XPath.XPathNavigator"></see> is positioned on a node that cannot be deleted such as the root node or a namespace node.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
+    <member name="M:System.Xml.XmlConvert.ToDateTimeOffset(System.String)">
+      <summary>Converts the supplied <see cref="T:System.String"></see> to a <see cref="T:System.DateTimeOffset"></see> equivalent.</summary>
+      <param name="s">The string to convert.  
+ Note The string must conform to a subset of the W3C Recommendation for the XML dateTime type. For more information see http://www.w3.org/TR/xmlschema-2/#dateTime.</param>
+      <returns>The <see cref="T:System.DateTimeOffset"></see> equivalent of the supplied string.</returns>
+      <exception cref="T:System.ArgumentNullException"><paramref name="s">s</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The argument passed to this method is outside the range of allowable values. For information about allowable values, see <see cref="System.DateTimeOffset"></see>.</exception>
+      <exception cref="T:System.FormatException">The argument passed to this method does not conform to a subset of the W3C Recommendations for the XML dateTime type. For more information see http://www.w3.org/TR/xmlschema-2/#dateTime.</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.Evaluate(System.String)">
-      <summary>Evaluates the specified XPath expression and returns the typed result.</summary>
-      <param name="xpath">A string representing an XPath expression that can be evaluated.</param>
-      <returns>The result of the expression (Boolean, number, string, or node set). This maps to <see cref="System.Boolean"></see>, <see cref="System.Double"></see>, <see cref="System.String"></see>, or <see cref="System.Xml.XPath.XPathNodeIterator"></see> objects respectively.</returns>
-      <exception cref="T:System.ArgumentException">The return type of the XPath expression is a node set.</exception>
-      <exception cref="T:System.Xml.XPath.XPathException">The XPath expression is not valid.</exception>
+    <member name="M:System.Xml.XmlConvert.ToDecimal(System.String)">
+      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.Decimal"></see> equivalent.</summary>
+      <param name="s">The string to convert.</param>
+      <returns>A <see langword="Decimal"></see> equivalent of the string.</returns>
+      <exception cref="T:System.ArgumentNullException"><paramref name="s">s</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.FormatException"><paramref name="s">s</paramref> is not in the correct format.</exception>
+      <exception cref="T:System.OverflowException"><paramref name="s">s</paramref> represents a number less than <see cref="System.Decimal.MinValue"></see> or greater than <see cref="System.Decimal.MaxValue"></see>.</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.Evaluate(System.Xml.XPath.XPathExpression)">
-      <summary>Evaluates the <see cref="T:System.Xml.XPath.XPathExpression"></see> and returns the typed result.</summary>
-      <param name="expr">An <see cref="T:System.Xml.XPath.XPathExpression"></see> that can be evaluated.</param>
-      <returns>The result of the expression (Boolean, number, string, or node set). This maps to <see cref="System.Boolean"></see>, <see cref="System.Double"></see>, <see cref="System.String"></see>, or <see cref="System.Xml.XPath.XPathNodeIterator"></see> objects respectively.</returns>
-      <exception cref="T:System.ArgumentException">The return type of the XPath expression is a node set.</exception>
-      <exception cref="T:System.Xml.XPath.XPathException">The XPath expression is not valid.</exception>
+    <member name="M:System.Xml.XmlConvert.ToDouble(System.String)">
+      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.Double"></see> equivalent.</summary>
+      <param name="s">The string to convert.</param>
+      <returns>A <see langword="Double"></see> equivalent of the string.</returns>
+      <exception cref="T:System.ArgumentNullException"><paramref name="s">s</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.FormatException"><paramref name="s">s</paramref> is not in the correct format.</exception>
+      <exception cref="T:System.OverflowException"><paramref name="s">s</paramref> represents a number less than <see cref="System.Double.MinValue"></see> or greater than <see cref="System.Double.MaxValue"></see>.</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.Evaluate(System.String,System.Xml.IXmlNamespaceResolver)">
-      <summary>Evaluates the specified XPath expression and returns the typed result, using the <see cref="T:System.Xml.IXmlNamespaceResolver"></see> object specified to resolve namespace prefixes in the XPath expression.</summary>
-      <param name="xpath">A string representing an XPath expression that can be evaluated.</param>
-      <param name="resolver">The <see cref="T:System.Xml.IXmlNamespaceResolver"></see> object used to resolve namespace prefixes in the XPath expression.</param>
-      <returns>The result of the expression (Boolean, number, string, or node set). This maps to <see cref="System.Boolean"></see>, <see cref="System.Double"></see>, <see cref="System.String"></see>, or <see cref="System.Xml.XPath.XPathNodeIterator"></see> objects respectively.</returns>
-      <exception cref="T:System.ArgumentException">The return type of the XPath expression is a node set.</exception>
-      <exception cref="T:System.Xml.XPath.XPathException">The XPath expression is not valid.</exception>
+    <member name="M:System.Xml.XmlConvert.ToGuid(System.String)">
+      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.Guid"></see> equivalent.</summary>
+      <param name="s">The string to convert.</param>
+      <returns>A <see langword="Guid"></see> equivalent of the string.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.Evaluate(System.Xml.XPath.XPathExpression,System.Xml.XPath.XPathNodeIterator)">
-      <summary>Uses the supplied context to evaluate the <see cref="T:System.Xml.XPath.XPathExpression"></see>, and returns the typed result.</summary>
-      <param name="expr">An <see cref="T:System.Xml.XPath.XPathExpression"></see> that can be evaluated.</param>
-      <param name="context">An <see cref="T:System.Xml.XPath.XPathNodeIterator"></see> that points to the selected node set that the evaluation is to be performed on.</param>
-      <returns>The result of the expression (Boolean, number, string, or node set). This maps to <see cref="System.Boolean"></see>, <see cref="System.Double"></see>, <see cref="System.String"></see>, or <see cref="System.Xml.XPath.XPathNodeIterator"></see> objects respectively.</returns>
-      <exception cref="T:System.ArgumentException">The return type of the XPath expression is a node set.</exception>
-      <exception cref="T:System.Xml.XPath.XPathException">The XPath expression is not valid.</exception>
+    <member name="M:System.Xml.XmlConvert.ToInt16(System.String)">
+      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.Int16"></see> equivalent.</summary>
+      <param name="s">The string to convert.</param>
+      <returns>An <see langword="Int16"></see> equivalent of the string.</returns>
+      <exception cref="T:System.ArgumentNullException"><paramref name="s">s</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.FormatException"><paramref name="s">s</paramref> is not in the correct format.</exception>
+      <exception cref="T:System.OverflowException"><paramref name="s">s</paramref> represents a number less than <see cref="System.Int16.MinValue"></see> or greater than <see cref="System.Int16.MaxValue"></see>.</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.GetAttribute(System.String,System.String)">
-      <summary>Gets the value of the attribute with the specified local name and namespace URI.</summary>
-      <param name="localName">The local name of the attribute. localName is case-sensitive.</param>
-      <param name="namespaceURI">The namespace URI of the attribute.</param>
-      <returns>A <see cref="System.String"></see> that contains the value of the specified attribute; <see cref="System.String.Empty"></see> if a matching attribute is not found, or if the <see cref="System.Xml.XPath.XPathNavigator"></see> is not positioned on an element node.</returns>
+    <member name="M:System.Xml.XmlConvert.ToInt32(System.String)">
+      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.Int32"></see> equivalent.</summary>
+      <param name="s">The string to convert.</param>
+      <returns>An <see langword="Int32"></see> equivalent of the string.</returns>
+      <exception cref="T:System.ArgumentNullException"><paramref name="s">s</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.FormatException"><paramref name="s">s</paramref> is not in the correct format.</exception>
+      <exception cref="T:System.OverflowException"><paramref name="s">s</paramref> represents a number less than <see cref="System.Int32.MinValue"></see> or greater than <see cref="System.Int32.MaxValue"></see>.</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.GetNamespace(System.String)">
-      <summary>Returns the value of the namespace node corresponding to the specified local name.</summary>
-      <param name="name">The local name of the namespace node.</param>
-      <returns>A <see cref="System.String"></see> that contains the value of the namespace node; <see cref="System.String.Empty"></see> if a matching namespace node is not found, or if the <see cref="System.Xml.XPath.XPathNavigator"></see> is not positioned on an element node.</returns>
+    <member name="M:System.Xml.XmlConvert.ToInt64(System.String)">
+      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.Int64"></see> equivalent.</summary>
+      <param name="s">The string to convert.</param>
+      <returns>An <see langword="Int64"></see> equivalent of the string.</returns>
+      <exception cref="T:System.ArgumentNullException"><paramref name="s">s</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.FormatException"><paramref name="s">s</paramref> is not in the correct format.</exception>
+      <exception cref="T:System.OverflowException"><paramref name="s">s</paramref> represents a number less than <see cref="System.Int64.MinValue"></see> or greater than <see cref="System.Int64.MaxValue"></see>.</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.GetNamespacesInScope(System.Xml.XmlNamespaceScope)">
-      <summary>Returns the in-scope namespaces of the current node.</summary>
-      <param name="scope">An <see cref="T:System.Xml.XmlNamespaceScope"></see> value specifying the namespaces to return.</param>
-      <returns>An <see cref="System.Collections.Generic.IDictionary`2"></see> collection of namespace names keyed by prefix.</returns>
+    <member name="M:System.Xml.XmlConvert.ToSByte(System.String)">
+      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.SByte"></see> equivalent.</summary>
+      <param name="s">The string to convert.</param>
+      <returns>An <see langword="SByte"></see> equivalent of the string.</returns>
+      <exception cref="T:System.ArgumentNullException"><paramref name="s">s</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.FormatException"><paramref name="s">s</paramref> is not in the correct format.</exception>
+      <exception cref="T:System.OverflowException"><paramref name="s">s</paramref> represents a number less than <see cref="System.SByte.MinValue"></see> or greater than <see cref="System.SByte.MaxValue"></see>.</exception>
     </member>
-    <member name="P:System.Xml.XPath.XPathNavigator.HasAttributes">
-      <summary>Gets a value indicating whether the current node has any attributes.</summary>
-      <returns>Returns true if the current node has attributes; returns false if the current node has no attributes, or if the <see cref="System.Xml.XPath.XPathNavigator"></see> is not positioned on an element node.</returns>
+    <member name="M:System.Xml.XmlConvert.ToSingle(System.String)">
+      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.Single"></see> equivalent.</summary>
+      <param name="s">The string to convert.</param>
+      <returns>A <see langword="Single"></see> equivalent of the string.</returns>
+      <exception cref="T:System.ArgumentNullException"><paramref name="s">s</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.FormatException"><paramref name="s">s</paramref> is not in the correct format.</exception>
+      <exception cref="T:System.OverflowException"><paramref name="s">s</paramref> represents a number less than <see cref="System.Single.MinValue"></see> or greater than <see cref="System.Single.MaxValue"></see>.</exception>
     </member>
-    <member name="P:System.Xml.XPath.XPathNavigator.HasChildren">
-      <summary>Gets a value indicating whether the current node has any child nodes.</summary>
-      <returns>true if the current node has any child nodes; otherwise, false.</returns>
+    <member name="M:System.Xml.XmlConvert.ToString(System.Single)">
+      <summary>Converts the <see cref="T:System.Single"></see> to a <see cref="T:System.String"></see>.</summary>
+      <param name="value">The value to convert.</param>
+      <returns>A string representation of the <see langword="Single"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XPath.XPathNavigator.InnerXml">
-      <summary>Gets or sets the markup representing the child nodes of the current node.</summary>
-      <returns>A <see cref="System.String"></see> that contains the markup of the child nodes of the current node.</returns>
-      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.XPath.XPathNavigator.InnerXml"></see> property cannot be set.</exception>
+    <member name="M:System.Xml.XmlConvert.ToString(System.TimeSpan)">
+      <summary>Converts the <see cref="T:System.TimeSpan"></see> to a <see cref="T:System.String"></see>.</summary>
+      <param name="value">The value to convert.</param>
+      <returns>A string representation of the <see langword="TimeSpan"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.InsertAfter(System.Xml.XPath.XPathNavigator)">
-      <summary>Creates a new sibling node after the currently selected node using the nodes in the <see cref="T:System.Xml.XPath.XPathNavigator"></see> object specified.</summary>
-      <param name="newSibling">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> object positioned on the node to add as the new sibling node.</param>
-      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.XPath.XPathNavigator"></see> object parameter is null.</exception>
-      <exception cref="T:System.InvalidOperationException">The position of the <see cref="System.Xml.XPath.XPathNavigator"></see> does not allow a new sibling node to be inserted after the current node.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
+    <member name="M:System.Xml.XmlConvert.ToString(System.UInt16)">
+      <summary>Converts the <see cref="T:System.UInt16"></see> to a <see cref="T:System.String"></see>.</summary>
+      <param name="value">The value to convert.</param>
+      <returns>A string representation of the <see langword="UInt16"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.InsertAfter(System.Xml.XmlReader)">
-      <summary>Creates a new sibling node after the currently selected node using the XML contents of the <see cref="T:System.Xml.XmlReader"></see> object specified.</summary>
-      <param name="newSibling">An <see cref="T:System.Xml.XmlReader"></see> object positioned on the XML data for the new sibling node.</param>
-      <exception cref="T:System.ArgumentException">The <see cref="System.Xml.XmlReader"></see> object is in an error state or closed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.XmlReader"></see> object parameter is null.</exception>
-      <exception cref="T:System.InvalidOperationException">The position of the <see cref="System.Xml.XPath.XPathNavigator"></see> does not allow a new sibling node to be inserted after the current node.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
-      <exception cref="T:System.Xml.XmlException">The XML contents of the <see cref="System.Xml.XmlReader"></see> object parameter is not well-formed.</exception>
+    <member name="M:System.Xml.XmlConvert.ToString(System.UInt32)">
+      <summary>Converts the <see cref="T:System.UInt32"></see> to a <see cref="T:System.String"></see>.</summary>
+      <param name="value">The value to convert.</param>
+      <returns>A string representation of the <see langword="UInt32"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.InsertAfter">
-      <summary>Returns an <see cref="T:System.Xml.XmlWriter"></see> object used to create a new sibling node after the currently selected node.</summary>
-      <returns>An <see cref="System.Xml.XmlWriter"></see> object used to create a new sibling node after the currently selected node.</returns>
-      <exception cref="T:System.InvalidOperationException">The position of the <see cref="System.Xml.XPath.XPathNavigator"></see> does not allow a new sibling node to be inserted after the current node.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
+    <member name="M:System.Xml.XmlConvert.ToString(System.DateTimeOffset,System.String)">
+      <summary>Converts the supplied <see cref="T:System.DateTimeOffset"></see> to a <see cref="T:System.String"></see> in the specified format.</summary>
+      <param name="value">The <see cref="T:System.DateTimeOffset"></see> to be converted.</param>
+      <param name="format">The format to which s is converted. The format parameter can be any subset of the W3C Recommendation for the XML dateTime type. (For more information see http://www.w3.org/TR/xmlschema-2/#dateTime.)</param>
+      <returns>A <see cref="T:System.String"></see> representation in the specified format of the supplied <see cref="T:System.DateTimeOffset"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.InsertAfter(System.String)">
-      <summary>Creates a new sibling node after the currently selected node using the XML string specified.</summary>
-      <param name="newSibling">The XML data string for the new sibling node.</param>
-      <exception cref="T:System.ArgumentNullException">The XML string parameter is null.</exception>
-      <exception cref="T:System.InvalidOperationException">The position of the <see cref="System.Xml.XPath.XPathNavigator"></see> does not allow a new sibling node to be inserted after the current node.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
-      <exception cref="T:System.Xml.XmlException">The XML string parameter is not well-formed.</exception>
+    <member name="M:System.Xml.XmlConvert.ToString(System.DateTime,System.String)">
+      <summary>Converts the <see cref="T:System.DateTime"></see> to a <see cref="T:System.String"></see>.</summary>
+      <param name="value">The value to convert.</param>
+      <param name="format">The format structure that defines how to display the converted string. Valid formats include &amp;quot;yyyy-MM-ddTHH:mm:sszzzzzz&amp;quot; and its subsets.</param>
+      <returns>A string representation of the <see langword="DateTime"></see> in the specified format.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.InsertBefore">
-      <summary>Returns an <see cref="T:System.Xml.XmlWriter"></see> object used to create a new sibling node before the currently selected node.</summary>
-      <returns>An <see cref="System.Xml.XmlWriter"></see> object used to create a new sibling node before the currently selected node.</returns>
-      <exception cref="T:System.InvalidOperationException">The position of the <see cref="System.Xml.XPath.XPathNavigator"></see> does not allow a new sibling node to be inserted before the current node.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
+    <member name="M:System.Xml.XmlConvert.ToString(System.DateTime,System.Xml.XmlDateTimeSerializationMode)">
+      <summary>Converts the <see cref="T:System.DateTime"></see> to a <see cref="T:System.String"></see> using the <see cref="T:System.Xml.XmlDateTimeSerializationMode"></see> specified.</summary>
+      <param name="value">The <see cref="T:System.DateTime"></see> value to convert.</param>
+      <param name="dateTimeOption">One of the <see cref="T:System.Xml.XmlDateTimeSerializationMode"></see> values that specify how to treat the <see cref="T:System.DateTime"></see> value.</param>
+      <returns>A <see cref="T:System.String"></see> equivalent of the <see cref="T:System.DateTime"></see>.</returns>
+      <exception cref="T:System.ArgumentException">The <paramref name="dateTimeOption">dateTimeOption</paramref> value is not valid.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="value">value</paramref> or <paramref name="dateTimeOption">dateTimeOption</paramref> value is <see langword="null"></see>.</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.InsertBefore(System.String)">
-      <summary>Creates a new sibling node before the currently selected node using the XML string specified.</summary>
-      <param name="newSibling">The XML data string for the new sibling node.</param>
-      <exception cref="T:System.ArgumentNullException">The XML string parameter is null.</exception>
-      <exception cref="T:System.InvalidOperationException">The position of the <see cref="System.Xml.XPath.XPathNavigator"></see> does not allow a new sibling node to be inserted before the current node.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
-      <exception cref="T:System.Xml.XmlException">The XML string parameter is not well-formed.</exception>
+    <member name="M:System.Xml.XmlConvert.ToString(System.SByte)">
+      <summary>Converts the <see cref="T:System.SByte"></see> to a <see cref="T:System.String"></see>.</summary>
+      <param name="value">The value to convert.</param>
+      <returns>A string representation of the <see langword="SByte"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.InsertBefore(System.Xml.XmlReader)">
-      <summary>Creates a new sibling node before the currently selected node using the XML contents of the <see cref="T:System.Xml.XmlReader"></see> object specified.</summary>
-      <param name="newSibling">An <see cref="T:System.Xml.XmlReader"></see> object positioned on the XML data for the new sibling node.</param>
-      <exception cref="T:System.ArgumentException">The <see cref="System.Xml.XmlReader"></see> object is in an error state or closed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.XmlReader"></see> object parameter is null.</exception>
-      <exception cref="T:System.InvalidOperationException">The position of the <see cref="System.Xml.XPath.XPathNavigator"></see> does not allow a new sibling node to be inserted before the current node.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
-      <exception cref="T:System.Xml.XmlException">The XML contents of the <see cref="System.Xml.XmlReader"></see> object parameter is not well-formed.</exception>
+    <member name="M:System.Xml.XmlConvert.ToString(System.UInt64)">
+      <summary>Converts the <see cref="T:System.UInt64"></see> to a <see cref="T:System.String"></see>.</summary>
+      <param name="value">The value to convert.</param>
+      <returns>A string representation of the <see langword="UInt64"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.InsertBefore(System.Xml.XPath.XPathNavigator)">
-      <summary>Creates a new sibling node before the currently selected node using the nodes in the <see cref="T:System.Xml.XPath.XPathNavigator"></see> specified.</summary>
-      <param name="newSibling">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> object positioned on the node to add as the new sibling node.</param>
-      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.XPath.XPathNavigator"></see> object parameter is null.</exception>
-      <exception cref="T:System.InvalidOperationException">The position of the <see cref="System.Xml.XPath.XPathNavigator"></see> does not allow a new sibling node to be inserted before the current node.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
+    <member name="M:System.Xml.XmlConvert.ToString(System.Int64)">
+      <summary>Converts the <see cref="T:System.Int64"></see> to a <see cref="T:System.String"></see>.</summary>
+      <param name="value">The value to convert.</param>
+      <returns>A string representation of the <see langword="Int64"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.InsertElementAfter(System.String,System.String,System.String,System.String)">
-      <summary>Creates a new sibling element after the current node using the namespace prefix, local name and namespace URI specified, with the value specified.</summary>
-      <param name="prefix">The namespace prefix of the new child element (if any).</param>
-      <param name="localName">The local name of the new child element (if any).</param>
-      <param name="namespaceURI">The namespace URI of the new child element (if any). <see cref="F:System.String.Empty"></see> and null are equivalent.</param>
-      <param name="value">The value of the new child element. If <see cref="F:System.String.Empty"></see> or null are passed, an empty element is created.</param>
-      <exception cref="T:System.InvalidOperationException">The position of the <see cref="System.Xml.XPath.XPathNavigator"></see> does not allow a new sibling node to be inserted after the current node.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
+    <member name="M:System.Xml.XmlConvert.ToString(System.Boolean)">
+      <summary>Converts the <see cref="T:System.Boolean"></see> to a <see cref="T:System.String"></see>.</summary>
+      <param name="value">The value to convert.</param>
+      <returns>A string representation of the <see langword="Boolean"></see>, that is, &amp;quot;true&amp;quot; or &amp;quot;false&amp;quot;.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.InsertElementBefore(System.String,System.String,System.String,System.String)">
-      <summary>Creates a new sibling element before the current node using the namespace prefix, local name, and namespace URI specified, with the value specified.</summary>
-      <param name="prefix">The namespace prefix of the new child element (if any).</param>
-      <param name="localName">The local name of the new child element (if any).</param>
-      <param name="namespaceURI">The namespace URI of the new child element (if any). <see cref="F:System.String.Empty"></see> and null are equivalent.</param>
-      <param name="value">The value of the new child element. If <see cref="F:System.String.Empty"></see> or null are passed, an empty element is created.</param>
-      <exception cref="T:System.InvalidOperationException">The position of the <see cref="System.Xml.XPath.XPathNavigator"></see> does not allow a new sibling node to be inserted before the current node.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
+    <member name="M:System.Xml.XmlConvert.ToString(System.Int16)">
+      <summary>Converts the <see cref="T:System.Int16"></see> to a <see cref="T:System.String"></see>.</summary>
+      <param name="value">The value to convert.</param>
+      <returns>A string representation of the <see langword="Int16"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.IsDescendant(System.Xml.XPath.XPathNavigator)">
-      <summary>Determines whether the specified <see cref="T:System.Xml.XPath.XPathNavigator"></see> is a descendant of the current <see cref="T:System.Xml.XPath.XPathNavigator"></see>.</summary>
-      <param name="nav">The <see cref="T:System.Xml.XPath.XPathNavigator"></see> to compare to this <see cref="T:System.Xml.XPath.XPathNavigator"></see>.</param>
-      <returns>true if the specified <see cref="System.Xml.XPath.XPathNavigator"></see> is a descendant of the current <see cref="System.Xml.XPath.XPathNavigator"></see>; otherwise, false.</returns>
+    <member name="M:System.Xml.XmlConvert.ToString(System.Guid)">
+      <summary>Converts the <see cref="T:System.Guid"></see> to a <see cref="T:System.String"></see>.</summary>
+      <param name="value">The value to convert.</param>
+      <returns>A string representation of the <see langword="Guid"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XPath.XPathNavigator.IsEmptyElement">
-      <summary>When overridden in a derived class, gets a value indicating whether the current node is an empty element without an end element tag.</summary>
-      <returns>true if the current node is an empty element; otherwise, false.</returns>
+    <member name="M:System.Xml.XmlConvert.ToString(System.Double)">
+      <summary>Converts the <see cref="T:System.Double"></see> to a <see cref="T:System.String"></see>.</summary>
+      <param name="value">The value to convert.</param>
+      <returns>A string representation of the <see langword="Double"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XPath.XPathNavigator.IsNode">
-      <summary>Gets a value indicating if the current node represents an XPath node.</summary>
-      <returns>Always returns true.</returns>
+    <member name="M:System.Xml.XmlConvert.ToString(System.Decimal)">
+      <summary>Converts the <see cref="T:System.Decimal"></see> to a <see cref="T:System.String"></see>.</summary>
+      <param name="value">The value to convert.</param>
+      <returns>A string representation of the <see langword="Decimal"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.IsSamePosition(System.Xml.XPath.XPathNavigator)">
-      <summary>When overridden in a derived class, determines whether the current <see cref="T:System.Xml.XPath.XPathNavigator"></see> is at the same position as the specified <see cref="T:System.Xml.XPath.XPathNavigator"></see>.</summary>
-      <param name="other">The <see cref="T:System.Xml.XPath.XPathNavigator"></see> to compare to this <see cref="T:System.Xml.XPath.XPathNavigator"></see>.</param>
-      <returns>true if the two <see cref="System.Xml.XPath.XPathNavigator"></see> objects have the same position; otherwise, false.</returns>
+    <member name="M:System.Xml.XmlConvert.ToString(System.DateTimeOffset)">
+      <summary>Converts the supplied <see cref="T:System.DateTimeOffset"></see> to a <see cref="T:System.String"></see>.</summary>
+      <param name="value">The <see cref="T:System.DateTimeOffset"></see> to be converted.</param>
+      <returns>A <see cref="T:System.String"></see> representation of the supplied <see cref="T:System.DateTimeOffset"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XPath.XPathNavigator.LocalName">
-      <summary>When overridden in a derived class, gets the <see cref="P:System.Xml.XPath.XPathNavigator.Name"></see> of the current node without any namespace prefix.</summary>
-      <returns>A <see cref="System.String"></see> that contains the local name of the current node, or <see cref="System.String.Empty"></see> if the current node does not have a name (for example, text or comment nodes).</returns>
+    <member name="M:System.Xml.XmlConvert.ToString(System.DateTime)">
+      <summary>Converts the <see cref="T:System.DateTime"></see> to a <see cref="T:System.String"></see>.</summary>
+      <param name="value">The value to convert.</param>
+      <returns>A string representation of the <see langword="DateTime"></see> in the format yyyy-MM-ddTHH:mm:ss where &amp;#39;T&amp;#39; is a constant literal.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.LookupNamespace(System.String)">
-      <summary>Gets the namespace URI for the specified prefix.</summary>
-      <param name="prefix">The prefix whose namespace URI you want to resolve. To match the default namespace, pass <see cref="F:System.String.Empty"></see>.</param>
-      <returns>A <see cref="System.String"></see> that contains the namespace URI assigned to the namespace prefix specified; null if no namespace URI is assigned to the prefix specified. The <see cref="System.String"></see> returned is atomized.</returns>
+    <member name="M:System.Xml.XmlConvert.ToString(System.Char)">
+      <summary>Converts the <see cref="T:System.Char"></see> to a <see cref="T:System.String"></see>.</summary>
+      <param name="value">The value to convert.</param>
+      <returns>A string representation of the <see langword="Char"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.LookupPrefix(System.String)">
-      <summary>Gets the prefix declared for the specified namespace URI.</summary>
-      <param name="namespaceURI">The namespace URI to resolve for the prefix.</param>
-      <returns>A <see cref="System.String"></see> that contains the namespace prefix assigned to the namespace URI specified; otherwise, <see cref="System.String.Empty"></see> if no prefix is assigned to the namespace URI specified. The <see cref="System.String"></see> returned is atomized.</returns>
+    <member name="M:System.Xml.XmlConvert.ToString(System.Byte)">
+      <summary>Converts the <see cref="T:System.Byte"></see> to a <see cref="T:System.String"></see>.</summary>
+      <param name="value">The value to convert.</param>
+      <returns>A string representation of the <see langword="Byte"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.Matches(System.String)">
-      <summary>Determines whether the current node matches the specified XPath expression.</summary>
-      <param name="xpath">The XPath expression.</param>
-      <returns>true if the current node matches the specified XPath expression; otherwise, false.</returns>
-      <exception cref="T:System.ArgumentException">The XPath expression cannot be evaluated.</exception>
-      <exception cref="T:System.Xml.XPath.XPathException">The XPath expression is not valid.</exception>
+    <member name="M:System.Xml.XmlConvert.ToString(System.Int32)">
+      <summary>Converts the <see cref="T:System.Int32"></see> to a <see cref="T:System.String"></see>.</summary>
+      <param name="value">The value to convert.</param>
+      <returns>A string representation of the <see langword="Int32"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.Matches(System.Xml.XPath.XPathExpression)">
-      <summary>Determines whether the current node matches the specified <see cref="T:System.Xml.XPath.XPathExpression"></see>.</summary>
-      <param name="expr">An <see cref="T:System.Xml.XPath.XPathExpression"></see> object containing the compiled XPath expression.</param>
-      <returns>true if the current node matches the <see cref="System.Xml.XPath.XPathExpression"></see>; otherwise, false.</returns>
-      <exception cref="T:System.ArgumentException">The XPath expression cannot be evaluated.</exception>
-      <exception cref="T:System.Xml.XPath.XPathException">The XPath expression is not valid.</exception>
+    <member name="M:System.Xml.XmlConvert.ToTimeSpan(System.String)">
+      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.TimeSpan"></see> equivalent.</summary>
+      <param name="s">The string to convert. The string format must conform to the W3C XML Schema Part 2: Datatypes recommendation for duration.</param>
+      <returns>A <see langword="TimeSpan"></see> equivalent of the string.</returns>
+      <exception cref="T:System.FormatException"><paramref name="s">s</paramref> is not in correct format to represent a <see langword="TimeSpan"></see> value.</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.MoveTo(System.Xml.XPath.XPathNavigator)">
-      <summary>When overridden in a derived class, moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the same position as the specified <see cref="T:System.Xml.XPath.XPathNavigator"></see>.</summary>
-      <param name="other">The <see cref="T:System.Xml.XPath.XPathNavigator"></see> positioned on the node that you want to move to.</param>
-      <returns>Returns true if the <see cref="System.Xml.XPath.XPathNavigator"></see> is successful moving to the same position as the specified <see cref="System.Xml.XPath.XPathNavigator"></see>; otherwise, false. If false, the position of the <see cref="System.Xml.XPath.XPathNavigator"></see> is unchanged.</returns>
+    <member name="M:System.Xml.XmlConvert.ToUInt16(System.String)">
+      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.UInt16"></see> equivalent.</summary>
+      <param name="s">The string to convert.</param>
+      <returns>A <see langword="UInt16"></see> equivalent of the string.</returns>
+      <exception cref="T:System.ArgumentNullException"><paramref name="s">s</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.FormatException"><paramref name="s">s</paramref> is not in the correct format.</exception>
+      <exception cref="T:System.OverflowException"><paramref name="s">s</paramref> represents a number less than <see cref="System.UInt16.MinValue"></see> or greater than <see cref="System.UInt16.MaxValue"></see>.</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.MoveToAttribute(System.String,System.String)">
-      <summary>Moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the attribute with the matching local name and namespace URI.</summary>
-      <param name="localName">The local name of the attribute.</param>
-      <param name="namespaceURI">The namespace URI of the attribute; null for an empty namespace.</param>
-      <returns>Returns true if the <see cref="System.Xml.XPath.XPathNavigator"></see> is successful moving to the attribute; otherwise, false. If false, the position of the <see cref="System.Xml.XPath.XPathNavigator"></see> is unchanged.</returns>
+    <member name="M:System.Xml.XmlConvert.ToUInt32(System.String)">
+      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.UInt32"></see> equivalent.</summary>
+      <param name="s">The string to convert.</param>
+      <returns>A <see langword="UInt32"></see> equivalent of the string.</returns>
+      <exception cref="T:System.ArgumentNullException"><paramref name="s">s</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.FormatException"><paramref name="s">s</paramref> is not in the correct format.</exception>
+      <exception cref="T:System.OverflowException"><paramref name="s">s</paramref> represents a number less than <see cref="System.UInt32.MinValue"></see> or greater than <see cref="System.UInt32.MaxValue"></see>.</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.MoveToChild(System.Xml.XPath.XPathNodeType)">
-      <summary>Moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the child node of the <see cref="T:System.Xml.XPath.XPathNodeType"></see> specified.</summary>
-      <param name="type">The <see cref="T:System.Xml.XPath.XPathNodeType"></see> of the child node to move to.</param>
-      <returns>Returns true if the <see cref="System.Xml.XPath.XPathNavigator"></see> is successful moving to the child node; otherwise, false. If false, the position of the <see cref="System.Xml.XPath.XPathNavigator"></see> is unchanged.</returns>
+    <member name="M:System.Xml.XmlConvert.ToUInt64(System.String)">
+      <summary>Converts the <see cref="T:System.String"></see> to a <see cref="T:System.UInt64"></see> equivalent.</summary>
+      <param name="s">The string to convert.</param>
+      <returns>A <see langword="UInt64"></see> equivalent of the string.</returns>
+      <exception cref="T:System.ArgumentNullException"><paramref name="s">s</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.FormatException"><paramref name="s">s</paramref> is not in the correct format.</exception>
+      <exception cref="T:System.OverflowException"><paramref name="s">s</paramref> represents a number less than <see cref="System.UInt64.MinValue"></see> or greater than <see cref="System.UInt64.MaxValue"></see>.</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.MoveToChild(System.String,System.String)">
-      <summary>Moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the child node with the local name and namespace URI specified.</summary>
-      <param name="localName">The local name of the child node to move to.</param>
-      <param name="namespaceURI">The namespace URI of the child node to move to.</param>
-      <returns>Returns true if the <see cref="System.Xml.XPath.XPathNavigator"></see> is successful moving to the child node; otherwise, false. If false, the position of the <see cref="System.Xml.XPath.XPathNavigator"></see> is unchanged.</returns>
+    <member name="M:System.Xml.XmlConvert.VerifyName(System.String)">
+      <summary>Verifies that the name is a valid name according to the W3C Extended Markup Language recommendation.</summary>
+      <param name="name">The name to verify.</param>
+      <returns>The name, if it is a valid XML name.</returns>
+      <exception cref="T:System.Xml.XmlException"><paramref name="name">name</paramref> is not a valid XML name.</exception>
+      <exception cref="T:System.ArgumentNullException"><paramref name="name">name</paramref> is <see langword="null"></see> or String.Empty.</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.MoveToFirst">
-      <summary>Moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the first sibling node of the current node.</summary>
-      <returns>Returns true if the <see cref="System.Xml.XPath.XPathNavigator"></see> is successful moving to the first sibling node of the current node; false if there is no first sibling, or if the <see cref="System.Xml.XPath.XPathNavigator"></see> is currently positioned on an attribute node. If the <see cref="System.Xml.XPath.XPathNavigator"></see> is already positioned on the first sibling, <see cref="System.Xml.XPath.XPathNavigator"></see> will return true and will not move its position.  
- If <see cref="System.Xml.XPath.XPathNavigator.MoveToFirst"></see> returns false because there is no first sibling, or if <see cref="System.Xml.XPath.XPathNavigator"></see> is currently positioned on an attribute, the position of the <see cref="System.Xml.XPath.XPathNavigator"></see> is unchanged.</returns>
+    <member name="M:System.Xml.XmlConvert.VerifyNCName(System.String)">
+      <summary>Verifies that the name is a valid <see langword="NCName"></see> according to the W3C Extended Markup Language recommendation. An <see langword="NCName"></see> is a name that cannot contain a colon.</summary>
+      <param name="name">The name to verify.</param>
+      <returns>The name, if it is a valid NCName.</returns>
+      <exception cref="T:System.ArgumentNullException"><paramref name="name">name</paramref> is <see langword="null"></see> or String.Empty.</exception>
+      <exception cref="T:System.Xml.XmlException"><paramref name="name">name</paramref> is not a valid non-colon name.</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.MoveToFirstAttribute">
-      <summary>When overridden in a derived class, moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the first attribute of the current node.</summary>
-      <returns>Returns true if the <see cref="System.Xml.XPath.XPathNavigator"></see> is successful moving to the first attribute of the current node; otherwise, false. If false, the position of the <see cref="System.Xml.XPath.XPathNavigator"></see> is unchanged.</returns>
+    <member name="M:System.Xml.XmlConvert.VerifyNMTOKEN(System.String)">
+      <summary>Verifies that the string is a valid NMTOKEN according to the W3C XML Schema Part2: Datatypes recommendation</summary>
+      <param name="name">The string you wish to verify.</param>
+      <returns>The name token, if it is a valid NMTOKEN.</returns>
+      <exception cref="T:System.Xml.XmlException">The string is not a valid name token.</exception>
+      <exception cref="T:System.ArgumentNullException"><paramref name="name">name</paramref> is <see langword="null"></see>.</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.MoveToFirstChild">
-      <summary>When overridden in a derived class, moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the first child node of the current node.</summary>
-      <returns>Returns true if the <see cref="System.Xml.XPath.XPathNavigator"></see> is successful moving to the first child node of the current node; otherwise, false. If false, the position of the <see cref="System.Xml.XPath.XPathNavigator"></see> is unchanged.</returns>
+    <member name="M:System.Xml.XmlConvert.VerifyPublicId(System.String)">
+      <summary>Returns the passed in string instance if all the characters in the string argument are valid public id characters.</summary>
+      <param name="publicId"><see cref="T:System.String"></see> that contains the id to validate.</param>
+      <returns>Returns the passed-in string if all the characters in the argument are valid public id characters.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.MoveToFirstNamespace(System.Xml.XPath.XPathNamespaceScope)">
-      <summary>When overridden in a derived class, moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the first namespace node that matches the <see cref="T:System.Xml.XPath.XPathNamespaceScope"></see> specified.</summary>
-      <param name="namespaceScope">An <see cref="T:System.Xml.XPath.XPathNamespaceScope"></see> value describing the namespace scope.</param>
-      <returns>Returns true if the <see cref="System.Xml.XPath.XPathNavigator"></see> is successful moving to the first namespace node; otherwise, false. If false, the position of the <see cref="System.Xml.XPath.XPathNavigator"></see> is unchanged.</returns>
+    <member name="M:System.Xml.XmlConvert.VerifyTOKEN(System.String)">
+      <summary>Verifies that the string is a valid token according to the W3C XML Schema Part2: Datatypes recommendation.</summary>
+      <param name="token">The string value you wish to verify.</param>
+      <returns>The token, if it is a valid token.</returns>
+      <exception cref="T:System.Xml.XmlException">The string value is not a valid token.</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.MoveToFirstNamespace">
-      <summary>Moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to first namespace node of the current node.</summary>
-      <returns>Returns true if the <see cref="System.Xml.XPath.XPathNavigator"></see> is successful moving to the first namespace node; otherwise, false. If false, the position of the <see cref="System.Xml.XPath.XPathNavigator"></see> is unchanged.</returns>
+    <member name="M:System.Xml.XmlConvert.VerifyWhitespace(System.String)">
+      <summary>Returns the passed-in string instance if all the characters in the string argument are valid whitespace characters.</summary>
+      <param name="content"><see cref="T:System.String"></see> to verify.</param>
+      <returns>Returns the passed-in string instance if all the characters in the string argument are valid whitespace characters, otherwise <see langword="null"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.MoveToFollowing(System.String,System.String,System.Xml.XPath.XPathNavigator)">
-      <summary>Moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the element with the local name and namespace URI specified, to the boundary specified, in document order.</summary>
-      <param name="localName">The local name of the element.</param>
-      <param name="namespaceURI">The namespace URI of the element.</param>
-      <param name="end">The <see cref="T:System.Xml.XPath.XPathNavigator"></see> object positioned on the element boundary which the current <see cref="T:System.Xml.XPath.XPathNavigator"></see> will not move past while searching for the following element.</param>
-      <returns>true if the <see cref="System.Xml.XPath.XPathNavigator"></see> moved successfully; otherwise false.</returns>
+    <member name="M:System.Xml.XmlConvert.VerifyXmlChars(System.String)">
+      <summary>Returns the passed-in string if all the characters and surrogate pair characters in the string argument are valid XML characters, otherwise an <see langword="XmlException"></see> is thrown with information on the first invalid character encountered.</summary>
+      <param name="content"><see cref="T:System.String"></see> that contains characters to verify.</param>
+      <returns>Returns the passed-in string if all the characters and surrogate-pair characters in the string argument are valid XML characters, otherwise an <see langword="XmlException"></see> is thrown with information on the first invalid character encountered.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.MoveToFollowing(System.Xml.XPath.XPathNodeType,System.Xml.XPath.XPathNavigator)">
-      <summary>Moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the following element of the <see cref="T:System.Xml.XPath.XPathNodeType"></see> specified, to the boundary specified, in document order.</summary>
-      <param name="type">The <see cref="T:System.Xml.XPath.XPathNodeType"></see> of the element. The <see cref="T:System.Xml.XPath.XPathNodeType"></see> cannot be <see cref="F:System.Xml.XPath.XPathNodeType.Attribute"></see> or <see cref="F:System.Xml.XPath.XPathNodeType.Namespace"></see>.</param>
-      <param name="end">The <see cref="T:System.Xml.XPath.XPathNavigator"></see> object positioned on the element boundary which the current <see cref="T:System.Xml.XPath.XPathNavigator"></see> will not move past while searching for the following element.</param>
-      <returns>true if the <see cref="System.Xml.XPath.XPathNavigator"></see> moved successfully; otherwise false.</returns>
+    <member name="T:System.Xml.XmlComment">
+      <summary>Represents the content of an XML comment.</summary>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.MoveToFollowing(System.String,System.String)">
-      <summary>Moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the element with the local name and namespace URI specified in document order.</summary>
-      <param name="localName">The local name of the element.</param>
-      <param name="namespaceURI">The namespace URI of the element.</param>
-      <returns>true if the <see cref="System.Xml.XPath.XPathNavigator"></see> moved successfully; otherwise false.</returns>
+    <member name="M:System.Xml.XmlComment.#ctor(System.String,System.Xml.XmlDocument)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlComment"></see> class.</summary>
+      <param name="comment">The content of the comment element.</param>
+      <param name="doc">The parent XML document.</param>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.MoveToFollowing(System.Xml.XPath.XPathNodeType)">
-      <summary>Moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the following element of the <see cref="T:System.Xml.XPath.XPathNodeType"></see> specified in document order.</summary>
-      <param name="type">The <see cref="T:System.Xml.XPath.XPathNodeType"></see> of the element. The <see cref="T:System.Xml.XPath.XPathNodeType"></see> cannot be <see cref="F:System.Xml.XPath.XPathNodeType.Attribute"></see> or <see cref="F:System.Xml.XPath.XPathNodeType.Namespace"></see>.</param>
-      <returns>true if the <see cref="System.Xml.XPath.XPathNavigator"></see> moved successfully; otherwise false.</returns>
+    <member name="M:System.Xml.XmlComment.CloneNode(System.Boolean)">
+      <summary>Creates a duplicate of this node.</summary>
+      <param name="deep"><see langword="true"></see> to recursively clone the subtree under the specified node; <see langword="false"></see> to clone only the node itself. Because comment nodes do not have children, the cloned node always includes the text content, regardless of the parameter setting.</param>
+      <returns>The cloned node.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.MoveToId(System.String)">
-      <summary>When overridden in a derived class, moves to the node that has an attribute of type ID whose value matches the specified <see cref="T:System.String"></see>.</summary>
-      <param name="id">A <see cref="T:System.String"></see> representing the ID value of the node to which you want to move.</param>
-      <returns>true if the <see cref="System.Xml.XPath.XPathNavigator"></see> is successful moving; otherwise, false. If false, the position of the navigator is unchanged.</returns>
+    <member name="P:System.Xml.XmlComment.LocalName">
+      <summary>Gets the local name of the node.</summary>
+      <returns>For comment nodes, the value is <see langword="#comment"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.MoveToNamespace(System.String)">
-      <summary>Moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the namespace node with the specified namespace prefix.</summary>
-      <param name="name">The namespace prefix of the namespace node.</param>
-      <returns>true if the <see cref="System.Xml.XPath.XPathNavigator"></see> is successful moving to the specified namespace; false if a matching namespace node was not found, or if the <see cref="System.Xml.XPath.XPathNavigator"></see> is not positioned on an element node. If false, the position of the <see cref="System.Xml.XPath.XPathNavigator"></see> is unchanged.</returns>
+    <member name="P:System.Xml.XmlComment.Name">
+      <summary>Gets the qualified name of the node.</summary>
+      <returns>For comment nodes, the value is <see langword="#comment"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.MoveToNext">
-      <summary>When overridden in a derived class, moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the next sibling node of the current node.</summary>
-      <returns>true if the <see cref="System.Xml.XPath.XPathNavigator"></see> is successful moving to the next sibling node; otherwise, false if there are no more siblings or if the <see cref="System.Xml.XPath.XPathNavigator"></see> is currently positioned on an attribute node. If false, the position of the <see cref="System.Xml.XPath.XPathNavigator"></see> is unchanged.</returns>
+    <member name="P:System.Xml.XmlComment.NodeType">
+      <summary>Gets the type of the current node.</summary>
+      <returns>For comment nodes, the value is XmlNodeType.Comment.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.MoveToNext(System.Xml.XPath.XPathNodeType)">
-      <summary>Moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the next sibling node of the current node that matches the <see cref="T:System.Xml.XPath.XPathNodeType"></see> specified.</summary>
-      <param name="type">The <see cref="T:System.Xml.XPath.XPathNodeType"></see> of the sibling node to move to.</param>
-      <returns>true if the <see cref="System.Xml.XPath.XPathNavigator"></see> is successful moving to the next sibling node; otherwise, false if there are no more siblings or if the <see cref="System.Xml.XPath.XPathNavigator"></see> is currently positioned on an attribute node. If false, the position of the <see cref="System.Xml.XPath.XPathNavigator"></see> is unchanged.</returns>
+    <member name="M:System.Xml.XmlComment.WriteContentTo(System.Xml.XmlWriter)">
+      <summary>Saves all the children of the node to the specified <see cref="T:System.Xml.XmlWriter"></see>. Because comment nodes do not have children, this method has no effect.</summary>
+      <param name="w">The <see langword="XmlWriter"></see> to which you want to save.</param>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.MoveToNext(System.String,System.String)">
-      <summary>Moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the next sibling node with the local name and namespace URI specified.</summary>
-      <param name="localName">The local name of the next sibling node to move to.</param>
-      <param name="namespaceURI">The namespace URI of the next sibling node to move to.</param>
-      <returns>Returns true if the <see cref="System.Xml.XPath.XPathNavigator"></see> is successful moving to the next sibling node; false if there are no more siblings, or if the <see cref="System.Xml.XPath.XPathNavigator"></see> is currently positioned on an attribute node. If false, the position of the <see cref="System.Xml.XPath.XPathNavigator"></see> is unchanged.</returns>
+    <member name="M:System.Xml.XmlComment.WriteTo(System.Xml.XmlWriter)">
+      <summary>Saves the node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
+      <param name="w">The <see langword="XmlWriter"></see> to which you want to save.</param>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.MoveToNextAttribute">
-      <summary>When overridden in a derived class, moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the next attribute.</summary>
-      <returns>Returns true if the <see cref="System.Xml.XPath.XPathNavigator"></see> is successful moving to the next attribute; false if there are no more attributes. If false, the position of the <see cref="System.Xml.XPath.XPathNavigator"></see> is unchanged.</returns>
+    <member name="T:System.Xml.XmlCharacterData">
+      <summary>Provides text manipulation methods that are used by several classes.</summary>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.MoveToNextNamespace">
-      <summary>Moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the next namespace node.</summary>
-      <returns>Returns true if the <see cref="System.Xml.XPath.XPathNavigator"></see> is successful moving to the next namespace node; otherwise, false. If false, the position of the <see cref="System.Xml.XPath.XPathNavigator"></see> is unchanged.</returns>
+    <member name="M:System.Xml.XmlCharacterData.#ctor(System.String,System.Xml.XmlDocument)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlCharacterData"></see> class.</summary>
+      <param name="data">String that contains character data to be added to document.</param>
+      <param name="doc"><see cref="T:System.Xml.XmlDocument"></see> to contain character data.</param>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.MoveToNextNamespace(System.Xml.XPath.XPathNamespaceScope)">
-      <summary>When overridden in a derived class, moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the next namespace node matching the <see cref="T:System.Xml.XPath.XPathNamespaceScope"></see> specified.</summary>
-      <param name="namespaceScope">An <see cref="T:System.Xml.XPath.XPathNamespaceScope"></see> value describing the namespace scope.</param>
-      <returns>Returns true if the <see cref="System.Xml.XPath.XPathNavigator"></see> is successful moving to the next namespace node; otherwise, false. If false, the position of the <see cref="System.Xml.XPath.XPathNavigator"></see> is unchanged.</returns>
+    <member name="M:System.Xml.XmlCharacterData.AppendData(System.String)">
+      <summary>Appends the specified string to the end of the character data of the node.</summary>
+      <param name="strData">The string to insert into the existing string.</param>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.MoveToParent">
-      <summary>When overridden in a derived class, moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the parent node of the current node.</summary>
-      <returns>Returns true if the <see cref="System.Xml.XPath.XPathNavigator"></see> is successful moving to the parent node of the current node; otherwise, false. If false, the position of the <see cref="System.Xml.XPath.XPathNavigator"></see> is unchanged.</returns>
+    <member name="P:System.Xml.XmlCharacterData.Data">
+      <summary>Contains the data of the node.</summary>
+      <returns>The data of the node.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.MoveToPrevious">
-      <summary>When overridden in a derived class, moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the previous sibling node of the current node.</summary>
-      <returns>Returns true if the <see cref="System.Xml.XPath.XPathNavigator"></see> is successful moving to the previous sibling node; otherwise, false if there is no previous sibling node or if the <see cref="System.Xml.XPath.XPathNavigator"></see> is currently positioned on an attribute node. If false, the position of the <see cref="System.Xml.XPath.XPathNavigator"></see> is unchanged.</returns>
+    <member name="M:System.Xml.XmlCharacterData.DeleteData(System.Int32,System.Int32)">
+      <summary>Removes a range of characters from the node.</summary>
+      <param name="offset">The position within the string to start deleting.</param>
+      <param name="count">The number of characters to delete.</param>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.MoveToRoot">
-      <summary>Moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> to the root node that the current node belongs to.</summary>
+    <member name="P:System.Xml.XmlCharacterData.InnerText">
+      <summary>Gets or sets the concatenated values of the node and all the children of the node.</summary>
+      <returns>The concatenated values of the node and all the children of the node.</returns>
     </member>
-    <member name="P:System.Xml.XPath.XPathNavigator.Name">
-      <summary>When overridden in a derived class, gets the qualified name of the current node.</summary>
-      <returns>A <see cref="System.String"></see> that contains the qualified <see cref="System.Xml.XPath.XPathNavigator.Name"></see> of the current node, or <see cref="System.String.Empty"></see> if the current node does not have a name (for example, text or comment nodes).</returns>
+    <member name="M:System.Xml.XmlCharacterData.InsertData(System.Int32,System.String)">
+      <summary>Inserts the specified string at the specified character offset.</summary>
+      <param name="offset">The position within the string to insert the supplied string data.</param>
+      <param name="strData">The string data that is to be inserted into the existing string.</param>
     </member>
-    <member name="P:System.Xml.XPath.XPathNavigator.NamespaceURI">
-      <summary>When overridden in a derived class, gets the namespace URI of the current node.</summary>
-      <returns>A <see cref="System.String"></see> that contains the namespace URI of the current node, or <see cref="System.String.Empty"></see> if the current node has no namespace URI.</returns>
+    <member name="P:System.Xml.XmlCharacterData.Length">
+      <summary>Gets the length of the data, in characters.</summary>
+      <returns>The length, in characters, of the string in the <see cref="P:System.Xml.XmlCharacterData.Data"></see> property. The length may be zero; that is, CharacterData nodes can be empty.</returns>
     </member>
-    <member name="P:System.Xml.XPath.XPathNavigator.NameTable">
-      <summary>When overridden in a derived class, gets the <see cref="T:System.Xml.XmlNameTable"></see> of the <see cref="T:System.Xml.XPath.XPathNavigator"></see>.</summary>
-      <returns>An <see cref="System.Xml.XmlNameTable"></see> object enabling you to get the atomized version of a <see cref="System.String"></see> within the XML document.</returns>
+    <member name="M:System.Xml.XmlCharacterData.ReplaceData(System.Int32,System.Int32,System.String)">
+      <summary>Replaces the specified number of characters starting at the specified offset with the specified string.</summary>
+      <param name="offset">The position within the string to start replacing.</param>
+      <param name="count">The number of characters to replace.</param>
+      <param name="strData">The new data that replaces the old string data.</param>
+    </member>
+    <member name="M:System.Xml.XmlCharacterData.Substring(System.Int32,System.Int32)">
+      <summary>Retrieves a substring of the full string from the specified range.</summary>
+      <param name="offset">The position within the string to start retrieving. An offset of zero indicates the starting point is at the start of the data.</param>
+      <param name="count">The number of characters to retrieve.</param>
+      <returns>The substring corresponding to the specified range.</returns>
     </member>
-    <member name="P:System.Xml.XPath.XPathNavigator.NavigatorComparer">
-      <summary>Gets an <see cref="T:System.Collections.IEqualityComparer"></see> used for equality comparison of <see cref="T:System.Xml.XPath.XPathNavigator"></see> objects.</summary>
-      <returns>An <see cref="System.Collections.IEqualityComparer"></see> used for equality comparison of <see cref="System.Xml.XPath.XPathNavigator"></see> objects.</returns>
+    <member name="P:System.Xml.XmlCharacterData.Value">
+      <summary>Gets or sets the value of the node.</summary>
+      <returns>The value of the node.</returns>
+      <exception cref="T:System.ArgumentException">Node is read-only.</exception>
     </member>
-    <member name="P:System.Xml.XPath.XPathNavigator.NodeType">
-      <summary>When overridden in a derived class, gets the <see cref="T:System.Xml.XPath.XPathNodeType"></see> of the current node.</summary>
-      <returns>One of the <see cref="System.Xml.XPath.XPathNodeType"></see> values representing the current node.</returns>
+    <member name="T:System.Xml.XmlCDataSection">
+      <summary>Represents a CDATA section.</summary>
     </member>
-    <member name="P:System.Xml.XPath.XPathNavigator.OuterXml">
-      <summary>Gets or sets the markup representing the opening and closing tags of the current node and its child nodes.</summary>
-      <returns>A <see cref="System.String"></see> that contains the markup representing the opening and closing tags of the current node and its child nodes.</returns>
+    <member name="M:System.Xml.XmlCDataSection.#ctor(System.String,System.Xml.XmlDocument)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlCDataSection"></see> class.</summary>
+      <param name="data"><see cref="T:System.String"></see> that contains character data.</param>
+      <param name="doc"><see cref="T:System.Xml.XmlDocument"></see> object.</param>
     </member>
-    <member name="P:System.Xml.XPath.XPathNavigator.Prefix">
-      <summary>When overridden in a derived class, gets the namespace prefix associated with the current node.</summary>
-      <returns>A <see cref="System.String"></see> that contains the namespace prefix associated with the current node.</returns>
+    <member name="M:System.Xml.XmlCDataSection.CloneNode(System.Boolean)">
+      <summary>Creates a duplicate of this node.</summary>
+      <param name="deep"><see langword="true"></see> to recursively clone the subtree under the specified node; <see langword="false"></see> to clone only the node itself. Because CDATA nodes do not have children, regardless of the parameter setting, the cloned node will always include the data content.</param>
+      <returns>The cloned node.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.PrependChild">
-      <summary>Returns an <see cref="T:System.Xml.XmlWriter"></see> object used to create a new child node at the beginning of the list of child nodes of the current node.</summary>
-      <returns>An <see cref="System.Xml.XmlWriter"></see> object used to create a new child node at the beginning of the list of child nodes of the current node.</returns>
-      <exception cref="T:System.InvalidOperationException">The current node the <see cref="System.Xml.XPath.XPathNavigator"></see> is positioned on does not allow a new child node to be prepended.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
+    <member name="P:System.Xml.XmlCDataSection.LocalName">
+      <summary>Gets the local name of the node.</summary>
+      <returns>For CDATA nodes, the local name is <see langword="#cdata-section"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.PrependChild(System.String)">
-      <summary>Creates a new child node at the beginning of the list of child nodes of the current node using the XML string specified.</summary>
-      <param name="newChild">The XML data string for the new child node.</param>
-      <exception cref="T:System.ArgumentNullException">The XML string parameter is null.</exception>
-      <exception cref="T:System.InvalidOperationException">The current node the <see cref="System.Xml.XPath.XPathNavigator"></see> is positioned on does not allow a new child node to be prepended.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
-      <exception cref="T:System.Xml.XmlException">The XML string parameter is not well-formed.</exception>
+    <member name="P:System.Xml.XmlCDataSection.Name">
+      <summary>Gets the qualified name of the node.</summary>
+      <returns>For CDATA nodes, the name is <see langword="#cdata-section"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.PrependChild(System.Xml.XmlReader)">
-      <summary>Creates a new child node at the beginning of the list of child nodes of the current node using the XML contents of the <see cref="T:System.Xml.XmlReader"></see> object specified.</summary>
-      <param name="newChild">An <see cref="T:System.Xml.XmlReader"></see> object positioned on the XML data for the new child node.</param>
-      <exception cref="T:System.ArgumentException">The <see cref="System.Xml.XmlReader"></see> object is in an error state or closed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.XmlReader"></see> object parameter is null.</exception>
-      <exception cref="T:System.InvalidOperationException">The current node the <see cref="System.Xml.XPath.XPathNavigator"></see> is positioned on does not allow a new child node to be prepended.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
-      <exception cref="T:System.Xml.XmlException">The XML contents of the <see cref="System.Xml.XmlReader"></see> object parameter is not well-formed.</exception>
+    <member name="P:System.Xml.XmlCDataSection.NodeType">
+      <summary>Gets the type of the current node.</summary>
+      <returns>The node type. For CDATA nodes, the value is XmlNodeType.CDATA.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.PrependChild(System.Xml.XPath.XPathNavigator)">
-      <summary>Creates a new child node at the beginning of the list of child nodes of the current node using the nodes in the <see cref="T:System.Xml.XPath.XPathNavigator"></see> object specified.</summary>
-      <param name="newChild">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> object positioned on the node to add as the new child node.</param>
-      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.XPath.XPathNavigator"></see> object parameter is null.</exception>
-      <exception cref="T:System.InvalidOperationException">The current node the <see cref="System.Xml.XPath.XPathNavigator"></see> is positioned on does not allow a new child node to be prepended.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
+    <member name="P:System.Xml.XmlCDataSection.ParentNode">
+      <summary>Gets the parent of this node (for nodes that can have parents).</summary>
+      <returns>The <see langword="XmlNode"></see> that is the parent of the current node. If a node has just been created and not yet added to the tree, or if it has been removed from the tree, the parent is <see langword="null"></see>. For all other nodes, the value returned depends on the <see cref="P:System.Xml.XmlNode.NodeType"></see> of the node. The following table describes the possible return values for the <see langword="ParentNode"></see> property.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.PrependChildElement(System.String,System.String,System.String,System.String)">
-      <summary>Creates a new child element at the beginning of the list of child nodes of the current node using the namespace prefix, local name, and namespace URI specified with the value specified.</summary>
-      <param name="prefix">The namespace prefix of the new child element (if any).</param>
-      <param name="localName">The local name of the new child element (if any).</param>
-      <param name="namespaceURI">The namespace URI of the new child element (if any). <see cref="F:System.String.Empty"></see> and null are equivalent.</param>
-      <param name="value">The value of the new child element. If <see cref="F:System.String.Empty"></see> or null are passed, an empty element is created.</param>
-      <exception cref="T:System.InvalidOperationException">The current node the <see cref="System.Xml.XPath.XPathNavigator"></see> is positioned on does not allow a new child node to be prepended.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
+    <member name="P:System.Xml.XmlCDataSection.PreviousText">
+      <summary>Gets the text node that immediately precedes this node.</summary>
+      <returns>Returns <see cref="T:System.Xml.XmlNode"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.ReadSubtree">
-      <summary>Returns an <see cref="T:System.Xml.XmlReader"></see> object that contains the current node and its child nodes.</summary>
-      <returns>An <see cref="System.Xml.XmlReader"></see> object that contains the current node and its child nodes.</returns>
-      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.XPath.XPathNavigator"></see> is not positioned on an element node or the root node.</exception>
+    <member name="M:System.Xml.XmlCDataSection.WriteContentTo(System.Xml.XmlWriter)">
+      <summary>Saves the children of the node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
+      <param name="w">The <see langword="XmlWriter"></see> to which you want to save.</param>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.ReplaceRange(System.Xml.XPath.XPathNavigator)">
-      <summary>Replaces a range of sibling nodes from the current node to the node specified.</summary>
-      <param name="lastSiblingToReplace">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> positioned on the last sibling node in the range to replace.</param>
-      <returns>An <see cref="System.Xml.XmlWriter"></see> object used to specify the replacement range.</returns>
-      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.XPath.XPathNavigator"></see> specified is null.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
-      <exception cref="T:System.InvalidOperationException">The last node to replace specified is not a valid sibling node of the current node.</exception>
+    <member name="M:System.Xml.XmlCDataSection.WriteTo(System.Xml.XmlWriter)">
+      <summary>Saves the node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
+      <param name="w">The <see langword="XmlWriter"></see> to which you want to save.</param>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.ReplaceSelf(System.Xml.XPath.XPathNavigator)">
-      <summary>Replaces the current node with the contents of the <see cref="T:System.Xml.XPath.XPathNavigator"></see> object specified.</summary>
-      <param name="newNode">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> object positioned on the new node.</param>
-      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.XPath.XPathNavigator"></see> object parameter is null.</exception>
-      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.XPath.XPathNavigator"></see> is not positioned on an element, text, processing instruction, or comment node.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
-      <exception cref="T:System.Xml.XmlException">The XML contents of the <see cref="System.Xml.XPath.XPathNavigator"></see> object parameter is not well-formed.</exception>
+    <member name="T:System.Xml.XmlAttributeCollection">
+      <summary>Represents a collection of attributes that can be accessed by name or index.</summary>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.ReplaceSelf(System.String)">
-      <summary>Replaces the current node with the content of the string specified.</summary>
-      <param name="newNode">The XML data string for the new node.</param>
-      <exception cref="T:System.ArgumentNullException">The XML string parameter is null.</exception>
-      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.XPath.XPathNavigator"></see> is not positioned on an element, text, processing instruction, or comment node.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
-      <exception cref="T:System.Xml.XmlException">The XML string parameter is not well-formed.</exception>
+    <member name="M:System.Xml.XmlAttributeCollection.Append(System.Xml.XmlAttribute)">
+      <summary>Inserts the specified attribute as the last node in the collection.</summary>
+      <param name="node">The <see cref="T:System.Xml.XmlAttribute"></see> to insert.</param>
+      <returns>The <see langword="XmlAttribute"></see> to append to the collection.</returns>
+      <exception cref="T:System.ArgumentException"><paramref name="node">node</paramref> was created from a document different from the one that created this collection.</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.ReplaceSelf(System.Xml.XmlReader)">
-      <summary>Replaces the current node with the contents of the <see cref="T:System.Xml.XmlReader"></see> object specified.</summary>
-      <param name="newNode">An <see cref="T:System.Xml.XmlReader"></see> object positioned on the XML data for the new node.</param>
-      <exception cref="T:System.ArgumentException">The <see cref="System.Xml.XmlReader"></see> object is in an error state or closed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <see cref="System.Xml.XmlReader"></see> object parameter is null.</exception>
-      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.XPath.XPathNavigator"></see> is not positioned on an element, text, processing instruction, or comment node.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
-      <exception cref="T:System.Xml.XmlException">The XML contents of the <see cref="System.Xml.XmlReader"></see> object parameter is not well-formed.</exception>
+    <member name="M:System.Xml.XmlAttributeCollection.CopyTo(System.Xml.XmlAttribute[],System.Int32)">
+      <summary>Copies all the <see cref="T:System.Xml.XmlAttribute"></see> objects from this collection into the given array.</summary>
+      <param name="array">The array that is the destination of the objects copied from this collection.</param>
+      <param name="index">The index in the array where copying begins.</param>
     </member>
-    <member name="P:System.Xml.XPath.XPathNavigator.SchemaInfo">
-      <summary>Gets the schema information that has been assigned to the current node as a result of schema validation.</summary>
-      <returns>An <see cref="System.Xml.Schema.IXmlSchemaInfo"></see> object that contains the schema information for the current node.</returns>
+    <member name="M:System.Xml.XmlAttributeCollection.InsertAfter(System.Xml.XmlAttribute,System.Xml.XmlAttribute)">
+      <summary>Inserts the specified attribute immediately after the specified reference attribute.</summary>
+      <param name="newNode">The <see cref="T:System.Xml.XmlAttribute"></see> to insert.</param>
+      <param name="refNode">The <see cref="T:System.Xml.XmlAttribute"></see> that is the reference attribute. newNode is placed after the refNode.</param>
+      <returns>The <see langword="XmlAttribute"></see> to insert into the collection.</returns>
+      <exception cref="T:System.ArgumentException">The <paramref name="newNode">newNode</paramref> was created from a document different from the one that created this collection. Or the <paramref name="refNode">refNode</paramref> is not a member of this collection.</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.Select(System.String)">
-      <summary>Selects a node set, using the specified XPath expression.</summary>
-      <param name="xpath">A <see cref="T:System.String"></see> representing an XPath expression.</param>
-      <returns>An <see cref="System.Xml.XPath.XPathNodeIterator"></see> pointing to the selected node set.</returns>
-      <exception cref="T:System.ArgumentException">The XPath expression contains an error or its return type is not a node set.</exception>
-      <exception cref="T:System.Xml.XPath.XPathException">The XPath expression is not valid.</exception>
+    <member name="M:System.Xml.XmlAttributeCollection.InsertBefore(System.Xml.XmlAttribute,System.Xml.XmlAttribute)">
+      <summary>Inserts the specified attribute immediately before the specified reference attribute.</summary>
+      <param name="newNode">The <see cref="T:System.Xml.XmlAttribute"></see> to insert.</param>
+      <param name="refNode">The <see cref="T:System.Xml.XmlAttribute"></see> that is the reference attribute. newNode is placed before the refNode.</param>
+      <returns>The <see langword="XmlAttribute"></see> to insert into the collection.</returns>
+      <exception cref="T:System.ArgumentException">The <paramref name="newNode">newNode</paramref> was created from a document different from the one that created this collection. Or the <paramref name="refNode">refNode</paramref> is not a member of this collection.</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.Select(System.Xml.XPath.XPathExpression)">
-      <summary>Selects a node set using the specified <see cref="T:System.Xml.XPath.XPathExpression"></see>.</summary>
-      <param name="expr">An <see cref="T:System.Xml.XPath.XPathExpression"></see> object containing the compiled XPath query.</param>
-      <returns>An <see cref="System.Xml.XPath.XPathNodeIterator"></see> that points to the selected node set.</returns>
-      <exception cref="T:System.ArgumentException">The XPath expression contains an error or its return type is not a node set.</exception>
-      <exception cref="T:System.Xml.XPath.XPathException">The XPath expression is not valid.</exception>
+    <member name="P:System.Xml.XmlAttributeCollection.ItemOf(System.Int32)">
+      <summary>Gets the attribute with the specified index.</summary>
+      <param name="i">The index of the attribute.</param>
+      <returns>The <see cref="T:System.Xml.XmlAttribute"></see> at the specified index.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The index being passed in is out of range.</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.Select(System.String,System.Xml.IXmlNamespaceResolver)">
-      <summary>Selects a node set using the specified XPath expression with the <see cref="T:System.Xml.IXmlNamespaceResolver"></see> object specified to resolve namespace prefixes.</summary>
-      <param name="xpath">A <see cref="T:System.String"></see> representing an XPath expression.</param>
-      <param name="resolver">The <see cref="T:System.Xml.IXmlNamespaceResolver"></see> object used to resolve namespace prefixes.</param>
-      <returns>An <see cref="System.Xml.XPath.XPathNodeIterator"></see> that points to the selected node set.</returns>
-      <exception cref="T:System.ArgumentException">The XPath expression contains an error or its return type is not a node set.</exception>
-      <exception cref="T:System.Xml.XPath.XPathException">The XPath expression is not valid.</exception>
+    <member name="P:System.Xml.XmlAttributeCollection.ItemOf(System.String)">
+      <summary>Gets the attribute with the specified name.</summary>
+      <param name="name">The qualified name of the attribute.</param>
+      <returns>The <see cref="T:System.Xml.XmlAttribute"></see> with the specified name. If the attribute does not exist, this property returns <see langword="null"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.SelectAncestors(System.Xml.XPath.XPathNodeType,System.Boolean)">
-      <summary>Selects all the ancestor nodes of the current node that have a matching <see cref="T:System.Xml.XPath.XPathNodeType"></see>.</summary>
-      <param name="type">The <see cref="T:System.Xml.XPath.XPathNodeType"></see> of the ancestor nodes.</param>
-      <param name="matchSelf">To include the context node in the selection, true; otherwise, false.</param>
-      <returns>An <see cref="System.Xml.XPath.XPathNodeIterator"></see> that contains the selected nodes. The returned nodes are in reverse document order.</returns>
+    <member name="P:System.Xml.XmlAttributeCollection.ItemOf(System.String,System.String)">
+      <summary>Gets the attribute with the specified local name and namespace Uniform Resource Identifier (URI).</summary>
+      <param name="localName">The local name of the attribute.</param>
+      <param name="namespaceURI">The namespace URI of the attribute.</param>
+      <returns>The <see cref="T:System.Xml.XmlAttribute"></see> with the specified local name and namespace URI. If the attribute does not exist, this property returns <see langword="null"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.SelectAncestors(System.String,System.String,System.Boolean)">
-      <summary>Selects all the ancestor nodes of the current node that have the specified local name and namespace URI.</summary>
-      <param name="name">The local name of the ancestor nodes.</param>
-      <param name="namespaceURI">The namespace URI of the ancestor nodes.</param>
-      <param name="matchSelf">To include the context node in the selection, true; otherwise, false.</param>
-      <returns>An <see cref="System.Xml.XPath.XPathNodeIterator"></see> that contains the selected nodes. The returned nodes are in reverse document order.</returns>
-      <exception cref="T:System.ArgumentNullException">null cannot be passed as a parameter.</exception>
+    <member name="M:System.Xml.XmlAttributeCollection.Prepend(System.Xml.XmlAttribute)">
+      <summary>Inserts the specified attribute as the first node in the collection.</summary>
+      <param name="node">The <see cref="T:System.Xml.XmlAttribute"></see> to insert.</param>
+      <returns>The <see langword="XmlAttribute"></see> added to the collection.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.SelectChildren(System.Xml.XPath.XPathNodeType)">
-      <summary>Selects all the child nodes of the current node that have the matching <see cref="T:System.Xml.XPath.XPathNodeType"></see>.</summary>
-      <param name="type">The <see cref="T:System.Xml.XPath.XPathNodeType"></see> of the child nodes.</param>
-      <returns>An <see cref="System.Xml.XPath.XPathNodeIterator"></see> that contains the selected nodes.</returns>
+    <member name="M:System.Xml.XmlAttributeCollection.Remove(System.Xml.XmlAttribute)">
+      <summary>Removes the specified attribute from the collection.</summary>
+      <param name="node">The <see cref="T:System.Xml.XmlAttribute"></see> to remove.</param>
+      <returns>The node removed or <see langword="null"></see> if it is not found in the collection.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.SelectChildren(System.String,System.String)">
-      <summary>Selects all the child nodes of the current node that have the local name and namespace URI specified.</summary>
-      <param name="name">The local name of the child nodes.</param>
-      <param name="namespaceURI">The namespace URI of the child nodes.</param>
-      <returns>An <see cref="System.Xml.XPath.XPathNodeIterator"></see> that contains the selected nodes.</returns>
-      <exception cref="T:System.ArgumentNullException">null cannot be passed as a parameter.</exception>
+    <member name="M:System.Xml.XmlAttributeCollection.RemoveAll">
+      <summary>Removes all attributes from the collection.</summary>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.SelectDescendants(System.Xml.XPath.XPathNodeType,System.Boolean)">
-      <summary>Selects all the descendant nodes of the current node that have a matching <see cref="T:System.Xml.XPath.XPathNodeType"></see>.</summary>
-      <param name="type">The <see cref="T:System.Xml.XPath.XPathNodeType"></see> of the descendant nodes.</param>
-      <param name="matchSelf">true to include the context node in the selection; otherwise, false.</param>
-      <returns>An <see cref="System.Xml.XPath.XPathNodeIterator"></see> that contains the selected nodes.</returns>
+    <member name="M:System.Xml.XmlAttributeCollection.RemoveAt(System.Int32)">
+      <summary>Removes the attribute corresponding to the specified index from the collection.</summary>
+      <param name="i">The index of the node to remove. The first node has index 0.</param>
+      <returns>Returns <see langword="null"></see> if there is no attribute at the specified index.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.SelectDescendants(System.String,System.String,System.Boolean)">
-      <summary>Selects all the descendant nodes of the current node with the local name and namespace URI specified.</summary>
-      <param name="name">The local name of the descendant nodes.</param>
-      <param name="namespaceURI">The namespace URI of the descendant nodes.</param>
-      <param name="matchSelf">true to include the context node in the selection; otherwise, false.</param>
     <returns>An <see cref="System.Xml.XPath.XPathNodeIterator"></see> that contains the selected nodes.</returns>
-      <exception cref="T:System.ArgumentNullException">null cannot be passed as a parameter.</exception>
+    <member name="M:System.Xml.XmlAttributeCollection.SetNamedItem(System.Xml.XmlNode)">
+      <summary>Adds a <see cref="T:System.Xml.XmlNode"></see> using its <see cref="P:System.Xml.XmlNode.Name"></see> property</summary>
+      <param name="node">An attribute node to store in this collection. The node will later be accessible using the name of the node. If a node with that name is already present in the collection, it is replaced by the new one; otherwise, the node is appended to the end of the collection.</param>
+      <returns>If the <paramref name="node">node</paramref> replaces an existing node with the same name, the old node is returned; otherwise, the added node is returned.</returns>
+      <exception cref="T:System.ArgumentException"><paramref name="node">node</paramref> was created from a different <see cref="System.Xml.XmlDocument"></see> than the one that created this collection.  
This <see langword="XmlAttributeCollection"></see> is read-only.</exception>
+      <exception cref="T:System.InvalidOperationException"><paramref name="node">node</paramref> is an <see cref="System.Xml.XmlAttribute"></see> that is already an attribute of another <see cref="System.Xml.XmlElement"></see> object. To re-use attributes in other elements, you must clone the <see langword="XmlAttribute"></see> objects you want to re-use.</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.SelectSingleNode(System.String,System.Xml.IXmlNamespaceResolver)">
-      <summary>Selects a single node in the <see cref="T:System.Xml.XPath.XPathNavigator"></see> object using the specified XPath query with the <see cref="T:System.Xml.IXmlNamespaceResolver"></see> object specified to resolve namespace prefixes.</summary>
-      <param name="xpath">A <see cref="T:System.String"></see> representing an XPath expression.</param>
-      <param name="resolver">The <see cref="T:System.Xml.IXmlNamespaceResolver"></see> object used to resolve namespace prefixes in the XPath query.</param>
-      <returns>An <see cref="System.Xml.XPath.XPathNavigator"></see> object that contains the first matching node for the XPath query specified; otherwise null if there are no query results.</returns>
-      <exception cref="T:System.ArgumentException">An error was encountered in the XPath query or the return type of the XPath expression is not a node.</exception>
-      <exception cref="T:System.Xml.XPath.XPathException">The XPath query is not valid.</exception>
+    <member name="M:System.Xml.XmlAttributeCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
+      <summary>For a description of this member, see <see cref="M:System.Xml.XmlAttributeCollection.CopyTo(System.Xml.XmlAttribute[],System.Int32)"></see>.</summary>
+      <param name="array">The array that is the destination of the objects copied from this collection.</param>
+      <param name="index">The index in the array where copying begins.</param>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.SelectSingleNode(System.String)">
-      <summary>Selects a single node in the <see cref="T:System.Xml.XPath.XPathNavigator"></see> using the specified XPath query.</summary>
-      <param name="xpath">A <see cref="T:System.String"></see> representing an XPath expression.</param>
-      <returns>An <see cref="System.Xml.XPath.XPathNavigator"></see> object that contains the first matching node for the XPath query specified; otherwise, null if there are no query results.</returns>
-      <exception cref="T:System.ArgumentException">An error was encountered in the XPath query or the return type of the XPath expression is not a node.</exception>
-      <exception cref="T:System.Xml.XPath.XPathException">The XPath query is not valid.</exception>
+    <member name="P:System.Xml.XmlAttributeCollection.System#Collections#ICollection#Count">
+      <summary>For a description of this member, see <see cref="P:System.Xml.XmlAttributeCollection.System#Collections#ICollection#Count"></see>.</summary>
+      <returns>Returns an <see langword="int"></see> that contains the count of the attributes.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.SelectSingleNode(System.Xml.XPath.XPathExpression)">
-      <summary>Selects a single node in the <see cref="T:System.Xml.XPath.XPathNavigator"></see> using the specified <see cref="T:System.Xml.XPath.XPathExpression"></see> object.</summary>
-      <param name="expression">An <see cref="T:System.Xml.XPath.XPathExpression"></see> object containing the compiled XPath query.</param>
-      <returns>An <see cref="System.Xml.XPath.XPathNavigator"></see> object that contains the first matching node for the XPath query specified; otherwise null if there are no query results.</returns>
-      <exception cref="T:System.ArgumentException">An error was encountered in the XPath query or the return type of the XPath expression is not a node.</exception>
-      <exception cref="T:System.Xml.XPath.XPathException">The XPath query is not valid.</exception>
+    <member name="P:System.Xml.XmlAttributeCollection.System#Collections#ICollection#IsSynchronized">
+      <summary>For a description of this member, see <see cref="P:System.Xml.XmlAttributeCollection.System#Collections#ICollection#IsSynchronized"></see>.</summary>
+      <returns>Returns <see langword="true"></see> if the collection is synchronized.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.SetTypedValue(System.Object)">
-      <summary>Sets the typed value of the current node.</summary>
-      <param name="typedValue">The new typed value of the node.</param>
-      <exception cref="T:System.ArgumentException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support the type of the object specified.</exception>
-      <exception cref="T:System.ArgumentNullException">The value specified cannot be null.</exception>
-      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.XPath.XPathNavigator"></see> is not positioned on an element or attribute node.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
+    <member name="P:System.Xml.XmlAttributeCollection.System#Collections#ICollection#SyncRoot">
+      <summary>For a description of this member, see <see cref="P:System.Xml.XmlAttributeCollection.System#Collections#ICollection#SyncRoot"></see>.</summary>
+      <returns>Returns the <see cref="T:System.Object"></see> that is the root of the collection.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.SetValue(System.String)">
-      <summary>Sets the value of the current node.</summary>
-      <param name="value">The new value of the node.</param>
-      <exception cref="T:System.ArgumentNullException">The value parameter is null.</exception>
-      <exception cref="T:System.InvalidOperationException">The <see cref="System.Xml.XPath.XPathNavigator"></see> is positioned on the root node, a namespace node, or the specified value is invalid.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="System.Xml.XPath.XPathNavigator"></see> does not support editing.</exception>
+    <member name="T:System.Xml.XmlAttribute">
+      <summary>Represents an attribute. Valid and default values for the attribute are defined in a document type definition (DTD) or schema.</summary>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.ToString">
-      <summary>Gets the text value of the current node.</summary>
-      <returns>A string that contains the text value of the current node.</returns>
+    <member name="M:System.Xml.XmlAttribute.#ctor(System.String,System.String,System.String,System.Xml.XmlDocument)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlAttribute"></see> class.</summary>
+      <param name="prefix">The namespace prefix.</param>
+      <param name="localName">The local name of the attribute.</param>
+      <param name="namespaceURI">The namespace uniform resource identifier (URI).</param>
+      <param name="doc">The parent XML document.</param>
     </member>
-    <member name="P:System.Xml.XPath.XPathNavigator.TypedValue">
-      <summary>Gets the current node as a boxed object of the most appropriate .NET Framework type.</summary>
-      <returns>The current node as a boxed object of the most appropriate .NET Framework type.</returns>
+    <member name="M:System.Xml.XmlAttribute.AppendChild(System.Xml.XmlNode)">
+      <summary>Adds the specified node to the end of the list of child nodes, of this node.</summary>
+      <param name="newChild">The <see cref="T:System.Xml.XmlNode"></see> to add.</param>
+      <returns>The <see cref="T:System.Xml.XmlNode"></see> added.</returns>
+      <exception cref="T:System.InvalidOperationException">This node is of a type that does not allow child nodes of the type of the <paramref name="newChild">newChild</paramref> node.  
+ The <paramref name="newChild">newChild</paramref> is an ancestor of this node.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="newChild">newChild</paramref> was created from a different document than the one that created this node.  
+ This node is read-only.</exception>
     </member>
-    <member name="P:System.Xml.XPath.XPathNavigator.UnderlyingObject">
-      <summary>Used by <see cref="T:System.Xml.XPath.XPathNavigator"></see> implementations which provide a &amp;quot;virtualized&amp;quot; XML view over a store, to provide access to underlying objects.</summary>
-      <returns>The default is null.</returns>
+    <member name="P:System.Xml.XmlAttribute.BaseURI">
+      <summary>Gets the base Uniform Resource Identifier (URI) of the node.</summary>
+      <returns>The location from which the node was loaded or String.Empty if the node has no base URI. Attribute nodes have the same base URI as their owner element. If an attribute node does not have an owner element, <see langword="BaseURI"></see> returns String.Empty.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.ValueAs(System.Type,System.Xml.IXmlNamespaceResolver)">
-      <summary>Gets the current node&amp;#39;s value as the <see cref="T:System.Type"></see> specified, using the <see cref="T:System.Xml.IXmlNamespaceResolver"></see> object specified to resolve namespace prefixes.</summary>
-      <param name="returnType">The <see cref="T:System.Type"></see> to return the current node&amp;#39;s value as.</param>
-      <param name="nsResolver">The <see cref="T:System.Xml.IXmlNamespaceResolver"></see> object used to resolve namespace prefixes.</param>
-      <returns>The value of the current node as the <see cref="System.Type"></see> requested.</returns>
-      <exception cref="T:System.FormatException">The current node&amp;#39;s value is not in the correct format for the target type.</exception>
-      <exception cref="T:System.InvalidCastException">The attempted cast is not valid.</exception>
+    <member name="M:System.Xml.XmlAttribute.CloneNode(System.Boolean)">
+      <summary>Creates a duplicate of this node.</summary>
+      <param name="deep"><see langword="true"></see> to recursively clone the subtree under the specified node; <see langword="false"></see> to clone only the node itself</param>
+      <returns>The duplicate node.</returns>
     </member>
-    <member name="P:System.Xml.XPath.XPathNavigator.ValueAsBoolean">
-      <summary>Gets the current node&amp;#39;s value as a <see cref="T:System.Boolean"></see>.</summary>
-      <returns>The current node&amp;#39;s value as a <see cref="System.Boolean"></see>.</returns>
-      <exception cref="T:System.FormatException">The current node&amp;#39;s string value cannot be converted to a <see cref="System.Boolean"></see>.</exception>
-      <exception cref="T:System.InvalidCastException">The attempted cast to <see cref="System.Boolean"></see> is not valid.</exception>
+    <member name="P:System.Xml.XmlAttribute.InnerText">
+      <summary>Sets the concatenated values of the node and all its children.</summary>
+      <returns>The concatenated values of the node and all its children. For attribute nodes, this property has the same functionality as the <see cref="P:System.Xml.XmlAttribute.Value"></see> property.</returns>
+    </member>
+    <member name="P:System.Xml.XmlAttribute.InnerXml">
+      <summary>Sets the value of the attribute.</summary>
+      <returns>The attribute value.</returns>
+      <exception cref="T:System.Xml.XmlException">The XML specified when setting this property is not well-formed.</exception>
     </member>
-    <member name="P:System.Xml.XPath.XPathNavigator.ValueAsDateTime">
-      <summary>Gets the current node&amp;#39;s value as a <see cref="T:System.DateTime"></see>.</summary>
-      <returns>The current node&amp;#39;s value as a <see cref="System.DateTime"></see>.</returns>
-      <exception cref="T:System.FormatException">The current node&amp;#39;s string value cannot be converted to a <see cref="System.DateTime"></see>.</exception>
-      <exception cref="T:System.InvalidCastException">The attempted cast to <see cref="System.DateTime"></see> is not valid.</exception>
+    <member name="M:System.Xml.XmlAttribute.InsertAfter(System.Xml.XmlNode,System.Xml.XmlNode)">
+      <summary>Inserts the specified node immediately after the specified reference node.</summary>
+      <param name="newChild">The <see cref="T:System.Xml.XmlNode"></see> to insert.</param>
+      <param name="refChild">The <see cref="T:System.Xml.XmlNode"></see> that is the reference node. The newChild is placed after the refChild.</param>
+      <returns>The <see cref="T:System.Xml.XmlNode"></see> inserted.</returns>
+      <exception cref="T:System.InvalidOperationException">This node is of a type that does not allow child nodes of the type of the <paramref name="newChild">newChild</paramref> node.  
+ The <paramref name="newChild">newChild</paramref> is an ancestor of this node.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="newChild">newChild</paramref> was created from a different document than the one that created this node.  
+ The <paramref name="refChild">refChild</paramref> is not a child of this node.  
+ This node is read-only.</exception>
     </member>
-    <member name="P:System.Xml.XPath.XPathNavigator.ValueAsDouble">
-      <summary>Gets the current node&amp;#39;s value as a <see cref="T:System.Double"></see>.</summary>
-      <returns>The current node&amp;#39;s value as a <see cref="System.Double"></see>.</returns>
-      <exception cref="T:System.FormatException">The current node&amp;#39;s string value cannot be converted to a <see cref="System.Double"></see>.</exception>
-      <exception cref="T:System.InvalidCastException">The attempted cast to <see cref="System.Double"></see> is not valid.</exception>
+    <member name="M:System.Xml.XmlAttribute.InsertBefore(System.Xml.XmlNode,System.Xml.XmlNode)">
+      <summary>Inserts the specified node immediately before the specified reference node.</summary>
+      <param name="newChild">The <see cref="T:System.Xml.XmlNode"></see> to insert.</param>
+      <param name="refChild">The <see cref="T:System.Xml.XmlNode"></see> that is the reference node. The newChild is placed before this node.</param>
+      <returns>The <see cref="T:System.Xml.XmlNode"></see> inserted.</returns>
+      <exception cref="T:System.InvalidOperationException">The current node is of a type that does not allow child nodes of the type of the <paramref name="newChild">newChild</paramref> node.  
+ The <paramref name="newChild">newChild</paramref> is an ancestor of this node.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="newChild">newChild</paramref> was created from a different document than the one that created this node.  
+ The <paramref name="refChild">refChild</paramref> is not a child of this node.  
+ This node is read-only.</exception>
     </member>
-    <member name="P:System.Xml.XPath.XPathNavigator.ValueAsInt">
-      <summary>Gets the current node&amp;#39;s value as an <see cref="T:System.Int32"></see>.</summary>
-      <returns>The current node&amp;#39;s value as an <see cref="System.Int32"></see>.</returns>
-      <exception cref="T:System.FormatException">The current node&amp;#39;s string value cannot be converted to a <see cref="System.Int32"></see>.</exception>
-      <exception cref="T:System.InvalidCastException">The attempted cast to <see cref="System.Int32"></see> is not valid.</exception>
+    <member name="P:System.Xml.XmlAttribute.LocalName">
+      <summary>Gets the local name of the node.</summary>
+      <returns>The name of the attribute node with the prefix removed. In the following example &amp;lt;book bk:genre= &amp;#39;novel&amp;#39;&amp;gt;, the <see langword="LocalName"></see> of the attribute is <see langword="genre"></see>.</returns>
     </member>
-    <member name="P:System.Xml.XPath.XPathNavigator.ValueAsLong">
-      <summary>Gets the current node&amp;#39;s value as an <see cref="T:System.Int64"></see>.</summary>
-      <returns>The current node&amp;#39;s value as an <see cref="System.Int64"></see>.</returns>
-      <exception cref="T:System.FormatException">The current node&amp;#39;s string value cannot be converted to a <see cref="System.Int64"></see>.</exception>
-      <exception cref="T:System.InvalidCastException">The attempted cast to <see cref="System.Int64"></see> is not valid.</exception>
+    <member name="P:System.Xml.XmlAttribute.Name">
+      <summary>Gets the qualified name of the node.</summary>
+      <returns>The qualified name of the attribute node.</returns>
     </member>
-    <member name="P:System.Xml.XPath.XPathNavigator.ValueType">
-      <summary>Gets the .NET Framework <see cref="T:System.Type"></see> of the current node.</summary>
-      <returns>The .NET Framework <see cref="System.Type"></see> of the current node. The default value is <see cref="System.String"></see>.</returns>
+    <member name="P:System.Xml.XmlAttribute.NamespaceURI">
+      <summary>Gets the namespace URI of this node.</summary>
+      <returns>The namespace URI of this node. If the attribute is not explicitly given a namespace, this property returns String.Empty.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.WriteSubtree(System.Xml.XmlWriter)">
-      <summary>Streams the current node and its child nodes to the <see cref="T:System.Xml.XmlWriter"></see> object specified.</summary>
-      <param name="writer">The <see cref="T:System.Xml.XmlWriter"></see> object to stream to.</param>
+    <member name="P:System.Xml.XmlAttribute.NodeType">
+      <summary>Gets the type of the current node.</summary>
+      <returns>The node type for <see langword="XmlAttribute"></see> nodes is XmlNodeType.Attribute.</returns>
     </member>
-    <member name="P:System.Xml.XPath.XPathNavigator.XmlLang">
-      <summary>Gets the xml:lang scope for the current node.</summary>
-      <returns>A <see cref="System.String"></see> that contains the value of the xml:lang scope, or <see cref="System.String.Empty"></see> if the current node has no xml:lang scope value to return.</returns>
+    <member name="P:System.Xml.XmlAttribute.OwnerDocument">
+      <summary>Gets the <see cref="T:System.Xml.XmlDocument"></see> to which this node belongs.</summary>
+      <returns>An XML document to which this node belongs.</returns>
     </member>
-    <member name="P:System.Xml.XPath.XPathNavigator.XmlType">
-      <summary>Gets the <see cref="T:System.Xml.Schema.XmlSchemaType"></see> information for the current node.</summary>
-      <returns>An <see cref="System.Xml.Schema.XmlSchemaType"></see> object; default is null.</returns>
+    <member name="P:System.Xml.XmlAttribute.OwnerElement">
+      <summary>Gets the <see cref="T:System.Xml.XmlElement"></see> to which the attribute belongs.</summary>
+      <returns>The <see langword="XmlElement"></see> that the attribute belongs to or <see langword="null"></see> if this attribute is not part of an <see langword="XmlElement"></see>.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNavigator.System#ICloneable#Clone">
-      <summary>Creates a new copy of the <see cref="T:System.Xml.XPath.XPathNavigator"></see> object.</summary>
-      <returns>A new copy of the <see cref="System.Xml.XPath.XPathNavigator"></see> object.</returns>
+    <member name="P:System.Xml.XmlAttribute.ParentNode">
+      <summary>Gets the parent of this node. For <see langword="XmlAttribute"></see> nodes, this property always returns <see langword="null"></see>.</summary>
+      <returns>For <see langword="XmlAttribute"></see> nodes, this property always returns <see langword="null"></see>.</returns>
     </member>
-    <member name="T:System.Xml.XPath.XPathNodeIterator">
-      <summary>Provides an iterator over a selected set of nodes.</summary>
+    <member name="P:System.Xml.XmlAttribute.Prefix">
+      <summary>Gets or sets the namespace prefix of this node.</summary>
+      <returns>The namespace prefix of this node. If there is no prefix, this property returns String.Empty.</returns>
+      <exception cref="T:System.ArgumentException">This node is read-only.</exception>
+      <exception cref="T:System.Xml.XmlException">The specified prefix contains an invalid character.  
+ The specified prefix is malformed.  
+ The namespaceURI of this node is <see langword="null"></see>.  
+ The specified prefix is &amp;quot;xml&amp;quot;, and the namespaceURI of this node is different from &amp;quot;http://www.w3.org/XML/1998/namespace&amp;quot;.  
+ This node is an attribute, the specified prefix is &amp;quot;xmlns&amp;quot;, and the namespaceURI of this node is different from &amp;quot;http://www.w3.org/2000/xmlns/&amp;quot;.  
+ This node is an attribute, and the qualifiedName of this node is &amp;quot;xmlns&amp;quot; [Namespaces].</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathNodeIterator.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.XPath.XPathNodeIterator"></see> class.</summary>
+    <member name="M:System.Xml.XmlAttribute.PrependChild(System.Xml.XmlNode)">
+      <summary>Adds the specified node to the beginning of the list of child nodes for this node.</summary>
+      <param name="newChild">The <see cref="T:System.Xml.XmlNode"></see> to add. If it is an <see cref="T:System.Xml.XmlDocumentFragment"></see>, the entire contents of the document fragment are moved into the child list of this node.</param>
+      <returns>The <see cref="T:System.Xml.XmlNode"></see> added.</returns>
+      <exception cref="T:System.InvalidOperationException">This node is of a type that does not allow child nodes of the type of the <paramref name="newChild">newChild</paramref> node.  
+ The <paramref name="newChild">newChild</paramref> is an ancestor of this node.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="newChild">newChild</paramref> was created from a different document than the one that created this node.  
+ This node is read-only.</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathNodeIterator.Clone">
-      <summary>When overridden in a derived class, returns a clone of this <see cref="T:System.Xml.XPath.XPathNodeIterator"></see> object.</summary>
-      <returns>A new <see cref="System.Xml.XPath.XPathNodeIterator"></see> object clone of this <see cref="System.Xml.XPath.XPathNodeIterator"></see> object.</returns>
+    <member name="M:System.Xml.XmlAttribute.RemoveChild(System.Xml.XmlNode)">
+      <summary>Removes the specified child node.</summary>
+      <param name="oldChild">The <see cref="T:System.Xml.XmlNode"></see> to remove.</param>
+      <returns>The <see cref="T:System.Xml.XmlNode"></see> removed.</returns>
+      <exception cref="T:System.ArgumentException">The <paramref name="oldChild">oldChild</paramref> is not a child of this node. Or this node is read-only.</exception>
     </member>
-    <member name="P:System.Xml.XPath.XPathNodeIterator.Count">
-      <summary>Gets the index of the last node in the selected set of nodes.</summary>
-      <returns>The index of the last node in the selected set of nodes, or 0 if there are no selected nodes.</returns>
+    <member name="M:System.Xml.XmlAttribute.ReplaceChild(System.Xml.XmlNode,System.Xml.XmlNode)">
+      <summary>Replaces the child node specified with the new child node specified.</summary>
+      <param name="newChild">The new child <see cref="T:System.Xml.XmlNode"></see>.</param>
+      <param name="oldChild">The <see cref="T:System.Xml.XmlNode"></see> to replace.</param>
+      <returns>The <see cref="T:System.Xml.XmlNode"></see> replaced.</returns>
+      <exception cref="T:System.InvalidOperationException">This node is of a type that does not allow child nodes of the type of the <paramref name="newChild">newChild</paramref> node.  
+ The <paramref name="newChild">newChild</paramref> is an ancestor of this node.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="newChild">newChild</paramref> was created from a different document than the one that created this node.  
+ This node is read-only.  
+ The <paramref name="oldChild">oldChild</paramref> is not a child of this node.</exception>
     </member>
-    <member name="P:System.Xml.XPath.XPathNodeIterator.Current">
-      <summary>When overridden in a derived class, gets the <see cref="T:System.Xml.XPath.XPathNavigator"></see> object for this <see cref="T:System.Xml.XPath.XPathNodeIterator"></see>, positioned on the current context node.</summary>
-      <returns>An <see cref="System.Xml.XPath.XPathNavigator"></see> object positioned on the context node from which the node set was selected. The <see cref="System.Xml.XPath.XPathNodeIterator.MoveNext"></see> method must be called to move the <see cref="System.Xml.XPath.XPathNodeIterator"></see> to the first node in the selected set.</returns>
+    <member name="P:System.Xml.XmlAttribute.SchemaInfo">
+      <summary>Gets the post-schema-validation-infoset that has been assigned to this node as a result of schema validation.</summary>
+      <returns>An <see cref="T:System.Xml.Schema.IXmlSchemaInfo"></see> containing the post-schema-validation-infoset of this node.</returns>
     </member>
-    <member name="P:System.Xml.XPath.XPathNodeIterator.CurrentPosition">
-      <summary>When overridden in a derived class, gets the index of the current position in the selected set of nodes.</summary>
-      <returns>The index of the current position.</returns>
+    <member name="P:System.Xml.XmlAttribute.Specified">
+      <summary>Gets a value indicating whether the attribute value was explicitly set.</summary>
+      <returns><see langword="true"></see> if this attribute was explicitly given a value in the original instance document; otherwise, <see langword="false"></see>. A value of <see langword="false"></see> indicates that the value of the attribute came from the DTD.</returns>
     </member>
-    <member name="M:System.Xml.XPath.XPathNodeIterator.GetEnumerator">
-      <summary>Returns an <see cref="T:System.Collections.IEnumerator"></see> object to iterate through the selected node set.</summary>
-      <returns>An <see cref="System.Collections.IEnumerator"></see> object to iterate through the selected node set.</returns>
+    <member name="P:System.Xml.XmlAttribute.Value">
+      <summary>Gets or sets the value of the node.</summary>
+      <returns>The value returned depends on the <see cref="P:System.Xml.XmlNode.NodeType"></see> of the node. For <see langword="XmlAttribute"></see> nodes, this property is the value of attribute.</returns>
+      <exception cref="T:System.ArgumentException">The node is read-only and a set operation is called.</exception>
     </member>
-    <member name="M:System.Xml.XPath.XPathNodeIterator.MoveNext">
-      <summary>When overridden in a derived class, moves the <see cref="T:System.Xml.XPath.XPathNavigator"></see> object returned by the <see cref="P:System.Xml.XPath.XPathNodeIterator.Current"></see> property to the next node in the selected node set.</summary>
-      <returns>true if the <see cref="System.Xml.XPath.XPathNavigator"></see> object moved to the next node; false if there are no more selected nodes.</returns>
+    <member name="M:System.Xml.XmlAttribute.WriteContentTo(System.Xml.XmlWriter)">
+      <summary>Saves all the children of the node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
+      <param name="w">The <see langword="XmlWriter"></see> to which you want to save.</param>
     </member>
-    <member name="M:System.Xml.XPath.XPathNodeIterator.System#ICloneable#Clone">
-      <summary>Creates a new object that is a copy of the current instance.</summary>
-      <returns>A new object that is a copy of this instance.</returns>
+    <member name="M:System.Xml.XmlAttribute.WriteTo(System.Xml.XmlWriter)">
+      <summary>Saves the node to the specified <see cref="T:System.Xml.XmlWriter"></see>.</summary>
+      <param name="w">The <see langword="XmlWriter"></see> to which you want to save.</param>
     </member>
-    <member name="T:System.Xml.XPath.XPathNodeType">
-      <summary>Defines the XPath node types that can be returned from the <see cref="T:System.Xml.XPath.XPathNavigator"></see> class.</summary>
+    <member name="T:System.Xml.WriteState">
+      <summary>Specifies the state of the <see cref="T:System.Xml.XmlWriter"></see>.</summary>
     </member>
-    <member name="F:System.Xml.XPath.XPathNodeType.All">
-      <summary>Any of the <see cref="T:System.Xml.XPath.XPathNodeType"></see> node types.</summary>
+    <member name="F:System.Xml.WriteState.Attribute">
+      <summary>Indicates that an attribute value is being written.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.XPath.XPathNodeType.Attribute">
-      <summary>An attribute, such as id=&amp;#39;123&amp;#39;.</summary>
+    <member name="F:System.Xml.WriteState.Closed">
+      <summary>Indicates that the <see cref="M:System.Xml.XmlWriter.Close"></see> method has been called.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.XPath.XPathNodeType.Comment">
-      <summary>A comment, such as &amp;lt;!-- my comment --&amp;gt;</summary>
+    <member name="F:System.Xml.WriteState.Content">
+      <summary>Indicates that element content is being written.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.XPath.XPathNodeType.Element">
-      <summary>An element, such as &amp;lt;element&amp;gt;.</summary>
+    <member name="F:System.Xml.WriteState.Element">
+      <summary>Indicates that an element start tag is being written.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.XPath.XPathNodeType.Namespace">
-      <summary>A namespace, such as xmlns=&amp;quot;namespace&amp;quot;.</summary>
+    <member name="F:System.Xml.WriteState.Error">
+      <summary>An exception has been thrown, which has left the <see cref="T:System.Xml.XmlWriter"></see> in an invalid state. You can call the <see cref="M:System.Xml.XmlWriter.Close"></see> method to put the <see cref="T:System.Xml.XmlWriter"></see> in the <see cref="F:System.Xml.WriteState.Closed"></see> state. Any other <see cref="T:System.Xml.XmlWriter"></see> method calls results in an <see cref="T:System.InvalidOperationException"></see>.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.XPath.XPathNodeType.ProcessingInstruction">
-      <summary>A processing instruction, such as &amp;lt;?pi test?&amp;gt;. This does not include XML declarations, which are not visible to the <see cref="T:System.Xml.XPath.XPathNavigator"></see> class.</summary>
+    <member name="F:System.Xml.WriteState.Prolog">
+      <summary>Indicates that the prolog is being written.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.XPath.XPathNodeType.Root">
-      <summary>The root node of the XML document or node tree.</summary>
+    <member name="F:System.Xml.WriteState.Start">
+      <summary>Indicates that a Write method has not yet been called.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.XPath.XPathNodeType.SignificantWhitespace">
-      <summary>A node with white space characters and xml:space set to preserve.</summary>
-      <returns></returns>
+    <member name="T:System.Xml.WhitespaceHandling">
+      <summary>Specifies how white space is handled.</summary>
     </member>
-    <member name="F:System.Xml.XPath.XPathNodeType.Text">
-      <summary>The text content of a node. Equivalent to the Document Object Model (DOM) Text and CDATA node types. Contains at least one character.</summary>
+    <member name="F:System.Xml.WhitespaceHandling.All">
+      <summary>Return <see langword="Whitespace"></see> and <see langword="SignificantWhitespace"></see> nodes. This is the default.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.XPath.XPathNodeType.Whitespace">
-      <summary>A node with only white space characters and no significant white space. White space characters are #x20, #x9, #xD, or #xA.</summary>
+    <member name="F:System.Xml.WhitespaceHandling.None">
+      <summary>Return no <see langword="Whitespace"></see> and no <see langword="SignificantWhitespace"></see> nodes.</summary>
       <returns></returns>
     </member>
-    <member name="T:System.Xml.XPath.XPathResultType">
-      <summary>Specifies the return type of the XPath expression.</summary>
-    </member>
-    <member name="F:System.Xml.XPath.XPathResultType.Any">
-      <summary>Any of the XPath node types.</summary>
+    <member name="F:System.Xml.WhitespaceHandling.Significant">
+      <summary>Return <see langword="SignificantWhitespace"></see> nodes only.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.XPath.XPathResultType.Boolean">
-      <summary>A <see cref="T:System.Boolean"></see>true or false value.</summary>
-      <returns></returns>
+    <member name="T:System.Xml.ValidationType">
+      <summary>Specifies the type of validation to perform.</summary>
     </member>
-    <member name="F:System.Xml.XPath.XPathResultType.Error">
-      <summary>The expression does not evaluate to the correct XPath type.</summary>
+    <member name="F:System.Xml.ValidationType.Auto">
+      <summary>Validates if DTD or schema information is found.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.XPath.XPathResultType.Navigator">
-      <summary>A tree fragment.</summary>
+    <member name="F:System.Xml.ValidationType.DTD">
+      <summary>Validates according to the DTD.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.XPath.XPathResultType.NodeSet">
-      <summary>A node collection.</summary>
+    <member name="F:System.Xml.ValidationType.None">
+      <summary>No validation is performed. This setting creates an XML 1.0 compliant non-validating parser.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.XPath.XPathResultType.Number">
-      <summary>A numeric value.</summary>
+    <member name="F:System.Xml.ValidationType.Schema">
+      <summary>Validate according to XML Schema definition language (XSD) schemas, including inline XML Schemas. XML Schemas are associated with namespace URIs either by using the <see langword="schemaLocation"></see> attribute or the provided <see langword="Schemas"></see> property.</summary>
       <returns></returns>
     </member>
-    <member name="F:System.Xml.XPath.XPathResultType.String">
-      <summary>A <see cref="T:System.String"></see> value.</summary>
+    <member name="F:System.Xml.ValidationType.XDR">
+      <summary>Validate according to XML-Data Reduced (XDR) schemas, including inline XDR schemas. XDR schemas are recognized using the <see langword="x-schema"></see> namespace prefix or the <see cref="P:System.Xml.XmlValidatingReader.Schemas"></see> property.</summary>
       <returns></returns>
     </member>
-    <member name="T:System.Xml.Xsl.IXsltContextFunction">
-      <summary>Provides an interface to a given function defined in the Extensible Stylesheet Language for Transformations (XSLT) style sheet during runtime execution.</summary>
+    <member name="T:System.Xml.Serialization.XmlTextAttribute">
+      <summary>Indicates to the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> that the member must be treated as XML text when the class that contains it is serialized or deserialized.</summary>
     </member>
-    <member name="P:System.Xml.Xsl.IXsltContextFunction.ArgTypes">
-      <summary>Gets the supplied XML Path Language (XPath) types for the function&amp;#39;s argument list. This information can be used to discover the signature of the function which allows you to differentiate between overloaded functions.</summary>
-      <returns>An array of <see cref="System.Xml.XPath.XPathResultType"></see> representing the types for the function&amp;#39;s argument list.</returns>
+    <member name="M:System.Xml.Serialization.XmlTextAttribute.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlTextAttribute"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.Xsl.IXsltContextFunction.Invoke(System.Xml.Xsl.XsltContext,System.Object[],System.Xml.XPath.XPathNavigator)">
-      <summary>Provides the method to invoke the function with the given arguments in the given context.</summary>
-      <param name="xsltContext">The XSLT context for the function call.</param>
-      <param name="args">The arguments of the function call. Each argument is an element in the array.</param>
-      <param name="docContext">The context node for the function call.</param>
-      <returns>An <see cref="System.Object"></see> representing the return value of the function.</returns>
+    <member name="M:System.Xml.Serialization.XmlTextAttribute.#ctor(System.Type)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlTextAttribute"></see> class.</summary>
+      <param name="type">The <see cref="T:System.Type"></see> of the member to be serialized.</param>
     </member>
-    <member name="P:System.Xml.Xsl.IXsltContextFunction.Maxargs">
-      <summary>Gets the maximum number of arguments for the function. This enables the user to differentiate between overloaded functions.</summary>
-      <returns>The maximum number of arguments for the function.</returns>
+    <member name="P:System.Xml.Serialization.XmlTextAttribute.DataType">
+      <summary>Gets or sets the XML Schema definition language (XSD) data type of the text generated by the <see cref="T:System.Xml.Serialization.XmlSerializer"></see>.</summary>
+      <returns>An XML Schema (XSD) data type, as defined by the World Wide Web Consortium (www.w3.org) document &amp;quot;XML Schema Part 2: Datatypes&amp;quot;.</returns>
+      <exception cref="T:System.Exception">The XML Schema data type you have specified cannot be mapped to the .NET data type.</exception>
+      <exception cref="T:System.InvalidOperationException">The XML Schema data type you have specified is invalid for the property and cannot be converted to the member type.</exception>
     </member>
-    <member name="P:System.Xml.Xsl.IXsltContextFunction.Minargs">
-      <summary>Gets the minimum number of arguments for the function. This enables the user to differentiate between overloaded functions.</summary>
-      <returns>The minimum number of arguments for the function.</returns>
+    <member name="P:System.Xml.Serialization.XmlTextAttribute.Type">
+      <summary>Gets or sets the type of the member.</summary>
+      <returns>The <see cref="T:System.Type"></see> of the member.</returns>
     </member>
-    <member name="P:System.Xml.Xsl.IXsltContextFunction.ReturnType">
-      <summary>Gets the <see cref="T:System.Xml.XPath.XPathResultType"></see> representing the XPath type returned by the function.</summary>
-      <returns>An <see cref="System.Xml.XPath.XPathResultType"></see> representing the XPath type returned by the function</returns>
+    <member name="T:System.Xml.Serialization.XmlSerializerNamespaces">
+      <summary>Contains the XML namespaces and prefixes that the <see cref="T:System.Xml.Serialization.XmlSerializer"></see> uses to generate qualified names in an XML-document instance.</summary>
     </member>
-    <member name="T:System.Xml.Xsl.IXsltContextVariable">
-      <summary>Provides an interface to a given variable that is defined in the style sheet during runtime execution.</summary>
+    <member name="M:System.Xml.Serialization.XmlSerializerNamespaces.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSerializerNamespaces"></see> class.</summary>
     </member>
-    <member name="M:System.Xml.Xsl.IXsltContextVariable.Evaluate(System.Xml.Xsl.XsltContext)">
-      <summary>Evaluates the variable at runtime and returns an object that represents the value of the variable.</summary>
-      <param name="xsltContext">An <see cref="T:System.Xml.Xsl.XsltContext"></see> representing the execution context of the variable.</param>
-      <returns>An <see cref="System.Object"></see> representing the value of the variable. Possible return types include number, string, Boolean, document fragment, or node set.</returns>
+    <member name="M:System.Xml.Serialization.XmlSerializerNamespaces.#ctor(System.Xml.Serialization.XmlSerializerNamespaces)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSerializerNamespaces"></see> class, using the specified instance of <see langword="XmlSerializerNamespaces"></see> containing the collection of prefix and namespace pairs.</summary>
+      <param name="namespaces">An instance of the <see cref="T:System.Xml.Serialization.XmlSerializerNamespaces"></see> containing the namespace and prefix pairs.</param>
     </member>
-    <member name="P:System.Xml.Xsl.IXsltContextVariable.IsLocal">
-      <summary>Gets a value indicating whether the variable is local.</summary>
-      <returns>true if the variable is a local variable in the current context; otherwise, false.</returns>
+    <member name="M:System.Xml.Serialization.XmlSerializerNamespaces.#ctor(System.Xml.XmlQualifiedName[])">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSerializerNamespaces"></see> class.</summary>
+      <param name="namespaces">An array of <see cref="T:System.Xml.XmlQualifiedName"></see> objects.</param>
     </member>
-    <member name="P:System.Xml.Xsl.IXsltContextVariable.IsParam">
-      <summary>Gets a value indicating whether the variable is an Extensible Stylesheet Language Transformations (XSLT) parameter. This can be a parameter to a style sheet or a template.</summary>
-      <returns>true if the variable is an XSLT parameter; otherwise, false.</returns>
+    <member name="M:System.Xml.Serialization.XmlSerializerNamespaces.Add(System.String,System.String)">
+      <summary>Adds a prefix and namespace pair to an <see cref="T:System.Xml.Serialization.XmlSerializerNamespaces"></see> object.</summary>
+      <param name="prefix">The prefix associated with an XML namespace.</param>
+      <param name="ns">An XML namespace.</param>
     </member>
-    <member name="P:System.Xml.Xsl.IXsltContextVariable.VariableType">
-      <summary>Gets the <see cref="T:System.Xml.XPath.XPathResultType"></see> representing the XML Path Language (XPath) type of the variable.</summary>
-      <returns>The <see cref="System.Xml.XPath.XPathResultType"></see> representing the XPath type of the variable.</returns>
+    <member name="P:System.Xml.Serialization.XmlSerializerNamespaces.Count">
+      <summary>Gets the number of prefix and namespace pairs in the collection.</summary>
+      <returns>The number of prefix and namespace pairs in the collection.</returns>
+    </member>
+    <member name="M:System.Xml.Serialization.XmlSerializerNamespaces.ToArray">
+      <summary>Gets the array of prefix and namespace pairs in an <see cref="T:System.Xml.Serialization.XmlSerializerNamespaces"></see> object.</summary>
+      <returns>An array of <see cref="T:System.Xml.XmlQualifiedName"></see> objects that are used as qualified names in an XML document.</returns>
     </member>
   </members>
 </doc>
\ No newline at end of file