Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/StringEscapeUtils.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/StringEscapeUtils.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/StringEscapeUtils.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>StringEscapeUtils (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>StringEscapeUtils (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,13 +12,13 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="StringEscapeUtils (Apache Commons Text 
1.0-SNAPSHOT API)";
+            parent.document.title="StringEscapeUtils (Apache Commons Text 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = 
{"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9,"i11":9,"i12":9,"i13":9,"i14":9,"i15":9,"i16":9,"i17":9,"i18":9,"i19":9};
+var methods = 
{"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9,"i11":9,"i12":9,"i13":9,"i14":9,"i15":9,"i16":9,"i17":9};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -109,7 +109,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public class <a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.52">StringEscapeUtils</a>
+<pre>public class <a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.51">StringEscapeUtils</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"><p>Escapes and unescapes <code>String</code>s for
  Java, Java Script, HTML and XML.</p>
@@ -183,22 +183,10 @@ extends <a href="http://docs.oracle.com/
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <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/StringEscapeUtils.html#ESCAPE_HTML3_ONCE">ESCAPE_HTML3_ONCE</a></span></code>
-<div class="block">The improved translator object for escaping HTML version 
3.0.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>static <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/StringEscapeUtils.html#ESCAPE_HTML4">ESCAPE_HTML4</a></span></code>
 <div class="block">Translator object for escaping HTML version 4.0.</div>
 </td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><code>static <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/StringEscapeUtils.html#ESCAPE_HTML4_ONCE">ESCAPE_HTML4_ONCE</a></span></code>
-<div class="block">The improved translator object for escaping HTML version 
4.0.</div>
-</td>
-</tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <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/StringEscapeUtils.html#ESCAPE_JAVA">ESCAPE_JAVA</a></span></code>
@@ -339,65 +327,53 @@ extends <a href="http://docs.oracle.com/
 </tr>
 <tr id="i4" class="altColor">
 <td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/text/StringEscapeUtils.html#escapeHtml3Once-java.lang.String-">escapeHtml3Once</a></span>(<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;input)</code>
-<div class="block">Escapes the characters in a <code>String</code> using HTML 
entities.</div>
-</td>
-</tr>
-<tr id="i5" class="rowColor">
-<td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/text/StringEscapeUtils.html#escapeHtml4-java.lang.String-">escapeHtml4</a></span>(<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;input)</code>
 <div class="block">Escapes the characters in a <code>String</code> using HTML 
entities.</div>
 </td>
 </tr>
-<tr id="i6" class="altColor">
-<td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/text/StringEscapeUtils.html#escapeHtml4Once-java.lang.String-">escapeHtml4Once</a></span>(<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;input)</code>
-<div class="block">Escapes the characters in a <code>String</code> using HTML 
entities.</div>
-</td>
-</tr>
-<tr id="i7" class="rowColor">
+<tr id="i5" class="rowColor">
 <td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/text/StringEscapeUtils.html#escapeJava-java.lang.String-">escapeJava</a></span>(<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;input)</code>
 <div class="block">Escapes the characters in a <code>String</code> using Java 
String rules.</div>
 </td>
 </tr>
-<tr id="i8" class="altColor">
+<tr id="i6" class="altColor">
 <td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/text/StringEscapeUtils.html#escapeJson-java.lang.String-">escapeJson</a></span>(<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;input)</code>
 <div class="block">Escapes the characters in a <code>String</code> using Json 
String rules.</div>
 </td>
 </tr>
-<tr id="i9" class="rowColor">
+<tr id="i7" class="rowColor">
 <td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/text/StringEscapeUtils.html#escapeXml10-java.lang.String-">escapeXml10</a></span>(<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;input)</code>
 <div class="block">Escapes the characters in a <code>String</code> using XML 
entities.</div>
 </td>
 </tr>
-<tr id="i10" class="altColor">
+<tr id="i8" class="altColor">
 <td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/text/StringEscapeUtils.html#escapeXml11-java.lang.String-">escapeXml11</a></span>(<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;input)</code>
 <div class="block">Escapes the characters in a <code>String</code> using XML 
entities.</div>
 </td>
 </tr>
-<tr id="i11" class="rowColor">
+<tr id="i9" class="rowColor">
 <td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/text/StringEscapeUtils.html#escapeXSI-java.lang.String-">escapeXSI</a></span>(<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;input)</code>
 <div class="block">Escapes the characters in a <code>String</code> using XSI 
rules.</div>
 </td>
 </tr>
-<tr id="i12" class="altColor">
+<tr id="i10" class="altColor">
 <td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/text/StringEscapeUtils.html#unescapeCsv-java.lang.String-">unescapeCsv</a></span>(<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;input)</code>
 <div class="block">Returns a <code>String</code> value for an unescaped CSV 
column.</div>
 </td>
 </tr>
-<tr id="i13" class="rowColor">
+<tr id="i11" class="rowColor">
 <td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/text/StringEscapeUtils.html#unescapeEcmaScript-java.lang.String-">unescapeEcmaScript</a></span>(<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;input)</code>
 <div class="block">Unescapes any EcmaScript literals found in the 
<code>String</code>.</div>
 </td>
 </tr>
-<tr id="i14" class="altColor">
+<tr id="i12" class="altColor">
 <td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/text/StringEscapeUtils.html#unescapeHtml3-java.lang.String-">unescapeHtml3</a></span>(<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;input)</code>
 <div class="block">Unescapes a string containing entity escapes to a string
@@ -405,7 +381,7 @@ extends <a href="http://docs.oracle.com/
  escapes.</div>
 </td>
 </tr>
-<tr id="i15" class="rowColor">
+<tr id="i13" class="rowColor">
 <td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/text/StringEscapeUtils.html#unescapeHtml4-java.lang.String-">unescapeHtml4</a></span>(<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;input)</code>
 <div class="block">Unescapes a string containing entity escapes to a string
@@ -413,19 +389,19 @@ extends <a href="http://docs.oracle.com/
  escapes.</div>
 </td>
 </tr>
-<tr id="i16" class="altColor">
+<tr id="i14" class="altColor">
 <td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/text/StringEscapeUtils.html#unescapeJava-java.lang.String-">unescapeJava</a></span>(<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;input)</code>
 <div class="block">Unescapes any Java literals found in the 
<code>String</code>.</div>
 </td>
 </tr>
-<tr id="i17" class="rowColor">
+<tr id="i15" class="rowColor">
 <td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/text/StringEscapeUtils.html#unescapeJson-java.lang.String-">unescapeJson</a></span>(<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;input)</code>
 <div class="block">Unescapes any Json literals found in the 
<code>String</code>.</div>
 </td>
 </tr>
-<tr id="i18" class="altColor">
+<tr id="i16" class="altColor">
 <td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/text/StringEscapeUtils.html#unescapeXml-java.lang.String-">unescapeXml</a></span>(<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;input)</code>
 <div class="block">Unescapes a string containing XML entity escapes to a string
@@ -433,7 +409,7 @@ extends <a href="http://docs.oracle.com/
  escapes.</div>
 </td>
 </tr>
-<tr id="i19" class="rowColor">
+<tr id="i17" class="rowColor">
 <td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/text/StringEscapeUtils.html#unescapeXSI-java.lang.String-">unescapeXSI</a></span>(<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;input)</code>
 <div class="block">Unescapes the characters in a <code>String</code> using XSI 
rules.</div>
@@ -467,7 +443,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>ESCAPE_JAVA</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in org.apache.commons.text.translate">CharSequenceTranslator</a> 
<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.63">ESCAPE_JAVA</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in org.apache.commons.text.translate">CharSequenceTranslator</a> 
<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.62">ESCAPE_JAVA</a></pre>
 <div class="block">Translator object for escaping Java.
 
  While <a 
href="../../../../org/apache/commons/text/StringEscapeUtils.html#escapeJava-java.lang.String-"><code>escapeJava(String)</code></a>
 is the expected method of use, this
@@ -481,7 +457,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>ESCAPE_ECMASCRIPT</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in org.apache.commons.text.translate">CharSequenceTranslator</a> 
<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.82">ESCAPE_ECMASCRIPT</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in org.apache.commons.text.translate">CharSequenceTranslator</a> 
<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.81">ESCAPE_ECMASCRIPT</a></pre>
 <div class="block">Translator object for escaping EcmaScript/JavaScript.
 
  While <a 
href="../../../../org/apache/commons/text/StringEscapeUtils.html#escapeEcmaScript-java.lang.String-"><code>escapeEcmaScript(String)</code></a>
 is the expected method of use, this
@@ -495,7 +471,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>ESCAPE_JSON</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in org.apache.commons.text.translate">CharSequenceTranslator</a> 
<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.103">ESCAPE_JSON</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in org.apache.commons.text.translate">CharSequenceTranslator</a> 
<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.102">ESCAPE_JSON</a></pre>
 <div class="block">Translator object for escaping Json.
 
  While <a 
href="../../../../org/apache/commons/text/StringEscapeUtils.html#escapeJson-java.lang.String-"><code>escapeJson(String)</code></a>
 is the expected method of use, this
@@ -509,7 +485,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>ESCAPE_XML10</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in org.apache.commons.text.translate">CharSequenceTranslator</a> 
<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.123">ESCAPE_XML10</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in org.apache.commons.text.translate">CharSequenceTranslator</a> 
<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.122">ESCAPE_XML10</a></pre>
 <div class="block">Translator object for escaping XML 1.0.
 
  While <a 
href="../../../../org/apache/commons/text/StringEscapeUtils.html#escapeXml10-java.lang.String-"><code>escapeXml10(String)</code></a>
 is the expected method of use, this
@@ -523,7 +499,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>ESCAPE_XML11</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in org.apache.commons.text.translate">CharSequenceTranslator</a> 
<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.174">ESCAPE_XML11</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in org.apache.commons.text.translate">CharSequenceTranslator</a> 
<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.173">ESCAPE_XML11</a></pre>
 <div class="block">Translator object for escaping XML 1.1.
 
  While <a 
href="../../../../org/apache/commons/text/StringEscapeUtils.html#escapeXml11-java.lang.String-"><code>escapeXml11(String)</code></a>
 is the expected method of use, this
@@ -537,7 +513,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>ESCAPE_HTML3</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in org.apache.commons.text.translate">CharSequenceTranslator</a> 
<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.201">ESCAPE_HTML3</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in org.apache.commons.text.translate">CharSequenceTranslator</a> 
<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.200">ESCAPE_HTML3</a></pre>
 <div class="block">Translator object for escaping HTML version 3.0.
 
  While <a 
href="../../../../org/apache/commons/text/StringEscapeUtils.html#escapeHtml3-java.lang.String-"><code>escapeHtml3(String)</code></a>
 is the expected method of use, this
@@ -545,35 +521,13 @@ extends <a href="http://docs.oracle.com/
  as the foundation for a custom translator.</div>
 </li>
 </ul>
-<a name="ESCAPE_HTML3_ONCE">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>ESCAPE_HTML3_ONCE</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in org.apache.commons.text.translate">CharSequenceTranslator</a> 
<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.222">ESCAPE_HTML3_ONCE</a></pre>
-<div class="block">The improved translator object for escaping HTML version 
3.0.
- The 'improved' part of this translator is that it checks if the html is 
already translated.
- This check prevents double, triple, or recursive translations.
-
- While <a 
href="../../../../org/apache/commons/text/StringEscapeUtils.html#escapeHtml3Once-java.lang.String-"><code>escapeHtml3Once(String)</code></a>
 is the expected method of use, this
- object allows the HTML escaping functionality to be used
- as the foundation for a custom translator.
-
- Note that, multiple lookup tables should be passed to this translator
- instead of passing multiple instances of this translator to the
- AggregateTranslator. Because, a SingleLookupTranslator only checks the values 
of the
- lookup table passed to that instance while deciding whether a value is
- already translated or not.</div>
-</li>
-</ul>
 <a name="ESCAPE_HTML4">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>ESCAPE_HTML4</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in org.apache.commons.text.translate">CharSequenceTranslator</a> 
<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.233">ESCAPE_HTML4</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in org.apache.commons.text.translate">CharSequenceTranslator</a> 
<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.213">ESCAPE_HTML4</a></pre>
 <div class="block">Translator object for escaping HTML version 4.0.
 
  While <a 
href="../../../../org/apache/commons/text/StringEscapeUtils.html#escapeHtml4-java.lang.String-"><code>escapeHtml4(String)</code></a>
 is the expected method of use, this
@@ -581,35 +535,13 @@ extends <a href="http://docs.oracle.com/
  as the foundation for a custom translator.</div>
 </li>
 </ul>
-<a name="ESCAPE_HTML4_ONCE">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>ESCAPE_HTML4_ONCE</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in org.apache.commons.text.translate">CharSequenceTranslator</a> 
<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.255">ESCAPE_HTML4_ONCE</a></pre>
-<div class="block">The improved translator object for escaping HTML version 
4.0.
- The 'improved' part of this translator is that it checks if the html is 
already translated.
- This check prevents double, triple, or recursive translations.
-
- While <a 
href="../../../../org/apache/commons/text/StringEscapeUtils.html#escapeHtml4Once-java.lang.String-"><code>escapeHtml4Once(String)</code></a>
 is the expected method of use, this
- object allows the HTML escaping functionality to be used
- as the foundation for a custom translator.
-
- Note that, multiple lookup tables should be passed to this translator
- instead of passing multiple instances of this translator to the
- AggregateTranslator. Because, a SingleLookupTranslator only checks the values 
of the
- lookup table passed to that instance while deciding whether a value is
- already translated or not.</div>
-</li>
-</ul>
 <a name="ESCAPE_CSV">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>ESCAPE_CSV</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in org.apache.commons.text.translate">CharSequenceTranslator</a> 
<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.269">ESCAPE_CSV</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in org.apache.commons.text.translate">CharSequenceTranslator</a> 
<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.227">ESCAPE_CSV</a></pre>
 <div class="block">Translator object for escaping individual Comma Separated 
Values.
 
  While <a 
href="../../../../org/apache/commons/text/StringEscapeUtils.html#escapeCsv-java.lang.String-"><code>escapeCsv(String)</code></a>
 is the expected method of use, this
@@ -623,7 +555,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>ESCAPE_XSI</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in org.apache.commons.text.translate">CharSequenceTranslator</a> 
<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.276">ESCAPE_XSI</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in org.apache.commons.text.translate">CharSequenceTranslator</a> 
<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.234">ESCAPE_XSI</a></pre>
 <div class="block">Translator object for escaping Shell command language.</div>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
@@ -637,7 +569,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>UNESCAPE_JAVA</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in org.apache.commons.text.translate">CharSequenceTranslator</a> 
<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.317">UNESCAPE_JAVA</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in org.apache.commons.text.translate">CharSequenceTranslator</a> 
<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.274">UNESCAPE_JAVA</a></pre>
 <div class="block">Translator object for unescaping escaped Java.
 
  While <a 
href="../../../../org/apache/commons/text/StringEscapeUtils.html#unescapeJava-java.lang.String-"><code>unescapeJava(String)</code></a>
 is the expected method of use, this
@@ -651,7 +583,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>UNESCAPE_ECMASCRIPT</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in org.apache.commons.text.translate">CharSequenceTranslator</a> 
<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.339">UNESCAPE_ECMASCRIPT</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in org.apache.commons.text.translate">CharSequenceTranslator</a> 
<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.296">UNESCAPE_ECMASCRIPT</a></pre>
 <div class="block">Translator object for unescaping escaped EcmaScript.
 
  While <a 
href="../../../../org/apache/commons/text/StringEscapeUtils.html#unescapeEcmaScript-java.lang.String-"><code>unescapeEcmaScript(String)</code></a>
 is the expected method of use, this
@@ -665,7 +597,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>UNESCAPE_JSON</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in org.apache.commons.text.translate">CharSequenceTranslator</a> 
<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.348">UNESCAPE_JSON</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in org.apache.commons.text.translate">CharSequenceTranslator</a> 
<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.305">UNESCAPE_JSON</a></pre>
 <div class="block">Translator object for unescaping escaped Json.
 
  While <a 
href="../../../../org/apache/commons/text/StringEscapeUtils.html#unescapeJson-java.lang.String-"><code>unescapeJson(String)</code></a>
 is the expected method of use, this
@@ -679,7 +611,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>UNESCAPE_HTML3</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in org.apache.commons.text.translate">CharSequenceTranslator</a> 
<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.357">UNESCAPE_HTML3</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in org.apache.commons.text.translate">CharSequenceTranslator</a> 
<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.314">UNESCAPE_HTML3</a></pre>
 <div class="block">Translator object for unescaping escaped HTML 3.0.
 
  While <a 
href="../../../../org/apache/commons/text/StringEscapeUtils.html#unescapeHtml3-java.lang.String-"><code>unescapeHtml3(String)</code></a>
 is the expected method of use, this
@@ -693,7 +625,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>UNESCAPE_HTML4</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in org.apache.commons.text.translate">CharSequenceTranslator</a> 
<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.371">UNESCAPE_HTML4</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in org.apache.commons.text.translate">CharSequenceTranslator</a> 
<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.328">UNESCAPE_HTML4</a></pre>
 <div class="block">Translator object for unescaping escaped HTML 4.0.
 
  While <a 
href="../../../../org/apache/commons/text/StringEscapeUtils.html#unescapeHtml4-java.lang.String-"><code>unescapeHtml4(String)</code></a>
 is the expected method of use, this
@@ -707,7 +639,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>UNESCAPE_XML</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in org.apache.commons.text.translate">CharSequenceTranslator</a> 
<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.386">UNESCAPE_XML</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in org.apache.commons.text.translate">CharSequenceTranslator</a> 
<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.343">UNESCAPE_XML</a></pre>
 <div class="block">Translator object for unescaping escaped XML.
 
  While <a 
href="../../../../org/apache/commons/text/StringEscapeUtils.html#unescapeXml-java.lang.String-"><code>unescapeXml(String)</code></a>
 is the expected method of use, this
@@ -721,7 +653,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>UNESCAPE_CSV</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in org.apache.commons.text.translate">CharSequenceTranslator</a> 
<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.400">UNESCAPE_CSV</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in org.apache.commons.text.translate">CharSequenceTranslator</a> 
<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.357">UNESCAPE_CSV</a></pre>
 <div class="block">Translator object for unescaping escaped Comma Separated 
Value entries.
 
  While <a 
href="../../../../org/apache/commons/text/StringEscapeUtils.html#unescapeCsv-java.lang.String-"><code>unescapeCsv(String)</code></a>
 is the expected method of use, this
@@ -735,7 +667,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>UNESCAPE_XSI</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in org.apache.commons.text.translate">CharSequenceTranslator</a> 
<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.409">UNESCAPE_XSI</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in org.apache.commons.text.translate">CharSequenceTranslator</a> 
<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.366">UNESCAPE_XSI</a></pre>
 <div class="block">Translator object for unescaping escaped XSI Value entries.
 
  While <a 
href="../../../../org/apache/commons/text/StringEscapeUtils.html#unescapeXSI-java.lang.String-"><code>unescapeXSI(String)</code></a>
  is the expected method of use, this
@@ -757,7 +689,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>StringEscapeUtils</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.463">StringEscapeUtils</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.420">StringEscapeUtils</a>()</pre>
 <div class="block"><p><code>StringEscapeUtils</code> instances should NOT be 
constructed in
  standard programming.</p>
 
@@ -782,7 +714,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>builder</h4>
-<pre>public static&nbsp;<a 
href="../../../../org/apache/commons/text/StringEscapeUtils.Builder.html" 
title="class in org.apache.commons.text">StringEscapeUtils.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.542">builder</a>(<a
 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in 
org.apache.commons.text.translate">CharSequenceTranslator</a>&nbsp;translator)</pre>
+<pre>public static&nbsp;<a 
href="../../../../org/apache/commons/text/StringEscapeUtils.Builder.html" 
title="class in org.apache.commons.text">StringEscapeUtils.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.499">builder</a>(<a
 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in 
org.apache.commons.text.translate">CharSequenceTranslator</a>&nbsp;translator)</pre>
 <div class="block">Get a <a 
href="../../../../org/apache/commons/text/StringEscapeUtils.Builder.html" 
title="class in 
org.apache.commons.text"><code>StringEscapeUtils.Builder</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -798,7 +730,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>escapeJava</h4>
-<pre>public static final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.568">escapeJava</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;input)</pre>
+<pre>public static final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.525">escapeJava</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;input)</pre>
 <div class="block"><p>Escapes the characters in a <code>String</code> using 
Java String rules.</p>
 
  <p>Deals correctly with quotes and control-chars (tab, backslash, cr, ff, 
etc.) </p>
@@ -828,7 +760,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>escapeEcmaScript</h4>
-<pre>public static final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.601">escapeEcmaScript</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;input)</pre>
+<pre>public static final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.558">escapeEcmaScript</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;input)</pre>
 <div class="block"><p>Escapes the characters in a <code>String</code> using 
EcmaScript String rules.</p>
  <p>Escapes any values it finds into their EcmaScript String form.
  Deals correctly with quotes and control-chars (tab, backslash, cr, ff, etc.) 
</p>
@@ -867,7 +799,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>escapeJson</h4>
-<pre>public static final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.627">escapeJson</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;input)</pre>
+<pre>public static final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.584">escapeJson</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;input)</pre>
 <div class="block"><p>Escapes the characters in a <code>String</code> using 
Json String rules.</p>
  <p>Escapes any values it finds into their Json String form.
  Deals correctly with quotes and control-chars (tab, backslash, cr, ff, etc.) 
</p>
@@ -899,7 +831,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>unescapeJava</h4>
-<pre>public static final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.640">unescapeJava</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;input)</pre>
+<pre>public static final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.597">unescapeJava</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;input)</pre>
 <div class="block"><p>Unescapes any Java literals found in the 
<code>String</code>.
  For example, it will turn a sequence of <code>'\'</code> and
  <code>'n'</code> into a newline character, unless the <code>'\'</code>
@@ -918,7 +850,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>unescapeEcmaScript</h4>
-<pre>public static final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.655">unescapeEcmaScript</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;input)</pre>
+<pre>public static final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.612">unescapeEcmaScript</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;input)</pre>
 <div class="block"><p>Unescapes any EcmaScript literals found in the 
<code>String</code>.</p>
 
  <p>For example, it will turn a sequence of <code>'\'</code> and 
<code>'n'</code>
@@ -940,7 +872,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>unescapeJson</h4>
-<pre>public static final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.670">unescapeJson</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;input)</pre>
+<pre>public static final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.627">unescapeJson</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;input)</pre>
 <div class="block"><p>Unescapes any Json literals found in the 
<code>String</code>.</p>
 
  <p>For example, it will turn a sequence of <code>'\'</code> and 
<code>'n'</code>
@@ -962,7 +894,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>escapeHtml4</h4>
-<pre>public static final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.701">escapeHtml4</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;input)</pre>
+<pre>public static final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.658">escapeHtml4</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;input)</pre>
 <div class="block"><p>Escapes the characters in a <code>String</code> using 
HTML entities.</p>
 
  <p>
@@ -991,55 +923,13 @@ extends <a href="http://docs.oracle.com/
 </dl>
 </li>
 </ul>
-<a name="escapeHtml4Once-java.lang.String-">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>escapeHtml4Once</h4>
-<pre>public static final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.737">escapeHtml4Once</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;input)</pre>
-<div class="block"><p>Escapes the characters in a <code>String</code> using 
HTML entities.
- But escapes them only once. i.e. does not escape already escaped 
characters.</p>
-
- <p>
- For example:
- </p>
- <p><code>"bread" &amp; "butter"</code></p>
- becomes:
- <p>
- <code>&amp;quot;bread&amp;quot; &amp;amp; &amp;quot;butter&amp;quot;</code>.
- </p>
-
- <p>
- But:
- </p>
- <p><code>&amp;quot;bread&amp;quot; &amp;amp; 
&amp;quot;butter&amp;quot;</code></p>
- remains unaffected.
-
- <p>Supports all known HTML 4.0 entities, including funky accents.
- Note that the commonly used apostrophe escape character (&amp;apos;)
- is not a legal entity and so is not supported). </p></div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>input</code> - the <code>String</code> to escape, may be null</dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>a new escaped <code>String</code>, <code>null</code> if null string 
input</dd>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a 
href="http://hotwired.lycos.com/webmonkey/reference/special_characters/";>ISO 
Entities</a>, 
-<a href="http://www.w3.org/TR/REC-html32#latin1";>HTML 3.2 Character Entities 
for ISO Latin-1</a>, 
-<a href="http://www.w3.org/TR/REC-html40/sgml/entities.html";>HTML 4.0 
Character entity references</a>, 
-<a href="http://www.w3.org/TR/html401/charset.html#h-5.3";>HTML 4.01 Character 
References</a>, 
-<a href="http://www.w3.org/TR/html401/charset.html#code-position";>HTML 4.01 
Code positions</a></dd>
-</dl>
-</li>
-</ul>
 <a name="escapeHtml3-java.lang.String-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>escapeHtml3</h4>
-<pre>public static final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.749">escapeHtml3</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;input)</pre>
+<pre>public static final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.669">escapeHtml3</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;input)</pre>
 <div class="block"><p>Escapes the characters in a <code>String</code> using 
HTML entities.</p>
  <p>Supports only the HTML 3.0 entities. </p></div>
 <dl>
@@ -1050,31 +940,13 @@ extends <a href="http://docs.oracle.com/
 </dl>
 </li>
 </ul>
-<a name="escapeHtml3Once-java.lang.String-">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>escapeHtml3Once</h4>
-<pre>public static final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.761">escapeHtml3Once</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;input)</pre>
-<div class="block"><p>Escapes the characters in a <code>String</code> using 
HTML entities.
- But escapes them only once. i.e. does not escape already escaped 
characters.</p>
- <p>Supports only the HTML 3.0 entities. </p></div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>input</code> - the <code>String</code> to escape, may be null</dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>a new escaped <code>String</code>, <code>null</code> if null string 
input</dd>
-</dl>
-</li>
-</ul>
 <a name="unescapeHtml4-java.lang.String-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>unescapeHtml4</h4>
-<pre>public static final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.781">unescapeHtml4</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;input)</pre>
+<pre>public static final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.689">unescapeHtml4</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;input)</pre>
 <div class="block"><p>Unescapes a string containing entity escapes to a string
  containing the actual Unicode characters corresponding to the
  escapes. Supports HTML 4.0 entities.</p>
@@ -1099,7 +971,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>unescapeHtml3</h4>
-<pre>public static final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.793">unescapeHtml3</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;input)</pre>
+<pre>public static final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.701">unescapeHtml3</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;input)</pre>
 <div class="block"><p>Unescapes a string containing entity escapes to a string
  containing the actual Unicode characters corresponding to the
  escapes. Supports only HTML 3.0 entities.</p></div>
@@ -1117,7 +989,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>escapeXml10</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/StringEscapeUtils.html#line.824">escapeXml10</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;input)</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/StringEscapeUtils.html#line.732">escapeXml10</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;input)</pre>
 <div class="block"><p>Escapes the characters in a <code>String</code> using 
XML entities.</p>
 
  <p>For example: <code>"bread" &amp; "butter"</code> =&gt;
@@ -1155,7 +1027,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>escapeXml11</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/StringEscapeUtils.html#line.853">escapeXml11</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;input)</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/StringEscapeUtils.html#line.761">escapeXml11</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;input)</pre>
 <div class="block"><p>Escapes the characters in a <code>String</code> using 
XML entities.</p>
 
  <p>For example: <code>"bread" &amp; "butter"</code> =&gt;
@@ -1191,7 +1063,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>unescapeXml</h4>
-<pre>public static final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.874">unescapeXml</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;input)</pre>
+<pre>public static final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.782">unescapeXml</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;input)</pre>
 <div class="block"><p>Unescapes a string containing XML entity escapes to a 
string
  containing the actual Unicode characters corresponding to the
  escapes.</p>
@@ -1218,7 +1090,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>escapeCsv</h4>
-<pre>public static final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.899">escapeCsv</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;input)</pre>
+<pre>public static final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.807">escapeCsv</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;input)</pre>
 <div class="block"><p>Returns a <code>String</code> value for a CSV column 
enclosed in double quotes,
  if required.</p>
 
@@ -1247,7 +1119,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>unescapeCsv</h4>
-<pre>public static final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.923">unescapeCsv</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;input)</pre>
+<pre>public static final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.831">unescapeCsv</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;input)</pre>
 <div class="block"><p>Returns a <code>String</code> value for an unescaped CSV 
column. </p>
 
  <p>If the value is enclosed in double quotes, and contains a comma, newline
@@ -1277,7 +1149,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>escapeXSI</h4>
-<pre>public static final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.944">escapeXSI</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;input)</pre>
+<pre>public static final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.852">escapeXSI</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;input)</pre>
 <div class="block"><p>Escapes the characters in a <code>String</code> using 
XSI rules.</p>
 
  <p><b>Beware!</b> In most cases you don't want to escape shell commands but 
use multi-argument
@@ -1305,7 +1177,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>unescapeXSI</h4>
-<pre>public static final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.955">unescapeXSI</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;input)</pre>
+<pre>public static final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.863">unescapeXSI</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;input)</pre>
 <div class="block"><p>Unescapes the characters in a <code>String</code> using 
XSI rules.</p></div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/AlphabetConverter.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/AlphabetConverter.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/AlphabetConverter.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.AlphabetConverter (Apache Commons 
Text 1.0-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.text.AlphabetConverter (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.AlphabetConverter (Apache Commons Text 1.0-SNAPSHOT 
API)";
+            parent.document.title="Uses of Class 
org.apache.commons.text.AlphabetConverter (Apache Commons Text 1.1-SNAPSHOT 
API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/Builder.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/Builder.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/Builder.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 Interface org.apache.commons.text.Builder (Apache Commons Text 
1.0-SNAPSHOT API)</title>
+<title>Uses of Interface org.apache.commons.text.Builder (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 Interface 
org.apache.commons.text.Builder (Apache Commons Text 1.0-SNAPSHOT API)";
+            parent.document.title="Uses of Interface 
org.apache.commons.text.Builder (Apache Commons Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/CharacterPredicate.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/CharacterPredicate.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/CharacterPredicate.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 Interface org.apache.commons.text.CharacterPredicate (Apache 
Commons Text 1.0-SNAPSHOT API)</title>
+<title>Uses of Interface org.apache.commons.text.CharacterPredicate (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 Interface 
org.apache.commons.text.CharacterPredicate (Apache Commons Text 1.0-SNAPSHOT 
API)";
+            parent.document.title="Uses of Interface 
org.apache.commons.text.CharacterPredicate (Apache Commons Text 1.1-SNAPSHOT 
API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/CharacterPredicates.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/CharacterPredicates.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/CharacterPredicates.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.CharacterPredicates (Apache 
Commons Text 1.0-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.text.CharacterPredicates (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.CharacterPredicates (Apache Commons Text 1.0-SNAPSHOT 
API)";
+            parent.document.title="Uses of Class 
org.apache.commons.text.CharacterPredicates (Apache Commons Text 1.1-SNAPSHOT 
API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/CompositeFormat.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/CompositeFormat.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/CompositeFormat.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.CompositeFormat (Apache Commons 
Text 1.0-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.text.CompositeFormat (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.CompositeFormat (Apache Commons Text 1.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class 
org.apache.commons.text.CompositeFormat (Apache Commons Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/ExtendedMessageFormat.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/ExtendedMessageFormat.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/ExtendedMessageFormat.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.ExtendedMessageFormat (Apache 
Commons Text 1.0-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.text.ExtendedMessageFormat (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.ExtendedMessageFormat (Apache Commons Text 1.0-SNAPSHOT 
API)";
+            parent.document.title="Uses of Class 
org.apache.commons.text.ExtendedMessageFormat (Apache Commons Text 1.1-SNAPSHOT 
API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/FormatFactory.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/FormatFactory.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/FormatFactory.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 Interface org.apache.commons.text.FormatFactory (Apache Commons 
Text 1.0-SNAPSHOT API)</title>
+<title>Uses of Interface org.apache.commons.text.FormatFactory (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 Interface 
org.apache.commons.text.FormatFactory (Apache Commons Text 1.0-SNAPSHOT API)";
+            parent.document.title="Uses of Interface 
org.apache.commons.text.FormatFactory (Apache Commons Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/FormattableUtils.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/FormattableUtils.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/FormattableUtils.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.FormattableUtils (Apache Commons 
Text 1.0-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.text.FormattableUtils (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.FormattableUtils (Apache Commons Text 1.0-SNAPSHOT 
API)";
+            parent.document.title="Uses of Class 
org.apache.commons.text.FormattableUtils (Apache Commons Text 1.1-SNAPSHOT 
API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/StrBuilder.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/StrBuilder.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/StrBuilder.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.StrBuilder (Apache Commons Text 
1.0-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.text.StrBuilder (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.StrBuilder (Apache Commons Text 1.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class 
org.apache.commons.text.StrBuilder (Apache Commons Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/StrLookup.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/StrLookup.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/StrLookup.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.StrLookup (Apache Commons Text 
1.0-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.text.StrLookup (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.StrLookup (Apache Commons Text 1.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class 
org.apache.commons.text.StrLookup (Apache Commons Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/StrMatcher.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/StrMatcher.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/StrMatcher.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.StrMatcher (Apache Commons Text 
1.0-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.text.StrMatcher (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.StrMatcher (Apache Commons Text 1.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class 
org.apache.commons.text.StrMatcher (Apache Commons Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/StrSubstitutor.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/StrSubstitutor.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/StrSubstitutor.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.StrSubstitutor (Apache Commons 
Text 1.0-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.text.StrSubstitutor (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.StrSubstitutor (Apache Commons Text 1.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class 
org.apache.commons.text.StrSubstitutor (Apache Commons Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/StrTokenizer.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/StrTokenizer.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/StrTokenizer.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.StrTokenizer (Apache Commons Text 
1.0-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.text.StrTokenizer (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.StrTokenizer (Apache Commons Text 1.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class 
org.apache.commons.text.StrTokenizer (Apache Commons Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/StringEscapeUtils.Builder.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/StringEscapeUtils.Builder.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/StringEscapeUtils.Builder.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.StringEscapeUtils.Builder (Apache 
Commons Text 1.0-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.text.StringEscapeUtils.Builder (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.StringEscapeUtils.Builder (Apache Commons Text 
1.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class 
org.apache.commons.text.StringEscapeUtils.Builder (Apache Commons Text 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/StringEscapeUtils.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/StringEscapeUtils.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/class-use/StringEscapeUtils.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.StringEscapeUtils (Apache Commons 
Text 1.0-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.text.StringEscapeUtils (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.StringEscapeUtils (Apache Commons Text 1.0-SNAPSHOT 
API)";
+            parent.document.title="Uses of Class 
org.apache.commons.text.StringEscapeUtils (Apache Commons Text 1.1-SNAPSHOT 
API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/diff/CommandVisitor.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/diff/CommandVisitor.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/diff/CommandVisitor.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>CommandVisitor (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>CommandVisitor (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="CommandVisitor (Apache Commons Text 
1.0-SNAPSHOT API)";
+            parent.document.title="CommandVisitor (Apache Commons Text 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/diff/DeleteCommand.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/diff/DeleteCommand.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/diff/DeleteCommand.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>DeleteCommand (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>DeleteCommand (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="DeleteCommand (Apache Commons Text 
1.0-SNAPSHOT API)";
+            parent.document.title="DeleteCommand (Apache Commons Text 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/diff/EditCommand.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/diff/EditCommand.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/diff/EditCommand.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>EditCommand (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>EditCommand (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="EditCommand (Apache Commons Text 
1.0-SNAPSHOT API)";
+            parent.document.title="EditCommand (Apache Commons Text 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/diff/EditScript.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/diff/EditScript.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/diff/EditScript.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>EditScript (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>EditScript (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="EditScript (Apache Commons Text 
1.0-SNAPSHOT API)";
+            parent.document.title="EditScript (Apache Commons Text 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/diff/InsertCommand.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/diff/InsertCommand.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/diff/InsertCommand.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>InsertCommand (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>InsertCommand (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="InsertCommand (Apache Commons Text 
1.0-SNAPSHOT API)";
+            parent.document.title="InsertCommand (Apache Commons Text 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/diff/KeepCommand.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/diff/KeepCommand.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/diff/KeepCommand.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>KeepCommand (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>KeepCommand (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="KeepCommand (Apache Commons Text 
1.0-SNAPSHOT API)";
+            parent.document.title="KeepCommand (Apache Commons Text 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {


Reply via email to