[Build] Update Tizen.NET package assets (#2123)
[platform/core/csapi/tizenfx.git] / pkg / Tizen.NET.API7 / build / tizen70 / ref / System.Xml.ReaderWriter.xml
index aef80da..613be01 100755 (executable)
@@ -8,8 +8,8 @@
       <summary>Specifies the amount of input or output checking that <see cref="T:System.Xml.XmlReader" /> and <see cref="T:System.Xml.XmlWriter" /> objects perform.</summary>
     </member>
     <member name="F:System.Xml.ConformanceLevel.Auto">
-      <summary>The <see cref="T:System.Xml.XmlReader" /> or <see cref="T:System.Xml.XmlWriter" /> object automatically detects whether document-level or fragment-level checking should be performed, and does the appropriate checking. If you're wrapping another <see cref="T:System.Xml.XmlReader" /> or <see cref="T:System.Xml.XmlWriter" /> object, the outer object doesn't do any additional conformance checking. Conformance checking is left up to the underlying object.  
- See the <see cref="P:System.Xml.XmlReaderSettings.ConformanceLevel" /> and <see cref="P:System.Xml.XmlWriterSettings.ConformanceLevel" /> properties for details on how the compliance level is determined.</summary>
+      <summary>The <see cref="T:System.Xml.XmlReader" /> or <see cref="T:System.Xml.XmlWriter" /> object automatically detects whether document-level or fragment-level checking should be performed, and does the appropriate checking. If you're wrapping another <see cref="T:System.Xml.XmlReader" /> or <see cref="T:System.Xml.XmlWriter" /> object, the outer object doesn't do any additional conformance checking. Conformance checking is left up to the underlying object.
+See the <see cref="P:System.Xml.XmlReaderSettings.ConformanceLevel" /> and <see cref="P:System.Xml.XmlWriterSettings.ConformanceLevel" /> properties for details on how the compliance level is determined.</summary>
     </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. This level of checking ensures that the stream being read or written can be consumed by any processor as an XML 1.0 document.</summary>
@@ -33,8 +33,8 @@
       <summary>Specifies how the <see cref="T:System.Xml.XmlTextReader" /> or <see cref="T:System.Xml.XmlValidatingReader" /> handle entities.</summary>
     </member>
     <member name="F:System.Xml.EntityHandling.ExpandCharEntities">
-      <summary>Expands character entities and returns general entities as <see cref="F:System.Xml.XmlNodeType.EntityReference" /> nodes. 
-You must call <see cref="Overload:System.Xml.XmlReader.ResolveEntity" /> to see what the general entities expand to. This enables you to optimize entity handling by only expanding the entity the first time it is used.  
+      <summary>Expands character entities and returns general entities as <see cref="F:System.Xml.XmlNodeType.EntityReference" /> nodes.
+You must call <see cref="Overload:System.Xml.XmlReader.ResolveEntity" /> to see what the general entities expand to. This enables you to optimize entity handling by only expanding the entity the first time it is used.
 When set to <see langword="ExpandCharEntities" />, a reader call to the <see cref="Overload:System.Xml.XmlReader.GetAttribute" /> method expands all entities (both general and character entities).</summary>
     </member>
     <member name="F:System.Xml.EntityHandling.ExpandEntities">
@@ -121,12 +121,12 @@ This option indents element content only; mixed content is not affected. For the
       <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" />. If <paramref name="len" /> is zero, String.Empty is returned.</returns>
-      <exception cref="T:System.IndexOutOfRangeException">0 &gt; <paramref name="start" />  
- -or-  
- <paramref name="start" /> &gt;= <paramref name="key" />.Length  
- -or-  
- <paramref name="len" /> &gt;= <paramref name="key" />.Length  
- The above conditions do not cause an exception to be thrown if <paramref name="len" /> =0.</exception>
+      <exception cref="T:System.IndexOutOfRangeException">0 &gt; <paramref name="start" />
+-or-
+<paramref name="start" /> &gt;= <paramref name="key" />.Length
+-or-
+<paramref name="len" /> &gt;= <paramref name="key" />.Length
+The above conditions do not cause an exception to be thrown if <paramref name="len" /> =0.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="len" /> &lt; 0.</exception>
     </member>
@@ -143,12 +143,12 @@ This option indents element content only; mixed content is not affected. For the
       <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" /> if the string has not already been atomized. If <paramref name="len" /> is zero, String.Empty is returned.</returns>
-      <exception cref="T:System.IndexOutOfRangeException">0 &gt; <paramref name="start" />  
- -or-  
- <paramref name="start" /> &gt;= <paramref name="key" />.Length  
- -or-  
- <paramref name="len" /> &gt;= <paramref name="key" />.Length  
- The above conditions do not cause an exception to be thrown if <paramref name="len" /> =0.</exception>
+      <exception cref="T:System.IndexOutOfRangeException">0 &gt; <paramref name="start" />
+-or-
+<paramref name="start" /> &gt;= <paramref name="key" />.Length
+-or-
+<paramref name="len" /> &gt;= <paramref name="key" />.Length
+The above conditions do not cause an exception to be thrown if <paramref name="len" /> =0.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="len" /> &lt; 0.</exception>
     </member>
@@ -245,8 +245,8 @@ This option indents element content only; mixed content is not affected. For the
       <exception cref="T:System.ArgumentNullException">
         <paramref name="uri" /> or <paramref name="value" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset" /> or <paramref name="count" /> is less than 0.  
--or-  
+        <paramref name="offset" /> or <paramref name="count" /> is less than 0.
+-or-
 The length of the <paramref name="value" /> minus <paramref name="offset" /> is less than <paramref name="count." /></exception>
     </member>
     <member name="M:System.Xml.Resolvers.XmlPreloadedResolver.Add(System.Uri,System.IO.Stream)">
@@ -275,9 +275,9 @@ The length of the <paramref name="value" /> minus <paramref name="offset" /> is
       <returns>A <see cref="T:System.IO.Stream" /> or <see cref="T:System.IO.TextReader" /> object that corresponds to the actual source.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="absoluteUri" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.Xml.XmlException">Cannot resolve URI passed in <paramref name="absoluteUri" />.  
- -or-  
- <paramref name="ofObjectToReturn" /> is not of a supported type.</exception>
+      <exception cref="T:System.Xml.XmlException">Cannot resolve URI passed in <paramref name="absoluteUri" />.
+-or-
+<paramref name="ofObjectToReturn" /> is not of a supported type.</exception>
     </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>
@@ -363,8 +363,8 @@ The length of the <paramref name="value" /> minus <paramref name="offset" /> is
     </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" />.</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="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="T:System.Xml.Schema.XmlAtomicValue">
@@ -1687,8 +1687,8 @@ If the processor cannot find a schema or if the items are not valid, the XML pro
       <param name="item">The <see cref="T:System.Xml.Schema.XmlSchemaObject" />.</param>
       <returns>The index at which the item has been added.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is less than zero.  
--or-  
+        <paramref name="index" /> is less than zero.
+-or-
 <paramref name="index" /> is greater than <see langword="Count" />.</exception>
       <exception cref="T:System.InvalidCastException">The <see cref="T:System.Xml.Schema.XmlSchemaObject" /> parameter specified is not of type <see cref="T:System.Xml.Schema.XmlSchemaExternal" /> or its derived types <see cref="T:System.Xml.Schema.XmlSchemaImport" />, <see cref="T:System.Xml.Schema.XmlSchemaInclude" />, and <see cref="T:System.Xml.Schema.XmlSchemaRedefine" />.</exception>
     </member>
@@ -1707,11 +1707,11 @@ If the processor cannot find a schema or if the items are not valid, the XML pro
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than zero.</exception>
       <exception cref="T:System.ArgumentException">
-        <paramref name="array" /> is multi-dimensional.  
+        <paramref name="array" /> is multi-dimensional.
 -or-
- <paramref name="index" /> is equal to or greater than the length of <paramref name="array" />.  
+<paramref name="index" /> is equal to or greater than the length of <paramref name="array" />.
 -or-
- The number of elements in the source <see cref="T:System.Xml.Schema.XmlSchemaObject" /> is greater than the available space from index to the end of the destination array.</exception>
+The number of elements in the source <see cref="T:System.Xml.Schema.XmlSchemaObject" /> 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="T:System.Xml.Schema.XmlSchemaObject" /> cannot be cast automatically to the type of the destination array.</exception>
     </member>
     <member name="M:System.Xml.Schema.XmlSchemaObjectCollection.GetEnumerator">
@@ -1728,8 +1728,8 @@ If the processor cannot find a schema or if the items are not valid, the XML pro
       <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" /> to insert.</param>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is less than zero.  
--or-  
+        <paramref name="index" /> is less than zero.
+-or-
 <paramref name="index" /> is greater than <see langword="Count" />.</exception>
     </member>
     <member name="P:System.Xml.Schema.XmlSchemaObjectCollection.Item(System.Int32)">
@@ -2061,8 +2061,8 @@ If the processor cannot find a schema or if the items are not valid, the XML pro
     </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 cref="T:System.Xml.Schema.XmlSchemaMinLengthFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaMaxLengthFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaPatternFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaEnumerationFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaMaxInclusiveFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaMaxExclusiveFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaMinInclusiveFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaMinExclusiveFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaFractionDigitsFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaTotalDigitsFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaWhiteSpaceFacet" />.</returns>
+      <returns>One of the following facet classes:
+<see cref="T:System.Xml.Schema.XmlSchemaLengthFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaMinLengthFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaMaxLengthFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaPatternFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaEnumerationFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaMaxInclusiveFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaMaxExclusiveFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaMinInclusiveFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaMinExclusiveFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaFractionDigitsFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaTotalDigitsFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaWhiteSpaceFacet" />.</returns>
     </member>
     <member name="T:System.Xml.Schema.XmlSchemaSimpleType">
       <summary>Represents the <see langword="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>
@@ -2114,8 +2114,8 @@ If the processor cannot find a schema or if the items are not valid, the XML pro
     </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="T:System.Xml.Schema.XmlSchemaLengthFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaMinLengthFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaMaxLengthFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaPatternFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaEnumerationFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaMaxInclusiveFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaMaxExclusiveFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaMinInclusiveFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaMinExclusiveFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaFractionDigitsFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaTotalDigitsFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaWhiteSpaceFacet" />.</returns>
+      <returns>One of the following facet classes:
+<see cref="T:System.Xml.Schema.XmlSchemaLengthFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaMinLengthFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaMaxLengthFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaPatternFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaEnumerationFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaMaxInclusiveFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaMaxExclusiveFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaMinInclusiveFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaMinExclusiveFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaFractionDigitsFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaTotalDigitsFacet" />, <see cref="T:System.Xml.Schema.XmlSchemaWhiteSpaceFacet" />.</returns>
     </member>
     <member name="T:System.Xml.Schema.XmlSchemaSimpleTypeUnion">
       <summary>Represents the <see langword="union" /> element for simple types from XML Schema as specified by the World Wide Web Consortium (W3C). A <see langword="union" /> datatype can be used to specify the content of a <see langword="simpleType" />. The value of the <see langword="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>
@@ -2194,7 +2194,7 @@ If the processor cannot find a schema or if the items are not valid, the XML pro
       <exception cref="T:System.ArgumentNullException">The <see cref="T:System.Xml.XmlQualifiedName" /> parameter is <see langword="null" />.</exception>
     </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>
+      <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" /> to test.</param>
       <param name="baseType">The base <see cref="T:System.Xml.Schema.XmlSchemaType" /> to test the derived <see cref="T:System.Xml.Schema.XmlSchemaType" /> against.</param>
       <param name="except">One of the <see cref="T:System.Xml.Schema.XmlSchemaDerivationMethod" /> values representing a type derivation method to exclude from testing.</param>
@@ -2931,7 +2931,7 @@ If the processor cannot find a schema or if the items are not valid, the XML pro
       <summary>Specifies the type of validation to perform.</summary>
     </member>
     <member name="F:System.Xml.ValidationType.Auto">
-      <summary>Validates if DTD or schema information is found. 
+      <summary>Validates if DTD or schema information is found.
 Starting with .NET Framework 2.0, this field is obsolete. It applies only to the obsolete <see cref="T:System.Xml.XmlValidatingReader" /> class.</summary>
     </member>
     <member name="F:System.Xml.ValidationType.DTD">
@@ -2999,10 +2999,10 @@ This field was added in .NET Framework 2.0.</summary>
       <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" /> to add.</param>
       <returns>The <see cref="T:System.Xml.XmlNode" /> 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" /> node.  
- The <paramref name="newChild" /> is an ancestor of this node.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="newChild" /> was created from a different document than the one that created this node.  
- This node is read-only.</exception>
+      <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" /> node.
+The <paramref name="newChild" /> is an ancestor of this node.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="newChild" /> 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.XmlAttribute.BaseURI">
       <summary>Gets the base Uniform Resource Identifier (URI) of the node.</summary>
@@ -3028,22 +3028,22 @@ This field was added in .NET Framework 2.0.</summary>
       <param name="newChild">The <see cref="T:System.Xml.XmlNode" /> to insert.</param>
       <param name="refChild">The <see cref="T:System.Xml.XmlNode" /> that is the reference node. The <paramref name="newChild" /> is placed after the <paramref name="refChild" />.</param>
       <returns>The <see cref="T:System.Xml.XmlNode" /> 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" /> node.  
- The <paramref name="newChild" /> is an ancestor of this node.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="newChild" /> was created from a different document than the one that created this node.  
- The <paramref name="refChild" /> is not a child of this node.  
- This node is read-only.</exception>
+      <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" /> node.
+The <paramref name="newChild" /> is an ancestor of this node.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="newChild" /> was created from a different document than the one that created this node.
+The <paramref name="refChild" /> is not a child of this node.
+This node is read-only.</exception>
     </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" /> to insert.</param>
       <param name="refChild">The <see cref="T:System.Xml.XmlNode" /> that is the reference node. The <paramref name="newChild" /> is placed before this node.</param>
       <returns>The <see cref="T:System.Xml.XmlNode" /> 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" /> node.  
- The <paramref name="newChild" /> is an ancestor of this node.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="newChild" /> was created from a different document than the one that created this node.  
- The <paramref name="refChild" /> is not a child of this node.  
- This node is read-only.</exception>
+      <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" /> node.
+The <paramref name="newChild" /> is an ancestor of this node.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="newChild" /> was created from a different document than the one that created this node.
+The <paramref name="refChild" /> is not a child of this node.
+This node is read-only.</exception>
     </member>
     <member name="P:System.Xml.XmlAttribute.LocalName">
       <summary>Gets the local name of the node.</summary>
@@ -3077,21 +3077,21 @@ This field was added in .NET Framework 2.0.</summary>
       <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" />.  
- The specified prefix is "xml", and the namespaceURI of this node is different from "http://www.w3.org/XML/1998/namespace".  
- This node is an attribute, the specified prefix is "xmlns", and the namespaceURI of this node is different from "http://www.w3.org/2000/xmlns/".  
- This node is an attribute, and the qualifiedName of this node is "xmlns" [Namespaces].</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" />.
+The specified prefix is "xml", and the namespaceURI of this node is different from "http://www.w3.org/XML/1998/namespace".
+This node is an attribute, the specified prefix is "xmlns", and the namespaceURI of this node is different from "http://www.w3.org/2000/xmlns/".
+This node is an attribute, and the qualifiedName of this node is "xmlns" [Namespaces].</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" /> to add. If it is an <see cref="T:System.Xml.XmlDocumentFragment" />, 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" /> 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" /> node.  
- The <paramref name="newChild" /> is an ancestor of this node.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="newChild" /> was created from a different document than the one that created this node.  
- This node is read-only.</exception>
+      <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" /> node.
+The <paramref name="newChild" /> is an ancestor of this node.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="newChild" /> 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.XmlAttribute.RemoveChild(System.Xml.XmlNode)">
       <summary>Removes the specified child node.</summary>
@@ -3104,11 +3104,11 @@ This field was added in .NET Framework 2.0.</summary>
       <param name="newChild">The new child <see cref="T:System.Xml.XmlNode" />.</param>
       <param name="oldChild">The <see cref="T:System.Xml.XmlNode" /> to replace.</param>
       <returns>The <see cref="T:System.Xml.XmlNode" /> 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" /> node.  
- The <paramref name="newChild" /> is an ancestor of this node.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="newChild" /> was created from a different document than the one that created this node.  
- This node is read-only.  
- The <paramref name="oldChild" /> is not a child of this node.</exception>
+      <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" /> node.
+The <paramref name="newChild" /> is an ancestor of this node.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="newChild" /> was created from a different document than the one that created this node.
+This node is read-only.
+The <paramref name="oldChild" /> is not a child of this node.</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>
@@ -3197,11 +3197,11 @@ This field was added in .NET Framework 2.0.</summary>
       <returns>Returns <see langword="null" /> if there is no attribute at the specified index.</returns>
     </member>
     <member name="M:System.Xml.XmlAttributeCollection.SetNamedItem(System.Xml.XmlNode)">
-      <summary>Adds a <see cref="T:System.Xml.XmlNode" /> using its <see cref="P:System.Xml.XmlNode.Name" /> property</summary>
+      <summary>Adds a <see cref="T:System.Xml.XmlNode" /> using its <see cref="P:System.Xml.XmlNode.Name" /> 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" /> 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" /> was created from a different <see cref="T:System.Xml.XmlDocument" /> than the one that created this collection.  
+        <paramref name="node" /> was created from a different <see cref="T:System.Xml.XmlDocument" /> than the one that created this collection.
 This <see langword="XmlAttributeCollection" /> is read-only.</exception>
       <exception cref="T:System.InvalidOperationException">
         <paramref name="node" /> is an <see cref="T:System.Xml.XmlAttribute" /> that is already an attribute of another <see cref="T:System.Xml.XmlElement" /> object. To re-use attributes in other elements, you must clone the <see langword="XmlAttribute" /> objects you want to re-use.</exception>
@@ -3461,8 +3461,8 @@ This <see langword="XmlAttributeCollection" /> is read-only.</exception>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
-        <paramref name="s" /> or <paramref name="format" /> is String.Empty  
--or-  
+        <paramref name="s" /> or <paramref name="format" /> is String.Empty
+-or-
 <paramref name="s" /> does not contain a date and time that corresponds to <paramref name="format" />.</exception>
     </member>
     <member name="M:System.Xml.XmlConvert.ToDateTime(System.String,System.String[])">
@@ -3473,12 +3473,12 @@ This <see langword="XmlAttributeCollection" /> is read-only.</exception>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
-        <paramref name="s" /> or an element of <paramref name="formats" /> is String.Empty  
--or-  
+        <paramref name="s" /> or an element of <paramref name="formats" /> is String.Empty
+-or-
 <paramref name="s" /> does not contain a date and time that corresponds to any of the elements of <paramref name="formats" />.</exception>
     </member>
     <member name="M:System.Xml.XmlConvert.ToDateTime(System.String,System.Xml.XmlDateTimeSerializationMode)">
-      <summary>Converts the <see cref="T:System.String" /> to a <see cref="T:System.DateTime" /> using the <see cref="T:System.Xml.XmlDateTimeSerializationMode" /> specified</summary>
+      <summary>Converts the <see cref="T:System.String" /> to a <see cref="T:System.DateTime" /> using the <see cref="T:System.Xml.XmlDateTimeSerializationMode" /> specified.</summary>
       <param name="s">The <see cref="T:System.String" /> value to convert.</param>
       <param name="dateTimeOption">One of the enumeration 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" /> equivalent of the <see cref="T:System.String" />.</returns>
@@ -3491,8 +3491,8 @@ This <see langword="XmlAttributeCollection" /> is read-only.</exception>
     </member>
     <member name="M:System.Xml.XmlConvert.ToDateTimeOffset(System.String)">
       <summary>Converts the supplied <see cref="T:System.String" /> to a <see cref="T:System.DateTimeOffset" /> 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 the dateTime section of the XML Schema specification..</param>
+      <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 the dateTime section of the XML Schema specification..</param>
       <returns>The <see cref="T:System.DateTimeOffset" /> equivalent of the supplied string.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
@@ -3761,7 +3761,7 @@ This <see langword="XmlAttributeCollection" /> is read-only.</exception>
         <paramref name="name" /> is not a valid non-colon name.</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>
+      <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>
@@ -3825,31 +3825,30 @@ This <see langword="XmlAttributeCollection" /> is read-only.</exception>
     </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:  
+      <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 "n" 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>
+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="P:System.Xml.XmlDeclaration.InnerText">
       <summary>Gets or sets the concatenated values of the <see langword="XmlDeclaration" />.</summary>
@@ -3913,20 +3912,20 @@ This <see langword="XmlAttributeCollection" /> is read-only.</exception>
     </member>
     <member name="M:System.Xml.XmlDocument.CreateAttribute(System.String)">
       <summary>Creates an <see cref="T:System.Xml.XmlAttribute" /> with the specified <see cref="P:System.Xml.XmlDocument.Name" />.</summary>
-      <param name="name">The qualified name of the attribute. If the name contains a colon, the <see cref="P:System.Xml.XmlNode.Prefix" /> property reflects the part of the name preceding the first colon and the <see cref="P:System.Xml.XmlDocument.LocalName" /> property reflects the part of the name following the first colon. The <see cref="P:System.Xml.XmlNode.NamespaceURI" /> remains empty unless the prefix is a recognized built-in prefix such as xmlns. In this case <see langword="NamespaceURI" /> has a value of <c></c>.</param>
+      <param name="name">The qualified name of the attribute. If the name contains a colon, the <see cref="P:System.Xml.XmlNode.Prefix" /> property reflects the part of the name preceding the first colon and the <see cref="P:System.Xml.XmlDocument.LocalName" /> property reflects the part of the name following the first colon. The <see cref="P:System.Xml.XmlNode.NamespaceURI" /> remains empty unless the prefix is a recognized built-in prefix such as xmlns. In this case <see langword="NamespaceURI" /> has a value of <c>http://www.w3.org/2000/xmlns/</c>.</param>
       <returns>The new <see langword="XmlAttribute" />.</returns>
     </member>
     <member name="M:System.Xml.XmlDocument.CreateAttribute(System.String,System.String)">
       <summary>Creates an <see cref="T:System.Xml.XmlAttribute" /> with the specified qualified name and <see cref="P:System.Xml.XmlNode.NamespaceURI" />.</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" /> property will reflect the part of the name preceding the colon and the <see cref="P:System.Xml.XmlDocument.LocalName" /> 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 <c></c>.</param>
+      <param name="namespaceURI">The namespaceURI of the attribute. If the qualified name includes a prefix of xmlns, then this parameter must be <c>http://www.w3.org/2000/xmlns/</c>.</param>
       <returns>The new <see langword="XmlAttribute" />.</returns>
     </member>
     <member name="M:System.Xml.XmlDocument.CreateAttribute(System.String,System.String,System.String)">
       <summary>Creates an <see cref="T:System.Xml.XmlAttribute" /> with the specified <see cref="P:System.Xml.XmlNode.Prefix" />, <see cref="P:System.Xml.XmlDocument.LocalName" />, and <see cref="P:System.Xml.XmlNode.NamespaceURI" />.</summary>
       <param name="prefix">The prefix of the attribute (if any). String.Empty and <see langword="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 <see langword="null" /> are equivalent. If <paramref name="prefix" /> is xmlns, then this parameter must be <c></c>; otherwise an exception is thrown.</param>
+      <param name="namespaceURI">The namespace URI of the attribute (if any). String.Empty and <see langword="null" /> are equivalent. If <paramref name="prefix" /> is xmlns, then this parameter must be <c>http://www.w3.org/2000/xmlns/</c>; otherwise an exception is thrown.</param>
       <returns>The new <see langword="XmlAttribute" />.</returns>
     </member>
     <member name="M:System.Xml.XmlDocument.CreateCDataSection(System.String)">
@@ -4040,8 +4039,8 @@ This <see langword="XmlAttributeCollection" /> is read-only.</exception>
     <member name="M:System.Xml.XmlDocument.CreateXmlDeclaration(System.String,System.String,System.String)">
       <summary>Creates an <see cref="T:System.Xml.XmlDeclaration" /> node with the specified values.</summary>
       <param name="version">The version must be "1.0".</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" /> to a file or a stream; therefore, it must be set to a string supported by the <see cref="T:System.Text.Encoding" /> class, otherwise <see cref="M:System.Xml.XmlDocument.Save(System.String)" /> fails. If this is <see langword="null" /> or String.Empty, the <see langword="Save" /> 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" /> is saved to either a <see cref="T:System.IO.TextWriter" /> or an <see cref="T:System.Xml.XmlTextWriter" />, this encoding value is discarded. Instead, the encoding of the <see langword="TextWriter" /> or the <see langword="XmlTextWriter" /> is used. This ensures that the XML written out can be read back using the correct encoding.</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" /> to a file or a stream; therefore, it must be set to a string supported by the <see cref="T:System.Text.Encoding" /> class, otherwise <see cref="M:System.Xml.XmlDocument.Save(System.String)" /> fails. If this is <see langword="null" /> or String.Empty, the <see langword="Save" /> 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" /> is saved to either a <see cref="T:System.IO.TextWriter" /> or an <see cref="T:System.Xml.XmlTextWriter" />, this encoding value is discarded. Instead, the encoding of the <see langword="TextWriter" /> or the <see langword="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 "yes" or "no". If this is <see langword="null" /> or String.Empty, the <see langword="Save" /> method does not write a standalone attribute on the XML declaration.</param>
       <returns>The new <see langword="XmlDeclaration" /> node.</returns>
       <exception cref="T:System.ArgumentException">The values of <paramref name="version" /> or <paramref name="standalone" /> are something other than the ones specified above.</exception>
@@ -4119,12 +4118,12 @@ This <see langword="XmlAttributeCollection" /> is read-only.</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" /> specified a file that is read-only.  
--or-  
-This operation is not supported on the current platform.  
--or-  
-<paramref name="filename" /> specified a directory.  
--or-  
+        <paramref name="filename" /> specified a file that is read-only.
+-or-
+This operation is not supported on the current platform.
+-or-
+<paramref name="filename" /> 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" /> was not found.</exception>
       <exception cref="T:System.NotSupportedException">
@@ -4245,8 +4244,8 @@ The caller does not have the required permission.</exception>
     </member>
     <member name="P:System.Xml.XmlDocument.XmlResolver">
       <summary>Sets the <see cref="T:System.Xml.XmlResolver" /> to use for resolving external resources.</summary>
-      <returns>The <see langword="XmlResolver" /> to use.  
- In version 1.1 of the.NET Framework, the caller must be fully trusted in order to specify an <see langword="XmlResolver" />.</returns>
+      <returns>The <see langword="XmlResolver" /> to use.
+In version 1.1 of the.NET Framework, the caller must be fully trusted in order to specify an <see langword="XmlResolver" />.</returns>
       <exception cref="T:System.Xml.XmlException">This property is set to <see langword="null" /> and an external DTD or entity is encountered.</exception>
     </member>
     <member name="T:System.Xml.XmlDocumentFragment">
@@ -4285,8 +4284,8 @@ The caller does not have the required permission.</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 <see langword="XmlDocumentFragment" /> nodes, this property is always <see langword="null" />.</returns>
+      <returns>The parent of this node.
+For <see langword="XmlDocumentFragment" /> nodes, this property is always <see langword="null" />.</returns>
     </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" />.</summary>
@@ -4324,7 +4323,7 @@ The caller does not have the required permission.</exception>
     <member name="P:System.Xml.XmlDocumentType.IsReadOnly">
       <summary>Gets a value indicating whether the node is read-only.</summary>
       <returns>
-        <see langword="true" /> if the node is read-only; otherwise, <see langword="false" />.  
+        <see langword="true" /> if the node is read-only; otherwise, <see langword="false" />.
 Because DocumentType nodes are read-only, this property always returns <see langword="true" />.</returns>
     </member>
     <member name="P:System.Xml.XmlDocumentType.LocalName">
@@ -4443,8 +4442,8 @@ Because DocumentType nodes are read-only, this property always returns <see lang
     <member name="P:System.Xml.XmlElement.IsEmpty">
       <summary>Gets or sets the tag format of the element.</summary>
       <returns>
-        <see langword="true" /> if the element is to be serialized in the short tag format "&lt;item/&gt;"; <see langword="false" /> for the long format "&lt;item&gt;&lt;/item&gt;".  
-When setting this property, if set to <see langword="true" />, the children of the element are removed and the element is serialized in the short tag format. If set to <see langword="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.  
+        <see langword="true" /> if the element is to be serialized in the short tag format "&lt;item/&gt;"; <see langword="false" /> for the long format "&lt;item&gt;&lt;/item&gt;".
+When setting this property, if set to <see langword="true" />, the children of the element are removed and the element is serialized in the short tag format. If set to <see langword="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>
     <member name="P:System.Xml.XmlElement.LocalName">
@@ -4479,10 +4478,10 @@ This property is a Microsoft extension to the Document Object Model (DOM).</retu
       <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" />.  
- The specified prefix is "xml" and the namespaceURI of this node is different from http://www.w3.org/XML/1998/namespace.</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" />.
+The specified prefix is "xml" and the namespaceURI of this node is different from http://www.w3.org/XML/1998/namespace.</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>
@@ -4585,7 +4584,7 @@ This property is a Microsoft extension to the Document Object Model (DOM).</retu
     <member name="P:System.Xml.XmlEntity.IsReadOnly">
       <summary>Gets a value indicating whether the node is read-only.</summary>
       <returns>
-        <see langword="true" /> if the node is read-only; otherwise, <see langword="false" />.  
+        <see langword="true" /> if the node is read-only; otherwise, <see langword="false" />.
 Because <see langword="XmlEntity" /> nodes are read-only, this property always returns <see langword="true" />.</returns>
     </member>
     <member name="P:System.Xml.XmlEntity.LocalName">
@@ -4645,7 +4644,7 @@ Because <see langword="XmlEntity" /> nodes are read-only, this property always r
     <member name="P:System.Xml.XmlEntityReference.IsReadOnly">
       <summary>Gets a value indicating whether the node is read-only.</summary>
       <returns>
-        <see langword="true" /> if the node is read-only; otherwise <see langword="false" />.  
+        <see langword="true" /> if the node is read-only; otherwise <see langword="false" />.
 Because <see langword="XmlEntityReference" /> nodes are read-only, this property always returns <see langword="true" />.</returns>
     </member>
     <member name="P:System.Xml.XmlEntityReference.LocalName">
@@ -4741,18 +4740,18 @@ Because <see langword="XmlEntityReference" /> nodes are read-only, this property
       <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" />), supporting any version of the feature causes the method to return <see langword="true" />.</param>
       <returns>
-        <see langword="true" /> if the feature is implemented in the specified version; otherwise, <see langword="false" />.  
-The following table shows the combinations that cause <see langword="HasFeature" /> to return <see langword="true" />.  
+        <see langword="true" /> if the feature is implemented in the specified version; otherwise, <see langword="false" />.
+The following table shows the combinations that cause <see langword="HasFeature" /> to return <see langword="true" />.
  strFeature  
-
  strVersion  
-
  XML  
-
  1.0  
-
  XML  
-
  2.0</returns>
     </member>
     <member name="T:System.Xml.XmlLinkedNode">
@@ -4821,8 +4820,8 @@ The following table shows the combinations that cause <see langword="HasFeature"
     </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" /> 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" />, refer to the <see cref="M:System.Xml.XmlNode.SelectNodes(System.String)" /> and <see cref="M:System.Xml.XPath.XPathExpression.SetContext(System.Xml.XmlNamespaceManager)" /> methods.</param>
+      <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" /> 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" />, refer to the <see cref="M:System.Xml.XmlNode.SelectNodes(System.String)" /> and <see cref="M:System.Xml.XPath.XPathExpression.SetContext(System.Xml.XmlNamespaceManager)" /> methods.</param>
       <param name="uri">The namespace to add.</param>
       <exception cref="T:System.ArgumentException">The value for <paramref name="prefix" /> is "xml" or "xmlns".</exception>
       <exception cref="T:System.ArgumentNullException">The value for <paramref name="prefix" /> or <paramref name="uri" /> is <see langword="null" />.</exception>
@@ -4849,8 +4848,8 @@ The following table shows the combinations that cause <see langword="HasFeature"
     <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>The namespace URI for <paramref name="prefix" /> or <see langword="null" /> 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" /> class.</returns>
+      <returns>The namespace URI for <paramref name="prefix" /> or <see langword="null" /> 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" /> class.</returns>
     </member>
     <member name="M:System.Xml.XmlNamespaceManager.LookupPrefix(System.String)">
       <summary>Finds the prefix declared for the given namespace URI.</summary>
@@ -4899,12 +4898,12 @@ The following table shows the combinations that cause <see langword="HasFeature"
       <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 &gt; <paramref name="offset" />  
- -or-  
- <paramref name="offset" /> &gt;= <paramref name="array" />.Length  
- -or-  
- <paramref name="length" /> &gt; <paramref name="array" />.Length  
- The above conditions do not cause an exception to be thrown if <paramref name="length" /> =0.</exception>
+      <exception cref="T:System.IndexOutOfRangeException">0 &gt; <paramref name="offset" />
+-or-
+<paramref name="offset" /> &gt;= <paramref name="array" />.Length
+-or-
+<paramref name="length" /> &gt; <paramref name="array" />.Length
+The above conditions do not cause an exception to be thrown if <paramref name="length" /> =0.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="length" /> &lt; 0.</exception>
     </member>
@@ -4921,12 +4920,12 @@ The following table shows the combinations that cause <see langword="HasFeature"
       <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" /> if the string has not already been atomized. If <paramref name="length" /> is zero, String.Empty is returned.</returns>
-      <exception cref="T:System.IndexOutOfRangeException">0 &gt; <paramref name="offset" />  
- -or-  
- <paramref name="offset" /> &gt;= <paramref name="array" />.Length  
- -or-  
- <paramref name="length" /> &gt; <paramref name="array" />.Length  
- The above conditions do not cause an exception to be thrown if <paramref name="length" /> =0.</exception>
+      <exception cref="T:System.IndexOutOfRangeException">0 &gt; <paramref name="offset" />
+-or-
+<paramref name="offset" /> &gt;= <paramref name="array" />.Length
+-or-
+<paramref name="length" /> &gt; <paramref name="array" />.Length
+The above conditions do not cause an exception to be thrown if <paramref name="length" /> =0.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="length" /> &lt; 0.</exception>
     </member>
@@ -4944,15 +4943,15 @@ The following table shows the combinations that cause <see langword="HasFeature"
       <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" /> node.  
- The <paramref name="newChild" /> is an ancestor of this node.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="newChild" /> was created from a different document than the one that created this node.  
- This node is read-only.</exception>
+      <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" /> node.
+The <paramref name="newChild" /> is an ancestor of this node.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="newChild" /> 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.XmlNode.Attributes">
       <summary>Gets an <see cref="T:System.Xml.XmlAttributeCollection" /> containing the attributes of this node.</summary>
-      <returns>An <see langword="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 <see langword="null" />.</returns>
+      <returns>An <see langword="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 <see langword="null" />.</returns>
     </member>
     <member name="P:System.Xml.XmlNode.BaseURI">
       <summary>Gets the base URI of the current node.</summary>
@@ -4960,8 +4959,8 @@ The following table shows the combinations that cause <see langword="HasFeature"
     </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="T:System.Xml.XmlNodeList" />.</returns>
+      <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" />.</returns>
     </member>
     <member name="M:System.Xml.XmlNode.Clone">
       <summary>Creates a duplicate of this node.</summary>
@@ -5007,8 +5006,8 @@ The following table shows the combinations that cause <see langword="HasFeature"
     </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.  
- <see langword="InnerXml" /> does not return default attributes.</returns>
+      <returns>The markup of the child nodes of this node.
+<see langword="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>
@@ -5017,22 +5016,22 @@ The following table shows the combinations that cause <see langword="HasFeature"
       <param name="newChild">The node to insert.</param>
       <param name="refChild">The reference node. <paramref name="newChild" /> is placed after <paramref name="refChild" />.</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" /> node.  
- The <paramref name="newChild" /> is an ancestor of this node.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="newChild" /> was created from a different document than the one that created this node.  
- The <paramref name="refChild" /> is not a child of this node.  
- This node is read-only.</exception>
+      <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" /> node.
+The <paramref name="newChild" /> is an ancestor of this node.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="newChild" /> was created from a different document than the one that created this node.
+The <paramref name="refChild" /> is not a child of this node.
+This node is read-only.</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 node to insert.</param>
       <param name="refChild">The reference node. <paramref name="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" /> node.  
- The <paramref name="newChild" /> is an ancestor of this node.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="newChild" /> was created from a different document than the one that created this node.  
- The <paramref name="refChild" /> is not a child of this node.  
- This node is read-only.</exception>
+      <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" /> node.
+The <paramref name="newChild" /> is an ancestor of this node.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="newChild" /> was created from a different document than the one that created this node.
+The <paramref name="refChild" /> is not a child of this node.
+This node is read-only.</exception>
     </member>
     <member name="P:System.Xml.XmlNode.IsReadOnly">
       <summary>Gets a value indicating whether the node is read-only.</summary>
@@ -5056,137 +5055,137 @@ The following table shows the combinations that cause <see langword="HasFeature"
     </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" /> is book for the element &lt;bk:book&gt;.  
- The name returned is dependent on the <see cref="P:System.Xml.XmlNode.NodeType" /> of the node:  
+      <returns>The name of the node with the prefix removed. For example, <see langword="LocalName" /> is book for the element &lt;bk:book&gt;.
+The name returned is dependent on the <see cref="P:System.Xml.XmlNode.NodeType" /> 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>
     <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" /> of the node:  
+      <returns>The qualified name of the node. The name returned is dependent on the <see cref="P:System.Xml.XmlNode.NodeType" /> 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="P:System.Xml.XmlNode.NamespaceURI">
@@ -5206,71 +5205,71 @@ The following table shows the combinations that cause <see langword="HasFeature"
     </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.  
- <see langword="OuterXml" /> does not return default attributes.</returns>
+      <returns>The markup containing this node and all its child nodes.
+<see langword="OuterXml" /> does not return default attributes.</returns>
     </member>
     <member name="P:System.Xml.XmlNode.OwnerDocument">
       <summary>Gets the <see cref="T:System.Xml.XmlDocument" /> to which this node belongs.</summary>
-      <returns>The <see cref="T:System.Xml.XmlDocument" /> to which this node belongs.  
- If the node is an <see cref="T:System.Xml.XmlDocument" /> (NodeType equals XmlNodeType.Document), this property returns <see langword="null" />.</returns>
+      <returns>The <see cref="T:System.Xml.XmlDocument" /> to which this node belongs.
+If the node is an <see cref="T:System.Xml.XmlDocument" /> (NodeType equals XmlNodeType.Document), this property returns <see langword="null" />.</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 <see langword="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 <see langword="null" />. For all other nodes, the value returned depends on the <see cref="P:System.Xml.XmlNode.NodeType" /> of the node. The following table describes the possible return values for the <see langword="ParentNode" /> property.  
+      <returns>The <see langword="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 <see langword="null" />. For all other nodes, the value returned depends on the <see cref="P:System.Xml.XmlNode.NodeType" /> of the node. The following table describes the possible return values for the <see langword="ParentNode" /> property.
   NodeType  
-
+  
   Return Value of ParentNode  
-
+  
   Attribute, Document, DocumentFragment, Entity, Notation  
-
+  
   Returns <see langword="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>
     <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" /> is bk for the element &lt;bk:book&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 "xml" and the namespaceURI of this node is different from "http://www.w3.org/XML/1998/namespace".  
- This node is an attribute and the specified prefix is "xmlns" and the namespaceURI of this node is different from "http://www.w3.org/2000/xmlns/ ".  
- This node is an attribute and the qualifiedName of this node is "xmlns".</exception>
+      <exception cref="T:System.Xml.XmlException">The specified prefix contains an invalid character.
+The specified prefix is malformed.
+The specified prefix is "xml" and the namespaceURI of this node is different from "http://www.w3.org/XML/1998/namespace".
+This node is an attribute and the specified prefix is "xmlns" and the namespaceURI of this node is different from "http://www.w3.org/2000/xmlns/ ".
+This node is an attribute and the qualifiedName of this node is "xmlns".</exception>
     </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" /> node.  
- The <paramref name="newChild" /> is an ancestor of this node.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="newChild" /> was created from a different document than the one that created this node.  
- This node is read-only.</exception>
+      <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" /> node.
+The <paramref name="newChild" /> is an ancestor of this node.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="newChild" /> 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.XmlNode.PreviousSibling">
       <summary>Gets the node immediately preceding this node.</summary>
@@ -5294,11 +5293,11 @@ The following table shows the combinations that cause <see langword="HasFeature"
       <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" /> node.  
- The <paramref name="newChild" /> is an ancestor of this node.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="newChild" /> was created from a different document than the one that created this node.  
- This node is read-only.  
- The <paramref name="oldChild" /> is not a child of this node.</exception>
+      <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" /> node.
+The <paramref name="newChild" /> is an ancestor of this node.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="newChild" /> was created from a different document than the one that created this node.
+This node is read-only.
+The <paramref name="oldChild" /> is not a child of this node.</exception>
     </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>
@@ -5335,17 +5334,17 @@ The following table shows the combinations that cause <see langword="HasFeature"
       <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" /> if the feature is implemented in the specified version; otherwise, <see langword="false" />. The following table describes the combinations that return <see langword="true" />.  
+        <see langword="true" /> if the feature is implemented in the specified version; otherwise, <see langword="false" />. The following table describes the combinations that return <see langword="true" />.
  Feature  
-
  Version  
-
  XML  
-
  1.0  
-
  XML  
-
  2.0</returns>
     </member>
     <member name="M:System.Xml.XmlNode.System#Collections#IEnumerable#GetEnumerator">
@@ -5358,69 +5357,69 @@ The following table shows the combinations that cause <see langword="HasFeature"
     </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="P:System.Xml.XmlNode.NodeType" /> of the node:  
+      <returns>The value returned depends on the <see cref="P:System.Xml.XmlNode.NodeType" /> 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" />.  
-
+  
   DocumentFragment  
-
+  
  <see langword="null" />.  
-
+  
   DocumentType  
-
+  
  <see langword="null" />.  
-
+  
   Element  
-
+  
  <see langword="null" />. You can use the <see cref="P:System.Xml.XmlElement.InnerText" /> or <see cref="P:System.Xml.XmlElement.InnerXml" /> properties to access the value of the element node.  
-
+  
   Entity  
-
+  
  <see langword="null" />.  
-
+  
   EntityReference  
-
+  
  <see langword="null" />.  
-
+  
   Notation  
-
+  
  <see langword="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 &lt;?xml and ?&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>
@@ -5463,14 +5462,14 @@ The following table shows the combinations that cause <see langword="HasFeature"
     </member>
     <member name="P:System.Xml.XmlNodeChangedEventArgs.NewParent">
       <summary>Gets the value of the <see cref="P:System.Xml.XmlNode.ParentNode" /> after the operation completes.</summary>
-      <returns>The value of the <see langword="ParentNode" /> after the operation completes. This property returns <see langword="null" /> if the node is being removed.  
-   
- For attribute nodes this property returns the <see cref="P:System.Xml.XmlAttribute.OwnerElement" />.</returns>
+      <returns>The value of the <see langword="ParentNode" /> after the operation completes. This property returns <see langword="null" /> if the node is being removed.
+
+For attribute nodes this property returns the <see cref="P:System.Xml.XmlAttribute.OwnerElement" />.</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 <see langword="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="E:System.Xml.XmlDocument.NodeChanging" /> event, <see langword="NewValue" /> returns the value of the node if the change is successful. If called in a <see cref="E:System.Xml.XmlDocument.NodeChanged" /> event, <see langword="NewValue" /> returns the current value of the node.</returns>
+      <returns>The new value of the node. This property returns <see langword="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="E:System.Xml.XmlDocument.NodeChanging" /> event, <see langword="NewValue" /> returns the value of the node if the change is successful. If called in a <see cref="E:System.Xml.XmlDocument.NodeChanged" /> event, <see langword="NewValue" /> returns the current value of the node.</returns>
     </member>
     <member name="P:System.Xml.XmlNodeChangedEventArgs.Node">
       <summary>Gets the <see cref="T:System.Xml.XmlNode" /> that is being added, removed or changed.</summary>
@@ -5478,14 +5477,14 @@ The following table shows the combinations that cause <see langword="HasFeature"
     </member>
     <member name="P:System.Xml.XmlNodeChangedEventArgs.OldParent">
       <summary>Gets the value of the <see cref="P:System.Xml.XmlNode.ParentNode" /> before the operation began.</summary>
-      <returns>The value of the <see langword="ParentNode" /> before the operation began. This property returns <see langword="null" /> if the node did not have a parent.  
-   
- For attribute nodes this property returns the <see cref="P:System.Xml.XmlAttribute.OwnerElement" />.</returns>
+      <returns>The value of the <see langword="ParentNode" /> before the operation began. This property returns <see langword="null" /> if the node did not have a parent.
+
+For attribute nodes this property returns the <see cref="P:System.Xml.XmlAttribute.OwnerElement" />.</returns>
     </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 <see langword="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="E:System.Xml.XmlDocument.NodeChanging" /> event, <see langword="OldValue" /> 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" /> event, <see langword="OldValue" /> returns the value of node prior to the change.</returns>
+      <returns>The original value of the node. This property returns <see langword="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="E:System.Xml.XmlDocument.NodeChanging" /> event, <see langword="OldValue" /> 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" /> event, <see langword="OldValue" /> returns the value of node prior to the change.</returns>
     </member>
     <member name="T:System.Xml.XmlNodeChangedEventHandler">
       <summary>Represents the method that handles <see cref="E:System.Xml.XmlDocument.NodeChanged" />, <see cref="E:System.Xml.XmlDocument.NodeChanging" />, <see cref="E:System.Xml.XmlDocument.NodeInserted" />, <see cref="E:System.Xml.XmlDocument.NodeInserting" />, <see cref="E:System.Xml.XmlDocument.NodeRemoved" /> and <see cref="E:System.Xml.XmlDocument.NodeRemoving" /> events.</summary>
@@ -5613,8 +5612,8 @@ The following table shows the combinations that cause <see langword="HasFeature"
     </member>
     <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" /> is <see langword="book" /> for the element <c>&lt;bk:book&gt;</c>.  
- For node types that do not have a name (like <see langword="Text" />, <see langword="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" /> is <see langword="book" /> for the element <c>&lt;bk:book&gt;</c>.
+For node types that do not have a name (like <see langword="Text" />, <see langword="Comment" />, and so on), this property returns String.Empty.</returns>
     </member>
     <member name="M:System.Xml.XmlNodeReader.LookupNamespace(System.String)">
       <summary>Resolves a namespace prefix in the current element's scope.</summary>
@@ -5656,22 +5655,22 @@ The following table shows the combinations that cause <see langword="HasFeature"
     </member>
     <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" /> is <see langword="bk:book" /> for the element <c>&lt;bk:book&gt;</c>.  
- The name returned is dependent on the <see cref="P:System.Xml.XmlNodeReader.NodeType" /> 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" /> is <see langword="bk:book" /> for the element <c>&lt;bk:book&gt;</c>.
+The name returned is dependent on the <see cref="P:System.Xml.XmlNodeReader.NodeType" /> 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" /> The name of the attribute.  
-
+  
  <see langword="DocumentType" /> The document type name.  
-
+  
  <see langword="Element" /> The tag name.  
-
+  
  <see langword="EntityReference" /> The name of the entity referenced.  
-
+  
  <see langword="ProcessingInstruction" /> The target of the processing instruction.  
-
+  
  <see langword="XmlDeclaration" /> The literal string <see langword="xml" />.</returns>
     </member>
     <member name="P:System.Xml.XmlNodeReader.NamespaceURI">
@@ -5698,8 +5697,8 @@ The following table shows the combinations that cause <see langword="HasFeature"
     <member name="M:System.Xml.XmlNodeReader.ReadAttributeValue">
       <summary>Parses the attribute value into one or more <see langword="Text" />, <see langword="EntityReference" />, or <see langword="EndEntity" /> nodes.</summary>
       <returns>
-        <see langword="true" /> if there are nodes to return.  
-<see langword="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.  
+        <see langword="true" /> if there are nodes to return.
+<see langword="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, <c>misc=""</c>, returns <see langword="true" /> with a single node with a value of String.Empty.</returns>
     </member>
     <member name="M:System.Xml.XmlNodeReader.ReadContentAsBase64(System.Byte[],System.Int32,System.Int32)">
@@ -5754,8 +5753,8 @@ An empty attribute, such as, <c>misc=""</c>, returns <see langword="true" /> wit
     </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.  
- <see langword="Note:" /> The text node can be either an element or an attribute text node.</returns>
+      <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:" /> The text node can be either an element or an attribute text node.</returns>
     </member>
     <member name="M:System.Xml.XmlNodeReader.ResolveEntity">
       <summary>Resolves the entity reference for <see langword="EntityReference" /> nodes.</summary>
@@ -5791,27 +5790,27 @@ An empty attribute, such as, <c>misc=""</c>, returns <see langword="true" /> wit
     </member>
     <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" /> 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.XmlNodeReader.NodeType" /> 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" /> The value of the attribute.  
-
+  
  <see langword="CDATA" /> The content of the CDATA section.  
-
+  
  <see langword="Comment" /> The content of the comment.  
-
+  
  <see langword="DocumentType" /> The internal subset.  
-
+  
  <see langword="ProcessingInstruction" /> The entire content, excluding the target.  
-
+  
  <see langword="SignificantWhitespace" /> The white space between markup in a mixed content model.  
-
+  
  <see langword="Text" /> The content of the text node.  
-
+  
  <see langword="Whitespace" /> The white space between markup.  
-
+  
  <see langword="XmlDeclaration" /> The content of the declaration.</returns>
     </member>
     <member name="P:System.Xml.XmlNodeReader.XmlLang">
@@ -5897,7 +5896,7 @@ An empty attribute, such as, <c>misc=""</c>, returns <see langword="true" /> wit
     <member name="P:System.Xml.XmlNotation.IsReadOnly">
       <summary>Gets a value indicating whether the node is read-only.</summary>
       <returns>
-        <see langword="true" /> if the node is read-only; otherwise, <see langword="false" />.  
+        <see langword="true" /> if the node is read-only; otherwise, <see langword="false" />.
 Because <see langword="XmlNotation" /> nodes are read-only, this property always returns <see langword="true" />.</returns>
     </member>
     <member name="P:System.Xml.XmlNotation.LocalName">
@@ -6195,37 +6194,37 @@ Because <see langword="XmlNotation" /> nodes are read-only, this property always
     </member>
     <member name="M:System.Xml.XmlReader.Create(System.IO.Stream)">
       <summary>Creates a new <see cref="T:System.Xml.XmlReader" /> 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" /> 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="input">The stream that contains the XML data.
+The <see cref="T:System.Xml.XmlReader" /> 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" /> value is <see langword="null" />.</exception>
       <exception cref="T:System.Security.SecurityException">The <see cref="T:System.Xml.XmlReader" /> does not have sufficient permissions to access the location of the XML data.</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" /> 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" /> 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="input">The stream that contains the XML data.
+The <see cref="T:System.Xml.XmlReader" /> 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" /> instance. This value can be <see langword="null" />.</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" /> value is <see langword="null" />.</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" /> 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" /> 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="input">The stream that contains the XML data.
+The <see cref="T:System.Xml.XmlReader" /> 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" /> instance. This value can be <see langword="null" />.</param>
-      <param name="baseUri">The base URI for the entity or document being read. This value can be <see langword="null" />.  
- 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>
+      <param name="baseUri">The base URI for the entity or document being read. This value can be <see langword="null" />.
+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" /> value is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.Create(System.IO.Stream,System.Xml.XmlReaderSettings,System.Xml.XmlParserContext)">
       <summary>Creates a new <see cref="T:System.Xml.XmlReader" /> 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" /> 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="input">The stream that contains the XML data.
+The <see cref="T:System.Xml.XmlReader" /> 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" /> instance. This value can be <see langword="null" />.</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" /> to use, encoding, namespace scope, the current <c>xml:lang</c> and <c>xml:space</c> scope, base URI, and document type definition.  
- This value can be <see langword="null" />.</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" /> to use, encoding, namespace scope, the current <c>xml:lang</c> and <c>xml:space</c> scope, base URI, and document type definition.
+This value can be <see langword="null" />.</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" /> value is <see langword="null" />.</exception>
     </member>
@@ -6246,8 +6245,8 @@ Because <see langword="XmlNotation" /> nodes are read-only, this property always
       <summary>Creates a new <see cref="T:System.Xml.XmlReader" /> 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't used by the <see cref="T:System.Xml.XmlReader" /> to decode the data stream.</param>
       <param name="settings">The settings for the new <see cref="T:System.Xml.XmlReader" /> instance. This value can be <see langword="null" />.</param>
-      <param name="baseUri">The base URI for the entity or document being read. This value can be <see langword="null" />.  
- 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>
+      <param name="baseUri">The base URI for the entity or document being read. This value can be <see langword="null" />.
+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" /> value is <see langword="null" />.</exception>
     </member>
@@ -6255,8 +6254,8 @@ Because <see langword="XmlNotation" /> nodes are read-only, this property always
       <summary>Creates a new <see cref="T:System.Xml.XmlReader" /> 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'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" /> instance. This value can be <see langword="null" />.</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" /> to use, encoding, namespace scope, the current <c>xml:lang</c> and <c>xml:space</c> scope, base URI, and document type definition.  
- This value can be <see langword="null" />.</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" /> to use, encoding, namespace scope, the current <c>xml:lang</c> and <c>xml:space</c> scope, base URI, and document type definition.
+This value can be <see langword="null" />.</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" /> value is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">The <see cref="P:System.Xml.XmlReaderSettings.NameTable" /> and <see cref="P:System.Xml.XmlParserContext.NameTable" /> properties both contain values. (Only one of these <see langword="NameTable" /> properties can be set and used).</exception>
@@ -6269,10 +6268,10 @@ Because <see langword="XmlNotation" /> nodes are read-only, this property always
       <exception cref="T:System.Security.SecurityException">The <see cref="T:System.Xml.XmlReader" /> 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">In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.FormatException" />, instead.  
-
+  
 
             
-
+  
  The URI format is not correct.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.Create(System.String,System.Xml.XmlReaderSettings)">
@@ -6283,18 +6282,18 @@ Because <see langword="XmlNotation" /> nodes are read-only, this property always
       <exception cref="T:System.ArgumentNullException">The <paramref name="inputUri" /> value is <see langword="null" />.</exception>
       <exception cref="T:System.IO.FileNotFoundException">The file specified by the URI cannot be found.</exception>
       <exception cref="T:System.UriFormatException">In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.FormatException" />, instead.  
-
+  
 
             
-
+  
  The URI format is not correct.</exception>
     </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" /> 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" /> object on the <see cref="T:System.Xml.XmlReaderSettings" /> object is used to convert the path to a canonical data representation. If <see cref="P:System.Xml.XmlReaderSettings.XmlResolver" /> is <see langword="null" />, a new <see cref="T:System.Xml.XmlUrlResolver" /> object is used.</param>
       <param name="settings">The settings for the new <see cref="T:System.Xml.XmlReader" /> instance. This value can be <see langword="null" />.</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" /> to use, encoding, namespace scope, the current <c>xml:lang</c> and <c>xml:space</c> scope, base URI, and document type definition.  
- This value can be <see langword="null" />.</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" /> to use, encoding, namespace scope, the current <c>xml:lang</c> and <c>xml:space</c> scope, base URI, and document type definition.
+This value can be <see langword="null" />.</param>
       <returns>An object that is used to read the XML data in the stream.</returns>
       <exception cref="T:System.ArgumentNullException">The <see langword="inputUri" /> value is <see langword="null" />.</exception>
       <exception cref="T:System.Security.SecurityException">The <see cref="T:System.Xml.XmlReader" /> does not have sufficient permissions to access the location of the XML data.</exception>
@@ -6305,13 +6304,13 @@ Because <see langword="XmlNotation" /> nodes are read-only, this property always
     <member name="M:System.Xml.XmlReader.Create(System.Xml.XmlReader,System.Xml.XmlReaderSettings)">
       <summary>Creates a new <see cref="T:System.Xml.XmlReader" /> 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" /> instance.  
- The conformance level of the <see cref="T:System.Xml.XmlReaderSettings" /> object must either match the conformance level of the underlying reader, or it must be set to <see cref="F:System.Xml.ConformanceLevel.Auto" />.</param>
+      <param name="settings">The settings for the new <see cref="T:System.Xml.XmlReader" /> instance.
+The conformance level of the <see cref="T:System.Xml.XmlReaderSettings" /> object must either match the conformance level of the underlying reader, or it must be set to <see cref="F:System.Xml.ConformanceLevel.Auto" />.</param>
       <returns>An object that is wrapped around the specified <see cref="T:System.Xml.XmlReader" /> object.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="reader" /> value is <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">If the <see cref="T:System.Xml.XmlReaderSettings" /> object specifies a conformance level that is not consistent with conformance level of the underlying reader.  
- -or-  
- The underlying <see cref="T:System.Xml.XmlReader" /> is in an <see cref="F:System.Xml.ReadState.Error" /> or <see cref="F:System.Xml.ReadState.Closed" /> state.</exception>
+      <exception cref="T:System.InvalidOperationException">If the <see cref="T:System.Xml.XmlReaderSettings" /> object specifies a conformance level that is not consistent with conformance level of the underlying reader.
+-or-
+The underlying <see cref="T:System.Xml.XmlReader" /> is in an <see cref="F:System.Xml.ReadState.Error" /> or <see cref="F:System.Xml.ReadState.Closed" /> state.</exception>
     </member>
     <member name="P:System.Xml.XmlReader.Depth">
       <summary>When overridden in a derived class, gets the depth of the current node in the XML document.</summary>
@@ -6449,8 +6448,8 @@ An <see cref="T:System.Xml.XmlReader" /> asynchronous method was called without
     </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, <see langword="LocalName" /> is <see langword="book" /> for the element <c>&lt;bk:book&gt;</c>.  
- For node types that do not have a name (like <see langword="Text" />, <see langword="Comment" />, and so on), this property returns <see langword="String.Empty" />.</returns>
+      <returns>The name of the current node with the prefix removed. For example, <see langword="LocalName" /> is <see langword="book" /> for the element <c>&lt;bk:book&gt;</c>.
+For node types that do not have a name (like <see langword="Text" />, <see langword="Comment" />, and so on), this property returns <see langword="String.Empty" />.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</exception>
     </member>
     <member name="M:System.Xml.XmlReader.LookupNamespace(System.String)">
@@ -6515,22 +6514,22 @@ An <see cref="T:System.Xml.XmlReader" /> asynchronous method was called without
     </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, <see langword="Name" /> is <see langword="bk:book" /> for the element <c>&lt;bk:book&gt;</c>.  
- The name returned is dependent on the <see cref="P:System.Xml.XmlReader.NodeType" /> 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" /> is <see langword="bk:book" /> for the element <c>&lt;bk:book&gt;</c>.
+The name returned is dependent on the <see cref="P:System.Xml.XmlReader.NodeType" /> 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" /> The name of the attribute.  
-
+  
  <see langword="DocumentType" /> The document type name.  
-
+  
  <see langword="Element" /> The tag name.  
-
+  
  <see langword="EntityReference" /> The name of the entity referenced.  
-
+  
  <see langword="ProcessingInstruction" /> The target of the processing instruction.  
-
+  
  <see langword="XmlDeclaration" /> The literal string <see langword="xml" />.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</exception>
     </member>
@@ -6577,17 +6576,17 @@ An <see cref="T:System.Xml.XmlReader" /> asynchronous method was called without
     <member name="M:System.Xml.XmlReader.ReadAttributeValue">
       <summary>When overridden in a derived class, parses the attribute value into one or more <see langword="Text" />, <see langword="EntityReference" />, or <see langword="EndEntity" /> nodes.</summary>
       <returns>
-        <see langword="true" /> if there are nodes to return.  
-<see langword="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.  
+        <see langword="true" /> if there are nodes to return.
+<see langword="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, <c>misc=""</c>, returns <see langword="true" /> with a single node with a value of <see langword="String.Empty" />.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadContentAs(System.Type,System.Xml.IXmlNamespaceResolver)">
       <summary>Reads the content as an object of the type specified.</summary>
-      <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 <paramref name="returnType" /> parameter can now be the <see cref="T:System.DateTimeOffset" /> type.</param>
-      <param name="namespaceResolver">An <see cref="T:System.Xml.IXmlNamespaceResolver" /> 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" /> object to an <c>xs:string</c>.  
- This value can be <see langword="null" />.</param>
+      <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 <paramref name="returnType" /> parameter can now be the <see cref="T:System.DateTimeOffset" /> type.</param>
+      <param name="namespaceResolver">An <see cref="T:System.Xml.IXmlNamespaceResolver" /> 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" /> object to an <c>xs:string</c>.
+This value can be <see langword="null" />.</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>
@@ -6738,23 +6737,23 @@ An <see cref="T:System.Xml.XmlReader" /> asynchronous method was called without
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementContentAs(System.Type,System.Xml.IXmlNamespaceResolver)">
       <summary>Reads the element content as the requested type.</summary>
-      <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 <paramref name="returnType" /> parameter can now be the <see cref="T:System.DateTimeOffset" /> type.</param>
+      <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 <paramref name="returnType" /> parameter can now be the <see cref="T:System.DateTimeOffset" /> type.</param>
       <param name="namespaceResolver">An <see cref="T:System.Xml.IXmlNamespaceResolver" /> 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">The <see cref="T:System.Xml.XmlReader" /> is not positioned on an element.
 -or-
 An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</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.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 <see langword="null" /> arguments.</exception>
       <exception cref="T:System.OverflowException">Read <see langword="Decimal.MaxValue" />.</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>
-      <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 <paramref name="returnType" /> parameter can now be the <see cref="T:System.DateTimeOffset" /> type.</param>
+      <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 <paramref name="returnType" /> parameter can now be the <see cref="T:System.DateTimeOffset" /> type.</param>
       <param name="namespaceResolver">An <see cref="T:System.Xml.IXmlNamespaceResolver" /> object that is used to resolve any namespace prefixes related to type conversion.</param>
       <param name="localName">The local name of the element.</param>
       <param name="namespaceURI">The namespace URI of the element.</param>
@@ -6762,9 +6761,9 @@ An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asy
       <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Xml.XmlReader" /> is not positioned on an element.
 -or-
 An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</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.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 <see langword="null" /> 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 <see langword="Decimal.MaxValue" />.</exception>
@@ -6834,9 +6833,9 @@ An <see cref="T:System.Xml.XmlReader" /> asynchronous method was called without
       <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Xml.XmlReader" /> is not positioned on an element.
 -or-
 An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</exception>
-      <exception cref="T:System.Xml.XmlException">The current element contains child elements.  
- -or-  
- The element content cannot be converted to a <see cref="T:System.Boolean" /> object.</exception>
+      <exception cref="T:System.Xml.XmlException">The current element contains child elements.
+-or-
+The element content cannot be converted to a <see cref="T:System.Boolean" /> object.</exception>
       <exception cref="T:System.ArgumentNullException">The method is called with <see langword="null" /> arguments.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementContentAsBoolean(System.String,System.String)">
@@ -6847,9 +6846,9 @@ An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asy
       <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Xml.XmlReader" /> is not positioned on an element.
 -or-
 An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</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.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 <see langword="null" /> 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>
@@ -6859,9 +6858,9 @@ An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asy
       <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Xml.XmlReader" /> is not positioned on an element.
 -or-
 An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</exception>
-      <exception cref="T:System.Xml.XmlException">The current element contains child elements.  
- -or-  
- The element content cannot be converted to a <see cref="T:System.DateTime" /> object.</exception>
+      <exception cref="T:System.Xml.XmlException">The current element contains child elements.
+-or-
+The element content cannot be converted to a <see cref="T:System.DateTime" /> object.</exception>
       <exception cref="T:System.ArgumentNullException">The method is called with <see langword="null" /> arguments.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementContentAsDateTime(System.String,System.String)">
@@ -6872,9 +6871,9 @@ An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asy
       <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Xml.XmlReader" /> is not positioned on an element.
 -or-
 An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</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.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 <see langword="null" /> 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>
@@ -6884,9 +6883,9 @@ An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asy
       <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Xml.XmlReader" /> is not positioned on an element.
 -or-
 An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</exception>
-      <exception cref="T:System.Xml.XmlException">The current element contains child elements.  
- -or-  
- The element content cannot be converted to a <see cref="T:System.Decimal" />.</exception>
+      <exception cref="T:System.Xml.XmlException">The current element contains child elements.
+-or-
+The element content cannot be converted to a <see cref="T:System.Decimal" />.</exception>
       <exception cref="T:System.ArgumentNullException">The method is called with <see langword="null" /> arguments.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementContentAsDecimal(System.String,System.String)">
@@ -6897,9 +6896,9 @@ An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asy
       <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Xml.XmlReader" /> is not positioned on an element.
 -or-
 An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</exception>
-      <exception cref="T:System.Xml.XmlException">The current element contains child elements.  
- -or-  
- The element content cannot be converted to a <see cref="T:System.Decimal" />.</exception>
+      <exception cref="T:System.Xml.XmlException">The current element contains child elements.
+-or-
+The element content cannot be converted to a <see cref="T:System.Decimal" />.</exception>
       <exception cref="T:System.ArgumentNullException">The method is called with <see langword="null" /> 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>
@@ -6909,9 +6908,9 @@ An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asy
       <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Xml.XmlReader" /> is not positioned on an element.
 -or-
 An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</exception>
-      <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.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 <see langword="null" /> arguments.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementContentAsDouble(System.String,System.String)">
@@ -6922,9 +6921,9 @@ An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asy
       <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Xml.XmlReader" /> is not positioned on an element.
 -or-
 An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</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.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 <see langword="null" /> 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>
@@ -6934,9 +6933,9 @@ An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asy
       <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Xml.XmlReader" /> is not positioned on an element.
 -or-
 An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</exception>
-      <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.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 <see langword="null" /> arguments.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementContentAsFloat(System.String,System.String)">
@@ -6947,9 +6946,9 @@ An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asy
       <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Xml.XmlReader" /> is not positioned on an element.
 -or-
 An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</exception>
-      <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.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 <see langword="null" /> 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>
@@ -6959,9 +6958,9 @@ An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asy
       <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Xml.XmlReader" /> is not positioned on an element.
 -or-
 An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</exception>
-      <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.Xml.XmlException">The current element contains child elements.
+-or-
+The element content cannot be converted to a 32-bit signed integer.</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>
@@ -6971,9 +6970,9 @@ An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asy
       <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Xml.XmlReader" /> is not positioned on an element.
 -or-
 An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</exception>
-      <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.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 <see langword="null" /> 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>
@@ -6983,9 +6982,9 @@ An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asy
       <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Xml.XmlReader" /> is not positioned on an element.
 -or-
 An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</exception>
-      <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.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 <see langword="null" /> arguments.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementContentAsLong(System.String,System.String)">
@@ -6996,9 +6995,9 @@ An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asy
       <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Xml.XmlReader" /> is not positioned on an element.
 -or-
 An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</exception>
-      <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.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 <see langword="null" /> 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>
@@ -7008,9 +7007,9 @@ An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asy
       <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Xml.XmlReader" /> is not positioned on an element.
 -or-
 An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</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.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 <see langword="null" /> arguments.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementContentAsObject(System.String,System.String)">
@@ -7021,9 +7020,9 @@ An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asy
       <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Xml.XmlReader" /> is not positioned on an element.
 -or-
 An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</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.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 <see langword="null" /> 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>
@@ -7040,9 +7039,9 @@ An <see cref="T:System.Xml.XmlReader" /> asynchronous method was called without
       <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Xml.XmlReader" /> is not positioned on an element.
 -or-
 An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</exception>
-      <exception cref="T:System.Xml.XmlException">The current element contains child elements.  
- -or-  
- The element content cannot be converted to a <see cref="T:System.String" /> object.</exception>
+      <exception cref="T:System.Xml.XmlException">The current element contains child elements.
+-or-
+The element content cannot be converted to a <see cref="T:System.String" /> object.</exception>
       <exception cref="T:System.ArgumentNullException">The method is called with <see langword="null" /> arguments.</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadElementContentAsString(System.String,System.String)">
@@ -7053,9 +7052,9 @@ An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asy
       <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Xml.XmlReader" /> is not positioned on an element.
 -or-
 An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</exception>
-      <exception cref="T:System.Xml.XmlException">The current element contains child elements.  
- -or-  
- The element content cannot be converted to a <see cref="T:System.String" /> object.</exception>
+      <exception cref="T:System.Xml.XmlException">The current element contains child elements.
+-or-
+The element content cannot be converted to a <see cref="T:System.String" /> object.</exception>
       <exception cref="T:System.ArgumentNullException">The method is called with <see langword="null" /> 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>
@@ -7092,8 +7091,8 @@ An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asy
     </member>
     <member name="M:System.Xml.XmlReader.ReadInnerXml">
       <summary>When overridden in a derived class, 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.  
- If the current node is neither an element nor attribute, an empty string is returned.</returns>
+      <returns>All the XML content, including markup, in the current node. If the current node has no children, an empty string is returned.
+If the current node is neither an element nor attribute, an empty string is returned.</returns>
       <exception cref="T:System.Xml.XmlException">The XML was not well-formed, or an error occurred while parsing the XML.</exception>
       <exception cref="T:System.InvalidOperationException">An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</exception>
     </member>
@@ -7123,18 +7122,18 @@ An <see cref="T:System.Xml.XmlReader" /> asynchronous method was called without
     <member name="M:System.Xml.XmlReader.ReadStartElement(System.String)">
       <summary>Checks that the current content node is an element with the given <see cref="P:System.Xml.XmlReader.Name" /> and advances the reader to the next node.</summary>
       <param name="name">The qualified name of the element.</param>
-      <exception cref="T:System.Xml.XmlException">Incorrect XML was encountered in the input stream.  
- -or-  
- The <see cref="P:System.Xml.XmlReader.Name" /> of the element does not match the given <paramref name="name" />.</exception>
+      <exception cref="T:System.Xml.XmlException">Incorrect XML was encountered in the input stream.
+-or-
+The <see cref="P:System.Xml.XmlReader.Name" /> of the element does not match the given <paramref name="name" />.</exception>
       <exception cref="T:System.InvalidOperationException">An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</exception>
     </member>
     <member name="M:System.Xml.XmlReader.ReadStartElement(System.String,System.String)">
       <summary>Checks that the current content node is an element with the given <see cref="P:System.Xml.XmlReader.LocalName" /> and <see cref="P:System.Xml.XmlReader.NamespaceURI" /> and advances the reader to the next node.</summary>
       <param name="localname">The local name of the element.</param>
       <param name="ns">The namespace URI of the element.</param>
-      <exception cref="T:System.Xml.XmlException">Incorrect XML was encountered in the input stream.  
- -or-  
- The <see cref="P:System.Xml.XmlReader.LocalName" /> and <see cref="P:System.Xml.XmlReader.NamespaceURI" /> properties of the element found do not match the given arguments.</exception>
+      <exception cref="T:System.Xml.XmlException">Incorrect XML was encountered in the input stream.
+-or-
+The <see cref="P:System.Xml.XmlReader.LocalName" /> and <see cref="P:System.Xml.XmlReader.NamespaceURI" /> properties of the element found do not match the given arguments.</exception>
       <exception cref="T:System.InvalidOperationException">An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</exception>
     </member>
     <member name="P:System.Xml.XmlReader.ReadState">
@@ -7159,7 +7158,7 @@ An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asy
       <summary>Advances the <see cref="T:System.Xml.XmlReader" /> 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>
-        <see langword="true" /> if a matching descendant element is found; otherwise <see langword="false" />. If a matching child element is not found, the <see cref="T:System.Xml.XmlReader" /> is positioned on the end tag (<see cref="P:System.Xml.XmlReader.NodeType" /> is <see langword="XmlNodeType.EndElement" />) of the element.  
+        <see langword="true" /> if a matching descendant element is found; otherwise <see langword="false" />. If a matching child element is not found, the <see cref="T:System.Xml.XmlReader" /> is positioned on the end tag (<see cref="P:System.Xml.XmlReader.NodeType" /> is <see langword="XmlNodeType.EndElement" />) of the element.
 If the <see cref="T:System.Xml.XmlReader" /> is not positioned on an element when <see cref="M:System.Xml.XmlReader.ReadToDescendant(System.String)" /> was called, this method returns <see langword="false" /> and the position of the <see cref="T:System.Xml.XmlReader" /> is not changed.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</exception>
       <exception cref="T:System.ArgumentException">The parameter is an empty string.</exception>
@@ -7169,7 +7168,7 @@ If the <see cref="T:System.Xml.XmlReader" /> is not positioned on an element whe
       <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>
-        <see langword="true" /> if a matching descendant element is found; otherwise <see langword="false" />. If a matching child element is not found, the <see cref="T:System.Xml.XmlReader" /> is positioned on the end tag (<see cref="P:System.Xml.XmlReader.NodeType" /> is <see langword="XmlNodeType.EndElement" />) of the element.  
+        <see langword="true" /> if a matching descendant element is found; otherwise <see langword="false" />. If a matching child element is not found, the <see cref="T:System.Xml.XmlReader" /> is positioned on the end tag (<see cref="P:System.Xml.XmlReader.NodeType" /> is <see langword="XmlNodeType.EndElement" />) of the element.
 If the <see cref="T:System.Xml.XmlReader" /> is not positioned on an element when <see cref="M:System.Xml.XmlReader.ReadToDescendant(System.String,System.String)" /> was called, this method returns <see langword="false" /> and the position of the <see cref="T:System.Xml.XmlReader" /> is not changed.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</exception>
       <exception cref="T:System.ArgumentNullException">Both parameter values are <see langword="null" />.</exception>
@@ -7240,11 +7239,11 @@ An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asy
     </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="T:System.Xml.Schema.IXmlSchemaInfo" /> 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" /> (typed values).  
- If the current node is not one of the above node types, or if the <see langword="XmlReader" /> instance does not report schema information, this property returns <see langword="null" />.  
- If this property is called from an <see cref="T:System.Xml.XmlTextReader" /> or an <see cref="T:System.Xml.XmlValidatingReader" /> object, this property always returns <see langword="null" />. These <see langword="XmlReader" /> implementations do not expose schema information through the <see langword="SchemaInfo" /> 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 <see langword="SchemaInfo" /> property of a reader. The validating reader that is created through <see cref="Overload:System.Xml.XmlReader.Create" /> with the <see cref="P:System.Xml.XmlReaderSettings.ValidationType" /> property set to <see cref="F:System.Xml.ValidationType.Schema" /> has complete PSVI for an element only when the reader is positioned on the end tag of an element.</returns>
+      <returns>An <see cref="T:System.Xml.Schema.IXmlSchemaInfo" /> 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" /> (typed values).
+If the current node is not one of the above node types, or if the <see langword="XmlReader" /> instance does not report schema information, this property returns <see langword="null" />.
+If this property is called from an <see cref="T:System.Xml.XmlTextReader" /> or an <see cref="T:System.Xml.XmlValidatingReader" /> object, this property always returns <see langword="null" />. These <see langword="XmlReader" /> implementations do not expose schema information through the <see langword="SchemaInfo" /> 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 <see langword="SchemaInfo" /> property of a reader. The validating reader that is created through <see cref="Overload:System.Xml.XmlReader.Create" /> with the <see cref="P:System.Xml.XmlReaderSettings.ValidationType" /> property set to <see cref="F:System.Xml.ValidationType.Schema" /> 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="T:System.Xml.XmlReader" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</exception>
     </member>
     <member name="P:System.Xml.XmlReader.Settings">
@@ -7265,27 +7264,27 @@ An <see cref="T:System.Xml.XmlReader" /> asynchronous method was called without
     </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="P:System.Xml.XmlReader.NodeType" /> of the node. The following table lists node types that have a value to return. All other node types return <see langword="String.Empty" />.  
+      <returns>The value returned depends on the <see cref="P:System.Xml.XmlReader.NodeType" /> of the node. The following table lists node types that have a value to return. All other node types return <see langword="String.Empty" />.
   Node type  
-
+  
   Value  
-
+  
  <see langword="Attribute" /> The value of the attribute.  
-
+  
  <see langword="CDATA" /> The content of the CDATA section.  
-
+  
  <see langword="Comment" /> The content of the comment.  
-
+  
  <see langword="DocumentType" /> The internal subset.  
-
+  
  <see langword="ProcessingInstruction" /> The entire content, excluding the target.  
-
+  
  <see langword="SignificantWhitespace" /> The white space between markup in a mixed content model.  
-
+  
  <see langword="Text" /> The content of the text node.  
-
+  
  <see langword="Whitespace" /> The white space between markup.  
-
+  
  <see langword="XmlDeclaration" /> The content of the declaration.</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</exception>
     </member>
@@ -7318,9 +7317,9 @@ An <see cref="T:System.Xml.XmlReader" /> asynchronous method was called without
     <member name="P:System.Xml.XmlReaderSettings.CheckCharacters">
       <summary>Gets or sets a value indicating whether to do character checking.</summary>
       <returns>
-        <see langword="true" /> to do character checking; otherwise <see langword="false" />. The default is <see langword="true" />.  
-   
- If the <see cref="T:System.Xml.XmlReader" /> 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" /> to <see langword="false" /> turns off character checking for character entity references.</returns>
+        <see langword="true" /> to do character checking; otherwise <see langword="false" />. The default is <see langword="true" />.
+
+If the <see cref="T:System.Xml.XmlReader" /> 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" /> to <see langword="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" /> instance.</summary>
@@ -7372,8 +7371,8 @@ An <see cref="T:System.Xml.XmlReader" /> asynchronous method was called without
     </member>
     <member name="P:System.Xml.XmlReaderSettings.NameTable">
       <summary>Gets or sets the <see cref="T:System.Xml.XmlNameTable" /> used for atomized string comparisons.</summary>
-      <returns>The <see cref="T:System.Xml.XmlNameTable" /> that stores all the atomized strings used by all <see cref="T:System.Xml.XmlReader" /> instances created using this <see cref="T:System.Xml.XmlReaderSettings" /> object.  
- The default is <see langword="null" />. The created <see cref="T:System.Xml.XmlReader" /> instance will use a new empty <see cref="T:System.Xml.NameTable" /> if this value is <see langword="null" />.</returns>
+      <returns>The <see cref="T:System.Xml.XmlNameTable" /> that stores all the atomized strings used by all <see cref="T:System.Xml.XmlReader" /> instances created using this <see cref="T:System.Xml.XmlReaderSettings" /> object.
+The default is <see langword="null" />. The created <see cref="T:System.Xml.XmlReader" /> instance will use a new empty <see cref="T:System.Xml.NameTable" /> if this value is <see langword="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" /> instead.</summary>
@@ -7598,8 +7597,8 @@ An <see cref="T:System.Xml.XmlReader" /> asynchronous method was called without
       <param name="w">The <see langword="XmlWriter" /> to which you want to save.</param>
     </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" /> class instead.</summary>
+      <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" /> class instead.</summary>
     </member>
     <member name="M:System.Xml.XmlTextReader.#ctor">
       <summary>Initializes a new instance of the <see langword="XmlTextReader" />.</summary>
@@ -7643,9 +7642,9 @@ An <see cref="T:System.Xml.XmlReader" /> asynchronous method was called without
       <exception cref="T:System.IO.DirectoryNotFoundException">Part of the filename or directory cannot be found.</exception>
       <exception cref="T:System.InvalidOperationException">
         <paramref name="url" /> 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.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" /> is not a valid URI.</exception>
     </member>
@@ -7684,9 +7683,9 @@ An <see cref="T:System.Xml.XmlReader" /> asynchronous method was called without
       <exception cref="T:System.IO.DirectoryNotFoundException">Part of the filename or directory cannot be found.</exception>
       <exception cref="T:System.InvalidOperationException">
         <paramref name="url" /> 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.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" /> is not a valid URI.</exception>
     </member>
@@ -7806,8 +7805,8 @@ An <see cref="T:System.Xml.XmlReader" /> asynchronous method was called without
     </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, <see langword="LocalName" /> is <see langword="book" /> for the element <c>&lt;bk:book&gt;</c>.  
- For node types that do not have a name (like <see langword="Text" />, <see langword="Comment" />, and so on), this property returns <see langword="String.Empty" />.</returns>
+      <returns>The name of the current node with the prefix removed. For example, <see langword="LocalName" /> is <see langword="book" /> for the element <c>&lt;bk:book&gt;</c>.
+For node types that do not have a name (like <see langword="Text" />, <see langword="Comment" />, and so on), this property returns <see langword="String.Empty" />.</returns>
     </member>
     <member name="M:System.Xml.XmlTextReader.LookupNamespace(System.String)">
       <summary>Resolves a namespace prefix in the current element's scope.</summary>
@@ -7850,22 +7849,22 @@ An <see cref="T:System.Xml.XmlReader" /> asynchronous method was called without
     </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, <see langword="Name" /> is <see langword="bk:book" /> for the element <c>&lt;bk:book&gt;</c>.  
- The name returned is dependent on the <see cref="P:System.Xml.XmlTextReader.NodeType" /> 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" /> is <see langword="bk:book" /> for the element <c>&lt;bk:book&gt;</c>.
+The name returned is dependent on the <see cref="P:System.Xml.XmlTextReader.NodeType" /> 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" /> The name of the attribute.  
-
+  
  <see langword="DocumentType" /> The document type name.  
-
+  
  <see langword="Element" /> The tag name.  
-
+  
  <see langword="EntityReference" /> The name of the entity referenced.  
-
+  
  <see langword="ProcessingInstruction" /> The target of the processing instruction.  
-
+  
  <see langword="XmlDeclaration" /> The literal string <see langword="xml" />.</returns>
     </member>
     <member name="P:System.Xml.XmlTextReader.Namespaces">
@@ -7914,8 +7913,8 @@ An <see cref="T:System.Xml.XmlReader" /> asynchronous method was called without
     <member name="M:System.Xml.XmlTextReader.ReadAttributeValue">
       <summary>Parses the attribute value into one or more <see langword="Text" />, <see langword="EntityReference" />, or <see langword="EndEntity" /> nodes.</summary>
       <returns>
-        <see langword="true" /> if there are nodes to return.  
-<see langword="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.  
+        <see langword="true" /> if there are nodes to return.
+<see langword="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, <c>misc=""</c>, returns <see langword="true" /> with a single node with a value of <see langword="String.Empty" />.</returns>
     </member>
     <member name="M:System.Xml.XmlTextReader.ReadBase64(System.Byte[],System.Int32,System.Int32)">
@@ -8008,8 +8007,8 @@ An empty attribute, such as, <c>misc=""</c>, returns <see langword="true" /> wit
     </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.  
- <see langword="Note:" /> The text node can be either an element or an attribute text node.</returns>
+      <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:" /> 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>
@@ -8041,27 +8040,27 @@ An empty attribute, such as, <c>misc=""</c>, returns <see langword="true" /> wit
     </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="P:System.Xml.XmlTextReader.NodeType" /> of the node. The following table lists node types that have a value to return. All other node types return <see langword="String.Empty" />.  
+      <returns>The value returned depends on the <see cref="P:System.Xml.XmlTextReader.NodeType" /> of the node. The following table lists node types that have a value to return. All other node types return <see langword="String.Empty" />.
   Node Type  
-
+  
   Value  
-
+  
  <see langword="Attribute" /> The value of the attribute.  
-
+  
  <see langword="CDATA" /> The content of the CDATA section.  
-
+  
  <see langword="Comment" /> The content of the comment.  
-
+  
  <see langword="DocumentType" /> The internal subset.  
-
+  
  <see langword="ProcessingInstruction" /> The entire content, excluding the target.  
-
+  
  <see langword="SignificantWhitespace" /> The white space within an <see langword="xml:space" />= 'preserve' scope.  
-
+  
  <see langword="Text" /> The content of the text node.  
-
+  
  <see langword="Whitespace" /> The white space between markup.  
-
+  
  <see langword="XmlDeclaration" /> The content of the declaration.</returns>
     </member>
     <member name="P:System.Xml.XmlTextReader.WhitespaceHandling">
@@ -8076,16 +8075,16 @@ An empty attribute, such as, <c>misc=""</c>, returns <see langword="true" /> wit
     </member>
     <member name="P:System.Xml.XmlTextReader.XmlResolver">
       <summary>Sets the <see cref="T:System.Xml.XmlResolver" /> used for resolving DTD references.</summary>
-      <returns>The <see langword="XmlResolver" /> to use. If set to <see langword="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 <see langword="XmlResolver" />.</returns>
+      <returns>The <see langword="XmlResolver" /> to use. If set to <see langword="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 <see langword="XmlResolver" />.</returns>
     </member>
     <member name="P:System.Xml.XmlTextReader.XmlSpace">
       <summary>Gets the current <see langword="xml:space" /> scope.</summary>
       <returns>One of the <see cref="T:System.Xml.XmlSpace" /> values. If no <see langword="xml:space" /> scope exists, this property defaults to <see langword="XmlSpace.None" />.</returns>
     </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" /> class instead.</summary>
+      <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" /> class instead.</summary>
     </member>
     <member name="M:System.Xml.XmlTextWriter.#ctor(System.IO.Stream,System.Text.Encoding)">
       <summary>Creates an instance of the <see langword="XmlTextWriter" /> class using the specified stream and encoding.</summary>
@@ -8131,9 +8130,9 @@ An empty attribute, such as, <c>misc=""</c>, returns <see langword="true" /> wit
     </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" /> is set to <see langword="Formatting.Indented" />.</summary>
-      <returns>The character to use for indenting. The default is space.  
-   
- The <see langword="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>
+      <returns>The character to use for indenting. The default is space.
+
+The <see langword="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>
     <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>
@@ -8145,7 +8144,7 @@ An empty attribute, such as, <c>misc=""</c>, returns <see langword="true" /> wit
     <member name="P:System.Xml.XmlTextWriter.Namespaces">
       <summary>Gets or sets a value indicating whether to do namespace support.</summary>
       <returns>
-        <see langword="true" /> to support namespaces; otherwise, <see langword="false" />.  
+        <see langword="true" /> to support namespaces; otherwise, <see langword="false" />.
 The default is <see langword="true" />.</returns>
       <exception cref="T:System.InvalidOperationException">You can only change this property when in the <see langword="WriteState.Start" /> state.</exception>
     </member>
@@ -8198,8 +8197,8 @@ The default is <see langword="true" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="buffer" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is less than zero.  
--or-  
+        <paramref name="index" /> or <paramref name="count" /> is less than zero.
+-or-
 The buffer length minus <paramref name="index" /> is less than <paramref name="count" />; 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="P:System.Xml.XmlTextWriter.WriteState" /> is Closed.</exception>
     </member>
@@ -8217,8 +8216,8 @@ The buffer length minus <paramref name="index" /> is less than <paramref name="c
       <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" /> is <see langword="null" /> or <see langword="String.Empty" />  
--or-  
+        <paramref name="name" /> is <see langword="null" /> or <see langword="String.Empty" />
+-or-
 the value for <paramref name="name" /> would result in invalid XML.</exception>
     </member>
     <member name="M:System.Xml.XmlTextWriter.WriteEndAttribute">
@@ -8255,16 +8254,16 @@ the value for <paramref name="name" /> would result in invalid XML.</exception>
       <summary>Writes out a processing instruction with a space between the name and text as follows: &lt;?name text?&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" /> is either <see langword="null" /> or <see langword="String.Empty" />.  
- This method is being used to create an XML declaration after <see cref="M:System.Xml.XmlTextWriter.WriteStartDocument" /> has already been called.</exception>
+      <exception cref="T:System.ArgumentException">The text would result in a non-well formed XML document.
+<paramref name="name" /> is either <see langword="null" /> or <see langword="String.Empty" />.
+This method is being used to create an XML declaration after <see cref="M:System.Xml.XmlTextWriter.WriteStartDocument" /> has already been called.</exception>
     </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" /> is either <see langword="null" /> or <see langword="String.Empty" />.  
+        <paramref name="localName" /> is either <see langword="null" /> or <see langword="String.Empty" />.
 <paramref name="localName" /> is not a valid name according to the W3C Namespaces spec.</exception>
     </member>
     <member name="M:System.Xml.XmlTextWriter.WriteRaw(System.Char[],System.Int32,System.Int32)">
@@ -8275,8 +8274,8 @@ the value for <paramref name="name" /> would result in invalid XML.</exception>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="buffer" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is less than zero.  
--or-  
+        <paramref name="index" /> or <paramref name="count" /> is less than zero.
+-or-
 The buffer length minus <paramref name="index" /> is less than <paramref name="count" />.</exception>
     </member>
     <member name="M:System.Xml.XmlTextWriter.WriteRaw(System.String)">
@@ -8336,21 +8335,21 @@ The buffer length minus <paramref name="index" /> is less than <paramref name="c
     </member>
     <member name="P:System.Xml.XmlTextWriter.XmlSpace">
       <summary>Gets an <see cref="T:System.Xml.XmlSpace" /> representing the current <see langword="xml:space" /> scope.</summary>
-      <returns>An <see langword="XmlSpace" /> representing the current <see langword="xml:space" /> scope.  
+      <returns>An <see langword="XmlSpace" /> representing the current <see langword="xml:space" /> scope.
   Value  
-
+  
   Meaning  
-
+  
   None  
-
+  
   This is the default if no <see langword="xml:space" /> scope exists.  
-
+  
   Default  
-
+  
   The current scope is <see langword="xml:space" />="default".  
-
+  
   Preserve  
-
+  
   The current scope is <see langword="xml:space" />="preserve".</returns>
     </member>
     <member name="T:System.Xml.XmlTokenizedType">
@@ -8442,8 +8441,8 @@ The buffer length minus <paramref name="index" /> is less than <paramref name="c
         <paramref name="baseUri" /> is <see langword="null" /> or <paramref name="relativeUri" /> is <see langword="null" />.</exception>
     </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" /> class and the <see cref="Overload:System.Xml.XmlReader.Create" /> method to create a validating XML reader.</summary>
+      <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" /> class and the <see cref="Overload:System.Xml.XmlReader.Create" /> method to create a validating XML reader.</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 <see langword="XmlValidatingReader" /> class with the specified values.</summary>
@@ -8552,8 +8551,8 @@ The buffer length minus <paramref name="index" /> is less than <paramref name="c
     </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, <see langword="LocalName" /> is <see langword="book" /> for the element <c>&lt;bk:book&gt;</c>.  
- For node types that do not have a name (like <see langword="Text" />, <see langword="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" /> is <see langword="book" /> for the element <c>&lt;bk:book&gt;</c>.
+For node types that do not have a name (like <see langword="Text" />, <see langword="Comment" />, and so on), this property returns String.Empty.</returns>
     </member>
     <member name="M:System.Xml.XmlValidatingReader.LookupNamespace(System.String)">
       <summary>Resolves a namespace prefix in the current element's scope.</summary>
@@ -8595,22 +8594,22 @@ The buffer length minus <paramref name="index" /> is less than <paramref name="c
     </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, <see langword="Name" /> is <see langword="bk:book" /> for the element <c>&lt;bk:book&gt;</c>.  
- The name returned is dependent on the <see cref="P:System.Xml.XmlValidatingReader.NodeType" /> 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" /> is <see langword="bk:book" /> for the element <c>&lt;bk:book&gt;</c>.
+The name returned is dependent on the <see cref="P:System.Xml.XmlValidatingReader.NodeType" /> 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" /> The name of the attribute.  
-
+  
  <see langword="DocumentType" /> The document type name.  
-
+  
  <see langword="Element" /> The tag name.  
-
+  
  <see langword="EntityReference" /> The name of the entity referenced.  
-
+  
  <see langword="ProcessingInstruction" /> The target of the processing instruction.  
-
+  
  <see langword="XmlDeclaration" /> The literal string <see langword="xml" />.</returns>
     </member>
     <member name="P:System.Xml.XmlValidatingReader.Namespaces">
@@ -8647,8 +8646,8 @@ The buffer length minus <paramref name="index" /> is less than <paramref name="c
     <member name="M:System.Xml.XmlValidatingReader.ReadAttributeValue">
       <summary>Parses the attribute value into one or more <see langword="Text" />, <see langword="EntityReference" />, or <see langword="EndEntity" /> nodes.</summary>
       <returns>
-        <see langword="true" /> if there are nodes to return.  
-<see langword="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.  
+        <see langword="true" /> if there are nodes to return.
+<see langword="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, <c>misc=""</c>, returns <see langword="true" /> with a single node with a value of String.Empty.</returns>
     </member>
     <member name="M:System.Xml.XmlValidatingReader.ReadContentAsBase64(System.Byte[],System.Int32,System.Int32)">
@@ -8710,9 +8709,9 @@ An empty attribute, such as, <c>misc=""</c>, returns <see langword="true" /> wit
     </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>
+      <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.XmlValidatingReader.ReadTypedValue">
       <summary>Gets the common language runtime type for the specified XML Schema definition language (XSD) type.</summary>
@@ -8756,27 +8755,27 @@ An empty attribute, such as, <c>misc=""</c>, returns <see langword="true" /> wit
     </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="P:System.Xml.XmlValidatingReader.NodeType" /> 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.XmlValidatingReader.NodeType" /> 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" /> The value of the attribute.  
-
+  
  <see langword="CDATA" /> The content of the CDATA section.  
-
+  
  <see langword="Comment" /> The content of the comment.  
-
+  
  <see langword="DocumentType" /> The internal subset.  
-
+  
  <see langword="ProcessingInstruction" /> The entire content, excluding the target.  
-
+  
  <see langword="SignificantWhitespace" /> The white space between markup in a mixed content model.  
-
+  
  <see langword="Text" /> The content of the text node.  
-
+  
  <see langword="Whitespace" /> The white space between markup.  
-
+  
  <see langword="XmlDeclaration" /> The content of the declaration.</returns>
     </member>
     <member name="P:System.Xml.XmlValidatingReader.XmlLang">
@@ -8785,8 +8784,8 @@ An empty attribute, such as, <c>misc=""</c>, returns <see langword="true" /> wit
     </member>
     <member name="P:System.Xml.XmlValidatingReader.XmlResolver">
       <summary>Sets the <see cref="T:System.Xml.XmlResolver" /> used for resolving external document type definition (DTD) and schema location references. The <see langword="XmlResolver" /> is also used to handle any import or include elements found in XML Schema definition language (XSD) schemas.</summary>
-      <returns>The <see langword="XmlResolver" /> to use. If set to <see langword="null" />, 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" />.</returns>
+      <returns>The <see langword="XmlResolver" /> to use. If set to <see langword="null" />, 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" />.</returns>
     </member>
     <member name="P:System.Xml.XmlValidatingReader.XmlSpace">
       <summary>Gets the current <see langword="xml:space" /> scope.</summary>
@@ -8860,8 +8859,8 @@ An <see cref="T:System.Xml.XmlWriter" /> method was called before a previous asy
     <member name="M:System.Xml.XmlWriter.Create(System.IO.Stream,System.Xml.XmlWriterSettings)">
       <summary>Creates a new <see cref="T:System.Xml.XmlWriter" /> instance using the stream and <see cref="T:System.Xml.XmlWriterSettings" /> object.</summary>
       <param name="output">The stream to which you want to write. The <see cref="T:System.Xml.XmlWriter" /> writes XML 1.0 text syntax and appends it to the specified stream.</param>
-      <param name="settings">The <see cref="T:System.Xml.XmlWriterSettings" /> object used to configure the new <see cref="T:System.Xml.XmlWriter" /> instance. If this is <see langword="null" />, a <see cref="T:System.Xml.XmlWriterSettings" /> with default settings is used.  
- If the <see cref="T:System.Xml.XmlWriter" /> is being used with the <see cref="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.String,System.Xml.XmlWriter)" /> method, you should use the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings" /> property to obtain an <see cref="T:System.Xml.XmlWriterSettings" /> object with the correct settings. This ensures that the created <see cref="T:System.Xml.XmlWriter" /> object has the correct output settings.</param>
+      <param name="settings">The <see cref="T:System.Xml.XmlWriterSettings" /> object used to configure the new <see cref="T:System.Xml.XmlWriter" /> instance. If this is <see langword="null" />, a <see cref="T:System.Xml.XmlWriterSettings" /> with default settings is used.
+If the <see cref="T:System.Xml.XmlWriter" /> is being used with the <see cref="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.String,System.Xml.XmlWriter)" /> method, you should use the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings" /> property to obtain an <see cref="T:System.Xml.XmlWriterSettings" /> object with the correct settings. This ensures that the created <see cref="T:System.Xml.XmlWriter" /> object has the correct output settings.</param>
       <returns>An <see cref="T:System.Xml.XmlWriter" /> object.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="stream" /> value is <see langword="null" />.</exception>
     </member>
@@ -8874,8 +8873,8 @@ An <see cref="T:System.Xml.XmlWriter" /> method was called before a previous asy
     <member name="M:System.Xml.XmlWriter.Create(System.IO.TextWriter,System.Xml.XmlWriterSettings)">
       <summary>Creates a new <see cref="T:System.Xml.XmlWriter" /> instance using the <see cref="T:System.IO.TextWriter" /> and <see cref="T:System.Xml.XmlWriterSettings" /> objects.</summary>
       <param name="output">The <see cref="T:System.IO.TextWriter" /> to which you want to write. The <see cref="T:System.Xml.XmlWriter" /> writes XML 1.0 text syntax and appends it to the specified <see cref="T:System.IO.TextWriter" />.</param>
-      <param name="settings">The <see cref="T:System.Xml.XmlWriterSettings" /> object used to configure the new <see cref="T:System.Xml.XmlWriter" /> instance. If this is <see langword="null" />, a <see cref="T:System.Xml.XmlWriterSettings" /> with default settings is used.  
- If the <see cref="T:System.Xml.XmlWriter" /> is being used with the <see cref="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.String,System.Xml.XmlWriter)" /> method, you should use the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings" /> property to obtain an <see cref="T:System.Xml.XmlWriterSettings" /> object with the correct settings. This ensures that the created <see cref="T:System.Xml.XmlWriter" /> object has the correct output settings.</param>
+      <param name="settings">The <see cref="T:System.Xml.XmlWriterSettings" /> object used to configure the new <see cref="T:System.Xml.XmlWriter" /> instance. If this is <see langword="null" />, a <see cref="T:System.Xml.XmlWriterSettings" /> with default settings is used.
+If the <see cref="T:System.Xml.XmlWriter" /> is being used with the <see cref="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.String,System.Xml.XmlWriter)" /> method, you should use the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings" /> property to obtain an <see cref="T:System.Xml.XmlWriterSettings" /> object with the correct settings. This ensures that the created <see cref="T:System.Xml.XmlWriter" /> object has the correct output settings.</param>
       <returns>An <see cref="T:System.Xml.XmlWriter" /> object.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="text" /> value is <see langword="null" />.</exception>
     </member>
@@ -8888,8 +8887,8 @@ An <see cref="T:System.Xml.XmlWriter" /> method was called before a previous asy
     <member name="M:System.Xml.XmlWriter.Create(System.String,System.Xml.XmlWriterSettings)">
       <summary>Creates a new <see cref="T:System.Xml.XmlWriter" /> instance using the filename and <see cref="T:System.Xml.XmlWriterSettings" /> object.</summary>
       <param name="outputFileName">The file to which you want to write. The <see cref="T:System.Xml.XmlWriter" /> creates a file at the specified path and writes to it in XML 1.0 text syntax. The <paramref name="outputFileName" /> must be a file system path.</param>
-      <param name="settings">The <see cref="T:System.Xml.XmlWriterSettings" /> object used to configure the new <see cref="T:System.Xml.XmlWriter" /> instance. If this is <see langword="null" />, a <see cref="T:System.Xml.XmlWriterSettings" /> with default settings is used.  
- If the <see cref="T:System.Xml.XmlWriter" /> is being used with the <see cref="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.String,System.Xml.XmlWriter)" /> method, you should use the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings" /> property to obtain an <see cref="T:System.Xml.XmlWriterSettings" /> object with the correct settings. This ensures that the created <see cref="T:System.Xml.XmlWriter" /> object has the correct output settings.</param>
+      <param name="settings">The <see cref="T:System.Xml.XmlWriterSettings" /> object used to configure the new <see cref="T:System.Xml.XmlWriter" /> instance. If this is <see langword="null" />, a <see cref="T:System.Xml.XmlWriterSettings" /> with default settings is used.
+If the <see cref="T:System.Xml.XmlWriter" /> is being used with the <see cref="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.String,System.Xml.XmlWriter)" /> method, you should use the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings" /> property to obtain an <see cref="T:System.Xml.XmlWriterSettings" /> object with the correct settings. This ensures that the created <see cref="T:System.Xml.XmlWriter" /> object has the correct output settings.</param>
       <returns>An <see cref="T:System.Xml.XmlWriter" /> object.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="url" /> value is <see langword="null" />.</exception>
     </member>
@@ -8902,8 +8901,8 @@ An <see cref="T:System.Xml.XmlWriter" /> method was called before a previous asy
     <member name="M:System.Xml.XmlWriter.Create(System.Text.StringBuilder,System.Xml.XmlWriterSettings)">
       <summary>Creates a new <see cref="T:System.Xml.XmlWriter" /> instance using the <see cref="T:System.Text.StringBuilder" /> and <see cref="T:System.Xml.XmlWriterSettings" /> objects.</summary>
       <param name="output">The <see cref="T:System.Text.StringBuilder" /> to which to write to. Content written by the <see cref="T:System.Xml.XmlWriter" /> is appended to the <see cref="T:System.Text.StringBuilder" />.</param>
-      <param name="settings">The <see cref="T:System.Xml.XmlWriterSettings" /> object used to configure the new <see cref="T:System.Xml.XmlWriter" /> instance. If this is <see langword="null" />, a <see cref="T:System.Xml.XmlWriterSettings" /> with default settings is used.  
- If the <see cref="T:System.Xml.XmlWriter" /> is being used with the <see cref="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.String,System.Xml.XmlWriter)" /> method, you should use the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings" /> property to obtain an <see cref="T:System.Xml.XmlWriterSettings" /> object with the correct settings. This ensures that the created <see cref="T:System.Xml.XmlWriter" /> object has the correct output settings.</param>
+      <param name="settings">The <see cref="T:System.Xml.XmlWriterSettings" /> object used to configure the new <see cref="T:System.Xml.XmlWriter" /> instance. If this is <see langword="null" />, a <see cref="T:System.Xml.XmlWriterSettings" /> with default settings is used.
+If the <see cref="T:System.Xml.XmlWriter" /> is being used with the <see cref="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.String,System.Xml.XmlWriter)" /> method, you should use the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings" /> property to obtain an <see cref="T:System.Xml.XmlWriterSettings" /> object with the correct settings. This ensures that the created <see cref="T:System.Xml.XmlWriter" /> object has the correct output settings.</param>
       <returns>An <see cref="T:System.Xml.XmlWriter" /> object.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="builder" /> value is <see langword="null" />.</exception>
     </member>
@@ -8916,8 +8915,8 @@ An <see cref="T:System.Xml.XmlWriter" /> method was called before a previous asy
     <member name="M:System.Xml.XmlWriter.Create(System.Xml.XmlWriter,System.Xml.XmlWriterSettings)">
       <summary>Creates a new <see cref="T:System.Xml.XmlWriter" /> instance using the specified <see cref="T:System.Xml.XmlWriter" /> and <see cref="T:System.Xml.XmlWriterSettings" /> objects.</summary>
       <param name="output">The <see cref="T:System.Xml.XmlWriter" /> object that you want to use as the underlying writer.</param>
-      <param name="settings">The <see cref="T:System.Xml.XmlWriterSettings" /> object used to configure the new <see cref="T:System.Xml.XmlWriter" /> instance. If this is <see langword="null" />, a <see cref="T:System.Xml.XmlWriterSettings" /> with default settings is used.  
- If the <see cref="T:System.Xml.XmlWriter" /> is being used with the <see cref="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.String,System.Xml.XmlWriter)" /> method, you should use the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings" /> property to obtain an <see cref="T:System.Xml.XmlWriterSettings" /> object with the correct settings. This ensures that the created <see cref="T:System.Xml.XmlWriter" /> object has the correct output settings.</param>
+      <param name="settings">The <see cref="T:System.Xml.XmlWriterSettings" /> object used to configure the new <see cref="T:System.Xml.XmlWriter" /> instance. If this is <see langword="null" />, a <see cref="T:System.Xml.XmlWriterSettings" /> with default settings is used.
+If the <see cref="T:System.Xml.XmlWriter" /> is being used with the <see cref="M:System.Xml.Xsl.XslCompiledTransform.Transform(System.String,System.Xml.XmlWriter)" /> method, you should use the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings" /> property to obtain an <see cref="T:System.Xml.XmlWriterSettings" /> object with the correct settings. This ensures that the created <see cref="T:System.Xml.XmlWriter" /> object has the correct output settings.</param>
       <returns>An <see cref="T:System.Xml.XmlWriter" /> object that is wrapped around the specified <see cref="T:System.Xml.XmlWriter" /> object.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="writer" /> value is <see langword="null" />.</exception>
     </member>
@@ -9025,8 +9024,8 @@ An <see cref="T:System.Xml.XmlWriter" /> asynchronous method was called without
       <exception cref="T:System.ArgumentNullException">
         <paramref name="buffer" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is less than zero.  
--or-  
+        <paramref name="index" /> or <paramref name="count" /> is less than zero.
+-or-
 The buffer length minus <paramref name="index" /> is less than <paramref name="count" />.</exception>
       <exception cref="T:System.InvalidOperationException">An <see cref="T:System.Xml.XmlWriter" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</exception>
     </member>
@@ -9051,8 +9050,8 @@ An <see cref="T:System.Xml.XmlWriter" /> asynchronous method was called without
 -or-
 An <see cref="T:System.Xml.XmlWriter" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is less than zero.  
--or-  
+        <paramref name="index" /> or <paramref name="count" /> is less than zero.
+-or-
 The buffer length minus <paramref name="index" /> is less than <paramref name="count" />.</exception>
     </member>
     <member name="M:System.Xml.XmlWriter.WriteBinHexAsync(System.Byte[],System.Int32,System.Int32)">
@@ -9101,8 +9100,8 @@ An <see cref="T:System.Xml.XmlWriter" /> asynchronous method was called without
       <exception cref="T:System.ArgumentNullException">
         <paramref name="buffer" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is less than zero.  
--or-  
+        <paramref name="index" /> or <paramref name="count" /> is less than zero.
+-or-
 The buffer length minus <paramref name="index" /> is less than <paramref name="count" />; 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" /> parameter value is not valid.</exception>
       <exception cref="T:System.InvalidOperationException">An <see cref="T:System.Xml.XmlWriter" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</exception>
@@ -9157,9 +9156,9 @@ An <see cref="T:System.Xml.XmlWriter" /> asynchronous method was called without
       <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" /> value is <see langword="null" /> or an empty string.  
- -or-  
- The parameter values are not valid.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="localName" /> value is <see langword="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="T:System.Xml.XmlWriter" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</exception>
     </member>
@@ -9168,9 +9167,9 @@ An <see cref="T:System.Xml.XmlWriter" /> asynchronous method was called without
       <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" /> value is <see langword="null" /> or an empty string.  
- -or-  
- The parameter values are not valid.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="localName" /> value is <see langword="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="T:System.Xml.XmlWriter" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</exception>
     </member>
@@ -9180,9 +9179,9 @@ An <see cref="T:System.Xml.XmlWriter" /> asynchronous method was called without
       <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" /> value is <see langword="null" /> or an empty string.  
- -or-  
- The parameter values are not valid.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="localName" /> value is <see langword="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="T:System.Xml.XmlWriter" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</exception>
     </member>
@@ -9333,9 +9332,9 @@ An <see cref="T:System.Xml.XmlWriter" /> asynchronous method was called without
       <summary>When overridden in a derived class, writes out a processing instruction with a space between the name and text as follows: &lt;?name text?&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" /> is either <see langword="null" /> or <see langword="String.Empty" />.  
- This method is being used to create an XML declaration after <see cref="M:System.Xml.XmlWriter.WriteStartDocument" /> has already been called.</exception>
+      <exception cref="T:System.ArgumentException">The text would result in a non-well formed XML document.
+<paramref name="name" /> is either <see langword="null" /> or <see langword="String.Empty" />.
+This method is being used to create an XML declaration after <see cref="M:System.Xml.XmlWriter.WriteStartDocument" /> has already been called.</exception>
       <exception cref="T:System.InvalidOperationException">An <see cref="T:System.Xml.XmlWriter" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</exception>
     </member>
     <member name="M:System.Xml.XmlWriter.WriteProcessingInstructionAsync(System.String,System.String)">
@@ -9352,7 +9351,7 @@ An <see cref="T:System.Xml.XmlWriter" /> asynchronous method was called without
       <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" /> is either <see langword="null" /> or <see langword="String.Empty" />.  
+        <paramref name="localName" /> is either <see langword="null" /> or <see langword="String.Empty" />.
 <paramref name="localName" /> is not a valid name.</exception>
       <exception cref="T:System.InvalidOperationException">An <see cref="T:System.Xml.XmlWriter" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</exception>
     </member>
@@ -9373,8 +9372,8 @@ An <see cref="T:System.Xml.XmlWriter" /> asynchronous method was called without
       <exception cref="T:System.ArgumentNullException">
         <paramref name="buffer" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is less than zero.  
--or-  
+        <paramref name="index" /> or <paramref name="count" /> is less than zero.
+-or-
 The buffer length minus <paramref name="index" /> is less than <paramref name="count" />.</exception>
       <exception cref="T:System.InvalidOperationException">An <see cref="T:System.Xml.XmlWriter" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</exception>
     </member>
@@ -9579,8 +9578,8 @@ An <see cref="T:System.Xml.XmlWriter" /> asynchronous method was called without
     </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" /> as a parameter.</param>
+      <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" /> as a parameter.</param>
       <exception cref="T:System.ArgumentException">An invalid value was specified.</exception>
       <exception cref="T:System.ArgumentNullException">The <paramref name="value" /> is <see langword="null" />.</exception>
       <exception cref="T:System.InvalidOperationException">The writer is closed or in error state.
@@ -9620,15 +9619,15 @@ An <see cref="T:System.Xml.XmlWriter" /> asynchronous method was called without
     </member>
     <member name="P:System.Xml.XmlWriter.XmlSpace">
       <summary>When overridden in a derived class, gets an <see cref="T:System.Xml.XmlSpace" /> representing the current <see langword="xml:space" /> scope.</summary>
-      <returns>An <see langword="XmlSpace" /> representing the current <see langword="xml:space" /> scope.  
+      <returns>An <see langword="XmlSpace" /> representing the current <see langword="xml:space" /> scope.
   Value  
-
+  
   Meaning  
-
+  
  <see langword="None" /> This is the default if no <see langword="xml:space" /> scope exists.  
-
+  
  <see langword="Default" /> The current scope is <see langword="xml:space" />="default".  
-
+  
  <see langword="Preserve" /> The current scope is <see langword="xml:space" />="preserve".</returns>
       <exception cref="T:System.InvalidOperationException">An <see cref="T:System.Xml.XmlWriter" /> method was called before a previous asynchronous operation finished. In this case, <see cref="T:System.InvalidOperationException" /> is thrown with the message "An asynchronous operation is already in progress."</exception>
     </member>
@@ -9696,12 +9695,11 @@ An <see cref="T:System.Xml.XmlWriter" /> asynchronous method was called without
     <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" /> to write attributes on individual lines; otherwise, <see langword="false" />. The default is <see langword="false" />.  
-   
- This setting has no effect when the <see cref="P:System.Xml.XmlWriterSettings.Indent" /> property value is <see langword="false" />.  
+        <see langword="true" /> to write attributes on individual lines; otherwise, <see langword="false" />. The default is <see langword="false" />.
 
+This setting has no effect when the <see cref="P:System.Xml.XmlWriterSettings.Indent" /> property value is <see langword="false" />.
+  
   
-
  When <see cref="P:System.Xml.XmlWriterSettings.NewLineOnAttributes" /> is set to <see langword="true" />, each attribute is pre-pended with a new line and one extra level of indentation.</returns>
     </member>
     <member name="P:System.Xml.XmlWriterSettings.OmitXmlDeclaration">
@@ -10232,7 +10230,7 @@ An <see cref="T:System.Xml.XmlWriter" /> asynchronous method was called without
     <member name="M:System.Xml.XPath.XPathNavigator.MoveToFirst">
       <summary>Moves the <see cref="T:System.Xml.XPath.XPathNavigator" /> to the first sibling node of the current node.</summary>
       <returns>
-        <see langword="true" /> if the <see cref="T:System.Xml.XPath.XPathNavigator" /> is successful moving to the first sibling node of the current node; <see langword="false" /> if there is no first sibling, or if the <see cref="T:System.Xml.XPath.XPathNavigator" /> is currently positioned on an attribute node. If the <see cref="T:System.Xml.XPath.XPathNavigator" /> is already positioned on the first sibling, <see cref="T:System.Xml.XPath.XPathNavigator" /> will return <see langword="true" /> and will not move its position.  
+        <see langword="true" /> if the <see cref="T:System.Xml.XPath.XPathNavigator" /> is successful moving to the first sibling node of the current node; <see langword="false" /> if there is no first sibling, or if the <see cref="T:System.Xml.XPath.XPathNavigator" /> is currently positioned on an attribute node. If the <see cref="T:System.Xml.XPath.XPathNavigator" /> is already positioned on the first sibling, <see cref="T:System.Xml.XPath.XPathNavigator" /> will return <see langword="true" /> and will not move its position.
 If <see cref="M:System.Xml.XPath.XPathNavigator.MoveToFirst" /> returns <see langword="false" /> because there is no first sibling, or if <see cref="T:System.Xml.XPath.XPathNavigator" /> is currently positioned on an attribute, the position of the <see cref="T:System.Xml.XPath.XPathNavigator" /> is unchanged.</returns>
     </member>
     <member name="M:System.Xml.XPath.XPathNavigator.MoveToFirstAttribute">
@@ -10790,9 +10788,9 @@ If <see cref="M:System.Xml.XPath.XPathNavigator.MoveToFirst" /> returns <see lan
       <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" /> value includes a filename or directory that cannot be found.</exception>
-      <exception cref="T:System.Net.WebException">The <paramref name="stylesheetUri" /> value cannot be resolved.  
- -or-  
- An error occurred while processing the request.</exception>
+      <exception cref="T:System.Net.WebException">The <paramref name="stylesheetUri" /> value cannot be resolved.
+-or-
+An error occurred while processing the request.</exception>
       <exception cref="T:System.UriFormatException">
         <paramref name="stylesheetUri" /> is not a valid URI.</exception>
       <exception cref="T:System.Xml.XmlException">There was a parsing error loading the style sheet.</exception>
@@ -10806,17 +10804,17 @@ If <see cref="M:System.Xml.XPath.XPathNavigator.MoveToFirst" /> returns <see lan
       <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" /> value includes a filename or directory that cannot be found.</exception>
-      <exception cref="T:System.Net.WebException">The <paramref name="stylesheetUri" /> value cannot be resolved.  
- -or-  
- An error occurred while processing the request.</exception>
+      <exception cref="T:System.Net.WebException">The <paramref name="stylesheetUri" /> value cannot be resolved.
+-or-
+An error occurred while processing the request.</exception>
       <exception cref="T:System.UriFormatException">
         <paramref name="stylesheetUri" /> 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.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>
+      <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="M:System.Xml.Xsl.XslCompiledTransform.Load(System.Xml.XmlReader)">
       <summary>Compiles the style sheet contained in the <see cref="T:System.Xml.XmlReader" />.</summary>
@@ -10858,9 +10856,9 @@ If <see cref="M:System.Xml.XPath.XPathNavigator.MoveToFirst" /> returns <see lan
       <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" /> or <paramref name="resultsFile" /> value includes a filename or directory cannot be found.</exception>
-      <exception cref="T:System.Net.WebException">The <paramref name="inputUri" /> or <paramref name="resultsFile" /> value cannot be resolved.  
- -or-  
- An error occurred while processing the request</exception>
+      <exception cref="T:System.Net.WebException">The <paramref name="inputUri" /> or <paramref name="resultsFile" /> value cannot be resolved.
+-or-
+An error occurred while processing the request</exception>
       <exception cref="T:System.UriFormatException">
         <paramref name="inputUri" /> or <paramref name="resultsFile" /> is not a valid URI.</exception>
       <exception cref="T:System.Xml.XmlException">There was a parsing error loading the input document.</exception>
@@ -10868,14 +10866,14 @@ If <see cref="M:System.Xml.XPath.XPathNavigator.MoveToFirst" /> returns <see lan
     <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" />.</summary>
       <param name="inputUri">The URI of the input document.</param>
-      <param name="results">The <see cref="T:System.Xml.XmlWriter" /> to which you want to output.  
- If the style sheet contains an <c>xsl:output</c> element, you should create the <see cref="T:System.Xml.XmlWriter" /> using the <see cref="T:System.Xml.XmlWriterSettings" /> object returned from the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings" /> property. This ensures that the <see cref="T:System.Xml.XmlWriter" /> has the correct output settings.</param>
+      <param name="results">The <see cref="T:System.Xml.XmlWriter" /> to which you want to output.
+If the style sheet contains an <c>xsl:output</c> element, you should create the <see cref="T:System.Xml.XmlWriter" /> using the <see cref="T:System.Xml.XmlWriterSettings" /> object returned from the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings" /> property. This ensures that the <see cref="T:System.Xml.XmlWriter" /> has the correct output settings.</param>
       <exception cref="T:System.ArgumentNullException">The <paramref name="inputUri" /> or <paramref name="results" /> value is <see langword="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" /> value includes a filename or directory cannot be found.</exception>
-      <exception cref="T:System.Net.WebException">The <paramref name="inputUri" /> value cannot be resolved.  
- -or-  
- An error occurred while processing the request.</exception>
+      <exception cref="T:System.Net.WebException">The <paramref name="inputUri" /> value cannot be resolved.
+-or-
+An error occurred while processing the request.</exception>
       <exception cref="T:System.UriFormatException">
         <paramref name="inputUri" /> is not a valid URI.</exception>
       <exception cref="T:System.Xml.XmlException">There was a parsing error loading the input document.</exception>
@@ -10888,9 +10886,9 @@ If <see cref="M:System.Xml.XPath.XPathNavigator.MoveToFirst" /> returns <see lan
       <exception cref="T:System.ArgumentNullException">The <paramref name="inputUri" /> or <paramref name="results" /> value is <see langword="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" /> value includes a filename or directory cannot be found.</exception>
-      <exception cref="T:System.Net.WebException">The <paramref name="inputUri" /> value cannot be resolved.  
- -or-  
- An error occurred while processing the request</exception>
+      <exception cref="T:System.Net.WebException">The <paramref name="inputUri" /> value cannot be resolved.
+-or-
+An error occurred while processing the request</exception>
       <exception cref="T:System.UriFormatException">
         <paramref name="inputUri" /> is not a valid URI.</exception>
       <exception cref="T:System.Xml.XmlException">There was a parsing error loading the input document.</exception>
@@ -10903,9 +10901,9 @@ If <see cref="M:System.Xml.XPath.XPathNavigator.MoveToFirst" /> returns <see lan
       <exception cref="T:System.ArgumentNullException">The <paramref name="inputUri" /> or <paramref name="results" /> value is <see langword="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" /> value includes a filename or directory cannot be found.</exception>
-      <exception cref="T:System.Net.WebException">The <paramref name="inputUri" /> value cannot be resolved.  
- -or-  
- An error occurred while processing the request</exception>
+      <exception cref="T:System.Net.WebException">The <paramref name="inputUri" /> value cannot be resolved.
+-or-
+An error occurred while processing the request</exception>
       <exception cref="T:System.UriFormatException">
         <paramref name="inputUri" /> is not a valid URI.</exception>
       <exception cref="T:System.Xml.XmlException">There was a parsing error loading the input document.</exception>
@@ -10914,14 +10912,14 @@ If <see cref="M:System.Xml.XPath.XPathNavigator.MoveToFirst" /> returns <see lan
       <summary>Executes the transform using the input document specified by the URI and outputs the results to an <see cref="T:System.Xml.XmlWriter" />. The <see cref="T:System.Xml.Xsl.XsltArgumentList" /> 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" /> containing the namespace-qualified arguments used as input to the transform. This value can be <see langword="null" />.</param>
-      <param name="results">The <see cref="T:System.Xml.XmlWriter" /> to which you want to output.  
- If the style sheet contains an <c>xsl:output</c> element, you should create the <see cref="T:System.Xml.XmlWriter" /> using the <see cref="T:System.Xml.XmlWriterSettings" /> object returned from the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings" /> property. This ensures that the <see cref="T:System.Xml.XmlWriter" /> has the correct output settings.</param>
+      <param name="results">The <see cref="T:System.Xml.XmlWriter" /> to which you want to output.
+If the style sheet contains an <c>xsl:output</c> element, you should create the <see cref="T:System.Xml.XmlWriter" /> using the <see cref="T:System.Xml.XmlWriterSettings" /> object returned from the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings" /> property. This ensures that the <see cref="T:System.Xml.XmlWriter" /> has the correct output settings.</param>
       <exception cref="T:System.ArgumentNullException">The <paramref name="inputUri" /> or <paramref name="results" /> value is <see langword="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" /> value includes a filename or directory cannot be found.</exception>
-      <exception cref="T:System.Net.WebException">The <paramref name="inputUri" /> value cannot be resolved.  
- -or-  
- An error occurred while processing the request.</exception>
+      <exception cref="T:System.Net.WebException">The <paramref name="inputUri" /> value cannot be resolved.
+-or-
+An error occurred while processing the request.</exception>
       <exception cref="T:System.UriFormatException">
         <paramref name="inputUri" /> is not a valid URI.</exception>
       <exception cref="T:System.Xml.XmlException">There was a parsing error loading the input document.</exception>
@@ -10929,8 +10927,8 @@ If <see cref="M:System.Xml.XPath.XPathNavigator.MoveToFirst" /> returns <see lan
     <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" /> object and outputs the results to an <see cref="T:System.Xml.XmlWriter" />.</summary>
       <param name="input">The <see cref="T:System.Xml.XmlReader" /> containing the input document.</param>
-      <param name="results">The <see cref="T:System.Xml.XmlWriter" /> to which you want to output.  
- If the style sheet contains an <c>xsl:output</c> element, you should create the <see cref="T:System.Xml.XmlWriter" /> using the <see cref="T:System.Xml.XmlWriterSettings" /> object returned from the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings" /> property. This ensures that the <see cref="T:System.Xml.XmlWriter" /> has the correct output settings.</param>
+      <param name="results">The <see cref="T:System.Xml.XmlWriter" /> to which you want to output.
+If the style sheet contains an <c>xsl:output</c> element, you should create the <see cref="T:System.Xml.XmlWriter" /> using the <see cref="T:System.Xml.XmlWriterSettings" /> object returned from the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings" /> property. This ensures that the <see cref="T:System.Xml.XmlWriter" /> has the correct output settings.</param>
       <exception cref="T:System.ArgumentNullException">The <paramref name="input" /> or <paramref name="results" /> value is <see langword="null" />.</exception>
       <exception cref="T:System.Xml.Xsl.XsltException">There was an error executing the XSLT transform.</exception>
     </member>
@@ -10954,8 +10952,8 @@ If <see cref="M:System.Xml.XPath.XPathNavigator.MoveToFirst" /> returns <see lan
       <summary>Executes the transform using the input document specified by the <see cref="T:System.Xml.XmlReader" /> object and outputs the results to an <see cref="T:System.Xml.XmlWriter" />. The <see cref="T:System.Xml.Xsl.XsltArgumentList" /> provides additional run-time arguments.</summary>
       <param name="input">An <see cref="T:System.Xml.XmlReader" /> containing the input document.</param>
       <param name="arguments">An <see cref="T:System.Xml.Xsl.XsltArgumentList" /> containing the namespace-qualified arguments used as input to the transform. This value can be <see langword="null" />.</param>
-      <param name="results">The <see cref="T:System.Xml.XmlWriter" /> to which you want to output.  
- If the style sheet contains an <c>xsl:output</c> element, you should create the <see cref="T:System.Xml.XmlWriter" /> using the <see cref="T:System.Xml.XmlWriterSettings" /> object returned from the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings" /> property. This ensures that the <see cref="T:System.Xml.XmlWriter" /> has the correct output settings.</param>
+      <param name="results">The <see cref="T:System.Xml.XmlWriter" /> to which you want to output.
+If the style sheet contains an <c>xsl:output</c> element, you should create the <see cref="T:System.Xml.XmlWriter" /> using the <see cref="T:System.Xml.XmlWriterSettings" /> object returned from the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings" /> property. This ensures that the <see cref="T:System.Xml.XmlWriter" /> has the correct output settings.</param>
       <exception cref="T:System.ArgumentNullException">The <paramref name="input" /> or <paramref name="results" /> value is <see langword="null" />.</exception>
       <exception cref="T:System.Xml.Xsl.XsltException">There was an error executing the XSLT transform.</exception>
     </member>
@@ -10963,8 +10961,8 @@ If <see cref="M:System.Xml.XPath.XPathNavigator.MoveToFirst" /> returns <see lan
       <summary>Executes the transform using the input document specified by the <see cref="T:System.Xml.XmlReader" /> object and outputs the results to an <see cref="T:System.Xml.XmlWriter" />. The <see cref="T:System.Xml.Xsl.XsltArgumentList" /> provides additional run-time arguments and the XmlResolver resolves the XSLT <c>document()</c> function.</summary>
       <param name="input">An <see cref="T:System.Xml.XmlReader" /> containing the input document.</param>
       <param name="arguments">An <see cref="T:System.Xml.Xsl.XsltArgumentList" /> containing the namespace-qualified arguments used as input to the transform. This value can be <see langword="null" />.</param>
-      <param name="results">The <see cref="T:System.Xml.XmlWriter" /> to which you want to output.  
- If the style sheet contains an <c>xsl:output</c> element, you should create the <see cref="T:System.Xml.XmlWriter" /> using the <see cref="T:System.Xml.XmlWriterSettings" /> object returned from the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings" /> property. This ensures that the <see cref="T:System.Xml.XmlWriter" /> has the correct output settings.</param>
+      <param name="results">The <see cref="T:System.Xml.XmlWriter" /> to which you want to output.
+If the style sheet contains an <c>xsl:output</c> element, you should create the <see cref="T:System.Xml.XmlWriter" /> using the <see cref="T:System.Xml.XmlWriterSettings" /> object returned from the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings" /> property. This ensures that the <see cref="T:System.Xml.XmlWriter" /> has the correct output settings.</param>
       <param name="documentResolver">The <see cref="T:System.Xml.XmlResolver" /> used to resolve the XSLT <c>document()</c> function. If this is <see langword="null" />, the <c>document()</c> function is not resolved.</param>
       <exception cref="T:System.ArgumentNullException">The <paramref name="input" /> or <paramref name="results" /> value is <see langword="null" />.</exception>
       <exception cref="T:System.Xml.Xsl.XsltException">There was an error executing the XSLT transform.</exception>
@@ -10972,8 +10970,8 @@ If <see cref="M:System.Xml.XPath.XPathNavigator.MoveToFirst" /> returns <see lan
     <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" /> object and outputs the results to an <see cref="T:System.Xml.XmlWriter" />.</summary>
       <param name="input">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable" /> interface. In the Microsoft .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode" /> (typically an <see cref="T:System.Xml.XmlDocument" />), or an <see cref="T:System.Xml.XPath.XPathDocument" /> containing the data to be transformed.</param>
-      <param name="results">The <see cref="T:System.Xml.XmlWriter" /> to which you want to output.  
- If the style sheet contains an <c>xsl:output</c> element, you should create the <see cref="T:System.Xml.XmlWriter" /> using the <see cref="T:System.Xml.XmlWriterSettings" /> object returned from the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings" /> property. This ensures that the <see cref="T:System.Xml.XmlWriter" /> has the correct output settings.</param>
+      <param name="results">The <see cref="T:System.Xml.XmlWriter" /> to which you want to output.
+If the style sheet contains an <c>xsl:output</c> element, you should create the <see cref="T:System.Xml.XmlWriter" /> using the <see cref="T:System.Xml.XmlWriterSettings" /> object returned from the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings" /> property. This ensures that the <see cref="T:System.Xml.XmlWriter" /> has the correct output settings.</param>
       <exception cref="T:System.ArgumentNullException">The <paramref name="input" /> or <paramref name="results" /> value is <see langword="null" />.</exception>
       <exception cref="T:System.Xml.Xsl.XsltException">There was an error executing the XSLT transform.</exception>
     </member>
@@ -10997,8 +10995,8 @@ If <see cref="M:System.Xml.XPath.XPathNavigator.MoveToFirst" /> returns <see lan
       <summary>Executes the transform using the input document specified by the <see cref="T:System.Xml.XPath.IXPathNavigable" /> object and outputs the results to an <see cref="T:System.Xml.XmlWriter" />. The <see cref="T:System.Xml.Xsl.XsltArgumentList" /> provides additional run-time arguments.</summary>
       <param name="input">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable" /> interface. In the Microsoft .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode" /> (typically an <see cref="T:System.Xml.XmlDocument" />), or an <see cref="T:System.Xml.XPath.XPathDocument" /> containing the data to be transformed.</param>
       <param name="arguments">An <see cref="T:System.Xml.Xsl.XsltArgumentList" /> containing the namespace-qualified arguments used as input to the transform. This value can be <see langword="null" />.</param>
-      <param name="results">The <see cref="T:System.Xml.XmlWriter" /> to which you want to output.  
- If the style sheet contains an <c>xsl:output</c> element, you should create the <see cref="T:System.Xml.XmlWriter" /> using the <see cref="T:System.Xml.XmlWriterSettings" /> object returned from the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings" /> property. This ensures that the <see cref="T:System.Xml.XmlWriter" /> has the correct output settings.</param>
+      <param name="results">The <see cref="T:System.Xml.XmlWriter" /> to which you want to output.
+If the style sheet contains an <c>xsl:output</c> element, you should create the <see cref="T:System.Xml.XmlWriter" /> using the <see cref="T:System.Xml.XmlWriterSettings" /> object returned from the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings" /> property. This ensures that the <see cref="T:System.Xml.XmlWriter" /> has the correct output settings.</param>
       <exception cref="T:System.ArgumentNullException">The <paramref name="input" /> or <paramref name="results" /> value is <see langword="null" />.</exception>
       <exception cref="T:System.Xml.Xsl.XsltException">There was an error executing the XSLT transform.</exception>
     </member>
@@ -11006,8 +11004,8 @@ If <see cref="M:System.Xml.XPath.XPathNavigator.MoveToFirst" /> returns <see lan
       <summary>Executes the transform by using the input document that is specified by the <see cref="T:System.Xml.XPath.IXPathNavigable" /> object and outputs the results to an <see cref="T:System.Xml.XmlWriter" />. The <see cref="T:System.Xml.Xsl.XsltArgumentList" /> provides additional run-time arguments and the <see cref="T:System.Xml.XmlResolver" /> resolves the XSLT <see langword="document()" /> function.</summary>
       <param name="input">The document to transform that is specified by the <see cref="T:System.Xml.XPath.IXPathNavigable" /> object.</param>
       <param name="arguments">Argument list as <see cref="T:System.Xml.Xsl.XsltArgumentList" />.</param>
-      <param name="results">The <see cref="T:System.Xml.XmlWriter" /> to which you want to output.  
- If the style sheet contains an <see langword="xsl:output" /> element, you should create the <see cref="T:System.Xml.XmlWriter" /> by using the <see cref="T:System.Xml.XmlWriterSettings" /> object that is returned from the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings" /> property. This ensures that the <see cref="T:System.Xml.XmlWriter" /> has the correct output settings.</param>
+      <param name="results">The <see cref="T:System.Xml.XmlWriter" /> to which you want to output.
+If the style sheet contains an <see langword="xsl:output" /> element, you should create the <see cref="T:System.Xml.XmlWriter" /> by using the <see cref="T:System.Xml.XmlWriterSettings" /> object that is returned from the <see cref="P:System.Xml.Xsl.XslCompiledTransform.OutputSettings" /> property. This ensures that the <see cref="T:System.Xml.XmlWriter" /> has the correct output settings.</param>
       <param name="documentResolver">The <see cref="T:System.Xml.XmlResolver" /> used to resolve the XSLT <see langword="document()" /> function. If this is <see langword="null" />, the <see langword="document()" /> function is not resolved.</param>
     </member>
     <member name="T:System.Xml.Xsl.XsltArgumentList">
@@ -11020,8 +11018,8 @@ If <see cref="M:System.Xml.XPath.XPathNavigator.MoveToFirst" /> returns <see lan
       <summary>Adds a new object to the <see cref="T:System.Xml.Xsl.XsltArgumentList" /> 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" /> is either <see langword="null" /> or http://www.w3.org/1999/XSL/Transform  
- The <paramref name="namespaceUri" /> already has an extension object associated with it.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="namespaceUri" /> is either <see langword="null" /> or http://www.w3.org/1999/XSL/Transform
+The <paramref name="namespaceUri" /> 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="M:System.Xml.Xsl.XsltArgumentList.AddParam(System.String,System.String,System.Object)">
@@ -11029,9 +11027,9 @@ If <see cref="M:System.Xml.XPath.XPathNavigator.MoveToFirst" /> returns <see lan
       <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" /> is either <see langword="null" /> or http://www.w3.org/1999/XSL/Transform.  
- The <paramref name="name" /> is not a valid name according to the W3C XML specification.  
- The <paramref name="namespaceUri" /> already has a parameter associated with it.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="namespaceUri" /> is either <see langword="null" /> or http://www.w3.org/1999/XSL/Transform.
+The <paramref name="name" /> is not a valid name according to the W3C XML specification.
+The <paramref name="namespaceUri" /> already has a parameter associated with it.</exception>
     </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" />.</summary>
@@ -11204,9 +11202,9 @@ If <see cref="M:System.Xml.XPath.XPathNavigator.MoveToFirst" /> returns <see lan
     <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" /> to use to load the style sheet and any style sheet(s) referenced in <c>xsl:import</c> and <c>xsl:include</c> elements.  
- If this is <see langword="null" />, a default <see cref="T:System.Xml.XmlUrlResolver" /> with no user credentials is used to open the style sheet. The default <see cref="T:System.Xml.XmlUrlResolver" /> is not used to resolve any external resources in the style sheet, so <c>xsl:import</c> and <c>xsl:include</c> elements are not resolved.  
- The <see cref="T:System.Xml.XmlResolver" /> is not cached after the <see cref="M:System.Xml.Xsl.XslTransform.Load(System.String,System.Xml.XmlResolver)" /> method completes.</param>
+      <param name="resolver">The <see cref="T:System.Xml.XmlResolver" /> to use to load the style sheet and any style sheet(s) referenced in <c>xsl:import</c> and <c>xsl:include</c> elements.
+If this is <see langword="null" />, a default <see cref="T:System.Xml.XmlUrlResolver" /> with no user credentials is used to open the style sheet. The default <see cref="T:System.Xml.XmlUrlResolver" /> is not used to resolve any external resources in the style sheet, so <c>xsl:import</c> and <c>xsl:include</c> elements are not resolved.
+The <see cref="T:System.Xml.XmlResolver" /> is not cached after the <see cref="M:System.Xml.Xsl.XslTransform.Load(System.String,System.Xml.XmlResolver)" /> 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" /> permission.</exception>
     </member>
@@ -11219,8 +11217,8 @@ If <see cref="M:System.Xml.XPath.XPathNavigator.MoveToFirst" /> returns <see lan
     <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" />.</summary>
       <param name="stylesheet">An <see cref="T:System.Xml.XmlReader" /> object that contains the XSLT style sheet.</param>
-      <param name="resolver">The <see cref="T:System.Xml.XmlResolver" /> used to load any style sheets referenced in <c>xsl:import</c> and <c>xsl:include</c> elements. If this is <see langword="null" />, external resources are not resolved.  
- The <see cref="T:System.Xml.XmlResolver" /> is not cached after the <see cref="M:System.Xml.Xsl.XslTransform.Load(System.Xml.XmlReader,System.Xml.XmlResolver)" /> method completes.</param>
+      <param name="resolver">The <see cref="T:System.Xml.XmlResolver" /> used to load any style sheets referenced in <c>xsl:import</c> and <c>xsl:include</c> elements. If this is <see langword="null" />, external resources are not resolved.
+The <see cref="T:System.Xml.XmlResolver" /> is not cached after the <see cref="M:System.Xml.Xsl.XslTransform.Load(System.Xml.XmlReader,System.Xml.XmlResolver)" /> 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" /> permission.</exception>
     </member>
@@ -11233,8 +11231,8 @@ If <see cref="M:System.Xml.XPath.XPathNavigator.MoveToFirst" /> returns <see lan
     <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" />.</summary>
       <param name="stylesheet">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable" /> interface. In the .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode" /> (typically an <see cref="T:System.Xml.XmlDocument" />), or an <see cref="T:System.Xml.XPath.XPathDocument" /> containing the XSLT style sheet.</param>
-      <param name="resolver">The <see cref="T:System.Xml.XmlResolver" /> used to load any style sheets referenced in <c>xsl:import</c> and <c>xsl:include</c> elements. If this is <see langword="null" />, external resources are not resolved.  
- The <see cref="T:System.Xml.XmlResolver" /> is not cached after the <see cref="Overload:System.Xml.Xsl.XslTransform.Load" /> method completes.</param>
+      <param name="resolver">The <see cref="T:System.Xml.XmlResolver" /> used to load any style sheets referenced in <c>xsl:import</c> and <c>xsl:include</c> elements. If this is <see langword="null" />, external resources are not resolved.
+The <see cref="T:System.Xml.XmlResolver" /> is not cached after the <see cref="Overload:System.Xml.Xsl.XslTransform.Load" /> 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" /> permission.</exception>
     </member>
@@ -11247,8 +11245,8 @@ If <see cref="M:System.Xml.XPath.XPathNavigator.MoveToFirst" /> returns <see lan
     <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" />.</summary>
       <param name="stylesheet">An <see cref="T:System.Xml.XPath.XPathNavigator" /> object that contains the XSLT style sheet.</param>
-      <param name="resolver">The <see cref="T:System.Xml.XmlResolver" /> used to load any style sheets referenced in <c>xsl:import</c> and <c>xsl:include</c> elements. If this is <see langword="null" />, external resources are not resolved.  
- The <see cref="T:System.Xml.XmlResolver" /> is not cached after the <see cref="Overload:System.Xml.Xsl.XslTransform.Load" /> method completes.</param>
+      <param name="resolver">The <see cref="T:System.Xml.XmlResolver" /> used to load any style sheets referenced in <c>xsl:import</c> and <c>xsl:include</c> elements. If this is <see langword="null" />, external resources are not resolved.
+The <see cref="T:System.Xml.XmlResolver" /> is not cached after the <see cref="Overload:System.Xml.Xsl.XslTransform.Load" /> 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" /> permission.</exception>
     </member>
@@ -11261,8 +11259,8 @@ If <see cref="M:System.Xml.XPath.XPathNavigator.MoveToFirst" /> returns <see lan
       <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" /> used to resolve the XSLT <c>document()</c> function. If this is <see langword="null" />, the <c>document()</c> function is not resolved.  
- The <see cref="T:System.Xml.XmlResolver" /> is not cached after the <see cref="Overload:System.Xml.Xsl.XslTransform.Transform" /> method completes.</param>
+      <param name="resolver">The <see cref="T:System.Xml.XmlResolver" /> used to resolve the XSLT <c>document()</c> function. If this is <see langword="null" />, the <c>document()</c> function is not resolved.
+The <see cref="T:System.Xml.XmlResolver" /> is not cached after the <see cref="Overload:System.Xml.Xsl.XslTransform.Transform" /> method completes.</param>
     </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" /> using the specified <paramref name="args" /> and outputs the result to an <see cref="T:System.Xml.XmlReader" />.</summary>
@@ -11275,43 +11273,43 @@ If <see cref="M:System.Xml.XPath.XPathNavigator.MoveToFirst" /> returns <see lan
       <param name="input">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable" /> interface. In the .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode" /> (typically an <see cref="T:System.Xml.XmlDocument" />), or an <see cref="T:System.Xml.XPath.XPathDocument" /> containing the data to be transformed.</param>
       <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList" /> 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="T:System.Xml.Xsl.XsltException" /> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
+      <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="T:System.Xml.Xsl.XsltException" /> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
     </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" /> using the specified <paramref name="args" /> and outputs the result to a <see cref="T:System.IO.Stream" />.</summary>
       <param name="input">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable" /> interface. In the .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode" /> (typically an <see cref="T:System.Xml.XmlDocument" />), or an <see cref="T:System.Xml.XPath.XPathDocument" /> containing the data to be transformed.</param>
       <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList" /> 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" /> used to resolve the XSLT <c>document()</c> function. If this is <see langword="null" />, the <c>document()</c> function is not resolved.  
- The <see cref="T:System.Xml.XmlResolver" /> is not cached after the <see cref="Overload:System.Xml.Xsl.XslTransform.Transform" /> 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="T:System.Xml.Xsl.XsltException" /> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
+      <param name="resolver">The <see cref="T:System.Xml.XmlResolver" /> used to resolve the XSLT <c>document()</c> function. If this is <see langword="null" />, the <c>document()</c> function is not resolved.
+The <see cref="T:System.Xml.XmlResolver" /> is not cached after the <see cref="Overload:System.Xml.Xsl.XslTransform.Transform" /> 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="T:System.Xml.Xsl.XsltException" /> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
     </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" /> using the specified <paramref name="args" /> and outputs the result to a <see cref="T:System.IO.TextWriter" />.</summary>
       <param name="input">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable" /> interface. In the .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode" /> (typically an <see cref="T:System.Xml.XmlDocument" />), or an <see cref="T:System.Xml.XPath.XPathDocument" /> containing the data to be transformed.</param>
       <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList" /> containing the namespace-qualified arguments used as input to the transformation.</param>
       <param name="output">The <see cref="T:System.IO.TextWriter" /> 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="T:System.Xml.Xsl.XsltException" /> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
+      <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="T:System.Xml.Xsl.XsltException" /> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
     </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" /> using the specified <paramref name="args" /> and outputs the result to a <see cref="T:System.IO.TextWriter" />.</summary>
       <param name="input">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable" /> interface. In the .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode" /> (typically an <see cref="T:System.Xml.XmlDocument" />), or an <see cref="T:System.Xml.XPath.XPathDocument" /> containing the data to be transformed.</param>
       <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList" /> containing the namespace-qualified arguments used as input to the transformation.</param>
       <param name="output">The <see cref="T:System.IO.TextWriter" /> to which you want to output.</param>
-      <param name="resolver">The <see cref="T:System.Xml.XmlResolver" /> used to resolve the XSLT <c>document()</c> function. If this is <see langword="null" />, the <c>document()</c> function is not resolved.  
- The <see cref="T:System.Xml.XmlResolver" /> 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)" /> 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="T:System.Xml.Xsl.XsltException" /> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
+      <param name="resolver">The <see cref="T:System.Xml.XmlResolver" /> used to resolve the XSLT <c>document()</c> function. If this is <see langword="null" />, the <c>document()</c> function is not resolved.
+The <see cref="T:System.Xml.XmlResolver" /> 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)" /> 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="T:System.Xml.Xsl.XsltException" /> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
     </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" /> using the specified <paramref name="args" /> and outputs the result to an <see cref="T:System.Xml.XmlReader" />.</summary>
       <param name="input">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable" /> interface. In the .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode" /> (typically an <see cref="T:System.Xml.XmlDocument" />), or an <see cref="T:System.Xml.XPath.XPathDocument" /> containing the data to be transformed.</param>
       <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList" /> containing the namespace-qualified arguments used as input to the transformation.</param>
-      <param name="resolver">The <see cref="T:System.Xml.XmlResolver" /> used to resolve the XSLT <c>document()</c> function. If this is <see langword="null" />, the <c>document()</c> function is not resolved.  
- The <see cref="T:System.Xml.XmlResolver" /> is not cached after the <see cref="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlResolver)" /> method completes.</param>
+      <param name="resolver">The <see cref="T:System.Xml.XmlResolver" /> used to resolve the XSLT <c>document()</c> function. If this is <see langword="null" />, the <c>document()</c> function is not resolved.
+The <see cref="T:System.Xml.XmlResolver" /> is not cached after the <see cref="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlResolver)" /> method completes.</param>
       <returns>An <see cref="T:System.Xml.XmlReader" /> containing the results of the transformation.</returns>
     </member>
     <member name="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter)">
@@ -11319,90 +11317,90 @@ If <see cref="M:System.Xml.XPath.XPathNavigator.MoveToFirst" /> returns <see lan
       <param name="input">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable" /> interface. In the .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode" /> (typically an <see cref="T:System.Xml.XmlDocument" />), or an <see cref="T:System.Xml.XPath.XPathDocument" /> containing the data to be transformed.</param>
       <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList" /> containing the namespace-qualified arguments used as input to the transformation.</param>
       <param name="output">The <see cref="T:System.Xml.XmlWriter" /> 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="T:System.Xml.Xsl.XsltException" /> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
+      <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="T:System.Xml.Xsl.XsltException" /> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
     </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" /> using the specified <paramref name="args" /> and outputs the result to an <see cref="T:System.Xml.XmlWriter" />.</summary>
       <param name="input">An object implementing the <see cref="T:System.Xml.XPath.IXPathNavigable" /> interface. In the .NET Framework, this can be either an <see cref="T:System.Xml.XmlNode" /> (typically an <see cref="T:System.Xml.XmlDocument" />), or an <see cref="T:System.Xml.XPath.XPathDocument" /> containing the data to be transformed.</param>
       <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList" /> containing the namespace-qualified arguments used as input to the transformation.</param>
       <param name="output">The <see cref="T:System.Xml.XmlWriter" /> to which you want to output.</param>
-      <param name="resolver">The <see cref="T:System.Xml.XmlResolver" /> used to resolve the XSLT <c>document()</c> function. If this is <see langword="null" />, the <c>document()</c> function is not resolved.  
- The <see cref="T:System.Xml.XmlResolver" /> 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)" /> 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="T:System.Xml.Xsl.XsltException" /> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
+      <param name="resolver">The <see cref="T:System.Xml.XmlResolver" /> used to resolve the XSLT <c>document()</c> function. If this is <see langword="null" />, the <c>document()</c> function is not resolved.
+The <see cref="T:System.Xml.XmlResolver" /> 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)" /> 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="T:System.Xml.Xsl.XsltException" /> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
     </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" /> using the specified <paramref name="args" /> and outputs the result to an <see cref="T:System.Xml.XmlReader" />.</summary>
       <param name="input">An <see cref="T:System.Xml.XPath.XPathNavigator" /> containing the data to be transformed.</param>
       <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList" /> containing the namespace-qualified arguments used as input to the transformation.</param>
       <returns>An <see cref="T:System.Xml.XmlReader" /> 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="T:System.Xml.Xsl.XsltException" /> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
+      <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="T:System.Xml.Xsl.XsltException" /> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
     </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" /> using the specified <paramref name="args" /> and outputs the result to a <see cref="T:System.IO.Stream" />.</summary>
       <param name="input">An <see cref="T:System.Xml.XPath.XPathNavigator" /> containing the data to be transformed.</param>
       <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList" /> 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="T:System.Xml.Xsl.XsltException" /> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
+      <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="T:System.Xml.Xsl.XsltException" /> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
     </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" /> using the specified <paramref name="args" /> and outputs the result to a <see cref="T:System.IO.Stream" />.</summary>
       <param name="input">An <see cref="T:System.Xml.XPath.XPathNavigator" /> containing the data to be transformed.</param>
       <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList" /> 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" /> used to resolve the XSLT <c>document()</c> function. If this is <see langword="null" />, the <c>document()</c> function is not resolved.  
- The <see cref="T:System.Xml.XmlResolver" /> 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)" /> 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="T:System.Xml.Xsl.XsltException" /> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
+      <param name="resolver">The <see cref="T:System.Xml.XmlResolver" /> used to resolve the XSLT <c>document()</c> function. If this is <see langword="null" />, the <c>document()</c> function is not resolved.
+The <see cref="T:System.Xml.XmlResolver" /> 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)" /> 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="T:System.Xml.Xsl.XsltException" /> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
     </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" /> using the specified <paramref name="args" /> and outputs the result to a <see cref="T:System.IO.TextWriter" />.</summary>
       <param name="input">An <see cref="T:System.Xml.XPath.XPathNavigator" /> containing the data to be transformed.</param>
       <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList" /> containing the namespace-qualified arguments used as input to the transformation.</param>
       <param name="output">The <see cref="T:System.IO.TextWriter" /> 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="T:System.Xml.Xsl.XsltException" /> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
+      <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="T:System.Xml.Xsl.XsltException" /> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
     </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" /> using the specified <paramref name="args" /> and outputs the result to a <see cref="T:System.IO.TextWriter" />.</summary>
       <param name="input">An <see cref="T:System.Xml.XPath.XPathNavigator" /> containing the data to be transformed.</param>
       <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList" /> containing the namespace-qualified arguments used as input to the transformation.</param>
       <param name="output">The <see cref="T:System.IO.TextWriter" /> to which you want to output.</param>
-      <param name="resolver">The <see cref="T:System.Xml.XmlResolver" /> used to resolve the XSLT <c>document()</c> function. If this is <see langword="null" />, the <c>document()</c> function is not resolved.  
- The <see cref="T:System.Xml.XmlResolver" /> 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)" /> 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="T:System.Xml.Xsl.XsltException" /> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
+      <param name="resolver">The <see cref="T:System.Xml.XmlResolver" /> used to resolve the XSLT <c>document()</c> function. If this is <see langword="null" />, the <c>document()</c> function is not resolved.
+The <see cref="T:System.Xml.XmlResolver" /> 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)" /> 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="T:System.Xml.Xsl.XsltException" /> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
     </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" /> using the specified <paramref name="args" /> and outputs the result to an <see cref="T:System.Xml.XmlReader" />.</summary>
       <param name="input">An <see cref="T:System.Xml.XPath.XPathNavigator" /> containing the data to be transformed.</param>
       <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList" /> containing the namespace-qualified arguments used as input to the transformation.</param>
-      <param name="resolver">The <see cref="T:System.Xml.XmlResolver" /> used to resolve the XSLT <c>document()</c> function. If this is <see langword="null" />, the <c>document()</c> function is not resolved.  
- The <see cref="T:System.Xml.XmlResolver" /> is not cached after the <see cref="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.XPathNavigator,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlResolver)" /> method completes.</param>
+      <param name="resolver">The <see cref="T:System.Xml.XmlResolver" /> used to resolve the XSLT <c>document()</c> function. If this is <see langword="null" />, the <c>document()</c> function is not resolved.
+The <see cref="T:System.Xml.XmlResolver" /> is not cached after the <see cref="M:System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.XPathNavigator,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlResolver)" /> method completes.</param>
       <returns>An <see cref="T:System.Xml.XmlReader" /> 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="T:System.Xml.Xsl.XsltException" /> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
+      <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="T:System.Xml.Xsl.XsltException" /> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
     </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" /> using the specified args and outputs the result to an <see cref="T:System.Xml.XmlWriter" />.</summary>
       <param name="input">An <see cref="T:System.Xml.XPath.XPathNavigator" /> containing the data to be transformed.</param>
       <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList" /> containing the namespace-qualified arguments used as input to the transformation.</param>
       <param name="output">The <see cref="T:System.Xml.XmlWriter" /> 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="T:System.Xml.Xsl.XsltException" /> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
+      <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="T:System.Xml.Xsl.XsltException" /> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
     </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" /> using the specified args and outputs the result to an <see cref="T:System.Xml.XmlWriter" />.</summary>
       <param name="input">An <see cref="T:System.Xml.XPath.XPathNavigator" /> containing the data to be transformed.</param>
       <param name="args">An <see cref="T:System.Xml.Xsl.XsltArgumentList" /> containing the namespace-qualified arguments used as input to the transformation.</param>
       <param name="output">The <see cref="T:System.Xml.XmlWriter" /> to which you want to output.</param>
-      <param name="resolver">The <see cref="T:System.Xml.XmlResolver" /> used to resolve the XSLT <c>document()</c> function. If this is <see langword="null" />, the <c>document()</c> function is not resolved.  
- The <see cref="T:System.Xml.XmlResolver" /> 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)" /> 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="T:System.Xml.Xsl.XsltException" /> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
+      <param name="resolver">The <see cref="T:System.Xml.XmlResolver" /> used to resolve the XSLT <c>document()</c> function. If this is <see langword="null" />, the <c>document()</c> function is not resolved.
+The <see cref="T:System.Xml.XmlResolver" /> 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)" /> 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="T:System.Xml.Xsl.XsltException" /> is thrown if you are using Microsoft .NET Framework version 1.1 or earlier.</exception>
     </member>
     <member name="P:System.Xml.Xsl.XslTransform.XmlResolver">
       <summary>Sets the <see cref="T:System.Xml.XmlResolver" /> used to resolve external resources when the <see cref="Overload:System.Xml.Xsl.XslTransform.Transform" /> method is called.</summary>