Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/StrTokenizer.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/StrTokenizer.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/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>StrTokenizer (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>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="StrTokenizer (Apache Commons Text 
1.0-SNAPSHOT API)";
+            parent.document.title="StrTokenizer (Apache Commons Text 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -591,7 +591,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>StrTokenizer</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.236">StrTokenizer</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.238">StrTokenizer</a>()</pre>
 <div class="block">Constructs a tokenizer splitting on space, tab, newline and 
formfeed
  as per StringTokenizer, but with no text to tokenize.
  <p>
@@ -604,7 +604,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>StrTokenizer</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.247">StrTokenizer</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&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.249">StrTokenizer</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">Constructs a tokenizer splitting on space, tab, newline and 
formfeed
  as per StringTokenizer.</div>
 <dl>
@@ -619,7 +619,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>StrTokenizer</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.262">StrTokenizer</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>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.264">StrTokenizer</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,
                     char&nbsp;delim)</pre>
 <div class="block">Constructs a tokenizer splitting on the specified delimiter 
character.</div>
 <dl>
@@ -635,7 +635,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>StrTokenizer</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.273">StrTokenizer</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>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.275">StrTokenizer</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,
                     <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;delim)</pre>
 <div class="block">Constructs a tokenizer splitting on the specified delimiter 
string.</div>
 <dl>
@@ -651,7 +651,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>StrTokenizer</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.284">StrTokenizer</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>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.286">StrTokenizer</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,
                     <a 
href="../../../../org/apache/commons/text/StrMatcher.html" title="class in 
org.apache.commons.text">StrMatcher</a>&nbsp;delim)</pre>
 <div class="block">Constructs a tokenizer splitting using the specified 
delimiter matcher.</div>
 <dl>
@@ -667,7 +667,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>StrTokenizer</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.297">StrTokenizer</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>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.299">StrTokenizer</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,
                     char&nbsp;delim,
                     char&nbsp;quote)</pre>
 <div class="block">Constructs a tokenizer splitting on the specified delimiter 
character
@@ -686,7 +686,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>StrTokenizer</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.310">StrTokenizer</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>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.312">StrTokenizer</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,
                     <a 
href="../../../../org/apache/commons/text/StrMatcher.html" title="class in 
org.apache.commons.text">StrMatcher</a>&nbsp;delim,
                     <a 
href="../../../../org/apache/commons/text/StrMatcher.html" title="class in 
org.apache.commons.text">StrMatcher</a>&nbsp;quote)</pre>
 <div class="block">Constructs a tokenizer splitting using the specified 
delimiter matcher
@@ -705,7 +705,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>StrTokenizer</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.321">StrTokenizer</a>(char[]&nbsp;input)</pre>
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.323">StrTokenizer</a>(char[]&nbsp;input)</pre>
 <div class="block">Constructs a tokenizer splitting on space, tab, newline and 
formfeed
  as per StringTokenizer.</div>
 <dl>
@@ -720,7 +720,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>StrTokenizer</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.336">StrTokenizer</a>(char[]&nbsp;input,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.338">StrTokenizer</a>(char[]&nbsp;input,
                     char&nbsp;delim)</pre>
 <div class="block">Constructs a tokenizer splitting on the specified 
character.</div>
 <dl>
@@ -736,7 +736,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>StrTokenizer</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.347">StrTokenizer</a>(char[]&nbsp;input,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.349">StrTokenizer</a>(char[]&nbsp;input,
                     <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;delim)</pre>
 <div class="block">Constructs a tokenizer splitting on the specified 
string.</div>
 <dl>
@@ -752,7 +752,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>StrTokenizer</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.358">StrTokenizer</a>(char[]&nbsp;input,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.360">StrTokenizer</a>(char[]&nbsp;input,
                     <a 
href="../../../../org/apache/commons/text/StrMatcher.html" title="class in 
org.apache.commons.text">StrMatcher</a>&nbsp;delim)</pre>
 <div class="block">Constructs a tokenizer splitting using the specified 
delimiter matcher.</div>
 <dl>
@@ -768,7 +768,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>StrTokenizer</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.371">StrTokenizer</a>(char[]&nbsp;input,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.373">StrTokenizer</a>(char[]&nbsp;input,
                     char&nbsp;delim,
                     char&nbsp;quote)</pre>
 <div class="block">Constructs a tokenizer splitting on the specified delimiter 
character
@@ -787,7 +787,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockListLast">
 <li class="blockList">
 <h4>StrTokenizer</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.384">StrTokenizer</a>(char[]&nbsp;input,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.386">StrTokenizer</a>(char[]&nbsp;input,
                     <a 
href="../../../../org/apache/commons/text/StrMatcher.html" title="class in 
org.apache.commons.text">StrMatcher</a>&nbsp;delim,
                     <a 
href="../../../../org/apache/commons/text/StrMatcher.html" title="class in 
org.apache.commons.text">StrMatcher</a>&nbsp;quote)</pre>
 <div class="block">Constructs a tokenizer splitting using the specified 
delimiter matcher
@@ -814,7 +814,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>getCSVInstance</h4>
-<pre>public static&nbsp;<a 
href="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.147">getCSVInstance</a>()</pre>
+<pre>public static&nbsp;<a 
href="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.149">getCSVInstance</a>()</pre>
 <div class="block">Gets a new tokenizer instance which parses Comma Separated 
Value strings
  initializing it with the given input.  The default for CSV processing
  will be trim whitespace from both ends (which can be overridden with
@@ -833,7 +833,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>getCSVInstance</h4>
-<pre>public static&nbsp;<a 
href="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.160">getCSVInstance</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="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.162">getCSVInstance</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">Gets a new tokenizer instance which parses Comma Separated 
Value strings
  initializing it with the given input.  The default for CSV processing
  will be trim whitespace from both ends (which can be overridden with
@@ -852,7 +852,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>getCSVInstance</h4>
-<pre>public static&nbsp;<a 
href="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.175">getCSVInstance</a>(char[]&nbsp;input)</pre>
+<pre>public static&nbsp;<a 
href="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.177">getCSVInstance</a>(char[]&nbsp;input)</pre>
 <div class="block">Gets a new tokenizer instance which parses Comma Separated 
Value strings
  initializing it with the given input.  The default for CSV processing
  will be trim whitespace from both ends (which can be overridden with
@@ -871,7 +871,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>getTSVInstance</h4>
-<pre>public static&nbsp;<a 
href="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.199">getTSVInstance</a>()</pre>
+<pre>public static&nbsp;<a 
href="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.201">getTSVInstance</a>()</pre>
 <div class="block">Gets a new tokenizer instance which parses Tab Separated 
Value strings.
  The default for CSV processing will be trim whitespace from both ends
  (which can be overridden with the setTrimmer method).
@@ -889,7 +889,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>getTSVInstance</h4>
-<pre>public static&nbsp;<a 
href="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.210">getTSVInstance</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="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.212">getTSVInstance</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">Gets a new tokenizer instance which parses Tab Separated 
Value strings.
  The default for CSV processing will be trim whitespace from both ends
  (which can be overridden with the setTrimmer method).</div>
@@ -907,7 +907,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>getTSVInstance</h4>
-<pre>public static&nbsp;<a 
href="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.223">getTSVInstance</a>(char[]&nbsp;input)</pre>
+<pre>public static&nbsp;<a 
href="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.225">getTSVInstance</a>(char[]&nbsp;input)</pre>
 <div class="block">Gets a new tokenizer instance which parses Tab Separated 
Value strings.
  The default for CSV processing will be trim whitespace from both ends
  (which can be overridden with the setTrimmer method).</div>
@@ -925,7 +925,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>size</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.396">size</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.398">size</a>()</pre>
 <div class="block">Gets the number of tokens found in the String.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -939,7 +939,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>nextToken</h4>
-<pre>public&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/StrTokenizer.html#line.408">nextToken</a>()</pre>
+<pre>public&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/StrTokenizer.html#line.410">nextToken</a>()</pre>
 <div class="block">Gets the next token from the String.
  Equivalent to <a 
href="../../../../org/apache/commons/text/StrTokenizer.html#next--"><code>next()</code></a>
 except it returns null rather than
  throwing <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/NoSuchElementException.html?is-external=true";
 title="class or interface in 
java.util"><code>NoSuchElementException</code></a> when no tokens remain.</div>
@@ -955,7 +955,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>previousToken</h4>
-<pre>public&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/StrTokenizer.html#line.420">previousToken</a>()</pre>
+<pre>public&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/StrTokenizer.html#line.422">previousToken</a>()</pre>
 <div class="block">Gets the previous token from the String.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -969,7 +969,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>getTokenArray</h4>
-<pre>public&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/StrTokenizer.html#line.432">getTokenArray</a>()</pre>
+<pre>public&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/StrTokenizer.html#line.434">getTokenArray</a>()</pre>
 <div class="block">Gets a copy of the full token list as an independent 
modifiable array.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -983,7 +983,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>getTokenList</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.442">getTokenList</a>()</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.444">getTokenList</a>()</pre>
 <div class="block">Gets a copy of the full token list as an independent 
modifiable list.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -997,7 +997,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>reset</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.458">reset</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.460">reset</a>()</pre>
 <div class="block">Resets this tokenizer, forgetting all parsing and iteration 
already completed.
  <p>
  This method allows the same tokenizer to be reused for the same String.</div>
@@ -1013,7 +1013,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>reset</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.472">reset</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&nbsp;<a 
href="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.474">reset</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">Reset this tokenizer, giving it a new input string to parse.
  In this manner you can re-use a tokenizer with the same settings
  on multiple input lines.</div>
@@ -1031,7 +1031,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>reset</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.490">reset</a>(char[]&nbsp;input)</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.492">reset</a>(char[]&nbsp;input)</pre>
 <div class="block">Reset this tokenizer, giving it a new input string to parse.
  In this manner you can re-use a tokenizer with the same settings
  on multiple input lines.</div>
@@ -1049,7 +1049,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>hasNext</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.508">hasNext</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.510">hasNext</a>()</pre>
 <div class="block">Checks whether there are any more tokens.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -1067,7 +1067,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>next</h4>
-<pre>public&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/StrTokenizer.html#line.520">next</a>()</pre>
+<pre>public&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/StrTokenizer.html#line.522">next</a>()</pre>
 <div class="block">Gets the next token.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -1087,7 +1087,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>nextIndex</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.533">nextIndex</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.535">nextIndex</a>()</pre>
 <div class="block">Gets the index of the next token to return.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -1103,7 +1103,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>hasPrevious</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.543">hasPrevious</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.545">hasPrevious</a>()</pre>
 <div class="block">Checks whether there are any previous tokens that can be 
iterated to.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -1119,7 +1119,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>previous</h4>
-<pre>public&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/StrTokenizer.html#line.554">previous</a>()</pre>
+<pre>public&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/StrTokenizer.html#line.556">previous</a>()</pre>
 <div class="block">Gets the token previous to the last returned token.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -1135,7 +1135,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>previousIndex</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.567">previousIndex</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.569">previousIndex</a>()</pre>
 <div class="block">Gets the index of the previous token.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -1151,7 +1151,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>remove</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.577">remove</a>()</pre>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.579">remove</a>()</pre>
 <div class="block">Unsupported ListIterator operation.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -1169,7 +1169,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>set</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.587">set</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;obj)</pre>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.589">set</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;obj)</pre>
 <div class="block">Unsupported ListIterator operation.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -1187,7 +1187,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>add</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.597">add</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;obj)</pre>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.599">add</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;obj)</pre>
 <div class="block">Unsupported ListIterator operation.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -1205,7 +1205,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>tokenize</h4>
-<pre>protected&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.639">tokenize</a>(char[]&nbsp;srcChars,
+<pre>protected&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.641">tokenize</a>(char[]&nbsp;srcChars,
                                 int&nbsp;offset,
                                 int&nbsp;count)</pre>
 <div class="block">Internal method to performs the tokenization.
@@ -1237,7 +1237,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>getDelimiterMatcher</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/text/StrMatcher.html" 
title="class in org.apache.commons.text">StrMatcher</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.851">getDelimiterMatcher</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/text/StrMatcher.html" 
title="class in org.apache.commons.text">StrMatcher</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.861">getDelimiterMatcher</a>()</pre>
 <div class="block">Gets the field delimiter matcher.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1251,7 +1251,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>setDelimiterMatcher</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.863">setDelimiterMatcher</a>(<a
 href="../../../../org/apache/commons/text/StrMatcher.html" title="class in 
org.apache.commons.text">StrMatcher</a>&nbsp;delim)</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.873">setDelimiterMatcher</a>(<a
 href="../../../../org/apache/commons/text/StrMatcher.html" title="class in 
org.apache.commons.text">StrMatcher</a>&nbsp;delim)</pre>
 <div class="block">Sets the field delimiter matcher.
  <p>
  The delimitier is used to separate one token from another.</div>
@@ -1269,7 +1269,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>setDelimiterChar</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.878">setDelimiterChar</a>(char&nbsp;delim)</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.888">setDelimiterChar</a>(char&nbsp;delim)</pre>
 <div class="block">Sets the field delimiter character.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1285,7 +1285,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>setDelimiterString</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.888">setDelimiterString</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;delim)</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.898">setDelimiterString</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;delim)</pre>
 <div class="block">Sets the field delimiter string.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1301,7 +1301,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>getQuoteMatcher</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/text/StrMatcher.html" 
title="class in org.apache.commons.text">StrMatcher</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.903">getQuoteMatcher</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/text/StrMatcher.html" 
title="class in org.apache.commons.text">StrMatcher</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.913">getQuoteMatcher</a>()</pre>
 <div class="block">Gets the quote matcher currently in use.
  <p>
  The quote character is used to wrap data between the tokens.
@@ -1319,7 +1319,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>setQuoteMatcher</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.916">setQuoteMatcher</a>(<a
 href="../../../../org/apache/commons/text/StrMatcher.html" title="class in 
org.apache.commons.text">StrMatcher</a>&nbsp;quote)</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.926">setQuoteMatcher</a>(<a
 href="../../../../org/apache/commons/text/StrMatcher.html" title="class in 
org.apache.commons.text">StrMatcher</a>&nbsp;quote)</pre>
 <div class="block">Set the quote matcher to use.
  <p>
  The quote character is used to wrap data between the tokens.
@@ -1338,7 +1338,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>setQuoteChar</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.932">setQuoteChar</a>(char&nbsp;quote)</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.942">setQuoteChar</a>(char&nbsp;quote)</pre>
 <div class="block">Sets the quote character to use.
  <p>
  The quote character is used to wrap data between the tokens.
@@ -1357,7 +1357,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>getIgnoredMatcher</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/text/StrMatcher.html" 
title="class in org.apache.commons.text">StrMatcher</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.947">getIgnoredMatcher</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/text/StrMatcher.html" 
title="class in org.apache.commons.text">StrMatcher</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.957">getIgnoredMatcher</a>()</pre>
 <div class="block">Gets the ignored character matcher.
  <p>
  These characters are ignored when parsing the String, unless they are
@@ -1375,7 +1375,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>setIgnoredMatcher</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.960">setIgnoredMatcher</a>(<a
 href="../../../../org/apache/commons/text/StrMatcher.html" title="class in 
org.apache.commons.text">StrMatcher</a>&nbsp;ignored)</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.970">setIgnoredMatcher</a>(<a
 href="../../../../org/apache/commons/text/StrMatcher.html" title="class in 
org.apache.commons.text">StrMatcher</a>&nbsp;ignored)</pre>
 <div class="block">Set the matcher for characters to ignore.
  <p>
  These characters are ignored when parsing the String, unless they are
@@ -1394,7 +1394,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>setIgnoredChar</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.976">setIgnoredChar</a>(char&nbsp;ignored)</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.986">setIgnoredChar</a>(char&nbsp;ignored)</pre>
 <div class="block">Set the character to ignore.
  <p>
  This character is ignored when parsing the String, unless it is
@@ -1413,7 +1413,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>getTrimmerMatcher</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/text/StrMatcher.html" 
title="class in org.apache.commons.text">StrMatcher</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.991">getTrimmerMatcher</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/text/StrMatcher.html" 
title="class in org.apache.commons.text">StrMatcher</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.1001">getTrimmerMatcher</a>()</pre>
 <div class="block">Gets the trimmer character matcher.
  <p>
  These characters are trimmed off on each side of the delimiter
@@ -1431,7 +1431,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>setTrimmerMatcher</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.1004">setTrimmerMatcher</a>(<a
 href="../../../../org/apache/commons/text/StrMatcher.html" title="class in 
org.apache.commons.text">StrMatcher</a>&nbsp;trimmer)</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.1014">setTrimmerMatcher</a>(<a
 href="../../../../org/apache/commons/text/StrMatcher.html" title="class in 
org.apache.commons.text">StrMatcher</a>&nbsp;trimmer)</pre>
 <div class="block">Sets the matcher for characters to trim.
  <p>
  These characters are trimmed off on each side of the delimiter
@@ -1450,7 +1450,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>isEmptyTokenAsNull</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.1018">isEmptyTokenAsNull</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.1028">isEmptyTokenAsNull</a>()</pre>
 <div class="block">Gets whether the tokenizer currently returns empty tokens 
as null.
  The default for this property is false.</div>
 <dl>
@@ -1465,7 +1465,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>setEmptyTokenAsNull</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.1029">setEmptyTokenAsNull</a>(boolean&nbsp;emptyAsNull)</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.1039">setEmptyTokenAsNull</a>(boolean&nbsp;emptyAsNull)</pre>
 <div class="block">Sets whether the tokenizer should return empty tokens as 
null.
  The default for this property is false.</div>
 <dl>
@@ -1482,7 +1482,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>isIgnoreEmptyTokens</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.1041">isIgnoreEmptyTokens</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.1051">isIgnoreEmptyTokens</a>()</pre>
 <div class="block">Gets whether the tokenizer currently ignores empty tokens.
  The default for this property is true.</div>
 <dl>
@@ -1497,7 +1497,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>setIgnoreEmptyTokens</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.1052">setIgnoreEmptyTokens</a>(boolean&nbsp;ignoreEmptyTokens)</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/text/StrTokenizer.html" title="class in 
org.apache.commons.text">StrTokenizer</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.1062">setIgnoreEmptyTokens</a>(boolean&nbsp;ignoreEmptyTokens)</pre>
 <div class="block">Sets whether the tokenizer should ignore and not return 
empty tokens.
  The default for this property is true.</div>
 <dl>
@@ -1514,7 +1514,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>getContent</h4>
-<pre>public&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/StrTokenizer.html#line.1063">getContent</a>()</pre>
+<pre>public&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/StrTokenizer.html#line.1073">getContent</a>()</pre>
 <div class="block">Gets the String content that the tokenizer is parsing.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1528,7 +1528,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>clone</h4>
-<pre>public&nbsp;<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>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.1079">clone</a>()</pre>
+<pre>public&nbsp;<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>&nbsp;<a 
href="../../../../src-html/org/apache/commons/text/StrTokenizer.html#line.1089">clone</a>()</pre>
 <div class="block">Creates a new instance of this Tokenizer. The new instance 
is reset so
  that it will be at the start of the token list.
  If a <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/CloneNotSupportedException.html?is-external=true";
 title="class or interface in 
java.lang"><code>CloneNotSupportedException</code></a> is caught, return 
<code>null</code>.</div>
@@ -1546,7 +1546,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockListLast">
 <li class="blockList">
 <h4>toString</h4>
-<pre>public&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/StrTokenizer.html#line.1111">toString</a>()</pre>
+<pre>public&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/StrTokenizer.html#line.1121">toString</a>()</pre>
 <div class="block">Gets the String content that the tokenizer is parsing.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>

Modified: 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/StringEscapeUtils.Builder.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/StringEscapeUtils.Builder.html
 (original)
+++ 
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/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>StringEscapeUtils.Builder (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>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="StringEscapeUtils.Builder (Apache Commons 
Text 1.0-SNAPSHOT API)";
+            parent.document.title="StringEscapeUtils.Builder (Apache Commons 
Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public static final class <a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.482">StringEscapeUtils.Builder</a>
+<pre>public static final class <a 
href="../../../../src-html/org/apache/commons/text/StringEscapeUtils.html#line.439">StringEscapeUtils.Builder</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>Convenience wrapper for <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/StringBuilder.html?is-external=true";
 title="class or interface in java.lang"><code>StringBuilder</code></a> 
providing escape methods.</p>
 
@@ -191,7 +191,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>escape</h4>
-<pre>public&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.Builder.html#line.510">escape</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&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.Builder.html#line.467">escape</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>Escape <code>input</code> according to the given <a 
href="../../../../org/apache/commons/text/translate/CharSequenceTranslator.html"
 title="class in 
org.apache.commons.text.translate"><code>CharSequenceTranslator</code></a>.</p></div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -207,7 +207,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>append</h4>
-<pre>public&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.Builder.html#line.521">append</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&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.Builder.html#line.478">append</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">Literal append, no escaping being done.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -223,7 +223,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>toString</h4>
-<pre>public&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.Builder.html#line.532">toString</a>()</pre>
+<pre>public&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.Builder.html#line.489">toString</a>()</pre>
 <div class="block"><p>Return the escaped string.</p></div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>


Reply via email to