Author: schor
Date: Wed Jul 18 15:46:36 2018
New Revision: 1836200
URL: http://svn.apache.org/viewvc?rev=1836200&view=rev
Log:
[UIMA-5838] startAt disallowed for bounded iterations
Modified:
uima/uv3/uimaj-v3/trunk/uima-docbook-v3-users-guide/src/docbook/uv3.select.xml
Modified:
uima/uv3/uimaj-v3/trunk/uima-docbook-v3-users-guide/src/docbook/uv3.select.xml
URL:
http://svn.apache.org/viewvc/uima/uv3/uimaj-v3/trunk/uima-docbook-v3-users-guide/src/docbook/uv3.select.xml?rev=1836200&r1=1836199&r2=1836200&view=diff
==============================================================================
---
uima/uv3/uimaj-v3/trunk/uima-docbook-v3-users-guide/src/docbook/uv3.select.xml
(original)
+++
uima/uv3/uimaj-v3/trunk/uima-docbook-v3-users-guide/src/docbook/uv3.select.xml
Wed Jul 18 15:46:36 2018
@@ -392,6 +392,7 @@ FSIterator<Token> token_iterator =
<term><emphasis role=""></emphasis>startAt</term>
<listitem>
<para>position the starting point of any iteration.
+ This specification is not allowed (and will throw an exception)
for bounded iterations.
<code>startAt(xxx)</code> takes two forms, each
of which has, in turn 2 subforms.
The form using <code>begin, end</code> is only
valid for Annotation Indexes.
<programlisting>startAt(fs); // fs
specifies a feature structure