You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2016/04/06 20:44:01 UTC

svn commit: r1738023 [25/32] - in /uima/site/trunk/uima-website/docs/d/uimafit-2.2.0: ./ api/ api/org/apache/uima/fit/component/ api/org/apache/uima/fit/component/class-use/ api/org/apache/uima/fit/component/initialize/ api/org/apache/uima/fit/componen...

Modified: uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/util/CasUtil.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/util/CasUtil.html?rev=1738023&r1=1738022&r2=1738023&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/util/CasUtil.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-2.2.0/api/org/apache/uima/fit/util/CasUtil.html Wed Apr  6 18:44:00 2016
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CasUtil (Apache uimaFIT 2.1.0 User-Level API Documentation)</title>
+<title>CasUtil (Apache uimaFIT 2.2.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,13 +12,13 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CasUtil (Apache uimaFIT 2.1.0 User-Level API Documentation)";
+            parent.document.title="CasUtil (Apache uimaFIT 2.2.0 User-Level API Documentation)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9,"i11":9,"i12":9,"i13":9,"i14":9,"i15":9,"i16":9,"i17":9,"i18":9,"i19":9,"i20":9,"i21":9,"i22":9,"i23":9,"i24":9,"i25":9,"i26":9,"i27":9,"i28":9,"i29":9,"i30":9,"i31":9};
+var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9,"i11":9,"i12":9,"i13":9,"i14":9,"i15":9,"i16":9,"i17":9,"i18":9,"i19":9,"i20":9,"i21":9,"i22":9,"i23":9,"i24":9,"i25":9,"i26":9,"i27":9,"i28":9,"i29":9,"i30":9,"i31":9,"i32":9,"i33":9};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -97,7 +97,7 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.uima.fit.util.CasUtil</li>
@@ -110,8 +110,8 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre>public final class <span class="typeNameLabel">CasUtil</span>
-extends <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
-<div class="block">Utility methods for convenient access to the <code>CAS</code>.</div>
+extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
+<div class="block">Utility methods for convenient access to the <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas"><code>CAS</code></a>.</div>
 </li>
 </ul>
 </div>
@@ -131,7 +131,7 @@ extends <a href="http://download.oracle.
 <th class="colLast" scope="col">Field and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#UIMA_BUILTIN_JCAS_PREFIX">UIMA_BUILTIN_JCAS_PREFIX</a></span></code>
 <div class="block">Package name of JCas wrapper classes built into UIMA.</div>
 </td>
@@ -152,246 +152,264 @@ extends <a href="http://download.oracle.
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr id="i0" class="altColor">
-<td class="colFirst"><code>static org.apache.uima.cas.Type</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#getAnnotationType-org.apache.uima.cas.CAS-java.lang.Class-">getAnnotationType</a></span>(org.apache.uima.cas.CAS&nbsp;aCas,
-                 <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;aJCasClass)</code>
+<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#getAnnotationType-org.apache.uima.cas.CAS-java.lang.Class-">getAnnotationType</a></span>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;aCas,
+                 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;aJCasClass)</code>
 <div class="block">Get the CAS type for the given JCas wrapper class making sure it is or inherits from
- <code>Annotation</code>.</div>
+ <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/jcas/tcas/Annotation.html?is-external=true" title="class or interface in org.apache.uima.jcas.tcas"><code>Annotation</code></a>.</div>
 </td>
 </tr>
 <tr id="i1" class="rowColor">
-<td class="colFirst"><code>static org.apache.uima.cas.Type</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#getAnnotationType-org.apache.uima.cas.CAS-java.lang.String-">getAnnotationType</a></span>(org.apache.uima.cas.CAS&nbsp;aCas,
-                 <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aTypeName)</code>
+<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#getAnnotationType-org.apache.uima.cas.CAS-java.lang.String-">getAnnotationType</a></span>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;aCas,
+                 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aTypeName)</code>
 <div class="block">Get the CAS type for the given name making sure it is or inherits from Annotation.</div>
 </td>
 </tr>
 <tr id="i2" class="altColor">
-<td class="colFirst"><code>static org.apache.uima.cas.Type</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#getType-org.apache.uima.cas.CAS-java.lang.Class-">getType</a></span>(org.apache.uima.cas.CAS&nbsp;cas,
-       <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;type)</code>
+<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#getType-org.apache.uima.cas.CAS-java.lang.Class-">getType</a></span>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;cas,
+       <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;type)</code>
 <div class="block">Get the CAS type for the given JCas wrapper class.</div>
 </td>
 </tr>
 <tr id="i3" class="rowColor">
-<td class="colFirst"><code>static org.apache.uima.cas.Type</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#getType-org.apache.uima.cas.CAS-java.lang.String-">getType</a></span>(org.apache.uima.cas.CAS&nbsp;aCas,
-       <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aTypename)</code>
+<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#getType-org.apache.uima.cas.CAS-java.lang.String-">getType</a></span>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;aCas,
+       <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aTypename)</code>
 <div class="block">Get the CAS type for the given name.</div>
 </td>
 </tr>
 <tr id="i4" class="altColor">
-<td class="colFirst"><code>static org.apache.uima.cas.CAS</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#getView-org.apache.uima.cas.CAS-java.lang.String-boolean-">getView</a></span>(org.apache.uima.cas.CAS&nbsp;cas,
-       <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;viewName,
+<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#getView-org.apache.uima.cas.CAS-java.lang.String-boolean-">getView</a></span>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;cas,
+       <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;viewName,
        boolean&nbsp;create)</code>
 <div class="block">Convenience method to get the specified view or create a new view if the requested view does
  not exist.</div>
 </td>
 </tr>
 <tr id="i5" class="rowColor">
-<td class="colFirst"><code>static org.apache.uima.cas.CAS</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#getView-org.apache.uima.cas.CAS-java.lang.String-org.apache.uima.cas.CAS-">getView</a></span>(org.apache.uima.cas.CAS&nbsp;cas,
-       <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;viewName,
-       org.apache.uima.cas.CAS&nbsp;fallback)</code>
+<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#getView-org.apache.uima.cas.CAS-java.lang.String-org.apache.uima.cas.CAS-">getView</a></span>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;cas,
+       <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;viewName,
+       <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;fallback)</code>
 <div class="block">Convenience method to get the specified view or a default view if the requested view does not
  exist.</div>
 </td>
 </tr>
 <tr id="i6" class="altColor">
-<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;org.apache.uima.cas.text.AnnotationFS,<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;org.apache.uima.cas.text.AnnotationFS&gt;&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#indexCovered-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-org.apache.uima.cas.Type-">indexCovered</a></span>(org.apache.uima.cas.CAS&nbsp;cas,
-            org.apache.uima.cas.Type&nbsp;type,
-            org.apache.uima.cas.Type&nbsp;coveredType)</code>
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&gt;&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#indexCovered-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-org.apache.uima.cas.Type-">indexCovered</a></span>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;cas,
+            <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;type,
+            <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;coveredType)</code>
 <div class="block">Create an index for quickly lookup up the annotations covered by a particular annotation.</div>
 </td>
 </tr>
 <tr id="i7" class="rowColor">
-<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;org.apache.uima.cas.text.AnnotationFS,<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;org.apache.uima.cas.text.AnnotationFS&gt;&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#indexCovering-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-org.apache.uima.cas.Type-">indexCovering</a></span>(org.apache.uima.cas.CAS&nbsp;cas,
-             org.apache.uima.cas.Type&nbsp;type,
-             org.apache.uima.cas.Type&nbsp;coveringType)</code>
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&gt;&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#indexCovering-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-org.apache.uima.cas.Type-">indexCovering</a></span>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;cas,
+             <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;type,
+             <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;coveringType)</code>
 <div class="block">Create an index for quickly lookup up the annotations covering a particular annotation.</div>
 </td>
 </tr>
 <tr id="i8" class="altColor">
-<td class="colFirst"><code>static &lt;T extends org.apache.uima.cas.text.AnnotationFS&gt;<br><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;T&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#iterator-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-">iterator</a></span>(org.apache.uima.cas.CAS&nbsp;cas,
-        org.apache.uima.cas.Type&nbsp;type)</code>
+<td class="colFirst"><code>static &lt;T extends <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&gt;<br><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;T&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#iterator-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-">iterator</a></span>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;cas,
+        <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;type)</code>
 <div class="block">Get an iterator over the given annotation type.</div>
 </td>
 </tr>
 <tr id="i9" class="rowColor">
-<td class="colFirst"><code>static &lt;T extends org.apache.uima.cas.FeatureStructure&gt;<br><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;T&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#iteratorFS-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-">iteratorFS</a></span>(org.apache.uima.cas.CAS&nbsp;cas,
-          org.apache.uima.cas.Type&nbsp;type)</code>
+<td class="colFirst"><code>static &lt;T extends <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/FeatureStructure.html?is-external=true" title="class or interface in org.apache.uima.cas">FeatureStructure</a>&gt;<br><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;T&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#iteratorFS-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-">iteratorFS</a></span>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;cas,
+          <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;type)</code>
 <div class="block">Get an iterator over the given feature structures type.</div>
 </td>
 </tr>
 <tr id="i10" class="altColor">
-<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;org.apache.uima.cas.text.AnnotationFS&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#select-org.apache.uima.cas.ArrayFS-org.apache.uima.cas.Type-">select</a></span>(org.apache.uima.cas.ArrayFS&nbsp;array,
-      org.apache.uima.cas.Type&nbsp;type)</code>
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#select-org.apache.uima.cas.ArrayFS-org.apache.uima.cas.Type-">select</a></span>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/ArrayFS.html?is-external=true" title="class or interface in org.apache.uima.cas">ArrayFS</a>&nbsp;array,
+      <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;type)</code>
 <div class="block">Convenience method to iterator over all annotations of a given type.</div>
 </td>
 </tr>
 <tr id="i11" class="rowColor">
-<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;org.apache.uima.cas.text.AnnotationFS&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#select-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-">select</a></span>(org.apache.uima.cas.CAS&nbsp;cas,
-      org.apache.uima.cas.Type&nbsp;type)</code>
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#select-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-">select</a></span>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;cas,
+      <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;type)</code>
 <div class="block">Convenience method to iterator over all annotations of a given type.</div>
 </td>
 </tr>
 <tr id="i12" class="altColor">
-<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;org.apache.uima.cas.text.AnnotationFS&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectAll-org.apache.uima.cas.CAS-">selectAll</a></span>(org.apache.uima.cas.CAS&nbsp;aCas)</code>
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectAll-org.apache.uima.cas.CAS-">selectAll</a></span>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;aCas)</code>
 <div class="block">Convenience method to iterator over all annotations.</div>
 </td>
 </tr>
 <tr id="i13" class="rowColor">
-<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;org.apache.uima.cas.FeatureStructure&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectAllFS-org.apache.uima.cas.CAS-">selectAllFS</a></span>(org.apache.uima.cas.CAS&nbsp;aCas)</code>
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/FeatureStructure.html?is-external=true" title="class or interface in org.apache.uima.cas">FeatureStructure</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectAllFS-org.apache.uima.cas.CAS-">selectAllFS</a></span>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;aCas)</code>
 <div class="block">Convenience method to iterator over all features structures.</div>
 </td>
 </tr>
 <tr id="i14" class="altColor">
-<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.uima.cas.text.AnnotationFS&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectBetween-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-org.apache.uima.cas.text.AnnotationFS-">selectBetween</a></span>(org.apache.uima.cas.CAS&nbsp;cas,
-             org.apache.uima.cas.Type&nbsp;type,
-             org.apache.uima.cas.text.AnnotationFS&nbsp;ann1,
-             org.apache.uima.cas.text.AnnotationFS&nbsp;ann2)</code>
-<div class="block">Get a list of annotations of the given annotation type located between two annotations.</div>
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectAt-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-int-int-">selectAt</a></span>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;aCas,
+        <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;aType,
+        int&nbsp;aBegin,
+        int&nbsp;aEnd)</code>
+<div class="block">Get all annotations of the given type at the specified offsets.</div>
 </td>
 </tr>
 <tr id="i15" class="rowColor">
-<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.uima.cas.text.AnnotationFS&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectBetween-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-org.apache.uima.cas.text.AnnotationFS-">selectBetween</a></span>(org.apache.uima.cas.Type&nbsp;type,
-             org.apache.uima.cas.text.AnnotationFS&nbsp;ann1,
-             org.apache.uima.cas.text.AnnotationFS&nbsp;ann2)</code>
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectBetween-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-org.apache.uima.cas.text.AnnotationFS-">selectBetween</a></span>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;cas,
+             <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;type,
+             <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&nbsp;ann1,
+             <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&nbsp;ann2)</code>
 <div class="block">Get a list of annotations of the given annotation type located between two annotations.</div>
 </td>
 </tr>
 <tr id="i16" class="altColor">
-<td class="colFirst"><code>static org.apache.uima.cas.text.AnnotationFS</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectByIndex-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-int-">selectByIndex</a></span>(org.apache.uima.cas.CAS&nbsp;cas,
-             org.apache.uima.cas.Type&nbsp;type,
-             int&nbsp;index)</code>
-<div class="block">This method exists simply as a convenience method for unit testing.</div>
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectBetween-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-org.apache.uima.cas.text.AnnotationFS-">selectBetween</a></span>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;type,
+             <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&nbsp;ann1,
+             <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&nbsp;ann2)</code>
+<div class="block">Get a list of annotations of the given annotation type located between two annotations.</div>
 </td>
 </tr>
 <tr id="i17" class="rowColor">
-<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.uima.cas.text.AnnotationFS&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectCovered-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-">selectCovered</a></span>(org.apache.uima.cas.CAS&nbsp;cas,
-             org.apache.uima.cas.Type&nbsp;type,
-             org.apache.uima.cas.text.AnnotationFS&nbsp;coveringAnnotation)</code>
-<div class="block">Get a list of annotations of the given annotation type constraint by a certain annotation.</div>
+<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectByIndex-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-int-">selectByIndex</a></span>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;cas,
+             <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;type,
+             int&nbsp;index)</code>
+<div class="block">This method exists simply as a convenience method for unit testing.</div>
 </td>
 </tr>
 <tr id="i18" class="altColor">
-<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.uima.cas.text.AnnotationFS&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectCovered-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-int-int-">selectCovered</a></span>(org.apache.uima.cas.CAS&nbsp;cas,
-             org.apache.uima.cas.Type&nbsp;type,
-             int&nbsp;begin,
-             int&nbsp;end)</code>
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectCovered-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-">selectCovered</a></span>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;cas,
+             <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;type,
+             <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&nbsp;coveringAnnotation)</code>
 <div class="block">Get a list of annotations of the given annotation type constraint by a certain annotation.</div>
 </td>
 </tr>
 <tr id="i19" class="rowColor">
-<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.uima.cas.text.AnnotationFS&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectCovered-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-">selectCovered</a></span>(org.apache.uima.cas.Type&nbsp;type,
-             org.apache.uima.cas.text.AnnotationFS&nbsp;coveringAnnotation)</code>
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectCovered-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-int-int-">selectCovered</a></span>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;cas,
+             <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;type,
+             int&nbsp;begin,
+             int&nbsp;end)</code>
 <div class="block">Get a list of annotations of the given annotation type constraint by a certain annotation.</div>
 </td>
 </tr>
 <tr id="i20" class="altColor">
-<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.uima.cas.text.AnnotationFS&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectCovering-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-">selectCovering</a></span>(org.apache.uima.cas.CAS&nbsp;cas,
-              org.apache.uima.cas.Type&nbsp;type,
-              org.apache.uima.cas.text.AnnotationFS&nbsp;coveredAnnotation)</code>
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectCovered-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-">selectCovered</a></span>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;type,
+             <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&nbsp;coveringAnnotation)</code>
 <div class="block">Get a list of annotations of the given annotation type constraint by a certain annotation.</div>
 </td>
 </tr>
 <tr id="i21" class="rowColor">
-<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.uima.cas.text.AnnotationFS&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectCovering-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-int-int-">selectCovering</a></span>(org.apache.uima.cas.CAS&nbsp;cas,
-              org.apache.uima.cas.Type&nbsp;type,
-              int&nbsp;begin,
-              int&nbsp;end)</code>
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectCovering-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-">selectCovering</a></span>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;cas,
+              <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;type,
+              <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&nbsp;coveredAnnotation)</code>
 <div class="block">Get a list of annotations of the given annotation type constraint by a certain annotation.</div>
 </td>
 </tr>
 <tr id="i22" class="altColor">
-<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.uima.cas.text.AnnotationFS&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectCovering-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-">selectCovering</a></span>(org.apache.uima.cas.Type&nbsp;type,
-              org.apache.uima.cas.text.AnnotationFS&nbsp;coveredAnnotation)</code>
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectCovering-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-int-int-">selectCovering</a></span>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;cas,
+              <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;type,
+              int&nbsp;begin,
+              int&nbsp;end)</code>
 <div class="block">Get a list of annotations of the given annotation type constraint by a certain annotation.</div>
 </td>
 </tr>
 <tr id="i23" class="rowColor">
-<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.uima.cas.text.AnnotationFS&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectFollowing-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-int-">selectFollowing</a></span>(org.apache.uima.cas.CAS&nbsp;cas,
-               org.apache.uima.cas.Type&nbsp;type,
-               org.apache.uima.cas.text.AnnotationFS&nbsp;annotation,
-               int&nbsp;count)</code>
-<div class="block">Returns the n annotations following the given annotation</div>
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectCovering-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-">selectCovering</a></span>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;type,
+              <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&nbsp;coveredAnnotation)</code>
+<div class="block">Get a list of annotations of the given annotation type constraint by a certain annotation.</div>
 </td>
 </tr>
 <tr id="i24" class="altColor">
-<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;org.apache.uima.cas.FeatureStructure&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectFS-org.apache.uima.cas.ArrayFS-org.apache.uima.cas.Type-">selectFS</a></span>(org.apache.uima.cas.ArrayFS&nbsp;array,
-        org.apache.uima.cas.Type&nbsp;type)</code>
-<div class="block">Convenience method to iterator over all feature structures of a given type.</div>
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectFollowing-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-int-">selectFollowing</a></span>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;cas,
+               <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;type,
+               <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&nbsp;annotation,
+               int&nbsp;count)</code>
+<div class="block">Returns the n annotations following the given annotation</div>
 </td>
 </tr>
 <tr id="i25" class="rowColor">
-<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;org.apache.uima.cas.FeatureStructure&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectFS-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-">selectFS</a></span>(org.apache.uima.cas.CAS&nbsp;cas,
-        org.apache.uima.cas.Type&nbsp;type)</code>
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/FeatureStructure.html?is-external=true" title="class or interface in org.apache.uima.cas">FeatureStructure</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectFS-org.apache.uima.cas.ArrayFS-org.apache.uima.cas.Type-">selectFS</a></span>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/ArrayFS.html?is-external=true" title="class or interface in org.apache.uima.cas">ArrayFS</a>&nbsp;array,
+        <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;type)</code>
 <div class="block">Convenience method to iterator over all feature structures of a given type.</div>
 </td>
 </tr>
 <tr id="i26" class="altColor">
-<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.uima.cas.text.AnnotationFS&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectPreceding-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-int-">selectPreceding</a></span>(org.apache.uima.cas.CAS&nbsp;cas,
-               org.apache.uima.cas.Type&nbsp;type,
-               org.apache.uima.cas.text.AnnotationFS&nbsp;annotation,
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/FeatureStructure.html?is-external=true" title="class or interface in org.apache.uima.cas">FeatureStructure</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectFS-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-">selectFS</a></span>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;cas,
+        <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;type)</code>
+<div class="block">Convenience method to iterator over all feature structures of a given type.</div>
+</td>
+</tr>
+<tr id="i27" class="rowColor">
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectPreceding-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-int-">selectPreceding</a></span>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;cas,
+               <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;type,
+               <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&nbsp;annotation,
                int&nbsp;count)</code>
 <div class="block">Returns the n annotations preceding the given annotation</div>
 </td>
 </tr>
-<tr id="i27" class="rowColor">
-<td class="colFirst"><code>static org.apache.uima.cas.FeatureStructure</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectSingle-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-">selectSingle</a></span>(org.apache.uima.cas.CAS&nbsp;cas,
-            org.apache.uima.cas.Type&nbsp;type)</code>
+<tr id="i28" class="altColor">
+<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/FeatureStructure.html?is-external=true" title="class or interface in org.apache.uima.cas">FeatureStructure</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectSingle-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-">selectSingle</a></span>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;cas,
+            <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;type)</code>
 <div class="block">Get the single instance of the specified type from the JCas.</div>
 </td>
 </tr>
-<tr id="i28" class="altColor">
-<td class="colFirst"><code>static org.apache.uima.cas.text.AnnotationFS</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectSingleRelative-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-int-">selectSingleRelative</a></span>(org.apache.uima.cas.CAS&nbsp;cas,
-                    org.apache.uima.cas.Type&nbsp;type,
-                    org.apache.uima.cas.text.AnnotationFS&nbsp;annotation,
+<tr id="i29" class="rowColor">
+<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectSingleAt-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-int-int-">selectSingleAt</a></span>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;aCas,
+              <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;aType,
+              int&nbsp;aBegin,
+              int&nbsp;aEnd)</code>
+<div class="block">Get the single instance of the specified type from the CAS at the given offsets.</div>
+</td>
+</tr>
+<tr id="i30" class="altColor">
+<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectSingleRelative-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-int-">selectSingleRelative</a></span>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;cas,
+                    <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;type,
+                    <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&nbsp;annotation,
                     int&nbsp;index)</code>
 <div class="block">Return an annotation preceding or following of a given reference annotation.</div>
 </td>
 </tr>
-<tr id="i29" class="rowColor">
-<td class="colFirst"><code>static org.apache.uima.cas.text.AnnotationFS</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectSingleRelative-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-int-">selectSingleRelative</a></span>(org.apache.uima.cas.Type&nbsp;type,
-                    org.apache.uima.cas.text.AnnotationFS&nbsp;annotation,
+<tr id="i31" class="rowColor">
+<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectSingleRelative-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-int-">selectSingleRelative</a></span>(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;type,
+                    <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&nbsp;annotation,
                     int&nbsp;index)</code>
 <div class="block">Return an annotation preceding or following of a given reference annotation.</div>
 </td>
 </tr>
-<tr id="i30" class="altColor">
-<td class="colFirst"><code>static &lt;T extends org.apache.uima.cas.text.AnnotationFS&gt;<br><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#toText-java.lang.Iterable-">toText</a></span>(<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;T&gt;&nbsp;iterable)</code>
+<tr id="i32" class="altColor">
+<td class="colFirst"><code>static &lt;T extends <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&gt;<br><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#toText-java.lang.Iterable-">toText</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;T&gt;&nbsp;iterable)</code>
 <div class="block">Fetch the text covered by the specified annotations and return it as a list of strings.</div>
 </td>
 </tr>
-<tr id="i31" class="rowColor">
-<td class="colFirst"><code>static &lt;T extends org.apache.uima.cas.text.AnnotationFS&gt;<br><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#toText-java.util.Iterator-">toText</a></span>(<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;T&gt;&nbsp;iterator)</code>
+<tr id="i33" class="rowColor">
+<td class="colFirst"><code>static &lt;T extends <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&gt;<br><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#toText-java.util.Iterator-">toText</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;T&gt;&nbsp;iterator)</code>
 <div class="block">Fetch the text covered by the specified annotations and return it as a list of strings.</div>
 </td>
 </tr>
@@ -400,8 +418,8 @@ extends <a href="http://download.oracle.
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="ht
 tp://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -423,7 +441,7 @@ extends <a href="http://download.oracle.
 <ul class="blockListLast">
 <li class="blockList">
 <h4>UIMA_BUILTIN_JCAS_PREFIX</h4>
-<pre>public static final&nbsp;<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> UIMA_BUILTIN_JCAS_PREFIX</pre>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> UIMA_BUILTIN_JCAS_PREFIX</pre>
 <div class="block">Package name of JCas wrapper classes built into UIMA.</div>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
@@ -445,8 +463,8 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>iteratorFS</h4>
-<pre>public static&nbsp;&lt;T extends org.apache.uima.cas.FeatureStructure&gt;&nbsp;<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;T&gt;&nbsp;iteratorFS(org.apache.uima.cas.CAS&nbsp;cas,
-                                                                                      org.apache.uima.cas.Type&nbsp;type)</pre>
+<pre>public static&nbsp;&lt;T extends <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/FeatureStructure.html?is-external=true" title="class or interface in org.apache.uima.cas">FeatureStructure</a>&gt;&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;T&gt;&nbsp;iteratorFS(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;cas,
+                                                                  <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;type)</pre>
 <div class="block">Get an iterator over the given feature structures type.</div>
 <dl>
 <dt><span class="paramLabel">Type Parameters:</span></dt>
@@ -467,8 +485,8 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>iterator</h4>
-<pre>public static&nbsp;&lt;T extends org.apache.uima.cas.text.AnnotationFS&gt;&nbsp;<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;T&gt;&nbsp;iterator(org.apache.uima.cas.CAS&nbsp;cas,
-                                                                                     org.apache.uima.cas.Type&nbsp;type)</pre>
+<pre>public static&nbsp;&lt;T extends <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&gt;&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;T&gt;&nbsp;iterator(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;cas,
+                                                            <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;type)</pre>
 <div class="block">Get an iterator over the given annotation type.</div>
 <dl>
 <dt><span class="paramLabel">Type Parameters:</span></dt>
@@ -489,8 +507,8 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>getType</h4>
-<pre>public static&nbsp;org.apache.uima.cas.Type&nbsp;getType(org.apache.uima.cas.CAS&nbsp;cas,
-                                               <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;type)</pre>
+<pre>public static&nbsp;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;getType(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;cas,
+                           <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;type)</pre>
 <div class="block">Get the CAS type for the given JCas wrapper class.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -507,8 +525,8 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>getType</h4>
-<pre>public static&nbsp;org.apache.uima.cas.Type&nbsp;getType(org.apache.uima.cas.CAS&nbsp;aCas,
-                                               <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aTypename)</pre>
+<pre>public static&nbsp;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;getType(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;aCas,
+                           <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aTypename)</pre>
 <div class="block">Get the CAS type for the given name.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -525,10 +543,10 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>getAnnotationType</h4>
-<pre>public static&nbsp;org.apache.uima.cas.Type&nbsp;getAnnotationType(org.apache.uima.cas.CAS&nbsp;aCas,
-                                                         <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;aJCasClass)</pre>
+<pre>public static&nbsp;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;getAnnotationType(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;aCas,
+                                     <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;aJCasClass)</pre>
 <div class="block">Get the CAS type for the given JCas wrapper class making sure it is or inherits from
- <code>Annotation</code>.</div>
+ <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/jcas/tcas/Annotation.html?is-external=true" title="class or interface in org.apache.uima.jcas.tcas"><code>Annotation</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>aCas</code> - the CAS hosting the type system.</dd>
@@ -544,8 +562,8 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>getAnnotationType</h4>
-<pre>public static&nbsp;org.apache.uima.cas.Type&nbsp;getAnnotationType(org.apache.uima.cas.CAS&nbsp;aCas,
-                                                         <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aTypeName)</pre>
+<pre>public static&nbsp;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;getAnnotationType(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;aCas,
+                                     <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aTypeName)</pre>
 <div class="block">Get the CAS type for the given name making sure it is or inherits from Annotation.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -562,8 +580,8 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>selectFS</h4>
-<pre>public static&nbsp;<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;org.apache.uima.cas.FeatureStructure&gt;&nbsp;selectFS(org.apache.uima.cas.ArrayFS&nbsp;array,
-                                                                        org.apache.uima.cas.Type&nbsp;type)</pre>
+<pre>public static&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/FeatureStructure.html?is-external=true" title="class or interface in org.apache.uima.cas">FeatureStructure</a>&gt;&nbsp;selectFS(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/ArrayFS.html?is-external=true" title="class or interface in org.apache.uima.cas">ArrayFS</a>&nbsp;array,
+                                                    <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;type)</pre>
 <div class="block">Convenience method to iterator over all feature structures of a given type.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -582,8 +600,8 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>select</h4>
-<pre>public static&nbsp;<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;org.apache.uima.cas.text.AnnotationFS&gt;&nbsp;select(org.apache.uima.cas.ArrayFS&nbsp;array,
-                                                                       org.apache.uima.cas.Type&nbsp;type)</pre>
+<pre>public static&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&gt;&nbsp;select(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/ArrayFS.html?is-external=true" title="class or interface in org.apache.uima.cas">ArrayFS</a>&nbsp;array,
+                                              <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;type)</pre>
 <div class="block">Convenience method to iterator over all annotations of a given type.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -602,7 +620,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>selectAllFS</h4>
-<pre>public static&nbsp;<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;org.apache.uima.cas.FeatureStructure&gt;&nbsp;selectAllFS(org.apache.uima.cas.CAS&nbsp;aCas)</pre>
+<pre>public static&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/FeatureStructure.html?is-external=true" title="class or interface in org.apache.uima.cas">FeatureStructure</a>&gt;&nbsp;selectAllFS(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;aCas)</pre>
 <div class="block">Convenience method to iterator over all features structures.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -620,8 +638,8 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>selectFS</h4>
-<pre>public static&nbsp;<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;org.apache.uima.cas.FeatureStructure&gt;&nbsp;selectFS(org.apache.uima.cas.CAS&nbsp;cas,
-                                                                        org.apache.uima.cas.Type&nbsp;type)</pre>
+<pre>public static&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/FeatureStructure.html?is-external=true" title="class or interface in org.apache.uima.cas">FeatureStructure</a>&gt;&nbsp;selectFS(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;cas,
+                                                    <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;type)</pre>
 <div class="block">Convenience method to iterator over all feature structures of a given type.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -640,7 +658,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>selectAll</h4>
-<pre>public static&nbsp;<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;org.apache.uima.cas.text.AnnotationFS&gt;&nbsp;selectAll(org.apache.uima.cas.CAS&nbsp;aCas)</pre>
+<pre>public static&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&gt;&nbsp;selectAll(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;aCas)</pre>
 <div class="block">Convenience method to iterator over all annotations.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -658,8 +676,8 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>select</h4>
-<pre>public static&nbsp;<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;org.apache.uima.cas.text.AnnotationFS&gt;&nbsp;select(org.apache.uima.cas.CAS&nbsp;cas,
-                                                                       org.apache.uima.cas.Type&nbsp;type)</pre>
+<pre>public static&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&gt;&nbsp;select(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;cas,
+                                              <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;type)</pre>
 <div class="block">Convenience method to iterator over all annotations of a given type.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -672,15 +690,59 @@ extends <a href="http://download.oracle.
 </dl>
 </li>
 </ul>
+<a name="selectAt-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-int-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>selectAt</h4>
+<pre>public static&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&gt;&nbsp;selectAt(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;aCas,
+                                          <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;aType,
+                                          int&nbsp;aBegin,
+                                          int&nbsp;aEnd)</pre>
+<div class="block">Get all annotations of the given type at the specified offsets.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>aCas</code> - the CAS containing the annotations.</dd>
+<dd><code>aType</code> - the type of annotations to fetch.</dd>
+<dd><code>aBegin</code> - the begin offset.</dd>
+<dd><code>aEnd</code> - the end offset.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the annotations at the specified offsets.</dd>
+</dl>
+</li>
+</ul>
+<a name="selectSingleAt-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-int-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>selectSingleAt</h4>
+<pre>public static&nbsp;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&nbsp;selectSingleAt(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;aCas,
+                                          <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;aType,
+                                          int&nbsp;aBegin,
+                                          int&nbsp;aEnd)</pre>
+<div class="block">Get the single instance of the specified type from the CAS at the given offsets.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>aCas</code> - the CAS containing the annotations.</dd>
+<dd><code>aType</code> - the type of annotations to fetch.</dd>
+<dd><code>aBegin</code> - the begin offset.</dd>
+<dd><code>aEnd</code> - the end offset.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the single annotation at the specified offsets.</dd>
+</dl>
+</li>
+</ul>
 <a name="selectBetween-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-org.apache.uima.cas.text.AnnotationFS-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>selectBetween</h4>
-<pre>public static&nbsp;<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.uima.cas.text.AnnotationFS&gt;&nbsp;selectBetween(org.apache.uima.cas.Type&nbsp;type,
-                                                                        org.apache.uima.cas.text.AnnotationFS&nbsp;ann1,
-                                                                        org.apache.uima.cas.text.AnnotationFS&nbsp;ann2)</pre>
+<pre>public static&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&gt;&nbsp;selectBetween(<a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a>&nbsp;type,
+                                               <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&nbsp;ann1,
+                                               <a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>&nbsp;ann2)</pre>
 <div class="block">Get a list of annotations of the given annotation type located between two annotations. Does
  not use subiterators and does not respect type priorities. Zero-width annotations what lie on
  the borders are included in the result, e.g. if the boundary annotations are [1..2] and [2..3]
@@ -695,7 +757,7 @@ extends <a href="http://download.oracle.
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>a return value.</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><code>Subiterator</code>, 
+<dd><a href="http://uima.apache.org/d/uimaj-2.8.1/apidocs/org/apache/uima/cas/impl/Subiterator.html?is-external=true" title="class or interface in org.apache.uima.cas.impl"><code>Subiterator</code></a>, 
 <a href="package-summary.html#SortOrder">Order of selected feature structures</a></dd>
 </dl>
 </li>
@@ -706,10 +768,10 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>selectBetween</h4>
-<pre>public static&nbsp;<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.uima.cas.text.AnnotationFS&gt;&nbsp;selectBetween(org.apache.uima.cas.CAS&nbsp;cas,
-                                                                        org.apache.uima.cas.Type&nbsp;type,
-                                                                        org.apache.uima.cas.text.AnnotationFS&nbsp;ann1,

[... 323 lines stripped ...]