You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2016/08/30 15:50:45 UTC

svn commit: r1758411 [27/30] - in /uima/site/trunk/uima-website/docs/d/uimaj-current: ./ apidocs/ apidocs/org/apache/uima/ apidocs/org/apache/uima/analysis_component/ apidocs/org/apache/uima/analysis_component/class-use/ apidocs/org/apache/uima/analysi...

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/XmlCasDeserializer.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/XmlCasDeserializer.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/XmlCasDeserializer.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/XmlCasDeserializer.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>XmlCasDeserializer (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>XmlCasDeserializer (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="XmlCasDeserializer (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="XmlCasDeserializer (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -146,7 +146,7 @@ extends <a href="http://docs.oracle.com/
 <td class="colLast"><code><strong><a href="../../../../org/apache/uima/util/XmlCasDeserializer.html#deserialize(java.io.InputStream,%20org.apache.uima.cas.CAS,%20boolean)">deserialize</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;aStream,
            <a href="../../../../org/apache/uima/cas/CAS.html" title="interface in org.apache.uima.cas">CAS</a>&nbsp;aCAS,
            boolean&nbsp;aLenient)</code>
-<div class="block">Deserializes a CAS from XMI.</div>
+<div class="block">Deserializes a CAS from XMI or XCAS.</div>
 </td>
 </tr>
 </table>
@@ -217,7 +217,7 @@ extends <a href="http://docs.oracle.com/
                boolean&nbsp;aLenient)
                         throws <a href="http://docs.oracle.com/javase/7/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a>,
                                <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
-<div class="block">Deserializes a CAS from XMI.</div>
+<div class="block">Deserializes a CAS from XMI or XCAS.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>aStream</code> - input stream from which to read the XML document</dd><dd><code>aCAS</code> - CAS into which to deserialize. This CAS must be set up with a type system that is
           compatible with that in the XML</dd><dd><code>aLenient</code> - if true, unknown Types will be ignored. If false, unknown Types will cause an
           exception. The default is false.</dd>
@@ -293,6 +293,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/XmlCasSerializer.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/XmlCasSerializer.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/XmlCasSerializer.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/XmlCasSerializer.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>XmlCasSerializer (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>XmlCasSerializer (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="XmlCasSerializer (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="XmlCasSerializer (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -97,7 +97,11 @@
 <br>
 <pre>public abstract class <span class="strong">XmlCasSerializer</span>
 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">Serializes a CAS to inline XML format. The output format conforms to the XML Metadata Interchange
+<div class="block">This class is an older class with just two static methods which forward to methods in XmiCasSerializer.
+ 
+ Consider using XmiCasSerializer or CasIOUtils instead.
+ 
+ Serializes a CAS to inline XML format. The output format conforms to the XML Metadata Interchange
  (XMI) format, an OMG standard.
  <p>
  For more options, see <a href="../../../../org/apache/uima/cas/impl/XmiCasSerializer.html" title="class in org.apache.uima.cas.impl"><code>XmiCasSerializer</code></a>.</div>
@@ -295,6 +299,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/AnalysisEnginePerformanceReports.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/AnalysisEnginePerformanceReports.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/AnalysisEnginePerformanceReports.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/AnalysisEnginePerformanceReports.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.util.AnalysisEnginePerformanceReports (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.util.AnalysisEnginePerformanceReports (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.uima.util.AnalysisEnginePerformanceReports (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Class org.apache.uima.util.AnalysisEnginePerformanceReports (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/AnalysisEngineUtils.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/AnalysisEngineUtils.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/AnalysisEngineUtils.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/AnalysisEngineUtils.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.util.AnalysisEngineUtils (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.util.AnalysisEngineUtils (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.uima.util.AnalysisEngineUtils (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Class org.apache.uima.util.AnalysisEngineUtils (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/CasCopier.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/CasCopier.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/CasCopier.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/CasCopier.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.util.CasCopier (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.util.CasCopier (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.uima.util.CasCopier (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Class org.apache.uima.util.CasCopier (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/CasCreationUtils.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/CasCreationUtils.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/CasCreationUtils.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/CasCreationUtils.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.util.CasCreationUtils (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.util.CasCreationUtils (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.uima.util.CasCreationUtils (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Class org.apache.uima.util.CasCreationUtils (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Added: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/CasIOUtils.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/CasIOUtils.html?rev=1758411&view=auto
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/CasIOUtils.html (added)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/CasIOUtils.html Tue Aug 30 15:50:35 2016
@@ -0,0 +1,115 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.uima.util.CasIOUtils (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class org.apache.uima.util.CasIOUtils (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../org/apache/uima/util/CasIOUtils.html" title="class in org.apache.uima.util">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../../../../../overview-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/uima/util/class-use/CasIOUtils.html" target="_top">Frames</a></li>
+<li><a href="CasIOUtils.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class org.apache.uima.util.CasIOUtils" class="title">Uses of Class<br>org.apache.uima.util.CasIOUtils</h2>
+</div>
+<div class="classUseContainer">No usage of org.apache.uima.util.CasIOUtils</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../org/apache/uima/util/CasIOUtils.html" title="class in org.apache.uima.util">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../../../../../overview-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/uima/util/class-use/CasIOUtils.html" target="_top">Frames</a></li>
+<li><a href="CasIOUtils.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+</body>
+</html>

Added: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/CasLoadMode.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/CasLoadMode.html?rev=1758411&view=auto
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/CasLoadMode.html (added)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/CasLoadMode.html Tue Aug 30 15:50:35 2016
@@ -0,0 +1,193 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.uima.util.CasLoadMode (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class org.apache.uima.util.CasLoadMode (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../org/apache/uima/util/CasLoadMode.html" title="enum in org.apache.uima.util">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../../../../../overview-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/uima/util/class-use/CasLoadMode.html" target="_top">Frames</a></li>
+<li><a href="CasLoadMode.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class org.apache.uima.util.CasLoadMode" class="title">Uses of Class<br>org.apache.uima.util.CasLoadMode</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
+<caption><span>Packages that use <a href="../../../../../org/apache/uima/util/CasLoadMode.html" title="enum in org.apache.uima.util">CasLoadMode</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.uima.util">org.apache.uima.util</a></td>
+<td class="colLast">
+<div class="block">Utility classes and interfaces used by UIMA components.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.uima.util">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/uima/util/CasLoadMode.html" title="enum in org.apache.uima.util">CasLoadMode</a> in <a href="../../../../../org/apache/uima/util/package-summary.html">org.apache.uima.util</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../org/apache/uima/util/package-summary.html">org.apache.uima.util</a> that return <a href="../../../../../org/apache/uima/util/CasLoadMode.html" title="enum in org.apache.uima.util">CasLoadMode</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../org/apache/uima/util/CasLoadMode.html" title="enum in org.apache.uima.util">CasLoadMode</a></code></td>
+<td class="colLast"><span class="strong">CasLoadMode.</span><code><strong><a href="../../../../../org/apache/uima/util/CasLoadMode.html#valueOf(java.lang.String)">valueOf</a></strong>(<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;name)</code>
+<div class="block">Returns the enum constant of this type with the specified name.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../../org/apache/uima/util/CasLoadMode.html" title="enum in org.apache.uima.util">CasLoadMode</a>[]</code></td>
+<td class="colLast"><span class="strong">CasLoadMode.</span><code><strong><a href="../../../../../org/apache/uima/util/CasLoadMode.html#values()">values</a></strong>()</code>
+<div class="block">Returns an array containing the constants of this enum type, in
+the order they are declared.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../org/apache/uima/util/package-summary.html">org.apache.uima.util</a> with parameters of type <a href="../../../../../org/apache/uima/util/CasLoadMode.html" title="enum in org.apache.uima.util">CasLoadMode</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../org/apache/uima/cas/SerialFormat.html" title="enum in org.apache.uima.cas">SerialFormat</a></code></td>
+<td class="colLast"><span class="strong">CasIOUtils.</span><code><strong><a href="../../../../../org/apache/uima/util/CasIOUtils.html#load(java.io.InputStream,%20java.io.InputStream,%20org.apache.uima.cas.CAS,%20org.apache.uima.util.CasLoadMode)">load</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;casInputStream,
+    <a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;tsiInputStream,
+    <a href="../../../../../org/apache/uima/cas/CAS.html" title="interface in org.apache.uima.cas">CAS</a>&nbsp;aCAS,
+    <a href="../../../../../org/apache/uima/util/CasLoadMode.html" title="enum in org.apache.uima.util">CasLoadMode</a>&nbsp;casLoadMode)</code>
+<div class="block">Loads a CAS from an Input Stream.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../../org/apache/uima/cas/SerialFormat.html" title="enum in org.apache.uima.cas">SerialFormat</a></code></td>
+<td class="colLast"><span class="strong">CasIOUtils.</span><code><strong><a href="../../../../../org/apache/uima/util/CasIOUtils.html#load(java.net.URL,%20java.net.URL,%20org.apache.uima.cas.CAS,%20org.apache.uima.util.CasLoadMode)">load</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>&nbsp;casUrl,
+    <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>&nbsp;tsiUrl,
+    <a href="../../../../../org/apache/uima/cas/CAS.html" title="interface in org.apache.uima.cas">CAS</a>&nbsp;aCAS,
+    <a href="../../../../../org/apache/uima/util/CasLoadMode.html" title="enum in org.apache.uima.util">CasLoadMode</a>&nbsp;casLoadMode)</code>
+<div class="block">Loads a CAS from a URL source.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../org/apache/uima/util/CasLoadMode.html" title="enum in org.apache.uima.util">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../../../../../overview-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/uima/util/class-use/CasLoadMode.html" target="_top">Frames</a></li>
+<li><a href="CasLoadMode.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+</body>
+</html>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/CasPool.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/CasPool.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/CasPool.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/CasPool.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.util.CasPool (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.util.CasPool (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.uima.util.CasPool (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Class org.apache.uima.util.CasPool (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/CasPoolManagement.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/CasPoolManagement.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/CasPoolManagement.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/CasPoolManagement.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.uima.util.CasPoolManagement (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Interface org.apache.uima.util.CasPoolManagement (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.uima.util.CasPoolManagement (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Interface org.apache.uima.util.CasPoolManagement (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/CasToInlineXml.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/CasToInlineXml.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/CasToInlineXml.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/CasToInlineXml.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.util.CasToInlineXml (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.util.CasToInlineXml (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.uima.util.CasToInlineXml (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Class org.apache.uima.util.CasToInlineXml (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/ConcurrentHashMapWithProducer.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/ConcurrentHashMapWithProducer.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/ConcurrentHashMapWithProducer.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/ConcurrentHashMapWithProducer.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.util.ConcurrentHashMapWithProducer (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.util.ConcurrentHashMapWithProducer (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.uima.util.ConcurrentHashMapWithProducer (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Class org.apache.uima.util.ConcurrentHashMapWithProducer (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/ConsumerCasUtils.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/ConsumerCasUtils.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/ConsumerCasUtils.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/ConsumerCasUtils.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.util.ConsumerCasUtils (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.util.ConsumerCasUtils (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.uima.util.ConsumerCasUtils (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Class org.apache.uima.util.ConsumerCasUtils (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/FileUtils.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/FileUtils.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/FileUtils.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/FileUtils.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.util.FileUtils (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.util.FileUtils (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.uima.util.FileUtils (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Class org.apache.uima.util.FileUtils (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/InstrumentationFacility.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/InstrumentationFacility.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/InstrumentationFacility.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/InstrumentationFacility.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.uima.util.InstrumentationFacility (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Interface org.apache.uima.util.InstrumentationFacility (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.uima.util.InstrumentationFacility (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Interface org.apache.uima.util.InstrumentationFacility (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -185,6 +185,6 @@ and exception classes.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/InvalidXMLException.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/InvalidXMLException.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/InvalidXMLException.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/InvalidXMLException.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.util.InvalidXMLException (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.util.InvalidXMLException (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.uima.util.InvalidXMLException (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Class org.apache.uima.util.InvalidXMLException (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -764,6 +764,6 @@ Resource.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/JCasPool.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/JCasPool.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/JCasPool.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/JCasPool.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.util.JCasPool (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.util.JCasPool (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.uima.util.JCasPool (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Class org.apache.uima.util.JCasPool (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/Level.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/Level.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/Level.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/Level.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.util.Level (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.util.Level (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.uima.util.Level (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Class org.apache.uima.util.Level (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -325,6 +325,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/Logger.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/Logger.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/Logger.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/Logger.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.uima.util.Logger (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Interface org.apache.uima.util.Logger (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.uima.util.Logger (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Interface org.apache.uima.util.Logger (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -390,6 +390,6 @@ and exception classes.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/LoggerPrintStream.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/LoggerPrintStream.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/LoggerPrintStream.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/LoggerPrintStream.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.util.LoggerPrintStream (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.util.LoggerPrintStream (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.uima.util.LoggerPrintStream (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Class org.apache.uima.util.LoggerPrintStream (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/MessageReport.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/MessageReport.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/MessageReport.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/MessageReport.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.util.MessageReport (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.util.MessageReport (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.uima.util.MessageReport (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Class org.apache.uima.util.MessageReport (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/Misc.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/Misc.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/Misc.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/Misc.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.util.Misc (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.util.Misc (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.uima.util.Misc (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Class org.apache.uima.util.Misc (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/NameClassPair.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/NameClassPair.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/NameClassPair.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/NameClassPair.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.util.NameClassPair (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.util.NameClassPair (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.uima.util.NameClassPair (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Class org.apache.uima.util.NameClassPair (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -157,6 +157,6 @@ Resource.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/ProcessTrace.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/ProcessTrace.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/ProcessTrace.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/ProcessTrace.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.uima.util.ProcessTrace (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Interface org.apache.uima.util.ProcessTrace (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.uima.util.ProcessTrace (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Interface org.apache.uima.util.ProcessTrace (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -388,6 +388,6 @@ interfaces and exception classes.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/ProcessTraceEvent.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/ProcessTraceEvent.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/ProcessTraceEvent.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/ProcessTraceEvent.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.uima.util.ProcessTraceEvent (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Interface org.apache.uima.util.ProcessTraceEvent (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.uima.util.ProcessTraceEvent (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Interface org.apache.uima.util.ProcessTraceEvent (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -224,6 +224,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/Progress.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/Progress.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/Progress.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/Progress.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.uima.util.Progress (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Interface org.apache.uima.util.Progress (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.uima.util.Progress (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Interface org.apache.uima.util.Progress (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -216,6 +216,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/ProgressImpl.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/ProgressImpl.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/ProgressImpl.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/ProgressImpl.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.util.ProgressImpl (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.util.ProgressImpl (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.uima.util.ProgressImpl (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Class org.apache.uima.util.ProgressImpl (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/SaxDeserializer.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/SaxDeserializer.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/SaxDeserializer.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/SaxDeserializer.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.uima.util.SaxDeserializer (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Interface org.apache.uima.util.SaxDeserializer (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.uima.util.SaxDeserializer (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Interface org.apache.uima.util.SaxDeserializer (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -162,6 +162,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/Settings.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/Settings.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/Settings.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/Settings.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.uima.util.Settings (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Interface org.apache.uima.util.Settings (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.uima.util.Settings (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Interface org.apache.uima.util.Settings (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -105,6 +105,18 @@ Architecture.</div>
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/uima/util/Settings.html" title="interface in org.apache.uima.util">Settings</a></code></td>
+<td class="colLast"><span class="strong">ResourceSpecifierFactory.</span><code><strong><a href="../../../../../org/apache/uima/ResourceSpecifierFactory.html#createSettings()">createSettings</a></strong>()</code>
+<div class="block">Creates an empty <code>Settings</code> for External Override parameters.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/uima/util/Settings.html" title="interface in org.apache.uima.util">Settings</a></code></td>
+<td class="colLast"><span class="strong">UimaContext.</span><code><strong><a href="../../../../../org/apache/uima/UimaContext.html#getExternalOverrides()">getExternalOverrides</a></strong>()</code>
+<div class="block">Gets the <code>Settings</code> used for external parameter overrides</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/uima/util/Settings.html" title="interface in org.apache.uima.util">Settings</a></code></td>
 <td class="colLast"><span class="strong">UimaContextAdmin.</span><code><strong><a href="../../../../../org/apache/uima/UimaContextAdmin.html#getExternalOverrides()">getExternalOverrides</a></strong>()</code>
 <div class="block">Gets the settings to be used for external parameter overrides</div>
 </td>
@@ -198,6 +210,6 @@ Architecture.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/SimpleResourceFactory.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/SimpleResourceFactory.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/SimpleResourceFactory.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/SimpleResourceFactory.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.util.SimpleResourceFactory (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.util.SimpleResourceFactory (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.uima.util.SimpleResourceFactory (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Class org.apache.uima.util.SimpleResourceFactory (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/TCasFormatter.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/TCasFormatter.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/TCasFormatter.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/TCasFormatter.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.uima.util.TCasFormatter (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Interface org.apache.uima.util.TCasFormatter (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.uima.util.TCasFormatter (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Interface org.apache.uima.util.TCasFormatter (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -156,6 +156,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/TCasToInlineXml.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/TCasToInlineXml.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/TCasToInlineXml.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/TCasToInlineXml.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.util.TCasToInlineXml (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.util.TCasToInlineXml (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.uima.util.TCasToInlineXml (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Class org.apache.uima.util.TCasToInlineXml (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/TypeSystemUtil.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/TypeSystemUtil.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/TypeSystemUtil.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/TypeSystemUtil.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.util.TypeSystemUtil (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.util.TypeSystemUtil (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.uima.util.TypeSystemUtil (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Class org.apache.uima.util.TypeSystemUtil (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/UimaTimer.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/UimaTimer.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/UimaTimer.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/UimaTimer.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.uima.util.UimaTimer (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Interface org.apache.uima.util.UimaTimer (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.uima.util.UimaTimer (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Interface org.apache.uima.util.UimaTimer (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -162,6 +162,6 @@ Architecture.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/UriUtils.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/UriUtils.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/UriUtils.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/UriUtils.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.util.UriUtils (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.util.UriUtils (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.uima.util.UriUtils (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Class org.apache.uima.util.UriUtils (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/XMLInputSource.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/XMLInputSource.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/XMLInputSource.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/XMLInputSource.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.util.XMLInputSource (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.util.XMLInputSource (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.uima.util.XMLInputSource (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Class org.apache.uima.util.XMLInputSource (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -435,6 +435,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/XMLParser.ParsingOptions.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/XMLParser.ParsingOptions.html?rev=1758411&r1=1758410&r2=1758411&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/XMLParser.ParsingOptions.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/util/class-use/XMLParser.ParsingOptions.html Tue Aug 30 15:50:35 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.util.XMLParser.ParsingOptions (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.util.XMLParser.ParsingOptions (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.uima.util.XMLParser.ParsingOptions (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
+        parent.document.title="Uses of Class org.apache.uima.util.XMLParser.ParsingOptions (Apache UIMA Java SDK 2.9.0 User-Level API Documentation)";
     }
 //-->
 </script>
@@ -314,6 +314,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>