Skip to content

Commit ab8f715

Browse files
authored
Update XmlReader.xml (dotnet#9115)
Changed "child element" to "descendant element".
1 parent 15d7aa9 commit ab8f715

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Xml/XmlReader.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8587,7 +8587,7 @@ An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asy
85878587
<param name="name">The qualified name of the element you wish to move to.</param>
85888588
<summary>Advances the <see cref="T:System.Xml.XmlReader" /> to the next descendant element with the specified qualified name.</summary>
85898589
<returns>
8590-
<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.
8590+
<see langword="true" /> if a matching descendant element is found; otherwise <see langword="false" />. If a matching descendant 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.
85918591

85928592
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>
85938593
<remarks>
@@ -8653,7 +8653,7 @@ An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asy
86538653
<param name="namespaceURI">The namespace URI of the element you wish to move to.</param>
86548654
<summary>Advances the <see cref="T:System.Xml.XmlReader" /> to the next descendant element with the specified local name and namespace URI.</summary>
86558655
<returns>
8656-
<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.
8656+
<see langword="true" /> if a matching descendant element is found; otherwise <see langword="false" />. If a matching descendant 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.
86578657

86588658
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>
86598659
<remarks>To be added.</remarks>

0 commit comments

Comments
 (0)