Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/CharSequenceTranslator.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/CharSequenceTranslator.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/CharSequenceTranslator.html
 Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>CharSequenceTranslator (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>CharSequenceTranslator (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CharSequenceTranslator (Apache Commons Text 
1.0-SNAPSHOT API)";
+            parent.document.title="CharSequenceTranslator (Apache Commons Text 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -109,14 +109,14 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <dl>
 <dt>Direct Known Subclasses:</dt>
-<dd><a 
href="../../../../../org/apache/commons/text/translate/AggregateTranslator.html"
 title="class in org.apache.commons.text.translate">AggregateTranslator</a>, <a 
href="../../../../../org/apache/commons/text/translate/CodePointTranslator.html"
 title="class in org.apache.commons.text.translate">CodePointTranslator</a>, <a 
href="../../../../../org/apache/commons/text/translate/CsvTranslators.CsvEscaper.html"
 title="class in 
org.apache.commons.text.translate">CsvTranslators.CsvEscaper</a>, <a 
href="../../../../../org/apache/commons/text/translate/CsvTranslators.CsvUnescaper.html"
 title="class in 
org.apache.commons.text.translate">CsvTranslators.CsvUnescaper</a>, <a 
href="../../../../../org/apache/commons/text/translate/LookupTranslator.html" 
title="class in org.apache.commons.text.translate">LookupTranslator</a>, <a 
href="../../../../../org/apache/commons/text/translate/NumericEntityUnescaper.html"
 title="class in org.apache.commons.text.translate">NumericEntityUnescaper</a>, 
<a hr
 ef="../../../../../org/apache/commons/text/translate/OctalUnescaper.html" 
title="class in org.apache.commons.text.translate">OctalUnescaper</a>, <a 
href="../../../../../org/apache/commons/text/translate/SingleLookupTranslator.html"
 title="class in org.apache.commons.text.translate">SingleLookupTranslator</a>, 
<a 
href="../../../../../org/apache/commons/text/translate/UnicodeUnescaper.html" 
title="class in org.apache.commons.text.translate">UnicodeUnescaper</a></dd>
+<dd><a 
href="../../../../../org/apache/commons/text/translate/AggregateTranslator.html"
 title="class in org.apache.commons.text.translate">AggregateTranslator</a>, <a 
href="../../../../../org/apache/commons/text/translate/CodePointTranslator.html"
 title="class in org.apache.commons.text.translate">CodePointTranslator</a>, <a 
href="../../../../../org/apache/commons/text/translate/CsvTranslators.CsvEscaper.html"
 title="class in 
org.apache.commons.text.translate">CsvTranslators.CsvEscaper</a>, <a 
href="../../../../../org/apache/commons/text/translate/CsvTranslators.CsvUnescaper.html"
 title="class in 
org.apache.commons.text.translate">CsvTranslators.CsvUnescaper</a>, <a 
href="../../../../../org/apache/commons/text/translate/LookupTranslator.html" 
title="class in org.apache.commons.text.translate">LookupTranslator</a>, <a 
href="../../../../../org/apache/commons/text/translate/NumericEntityUnescaper.html"
 title="class in org.apache.commons.text.translate">NumericEntityUnescaper</a>, 
<a hr
 ef="../../../../../org/apache/commons/text/translate/OctalUnescaper.html" 
title="class in org.apache.commons.text.translate">OctalUnescaper</a>, <a 
href="../../../../../org/apache/commons/text/translate/UnicodeUnescaper.html" 
title="class in org.apache.commons.text.translate">UnicodeUnescaper</a></dd>
 </dl>
 <hr>
 <br>
 <pre>public abstract class <a 
href="../../../../../src-html/org/apache/commons/text/translate/CharSequenceTranslator.html#line.31">CharSequenceTranslator</a>
 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">An API for translating text. 
- Its core use is to escape and unescape text. Because escaping and unescaping 
+<div class="block">An API for translating text.
+ Its core use is to escape and unescape text. Because escaping and unescaping
  is completely contextual, the API does not present two separate 
signatures.</div>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
@@ -175,7 +175,7 @@ extends <a href="http://docs.oracle.com/
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/commons/text/translate/CharSequenceTranslator.html#translate-java.lang.CharSequence-int-java.io.Writer-">translate</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true";
 title="class or interface in java.lang">CharSequence</a>&nbsp;input,
          int&nbsp;index,
          <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;out)</code>
-<div class="block">Translate a set of codepoints, represented by an int index 
into a CharSequence, 
+<div class="block">Translate a set of codepoints, represented by an int index 
into a CharSequence,
  into another set of codepoints.</div>
 </td>
 </tr>
@@ -189,7 +189,7 @@ extends <a href="http://docs.oracle.com/
 <tr id="i4" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in 
org.apache.commons.text.translate">CharSequenceTranslator</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/commons/text/translate/CharSequenceTranslator.html#with-org.apache.commons.text.translate.CharSequenceTranslator...-">with</a></span>(<a
 
href="../../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in 
org.apache.commons.text.translate">CharSequenceTranslator</a>...&nbsp;translators)</code>
-<div class="block">Helper method to create a merger of this translator with 
another set of 
+<div class="block">Helper method to create a merger of this translator with 
another set of
  translators.</div>
 </td>
 </tr>
@@ -238,13 +238,13 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>translate</h4>
-<pre>public abstract&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/CharSequenceTranslator.html#line.47">translate</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true";
 title="class or interface in java.lang">CharSequence</a>&nbsp;input,
+<pre>public abstract&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/CharSequenceTranslator.html#line.53">translate</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true";
 title="class or interface in java.lang">CharSequence</a>&nbsp;input,
                               int&nbsp;index,
                               <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;out)
                        throws <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">Translate a set of codepoints, represented by an int index 
into a CharSequence, 
- into another set of codepoints. The number of codepoints consumed must be 
returned, 
- and the only IOExceptions thrown must be from interacting with the Writer so 
that 
+<div class="block">Translate a set of codepoints, represented by an int index 
into a CharSequence,
+ into another set of codepoints. The number of codepoints consumed must be 
returned,
+ and the only IOExceptions thrown must be from interacting with the Writer so 
that
  the top level API may reliably ignore StringWriter IOExceptions.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -264,7 +264,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>translate</h4>
-<pre>public 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>&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/CharSequenceTranslator.html#line.54">translate</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true";
 title="class or interface in java.lang">CharSequence</a>&nbsp;input)</pre>
+<pre>public 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>&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/CharSequenceTranslator.html#line.60">translate</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true";
 title="class or interface in java.lang">CharSequence</a>&nbsp;input)</pre>
 <div class="block">Helper for non-Writer usage.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -280,10 +280,10 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>translate</h4>
-<pre>public final&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/CharSequenceTranslator.html#line.76">translate</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true";
 title="class or interface in java.lang">CharSequence</a>&nbsp;input,
+<pre>public final&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/CharSequenceTranslator.html#line.82">translate</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true";
 title="class or interface in java.lang">CharSequence</a>&nbsp;input,
                             <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;out)
                      throws <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">Translate an input onto a Writer. This is intentionally 
final as its algorithm is 
+<div class="block">Translate an input onto a Writer. This is intentionally 
final as its algorithm is
  tightly coupled with the abstract method of this class.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -300,8 +300,8 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>with</h4>
-<pre>public final&nbsp;<a 
href="../../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in 
org.apache.commons.text.translate">CharSequenceTranslator</a>&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/CharSequenceTranslator.html#line.117">with</a>(<a
 
href="../../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in 
org.apache.commons.text.translate">CharSequenceTranslator</a>...&nbsp;translators)</pre>
-<div class="block">Helper method to create a merger of this translator with 
another set of 
+<pre>public final&nbsp;<a 
href="../../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in 
org.apache.commons.text.translate">CharSequenceTranslator</a>&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/CharSequenceTranslator.html#line.123">with</a>(<a
 
href="../../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in 
org.apache.commons.text.translate">CharSequenceTranslator</a>...&nbsp;translators)</pre>
+<div class="block">Helper method to create a merger of this translator with 
another set of
  translators. Useful in customizing the standard functionality.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -317,7 +317,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>hex</h4>
-<pre>public static&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>&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/CharSequenceTranslator.html#line.131">hex</a>(int&nbsp;codepoint)</pre>
+<pre>public static&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>&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/CharSequenceTranslator.html#line.137">hex</a>(int&nbsp;codepoint)</pre>
 <div class="block"><p>Returns an upper case hexadecimal <code>String</code> 
for the given
  character.</p></div>
 <dl>

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/CodePointTranslator.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/CodePointTranslator.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/CodePointTranslator.html
 Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>CodePointTranslator (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>CodePointTranslator (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CodePointTranslator (Apache Commons Text 
1.0-SNAPSHOT API)";
+            parent.document.title="CodePointTranslator (Apache Commons Text 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -120,7 +120,7 @@ var activeTableTab = "activeTableTab";
 <br>
 <pre>public abstract class <a 
href="../../../../../src-html/org/apache/commons/text/translate/CodePointTranslator.html#line.28">CodePointTranslator</a>
 extends <a 
href="../../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in 
org.apache.commons.text.translate">CharSequenceTranslator</a></pre>
-<div class="block">Helper subclass to CharSequenceTranslator to allow for 
translations that 
+<div class="block">Helper subclass to CharSequenceTranslator to allow for 
translations that
  will replace up to one character at a time.</div>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
@@ -232,10 +232,10 @@ extends <a href="../../../../../org/apac
                            int&nbsp;index,
                            <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;out)
                     throws <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">Implementation of translate that maps onto the abstract 
translate(int, Writer) method. 
- Translate a set of codepoints, represented by an int index into a 
CharSequence, 
- into another set of codepoints. The number of codepoints consumed must be 
returned, 
- and the only IOExceptions thrown must be from interacting with the Writer so 
that 
+<div class="block">Implementation of translate that maps onto the abstract 
translate(int, Writer) method.
+ Translate a set of codepoints, represented by an int index into a 
CharSequence,
+ into another set of codepoints. The number of codepoints consumed must be 
returned,
+ and the only IOExceptions thrown must be from interacting with the Writer so 
that
  the top level API may reliably ignore StringWriter IOExceptions.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/CsvTranslators.CsvEscaper.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/CsvTranslators.CsvEscaper.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/CsvTranslators.CsvEscaper.html
 Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>CsvTranslators.CsvEscaper (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>CsvTranslators.CsvEscaper (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CsvTranslators.CsvEscaper (Apache Commons 
Text 1.0-SNAPSHOT API)";
+            parent.document.title="CsvTranslators.CsvEscaper (Apache Commons 
Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -118,7 +118,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public static class <a 
href="../../../../../src-html/org/apache/commons/text/translate/CsvTranslators.html#line.42">CsvTranslators.CsvEscaper</a>
+<pre>public static class <a 
href="../../../../../src-html/org/apache/commons/text/translate/CsvTranslators.html#line.48">CsvTranslators.CsvEscaper</a>
 extends <a 
href="../../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in 
org.apache.commons.text.translate">CharSequenceTranslator</a></pre>
 <div class="block">Translator for escaping Comma Separated Values.</div>
 </li>
@@ -161,7 +161,7 @@ extends <a href="../../../../../org/apac
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/commons/text/translate/CsvTranslators.CsvEscaper.html#translate-java.lang.CharSequence-int-java.io.Writer-">translate</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true";
 title="class or interface in java.lang">CharSequence</a>&nbsp;input,
          int&nbsp;index,
          <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;out)</code>
-<div class="block">Translate a set of codepoints, represented by an int index 
into a CharSequence, 
+<div class="block">Translate a set of codepoints, represented by an int index 
into a CharSequence,
  into another set of codepoints.</div>
 </td>
 </tr>
@@ -200,7 +200,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>CsvEscaper</h4>
-<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/CsvTranslators.CsvEscaper.html#line.42">CsvEscaper</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/CsvTranslators.CsvEscaper.html#line.48">CsvEscaper</a>()</pre>
 </li>
 </ul>
 </li>
@@ -222,9 +222,9 @@ extends <a href="../../../../../org/apac
                      <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;out)
               throws <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"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/commons/text/translate/CharSequenceTranslator.html#translate-java.lang.CharSequence-int-java.io.Writer-">CharSequenceTranslator</a></code></span></div>
-<div class="block">Translate a set of codepoints, represented by an int index 
into a CharSequence, 
- into another set of codepoints. The number of codepoints consumed must be 
returned, 
- and the only IOExceptions thrown must be from interacting with the Writer so 
that 
+<div class="block">Translate a set of codepoints, represented by an int index 
into a CharSequence,
+ into another set of codepoints. The number of codepoints consumed must be 
returned,
+ and the only IOExceptions thrown must be from interacting with the Writer so 
that
  the top level API may reliably ignore StringWriter IOExceptions.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/CsvTranslators.CsvUnescaper.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/CsvTranslators.CsvUnescaper.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/CsvTranslators.CsvUnescaper.html
 Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>CsvTranslators.CsvUnescaper (Apache Commons Text 1.0-SNAPSHOT 
API)</title>
+<title>CsvTranslators.CsvUnescaper (Apache Commons Text 1.1-SNAPSHOT 
API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CsvTranslators.CsvUnescaper (Apache Commons 
Text 1.0-SNAPSHOT API)";
+            parent.document.title="CsvTranslators.CsvUnescaper (Apache Commons 
Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -118,7 +118,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public static class <a 
href="../../../../../src-html/org/apache/commons/text/translate/CsvTranslators.html#line.61">CsvTranslators.CsvUnescaper</a>
+<pre>public static class <a 
href="../../../../../src-html/org/apache/commons/text/translate/CsvTranslators.html#line.67">CsvTranslators.CsvUnescaper</a>
 extends <a 
href="../../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in 
org.apache.commons.text.translate">CharSequenceTranslator</a></pre>
 <div class="block">Translator for unescaping escaped Comma Separated Value 
entries.</div>
 </li>
@@ -161,7 +161,7 @@ extends <a href="../../../../../org/apac
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/commons/text/translate/CsvTranslators.CsvUnescaper.html#translate-java.lang.CharSequence-int-java.io.Writer-">translate</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true";
 title="class or interface in java.lang">CharSequence</a>&nbsp;input,
          int&nbsp;index,
          <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;out)</code>
-<div class="block">Translate a set of codepoints, represented by an int index 
into a CharSequence, 
+<div class="block">Translate a set of codepoints, represented by an int index 
into a CharSequence,
  into another set of codepoints.</div>
 </td>
 </tr>
@@ -200,7 +200,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>CsvUnescaper</h4>
-<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/CsvTranslators.CsvUnescaper.html#line.61">CsvUnescaper</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/CsvTranslators.CsvUnescaper.html#line.67">CsvUnescaper</a>()</pre>
 </li>
 </ul>
 </li>
@@ -222,9 +222,9 @@ extends <a href="../../../../../org/apac
                      <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;out)
               throws <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"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/commons/text/translate/CharSequenceTranslator.html#translate-java.lang.CharSequence-int-java.io.Writer-">CharSequenceTranslator</a></code></span></div>
-<div class="block">Translate a set of codepoints, represented by an int index 
into a CharSequence, 
- into another set of codepoints. The number of codepoints consumed must be 
returned, 
- and the only IOExceptions thrown must be from interacting with the Writer so 
that 
+<div class="block">Translate a set of codepoints, represented by an int index 
into a CharSequence,
+ into another set of codepoints. The number of codepoints consumed must be 
returned,
+ and the only IOExceptions thrown must be from interacting with the Writer so 
that
  the top level API may reliably ignore StringWriter IOExceptions.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/CsvTranslators.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/CsvTranslators.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/CsvTranslators.html
 Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>CsvTranslators (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>CsvTranslators (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CsvTranslators (Apache Commons Text 
1.0-SNAPSHOT API)";
+            parent.document.title="CsvTranslators (Apache Commons Text 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -103,7 +103,7 @@
 <li class="blockList">
 <hr>
 <br>
-<pre>public class <a 
href="../../../../../src-html/org/apache/commons/text/translate/CsvTranslators.html#line.28">CsvTranslators</a>
+<pre>public final class <a 
href="../../../../../src-html/org/apache/commons/text/translate/CsvTranslators.html#line.28">CsvTranslators</a>
 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">This class holds inner classes for escaping/unescaping 
Comma Separated Values.</div>
 </li>

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/EntityArrays.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/EntityArrays.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/EntityArrays.html
 Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>EntityArrays (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>EntityArrays (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="EntityArrays (Apache Commons Text 
1.0-SNAPSHOT API)";
+            parent.document.title="EntityArrays (Apache Commons Text 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -238,7 +238,7 @@ extends <a href="http://docs.oracle.com/
 <tr id="i0" class="altColor">
 <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://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true";
 title="class or interface in java.lang">CharSequence</a>,<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true";
 title="class or interface in java.lang">CharSequence</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/commons/text/translate/EntityArrays.html#invert-java.util.Map-">invert</a></span>(<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://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true";
 title="class or interface in java.lang">CharSequence</a>,<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true";
 title="class or interface in java.lang">CharSequence</a>&gt;&nbsp;map)</code>
-<div class="block">Used to invert an escape Map into an unescape Map</div>
+<div class="block">Used to invert an escape Map into an unescape Map.</div>
 </td>
 </tr>
 </table>
@@ -407,7 +407,7 @@ extends <a href="http://docs.oracle.com/
 <li class="blockList">
 <h4>invert</h4>
 <pre>public static&nbsp;<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://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true";
 title="class or interface in java.lang">CharSequence</a>,<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true";
 title="class or interface in java.lang">CharSequence</a>&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/EntityArrays.html#line.435">invert</a>(<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://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true";
 title="class or interface in java.lang">CharSequence</a>,<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true";
 title="class or interface i
 n java.lang">CharSequence</a>&gt;&nbsp;map)</pre>
-<div class="block">Used to invert an escape Map into an unescape Map</div>
+<div class="block">Used to invert an escape Map into an unescape Map.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>map</code> - Map&lt;String, String&gt; to be inverted</dd>

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/JavaUnicodeEscaper.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/JavaUnicodeEscaper.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/JavaUnicodeEscaper.html
 Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>JavaUnicodeEscaper (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>JavaUnicodeEscaper (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JavaUnicodeEscaper (Apache Commons Text 
1.0-SNAPSHOT API)";
+            parent.document.title="JavaUnicodeEscaper (Apache Commons Text 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -204,7 +204,7 @@ extends <a href="../../../../../org/apac
 <tr id="i4" class="altColor">
 <td class="colFirst"><code>protected <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/commons/text/translate/JavaUnicodeEscaper.html#toUtf16Escape-int-">toUtf16Escape</a></span>(int&nbsp;codepoint)</code>
-<div class="block">Converts the given codepoint to a hex string of the form 
<code>"\\uXXXX\\uXXXX"</code></div>
+<div class="block">Converts the given codepoint to a hex string of the form 
<code>"\\uXXXX\\uXXXX"</code>.</div>
 </td>
 </tr>
 </table>
@@ -363,7 +363,7 @@ extends <a href="../../../../../org/apac
 <li class="blockList">
 <h4>toUtf16Escape</h4>
 <pre>protected&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>&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/JavaUnicodeEscaper.html#line.108">toUtf16Escape</a>(int&nbsp;codepoint)</pre>
-<div class="block">Converts the given codepoint to a hex string of the form 
<code>"\\uXXXX\\uXXXX"</code></div>
+<div class="block">Converts the given codepoint to a hex string of the form 
<code>"\\uXXXX\\uXXXX"</code>.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/commons/text/translate/UnicodeEscaper.html#toUtf16Escape-int-">toUtf16Escape</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/commons/text/translate/UnicodeEscaper.html" 
title="class in 
org.apache.commons.text.translate">UnicodeEscaper</a></code></dd>

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/LookupTranslator.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/LookupTranslator.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/LookupTranslator.html
 Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>LookupTranslator (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>LookupTranslator (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="LookupTranslator (Apache Commons Text 
1.0-SNAPSHOT API)";
+            parent.document.title="LookupTranslator (Apache Commons Text 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -166,7 +166,7 @@ extends <a href="../../../../../org/apac
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/commons/text/translate/LookupTranslator.html#translate-java.lang.CharSequence-int-java.io.Writer-">translate</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true";
 title="class or interface in java.lang">CharSequence</a>&nbsp;input,
          int&nbsp;index,
          <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;out)</code>
-<div class="block">Translate a set of codepoints, represented by an int index 
into a CharSequence, 
+<div class="block">Translate a set of codepoints, represented by an int index 
into a CharSequence,
  into another set of codepoints.</div>
 </td>
 </tr>
@@ -205,7 +205,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>LookupTranslator</h4>
-<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/LookupTranslator.html#line.50">LookupTranslator</a>(<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://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true";
 title="class or interface in java.lang">CharSequence</a>,<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true";
 title="class or interface in 
java.lang">CharSequence</a>&gt;&nbsp;lookupMap)</pre>
+<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/LookupTranslator.html#line.54">LookupTranslator</a>(<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://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true";
 title="class or interface in java.lang">CharSequence</a>,<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true";
 title="class or interface in 
java.lang">CharSequence</a>&gt;&nbsp;lookupMap)</pre>
 <div class="block">Define the lookup table to be used in translation
 
  Note that, as of Lang 3.1 (the orgin of this code), the key to the lookup
@@ -233,13 +233,13 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>translate</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/LookupTranslator.html#line.80">translate</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true";
 title="class or interface in java.lang">CharSequence</a>&nbsp;input,
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/LookupTranslator.html#line.84">translate</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true";
 title="class or interface in java.lang">CharSequence</a>&nbsp;input,
                      int&nbsp;index,
                      <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;out)
               throws <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">Translate a set of codepoints, represented by an int index 
into a CharSequence, 
- into another set of codepoints. The number of codepoints consumed must be 
returned, 
- and the only IOExceptions thrown must be from interacting with the Writer so 
that 
+<div class="block">Translate a set of codepoints, represented by an int index 
into a CharSequence,
+ into another set of codepoints. The number of codepoints consumed must be 
returned,
+ and the only IOExceptions thrown must be from interacting with the Writer so 
that
  the top level API may reliably ignore StringWriter IOExceptions.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/NumericEntityEscaper.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/NumericEntityEscaper.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/NumericEntityEscaper.html
 Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>NumericEntityEscaper (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>NumericEntityEscaper (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="NumericEntityEscaper (Apache Commons Text 
1.0-SNAPSHOT API)";
+            parent.document.title="NumericEntityEscaper (Apache Commons Text 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -238,7 +238,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>NumericEntityEscaper</h4>
-<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/NumericEntityEscaper.html#line.52">NumericEntityEscaper</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/NumericEntityEscaper.html#line.55">NumericEntityEscaper</a>()</pre>
 <div class="block"><p>Constructs a <code>NumericEntityEscaper</code> for all 
characters. </p></div>
 </li>
 </ul>
@@ -256,7 +256,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>below</h4>
-<pre>public static&nbsp;<a 
href="../../../../../org/apache/commons/text/translate/NumericEntityEscaper.html"
 title="class in 
org.apache.commons.text.translate">NumericEntityEscaper</a>&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/NumericEntityEscaper.html#line.62">below</a>(int&nbsp;codepoint)</pre>
+<pre>public static&nbsp;<a 
href="../../../../../org/apache/commons/text/translate/NumericEntityEscaper.html"
 title="class in 
org.apache.commons.text.translate">NumericEntityEscaper</a>&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/NumericEntityEscaper.html#line.65">below</a>(int&nbsp;codepoint)</pre>
 <div class="block"><p>Constructs a <code>NumericEntityEscaper</code> below the 
specified value (exclusive). </p></div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -272,7 +272,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>above</h4>
-<pre>public static&nbsp;<a 
href="../../../../../org/apache/commons/text/translate/NumericEntityEscaper.html"
 title="class in 
org.apache.commons.text.translate">NumericEntityEscaper</a>&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/NumericEntityEscaper.html#line.72">above</a>(int&nbsp;codepoint)</pre>
+<pre>public static&nbsp;<a 
href="../../../../../org/apache/commons/text/translate/NumericEntityEscaper.html"
 title="class in 
org.apache.commons.text.translate">NumericEntityEscaper</a>&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/NumericEntityEscaper.html#line.75">above</a>(int&nbsp;codepoint)</pre>
 <div class="block"><p>Constructs a <code>NumericEntityEscaper</code> above the 
specified value (exclusive). </p></div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -288,7 +288,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>between</h4>
-<pre>public static&nbsp;<a 
href="../../../../../org/apache/commons/text/translate/NumericEntityEscaper.html"
 title="class in 
org.apache.commons.text.translate">NumericEntityEscaper</a>&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/NumericEntityEscaper.html#line.83">between</a>(int&nbsp;codepointLow,
+<pre>public static&nbsp;<a 
href="../../../../../org/apache/commons/text/translate/NumericEntityEscaper.html"
 title="class in 
org.apache.commons.text.translate">NumericEntityEscaper</a>&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/NumericEntityEscaper.html#line.86">between</a>(int&nbsp;codepointLow,
                                            int&nbsp;codepointHigh)</pre>
 <div class="block"><p>Constructs a <code>NumericEntityEscaper</code> between 
the specified values (inclusive). </p></div>
 <dl>
@@ -306,7 +306,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>outsideOf</h4>
-<pre>public static&nbsp;<a 
href="../../../../../org/apache/commons/text/translate/NumericEntityEscaper.html"
 title="class in 
org.apache.commons.text.translate">NumericEntityEscaper</a>&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/NumericEntityEscaper.html#line.94">outsideOf</a>(int&nbsp;codepointLow,
+<pre>public static&nbsp;<a 
href="../../../../../org/apache/commons/text/translate/NumericEntityEscaper.html"
 title="class in 
org.apache.commons.text.translate">NumericEntityEscaper</a>&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/NumericEntityEscaper.html#line.97">outsideOf</a>(int&nbsp;codepointLow,
                                              int&nbsp;codepointHigh)</pre>
 <div class="block"><p>Constructs a <code>NumericEntityEscaper</code> outside 
of the specified values (exclusive). </p></div>
 <dl>
@@ -324,7 +324,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>translate</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/NumericEntityEscaper.html#line.102">translate</a>(int&nbsp;codepoint,
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/NumericEntityEscaper.html#line.105">translate</a>(int&nbsp;codepoint,
                          <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;out)
                   throws <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">Translate the specified codepoint into another.</div>

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/NumericEntityUnescaper.OPTION.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/NumericEntityUnescaper.OPTION.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/NumericEntityUnescaper.OPTION.html
 Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>NumericEntityUnescaper.OPTION (Apache Commons Text 1.0-SNAPSHOT 
API)</title>
+<title>NumericEntityUnescaper.OPTION (Apache Commons Text 1.1-SNAPSHOT 
API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="NumericEntityUnescaper.OPTION (Apache 
Commons Text 1.0-SNAPSHOT API)";
+            parent.document.title="NumericEntityUnescaper.OPTION (Apache 
Commons Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -122,8 +122,9 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public static enum <a 
href="../../../../../src-html/org/apache/commons/text/translate/NumericEntityUnescaper.html#line.34">NumericEntityUnescaper.OPTION</a>
+<pre>public static enum <a 
href="../../../../../src-html/org/apache/commons/text/translate/NumericEntityUnescaper.html#line.35">NumericEntityUnescaper.OPTION</a>
 extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang">Enum</a>&lt;<a 
href="../../../../../org/apache/commons/text/translate/NumericEntityUnescaper.OPTION.html"
 title="enum in 
org.apache.commons.text.translate">NumericEntityUnescaper.OPTION</a>&gt;</pre>
+<div class="block">NumericEntityUnescaper option enum.</div>
 </li>
 </ul>
 </div>
@@ -213,7 +214,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>semiColonRequired</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/commons/text/translate/NumericEntityUnescaper.OPTION.html"
 title="enum in 
org.apache.commons.text.translate">NumericEntityUnescaper.OPTION</a> <a 
href="../../../../../src-html/org/apache/commons/text/translate/NumericEntityUnescaper.OPTION.html#line.34">semiColonRequired</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/commons/text/translate/NumericEntityUnescaper.OPTION.html"
 title="enum in 
org.apache.commons.text.translate">NumericEntityUnescaper.OPTION</a> <a 
href="../../../../../src-html/org/apache/commons/text/translate/NumericEntityUnescaper.OPTION.html#line.35">semiColonRequired</a></pre>
 </li>
 </ul>
 <a name="semiColonOptional">
@@ -222,7 +223,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>semiColonOptional</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/commons/text/translate/NumericEntityUnescaper.OPTION.html"
 title="enum in 
org.apache.commons.text.translate">NumericEntityUnescaper.OPTION</a> <a 
href="../../../../../src-html/org/apache/commons/text/translate/NumericEntityUnescaper.OPTION.html#line.34">semiColonOptional</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/commons/text/translate/NumericEntityUnescaper.OPTION.html"
 title="enum in 
org.apache.commons.text.translate">NumericEntityUnescaper.OPTION</a> <a 
href="../../../../../src-html/org/apache/commons/text/translate/NumericEntityUnescaper.OPTION.html#line.35">semiColonOptional</a></pre>
 </li>
 </ul>
 <a name="errorIfNoSemiColon">
@@ -231,7 +232,7 @@ the order they are declared.</div>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>errorIfNoSemiColon</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/commons/text/translate/NumericEntityUnescaper.OPTION.html"
 title="enum in 
org.apache.commons.text.translate">NumericEntityUnescaper.OPTION</a> <a 
href="../../../../../src-html/org/apache/commons/text/translate/NumericEntityUnescaper.OPTION.html#line.34">errorIfNoSemiColon</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/commons/text/translate/NumericEntityUnescaper.OPTION.html"
 title="enum in 
org.apache.commons.text.translate">NumericEntityUnescaper.OPTION</a> <a 
href="../../../../../src-html/org/apache/commons/text/translate/NumericEntityUnescaper.OPTION.html#line.35">errorIfNoSemiColon</a></pre>
 </li>
 </ul>
 </li>
@@ -248,7 +249,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>values</h4>
-<pre>public static&nbsp;<a 
href="../../../../../org/apache/commons/text/translate/NumericEntityUnescaper.OPTION.html"
 title="enum in 
org.apache.commons.text.translate">NumericEntityUnescaper.OPTION</a>[]&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/NumericEntityUnescaper.OPTION.html#line.34">values</a>()</pre>
+<pre>public static&nbsp;<a 
href="../../../../../org/apache/commons/text/translate/NumericEntityUnescaper.OPTION.html"
 title="enum in 
org.apache.commons.text.translate">NumericEntityUnescaper.OPTION</a>[]&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/NumericEntityUnescaper.OPTION.html#line.35">values</a>()</pre>
 <div class="block">Returns an array containing the constants of this enum 
type, in
 the order they are declared.  This method may be used to iterate
 over the constants as follows:
@@ -268,7 +269,7 @@ for (NumericEntityUnescaper.OPTION c : N
 <ul class="blockListLast">
 <li class="blockList">
 <h4>valueOf</h4>
-<pre>public static&nbsp;<a 
href="../../../../../org/apache/commons/text/translate/NumericEntityUnescaper.OPTION.html"
 title="enum in 
org.apache.commons.text.translate">NumericEntityUnescaper.OPTION</a>&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/NumericEntityUnescaper.OPTION.html#line.34">valueOf</a>(<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)</pre>
+<pre>public static&nbsp;<a 
href="../../../../../org/apache/commons/text/translate/NumericEntityUnescaper.OPTION.html"
 title="enum in 
org.apache.commons.text.translate">NumericEntityUnescaper.OPTION</a>&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/NumericEntityUnescaper.OPTION.html#line.35">valueOf</a>(<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)</pre>
 <div class="block">Returns the enum constant of this type with the specified 
name.
 The string must match <i>exactly</i> an identifier used to declare an
 enum constant in this type.  (Extraneous whitespace characters are 

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/NumericEntityUnescaper.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/NumericEntityUnescaper.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/NumericEntityUnescaper.html
 Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>NumericEntityUnescaper (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>NumericEntityUnescaper (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="NumericEntityUnescaper (Apache Commons Text 
1.0-SNAPSHOT API)";
+            parent.document.title="NumericEntityUnescaper (Apache Commons Text 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -116,7 +116,7 @@ var activeTableTab = "activeTableTab";
 <br>
 <pre>public class <a 
href="../../../../../src-html/org/apache/commons/text/translate/NumericEntityUnescaper.html#line.32">NumericEntityUnescaper</a>
 extends <a 
href="../../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in 
org.apache.commons.text.translate">CharSequenceTranslator</a></pre>
-<div class="block">Translate XML numeric entities of the form &amp;#[xX]?\d+;? 
to 
+<div class="block">Translate XML numeric entities of the form &amp;#[xX]?\d+;? 
to
  the specific codepoint.
 
  Note that the semi-colon is optional.</div>
@@ -144,7 +144,9 @@ extends <a href="../../../../../org/apac
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/commons/text/translate/NumericEntityUnescaper.OPTION.html"
 title="enum in 
org.apache.commons.text.translate">NumericEntityUnescaper.OPTION</a></span></code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/commons/text/translate/NumericEntityUnescaper.OPTION.html"
 title="enum in 
org.apache.commons.text.translate">NumericEntityUnescaper.OPTION</a></span></code>
+<div class="block">NumericEntityUnescaper option enum.</div>
+</td>
 </tr>
 </table>
 </li>
@@ -191,7 +193,7 @@ extends <a href="../../../../../org/apac
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/commons/text/translate/NumericEntityUnescaper.html#translate-java.lang.CharSequence-int-java.io.Writer-">translate</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true";
 title="class or interface in java.lang">CharSequence</a>&nbsp;input,
          int&nbsp;index,
          <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;out)</code>
-<div class="block">Translate a set of codepoints, represented by an int index 
into a CharSequence, 
+<div class="block">Translate a set of codepoints, represented by an int index 
into a CharSequence,
  into another set of codepoints.</div>
 </td>
 </tr>
@@ -230,11 +232,11 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>NumericEntityUnescaper</h4>
-<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/NumericEntityUnescaper.html#line.55">NumericEntityUnescaper</a>(<a
 
href="../../../../../org/apache/commons/text/translate/NumericEntityUnescaper.OPTION.html"
 title="enum in 
org.apache.commons.text.translate">NumericEntityUnescaper.OPTION</a>...&nbsp;options)</pre>
+<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/NumericEntityUnescaper.html#line.56">NumericEntityUnescaper</a>(<a
 
href="../../../../../org/apache/commons/text/translate/NumericEntityUnescaper.OPTION.html"
 title="enum in 
org.apache.commons.text.translate">NumericEntityUnescaper.OPTION</a>...&nbsp;options)</pre>
 <div class="block">Create a UnicodeUnescaper.
 
- The constructor takes a list of options, only one type of which is currently 
- available (whether to allow, error or ignore the semi-colon on the end of a 
+ The constructor takes a list of options, only one type of which is currently
+ available (whether to allow, error or ignore the semi-colon on the end of a
  numeric entity to being missing).
 
  For example, to support numeric entities without a ';':
@@ -263,7 +265,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>isSet</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/NumericEntityUnescaper.html#line.69">isSet</a>(<a
 
href="../../../../../org/apache/commons/text/translate/NumericEntityUnescaper.OPTION.html"
 title="enum in 
org.apache.commons.text.translate">NumericEntityUnescaper.OPTION</a>&nbsp;option)</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/NumericEntityUnescaper.html#line.70">isSet</a>(<a
 
href="../../../../../org/apache/commons/text/translate/NumericEntityUnescaper.OPTION.html"
 title="enum in 
org.apache.commons.text.translate">NumericEntityUnescaper.OPTION</a>&nbsp;option)</pre>
 <div class="block">Whether the passed in option is currently set.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -279,13 +281,13 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>translate</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/NumericEntityUnescaper.html#line.77">translate</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true";
 title="class or interface in java.lang">CharSequence</a>&nbsp;input,
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/NumericEntityUnescaper.html#line.78">translate</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true";
 title="class or interface in java.lang">CharSequence</a>&nbsp;input,
                      int&nbsp;index,
                      <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;out)
               throws <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">Translate a set of codepoints, represented by an int index 
into a CharSequence, 
- into another set of codepoints. The number of codepoints consumed must be 
returned, 
- and the only IOExceptions thrown must be from interacting with the Writer so 
that 
+<div class="block">Translate a set of codepoints, represented by an int index 
into a CharSequence,
+ into another set of codepoints. The number of codepoints consumed must be 
returned,
+ and the only IOExceptions thrown must be from interacting with the Writer so 
that
  the top level API may reliably ignore StringWriter IOExceptions.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/OctalUnescaper.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/OctalUnescaper.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/OctalUnescaper.html
 Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>OctalUnescaper (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>OctalUnescaper (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="OctalUnescaper (Apache Commons Text 
1.0-SNAPSHOT API)";
+            parent.document.title="OctalUnescaper (Apache Commons Text 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -50,7 +50,7 @@ var activeTableTab = "activeTableTab";
 <div class="subNav">
 <ul class="navList">
 <li><a 
href="../../../../../org/apache/commons/text/translate/NumericEntityUnescaper.OPTION.html"
 title="enum in org.apache.commons.text.translate"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a 
href="../../../../../org/apache/commons/text/translate/SingleLookupTranslator.html"
 title="class in org.apache.commons.text.translate"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../org/apache/commons/text/translate/UnicodeEscaper.html" 
title="class in org.apache.commons.text.translate"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a 
href="../../../../../index.html?org/apache/commons/text/translate/OctalUnescaper.html"
 target="_top">Frames</a></li>
@@ -120,7 +120,7 @@ extends <a href="../../../../../org/apac
 
  For example, "\45" should go back to being the specific value (a %).
 
- Note that this currently only supports the viable range of octal for Java; 
namely 
+ Note that this currently only supports the viable range of octal for Java; 
namely
  1 to 377. This is because parsing Java is the main use case.</div>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
@@ -166,7 +166,7 @@ extends <a href="../../../../../org/apac
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/commons/text/translate/OctalUnescaper.html#translate-java.lang.CharSequence-int-java.io.Writer-">translate</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true";
 title="class or interface in java.lang">CharSequence</a>&nbsp;input,
          int&nbsp;index,
          <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;out)</code>
-<div class="block">Translate a set of codepoints, represented by an int index 
into a CharSequence, 
+<div class="block">Translate a set of codepoints, represented by an int index 
into a CharSequence,
  into another set of codepoints.</div>
 </td>
 </tr>
@@ -226,9 +226,9 @@ extends <a href="../../../../../org/apac
                      int&nbsp;index,
                      <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;out)
               throws <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">Translate a set of codepoints, represented by an int index 
into a CharSequence, 
- into another set of codepoints. The number of codepoints consumed must be 
returned, 
- and the only IOExceptions thrown must be from interacting with the Writer so 
that 
+<div class="block">Translate a set of codepoints, represented by an int index 
into a CharSequence,
+ into another set of codepoints. The number of codepoints consumed must be 
returned,
+ and the only IOExceptions thrown must be from interacting with the Writer so 
that
  the top level API may reliably ignore StringWriter IOExceptions.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -273,7 +273,7 @@ extends <a href="../../../../../org/apac
 <div class="subNav">
 <ul class="navList">
 <li><a 
href="../../../../../org/apache/commons/text/translate/NumericEntityUnescaper.OPTION.html"
 title="enum in org.apache.commons.text.translate"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a 
href="../../../../../org/apache/commons/text/translate/SingleLookupTranslator.html"
 title="class in org.apache.commons.text.translate"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../org/apache/commons/text/translate/UnicodeEscaper.html" 
title="class in org.apache.commons.text.translate"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a 
href="../../../../../index.html?org/apache/commons/text/translate/OctalUnescaper.html"
 target="_top">Frames</a></li>

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/UnicodeEscaper.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/UnicodeEscaper.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/UnicodeEscaper.html
 Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>UnicodeEscaper (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>UnicodeEscaper (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="UnicodeEscaper (Apache Commons Text 
1.0-SNAPSHOT API)";
+            parent.document.title="UnicodeEscaper (Apache Commons Text 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -49,7 +49,7 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a 
href="../../../../../org/apache/commons/text/translate/SingleLookupTranslator.html"
 title="class in org.apache.commons.text.translate"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../org/apache/commons/text/translate/OctalUnescaper.html" 
title="class in org.apache.commons.text.translate"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li><a 
href="../../../../../org/apache/commons/text/translate/UnicodeUnescaper.html" 
title="class in org.apache.commons.text.translate"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -206,7 +206,7 @@ extends <a href="../../../../../org/apac
 <tr id="i4" class="altColor">
 <td class="colFirst"><code>protected <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/commons/text/translate/UnicodeEscaper.html#toUtf16Escape-int-">toUtf16Escape</a></span>(int&nbsp;codepoint)</code>
-<div class="block">Converts the given codepoint to a hex string of the form 
<code>"\\uXXXX"</code></div>
+<div class="block">Converts the given codepoint to a hex string of the form 
<code>"\\uXXXX"</code>.</div>
 </td>
 </tr>
 <tr id="i5" class="rowColor">
@@ -258,8 +258,9 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>UnicodeEscaper</h4>
-<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/UnicodeEscaper.html#line.36">UnicodeEscaper</a>()</pre>
-<div class="block"><p>Constructs a <code>UnicodeEscaper</code> for all 
characters. </p></div>
+<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/UnicodeEscaper.html#line.40">UnicodeEscaper</a>()</pre>
+<div class="block"><p>Constructs a <code>UnicodeEscaper</code> for all 
characters.
+ </p></div>
 </li>
 </ul>
 <a name="UnicodeEscaper-int-int-boolean-">
@@ -268,7 +269,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>UnicodeEscaper</h4>
-<pre>protected&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/UnicodeEscaper.html#line.50">UnicodeEscaper</a>(int&nbsp;below,
+<pre>protected&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/UnicodeEscaper.html#line.54">UnicodeEscaper</a>(int&nbsp;below,
                          int&nbsp;above,
                          boolean&nbsp;between)</pre>
 <div class="block"><p>Constructs a <code>UnicodeEscaper</code> for the 
specified range. This is
@@ -297,7 +298,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>below</h4>
-<pre>public static&nbsp;<a 
href="../../../../../org/apache/commons/text/translate/UnicodeEscaper.html" 
title="class in org.apache.commons.text.translate">UnicodeEscaper</a>&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/UnicodeEscaper.html#line.62">below</a>(int&nbsp;codepoint)</pre>
+<pre>public static&nbsp;<a 
href="../../../../../org/apache/commons/text/translate/UnicodeEscaper.html" 
title="class in org.apache.commons.text.translate">UnicodeEscaper</a>&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/UnicodeEscaper.html#line.66">below</a>(int&nbsp;codepoint)</pre>
 <div class="block"><p>Constructs a <code>UnicodeEscaper</code> below the 
specified value (exclusive). </p></div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -313,7 +314,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>above</h4>
-<pre>public static&nbsp;<a 
href="../../../../../org/apache/commons/text/translate/UnicodeEscaper.html" 
title="class in org.apache.commons.text.translate">UnicodeEscaper</a>&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/UnicodeEscaper.html#line.72">above</a>(int&nbsp;codepoint)</pre>
+<pre>public static&nbsp;<a 
href="../../../../../org/apache/commons/text/translate/UnicodeEscaper.html" 
title="class in org.apache.commons.text.translate">UnicodeEscaper</a>&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/UnicodeEscaper.html#line.76">above</a>(int&nbsp;codepoint)</pre>
 <div class="block"><p>Constructs a <code>UnicodeEscaper</code> above the 
specified value (exclusive). </p></div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -329,7 +330,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>outsideOf</h4>
-<pre>public static&nbsp;<a 
href="../../../../../org/apache/commons/text/translate/UnicodeEscaper.html" 
title="class in org.apache.commons.text.translate">UnicodeEscaper</a>&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/UnicodeEscaper.html#line.83">outsideOf</a>(int&nbsp;codepointLow,
+<pre>public static&nbsp;<a 
href="../../../../../org/apache/commons/text/translate/UnicodeEscaper.html" 
title="class in org.apache.commons.text.translate">UnicodeEscaper</a>&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/UnicodeEscaper.html#line.87">outsideOf</a>(int&nbsp;codepointLow,
                                        int&nbsp;codepointHigh)</pre>
 <div class="block"><p>Constructs a <code>UnicodeEscaper</code> outside of the 
specified values (exclusive). </p></div>
 <dl>
@@ -347,7 +348,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>between</h4>
-<pre>public static&nbsp;<a 
href="../../../../../org/apache/commons/text/translate/UnicodeEscaper.html" 
title="class in org.apache.commons.text.translate">UnicodeEscaper</a>&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/UnicodeEscaper.html#line.94">between</a>(int&nbsp;codepointLow,
+<pre>public static&nbsp;<a 
href="../../../../../org/apache/commons/text/translate/UnicodeEscaper.html" 
title="class in org.apache.commons.text.translate">UnicodeEscaper</a>&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/UnicodeEscaper.html#line.98">between</a>(int&nbsp;codepointLow,
                                      int&nbsp;codepointHigh)</pre>
 <div class="block"><p>Constructs a <code>UnicodeEscaper</code> between the 
specified values (inclusive). </p></div>
 <dl>
@@ -365,7 +366,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>translate</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/UnicodeEscaper.html#line.102">translate</a>(int&nbsp;codepoint,
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/UnicodeEscaper.html#line.106">translate</a>(int&nbsp;codepoint,
                          <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;out)
                   throws <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">Translate the specified codepoint into another.</div>
@@ -388,8 +389,8 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>toUtf16Escape</h4>
-<pre>protected&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>&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/UnicodeEscaper.html#line.134">toUtf16Escape</a>(int&nbsp;codepoint)</pre>
-<div class="block">Converts the given codepoint to a hex string of the form 
<code>"\\uXXXX"</code></div>
+<pre>protected&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>&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/UnicodeEscaper.html#line.137">toUtf16Escape</a>(int&nbsp;codepoint)</pre>
+<div class="block">Converts the given codepoint to a hex string of the form 
<code>"\\uXXXX"</code>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>codepoint</code> - a Unicode code point</dd>
@@ -426,7 +427,7 @@ extends <a href="../../../../../org/apac
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a 
href="../../../../../org/apache/commons/text/translate/SingleLookupTranslator.html"
 title="class in org.apache.commons.text.translate"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../org/apache/commons/text/translate/OctalUnescaper.html" 
title="class in org.apache.commons.text.translate"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li><a 
href="../../../../../org/apache/commons/text/translate/UnicodeUnescaper.html" 
title="class in org.apache.commons.text.translate"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/UnicodeUnescaper.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/UnicodeUnescaper.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/UnicodeUnescaper.html
 Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>UnicodeUnescaper (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>UnicodeUnescaper (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="UnicodeUnescaper (Apache Commons Text 
1.0-SNAPSHOT API)";
+            parent.document.title="UnicodeUnescaper (Apache Commons Text 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -116,8 +116,8 @@ var activeTableTab = "activeTableTab";
 <br>
 <pre>public class <a 
href="../../../../../src-html/org/apache/commons/text/translate/UnicodeUnescaper.html#line.29">UnicodeUnescaper</a>
 extends <a 
href="../../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in 
org.apache.commons.text.translate">CharSequenceTranslator</a></pre>
-<div class="block">Translates escaped Unicode values of the form \\u+\d\d\d\d 
back to 
- Unicode. It supports multiple 'u' characters and will work with or 
+<div class="block">Translates escaped Unicode values of the form \\u+\d\d\d\d 
back to
+ Unicode. It supports multiple 'u' characters and will work with or
  without the +.</div>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
@@ -163,7 +163,7 @@ extends <a href="../../../../../org/apac
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/commons/text/translate/UnicodeUnescaper.html#translate-java.lang.CharSequence-int-java.io.Writer-">translate</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true";
 title="class or interface in java.lang">CharSequence</a>&nbsp;input,
          int&nbsp;index,
          <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;out)</code>
-<div class="block">Translate a set of codepoints, represented by an int index 
into a CharSequence, 
+<div class="block">Translate a set of codepoints, represented by an int index 
into a CharSequence,
  into another set of codepoints.</div>
 </td>
 </tr>
@@ -223,9 +223,9 @@ extends <a href="../../../../../org/apac
                      int&nbsp;index,
                      <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;out)
               throws <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">Translate a set of codepoints, represented by an int index 
into a CharSequence, 
- into another set of codepoints. The number of codepoints consumed must be 
returned, 
- and the only IOExceptions thrown must be from interacting with the Writer so 
that 
+<div class="block">Translate a set of codepoints, represented by an int index 
into a CharSequence,
+ into another set of codepoints. The number of codepoints consumed must be 
returned,
+ and the only IOExceptions thrown must be from interacting with the Writer so 
that
  the top level API may reliably ignore StringWriter IOExceptions.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/UnicodeUnpairedSurrogateRemover.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/UnicodeUnpairedSurrogateRemover.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/UnicodeUnpairedSurrogateRemover.html
 Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>UnicodeUnpairedSurrogateRemover (Apache Commons Text 1.0-SNAPSHOT 
API)</title>
+<title>UnicodeUnpairedSurrogateRemover (Apache Commons Text 1.1-SNAPSHOT 
API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="UnicodeUnpairedSurrogateRemover (Apache 
Commons Text 1.0-SNAPSHOT API)";
+            parent.document.title="UnicodeUnpairedSurrogateRemover (Apache 
Commons Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -230,7 +230,7 @@ extends <a href="../../../../../org/apac
 <pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/translate/UnicodeUnpairedSurrogateRemover.html#line.33">translate</a>(int&nbsp;codepoint,
                          <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;out)
                   throws <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">Implementation of translate that throws out unpaired 
surrogates. 
+<div class="block">Implementation of translate that throws out unpaired 
surrogates.
  Translate the specified codepoint into another.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/AggregateTranslator.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/AggregateTranslator.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/AggregateTranslator.html
 Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.text.translate.AggregateTranslator 
(Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.text.translate.AggregateTranslator 
(Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.commons.text.translate.AggregateTranslator (Apache Commons Text 
1.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class 
org.apache.commons.text.translate.AggregateTranslator (Apache Commons Text 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {


Reply via email to