Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions docs/Mono.Android/en/Java.Util/StringTokenizer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
<Parameters />
<Docs>
<summary>Calculates the number of times that this tokenizer's
&lt;code&gt;nextToken&lt;/code&gt; method can be called before it generates an
<code>nextToken</code> method can be called before it generates an
exception.</summary>
<returns>the number of tokens remaining in the string using the current
delimiter set.</returns>
Expand Down Expand Up @@ -253,10 +253,10 @@
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>Returns the same value as the &lt;code&gt;hasMoreTokens&lt;/code&gt;
<summary>Returns the same value as the <code>hasMoreTokens</code>
method.</summary>
<value>&lt;code&gt;true&lt;/code&gt; if there are more tokens;
&lt;code&gt;false&lt;/code&gt; otherwise.</value>
<value><code>true</code> if there are more tokens;
<code>false</code> otherwise.</value>
<remarks>
<para>
<format type="text/html">
Expand Down Expand Up @@ -293,9 +293,8 @@
</ReturnValue>
<Docs>
<summary>Tests if there are more tokens available from this tokenizer's string.</summary>
<value>&lt;code&gt;true&lt;/code&gt; if and only if there is at least one token
in the string after the current position; &lt;code&gt;false&lt;/code&gt;
otherwise.</value>
<value><code>true</code> if and only if there is at least one token
in the string after the current position; <code>false</code> otherwise.</value>
<remarks>
<para>
<format type="text/html">
Expand Down Expand Up @@ -391,9 +390,9 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>Returns the same value as the &lt;code&gt;nextToken&lt;/code&gt; method,
except that its declared return value is &lt;code&gt;Object&lt;/code&gt; rather than
&lt;code&gt;String&lt;/code&gt;.</summary>
<summary>Returns the same value as the <code>nextToken</code> method,
except that its declared return value is <code>Object</code> rather than
<code>String</code>.</summary>
<returns>the next token in the string.</returns>
<remarks>
<para>
Expand Down