Added: 
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/QuoteMode.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/QuoteMode.html
 (added)
+++ 
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/QuoteMode.html
 Thu Aug 14 19:48:06 2014
@@ -0,0 +1,385 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="de">
+<head>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>QuoteMode (Apache Commons CSV 1.0 API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
+<script type="text/javascript" src="../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="QuoteMode (Apache Commons CSV 1.0 API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":9,"i1":9};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a 
href="../../../../org/apache/commons/csv/package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/QuoteMode.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/apache/commons/csv/CSVRecord.html" title="class 
in org.apache.commons.csv"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li>Next&nbsp;Class</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/apache/commons/csv/QuoteMode.html" 
target="_top">Frames</a></li>
+<li><a href="QuoteMode.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#enum.constant.summary">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#enum.constant.detail">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.commons.csv</div>
+<h2 title="Enum QuoteMode" class="title">Enum QuoteMode</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li><a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang">java.lang.Enum</a>&lt;<a 
href="../../../../org/apache/commons/csv/QuoteMode.html" title="enum in 
org.apache.commons.csv">QuoteMode</a>&gt;</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.commons.csv.QuoteMode</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a 
href="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io">Serializable</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable</a>&lt;<a 
href="../../../../org/apache/commons/csv/QuoteMode.html" title="enum in 
org.apache.commons.csv">QuoteMode</a>&gt;</dd>
+</dl>
+<hr>
+<br>
+<pre>public enum <a 
href="../../../../src-html/org/apache/commons/csv/QuoteMode.html#line.24">QuoteMode</a>
+extends <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang">Enum</a>&lt;<a 
href="../../../../org/apache/commons/csv/QuoteMode.html" title="enum in 
org.apache.commons.csv">QuoteMode</a>&gt;</pre>
+<div class="block">Defines quote behavior when printing.</div>
+<dl>
+<dt><span class="simpleTagLabel">Version:</span></dt>
+<dd>$Id: QuoteMode.java 1612344 2014-07-21 16:32:08Z britter $</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== ENUM CONSTANT SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="enum.constant.summary">
+<!--   -->
+</a>
+<h3>Enum Constant Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Enum Constant Summary table, listing enum constants, and an 
explanation">
+<caption><span>Enum Constants</span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Enum Constant and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/QuoteMode.html#ALL">ALL</a></span></code>
+<div class="block">Quotes all fields.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/QuoteMode.html#MINIMAL">MINIMAL</a></span></code>
+<div class="block">Quotes fields which contain special characters such as a 
delimiter, quote character or any of the characters in
+ line separator.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/QuoteMode.html#NON_NUMERIC">NON_NUMERIC</a></span></code>
+<div class="block">Quotes all non-numeric fields.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/QuoteMode.html#NONE">NONE</a></span></code>
+<div class="block">Never quotes fields.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span 
class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a 
href="javascript:show(1);">Static Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a 
href="javascript:show(8);">Concrete Methods</a></span><span 
class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>static <a 
href="../../../../org/apache/commons/csv/QuoteMode.html" title="enum in 
org.apache.commons.csv">QuoteMode</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/QuoteMode.html#valueOf-java.lang.String-">valueOf</a></span>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</code>
+<div class="block">Returns the enum constant of this type with the specified 
name.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>static <a 
href="../../../../org/apache/commons/csv/QuoteMode.html" title="enum in 
org.apache.commons.csv">QuoteMode</a>[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/QuoteMode.html#values--">values</a></span>()</code>
+<div class="block">Returns an array containing the constants of this enum 
type, in
+the order they are declared.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Enum">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang">Enum</a></h3>
+<code><a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#clone--";
 title="class or interface in java.lang">clone</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#compareTo-E-";
 title="class or interface in java.lang">compareTo</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#equals-java.lang.Object-";
 title="class or interface in java.lang">equals</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#finalize--";
 title="class or interface in java.lang">finalize</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#getDeclaringClass--";
 title="class or interface in java.lang">getDeclaringClass</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#hashCode--";
 title="class or interface in java.lang">hashCode</a>, <a 
href="http://docs.oracle.com/javase/6/docs/
 api/java/lang/Enum.html?is-external=true#name--" title="class or interface in 
java.lang">name</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#ordinal--";
 title="class or interface in java.lang">ordinal</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#toString--";
 title="class or interface in java.lang">toString</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#valueOf-java.lang.Class-java.lang.String-";
 title="class or interface in java.lang">valueOf</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></h3>
+<code><a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass--";
 title="class or interface in java.lang">getClass</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify--";
 title="class or interface in java.lang">notify</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll--";
 title="class or interface in java.lang">notifyAll</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait--";
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait-long-";
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait-long-int-";
 title="class or interface in java.lang">wait</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ ENUM CONSTANT DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="enum.constant.detail">
+<!--   -->
+</a>
+<h3>Enum Constant Detail</h3>
+<a name="ALL">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>ALL</h4>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/QuoteMode.html" title="enum in 
org.apache.commons.csv">QuoteMode</a> <a 
href="../../../../src-html/org/apache/commons/csv/QuoteMode.html#line.29">ALL</a></pre>
+<div class="block">Quotes all fields.</div>
+</li>
+</ul>
+<a name="MINIMAL">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>MINIMAL</h4>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/QuoteMode.html" title="enum in 
org.apache.commons.csv">QuoteMode</a> <a 
href="../../../../src-html/org/apache/commons/csv/QuoteMode.html#line.35">MINIMAL</a></pre>
+<div class="block">Quotes fields which contain special characters such as a 
delimiter, quote character or any of the characters in
+ line separator.</div>
+</li>
+</ul>
+<a name="NON_NUMERIC">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>NON_NUMERIC</h4>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/QuoteMode.html" title="enum in 
org.apache.commons.csv">QuoteMode</a> <a 
href="../../../../src-html/org/apache/commons/csv/QuoteMode.html#line.40">NON_NUMERIC</a></pre>
+<div class="block">Quotes all non-numeric fields.</div>
+</li>
+</ul>
+<a name="NONE">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>NONE</h4>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/QuoteMode.html" title="enum in 
org.apache.commons.csv">QuoteMode</a> <a 
href="../../../../src-html/org/apache/commons/csv/QuoteMode.html#line.47">NONE</a></pre>
+<div class="block">Never quotes fields. When the delimiter occurs in data, it 
is preceded by the current escape character. If the
+ escape character is not set, printing will throw an exception if any 
characters that require escaping are
+ encountered.</div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="values--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>values</h4>
+<pre>public static&nbsp;<a 
href="../../../../org/apache/commons/csv/QuoteMode.html" title="enum in 
org.apache.commons.csv">QuoteMode</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/QuoteMode.html#line.32">values</a>()</pre>
+<div class="block">Returns an array containing the constants of this enum 
type, in
+the order they are declared.  This method may be used to iterate
+over the constants as follows:
+<pre>
+for (QuoteMode c : QuoteMode.values())
+&nbsp;   System.out.println(c);
+</pre></div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>an array containing the constants of this enum type, in the order they are 
declared</dd>
+</dl>
+</li>
+</ul>
+<a name="valueOf-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>valueOf</h4>
+<pre>public static&nbsp;<a 
href="../../../../org/apache/commons/csv/QuoteMode.html" title="enum in 
org.apache.commons.csv">QuoteMode</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/QuoteMode.html#line.32">valueOf</a>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<div class="block">Returns the enum constant of this type with the specified 
name.
+The string must match <i>exactly</i> an identifier used to declare an
+enum constant in this type.  (Extraneous whitespace characters are 
+not permitted.)</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>name</code> - the name of the enum constant to be returned.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the enum constant with the specified name</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true";
 title="class or interface in java.lang">IllegalArgumentException</a></code> - 
if this enum type has no constant with the specified name</dd>
+<dd><code><a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/NullPointerException.html?is-external=true";
 title="class or interface in java.lang">NullPointerException</a></code> - if 
the argument is null</dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a 
href="../../../../org/apache/commons/csv/package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/QuoteMode.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/apache/commons/csv/CSVRecord.html" title="class 
in org.apache.commons.csv"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li>Next&nbsp;Class</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/apache/commons/csv/QuoteMode.html" 
target="_top">Frames</a></li>
+<li><a href="QuoteMode.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#enum.constant.summary">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#enum.constant.detail">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2014 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>
\ No newline at end of file

Propchange: 
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/QuoteMode.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: 
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/CSVFormat.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/CSVFormat.html
 (original)
+++ 
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/CSVFormat.html
 Thu Aug 14 19:48:06 2014
@@ -2,14 +2,20 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.commons.csv.CSVFormat (Apache Commons CSV 
1.0-SNAPSHOT API)</title>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.commons.csv.CSVFormat (Apache Commons CSV 1.0 
API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.csv.CSVFormat 
(Apache Commons CSV 1.0-SNAPSHOT API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class 
org.apache.commons.csv.CSVFormat (Apache Commons CSV 1.0 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>
@@ -17,9 +23,11 @@
 <div>JavaScript is disabled on your browser.</div>
 </noscript>
 <!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar_top">
+<div class="topNav"><a name="navbar.top">
 <!--   -->
-</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -39,10 +47,10 @@
 </ul>
 <ul class="navList">
 <li><a 
href="../../../../../index.html?org/apache/commons/csv/class-use/CSVFormat.html"
 target="_top">Frames</a></li>
-<li><a href="CSVFormat.html" target="_top">No Frames</a></li>
+<li><a href="CSVFormat.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
 </ul>
 <div>
 <script type="text/javascript"><!--
@@ -56,7 +64,7 @@
   //-->
 </script>
 </div>
-<a name="skip-navbar_top">
+<a name="skip.navbar.top">
 <!--   -->
 </a></div>
 <!-- ========= END OF TOP NAVBAR ========= -->
@@ -71,7 +79,7 @@
 <!--   -->
 </a>
 <h3>Uses of <a href="../../../../../org/apache/commons/csv/CSVFormat.html" 
title="class in org.apache.commons.csv">CSVFormat</a> in <a 
href="../../../../../org/apache/commons/csv/package-summary.html">org.apache.commons.csv</a></h3>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing 
fields, and an explanation">
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing fields, and an explanation">
 <caption><span>Fields in <a 
href="../../../../../org/apache/commons/csv/package-summary.html">org.apache.commons.csv</a>
 declared as <a href="../../../../../org/apache/commons/csv/CSVFormat.html" 
title="class in org.apache.commons.csv">CSVFormat</a></span><span 
class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
@@ -80,37 +88,37 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>static <a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
-<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#DEFAULT">DEFAULT</a></strong></code>
+<td class="colLast"><span class="typeNameLabel">CSVFormat.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#DEFAULT">DEFAULT</a></span></code>
 <div class="block">Standard comma separated format, as for <a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#RFC4180"><code>RFC4180</code></a>
 but allowing empty lines.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
-<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#EXCEL">EXCEL</a></strong></code>
+<td class="colLast"><span class="typeNameLabel">CSVFormat.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#EXCEL">EXCEL</a></span></code>
 <div class="block">Excel file format (using a comma as the value 
delimiter).</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
-<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#MYSQL">MYSQL</a></strong></code>
-<div class="block">Default MySQL format used by the <tt>SELECT INTO 
OUTFILE</tt> and <tt>LOAD DATA INFILE</tt> operations.</div>
+<td class="colLast"><span class="typeNameLabel">CSVFormat.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#MYSQL">MYSQL</a></span></code>
+<div class="block">Default MySQL format used by the <code>SELECT INTO 
OUTFILE</code> and <code>LOAD DATA INFILE</code> operations.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
-<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#RFC4180">RFC4180</a></strong></code>
+<td class="colLast"><span class="typeNameLabel">CSVFormat.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#RFC4180">RFC4180</a></span></code>
 <div class="block">Comma separated format as defined by <a 
href="http://tools.ietf.org/html/rfc4180";>RFC 4180</a>.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
-<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#TDF">TDF</a></strong></code>
-<div class="block">Tab-delimited format, with quote; leading and trailing 
spaces ignored.</div>
+<td class="colLast"><span class="typeNameLabel">CSVFormat.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#TDF">TDF</a></span></code>
+<div class="block">Tab-delimited format.</div>
 </td>
 </tr>
 </tbody>
 </table>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing 
methods, and an explanation">
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
 <caption><span>Methods in <a 
href="../../../../../org/apache/commons/csv/package-summary.html">org.apache.commons.csv</a>
 that return <a href="../../../../../org/apache/commons/csv/CSVFormat.html" 
title="class in org.apache.commons.csv">CSVFormat</a></span><span 
class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
@@ -119,103 +127,109 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>static <a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
-<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#newFormat(char)">newFormat</a></strong>(char&nbsp;delimiter)</code>
+<td class="colLast"><span class="typeNameLabel">CSVFormat.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#newFormat-char-">newFormat</a></span>(char&nbsp;delimiter)</code>
 <div class="block">Creates a new CSV format with the specified delimiter.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
-<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withCommentStart(char)">withCommentStart</a></strong>(char&nbsp;commentStart)</code>
-<div class="block">Sets the comment start marker of the format to the 
specified character.</div>
+<td class="colLast"><span class="typeNameLabel">CSVFormat.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withAllowMissingColumnNames-boolean-">withAllowMissingColumnNames</a></span>(boolean&nbsp;allowMissingColumnNames)</code>
+<div class="block">Sets the missing column names behavior of the format.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
-<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withCommentStart(java.lang.Character)">withCommentStart</a></strong>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Character.html?is-external=true";
 title="class or interface in java.lang">Character</a>&nbsp;commentStart)</code>
+<td class="colLast"><span class="typeNameLabel">CSVFormat.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withCommentMarker-char-">withCommentMarker</a></span>(char&nbsp;commentMarker)</code>
 <div class="block">Sets the comment start marker of the format to the 
specified character.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
-<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withDelimiter(char)">withDelimiter</a></strong>(char&nbsp;delimiter)</code>
-<div class="block">Sets the delimiter of the format to the specified 
character.</div>
+<td class="colLast"><span class="typeNameLabel">CSVFormat.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withCommentMarker-java.lang.Character-">withCommentMarker</a></span>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Character.html?is-external=true";
 title="class or interface in 
java.lang">Character</a>&nbsp;commentMarker)</code>
+<div class="block">Sets the comment start marker of the format to the 
specified character.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
-<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withEscape(char)">withEscape</a></strong>(char&nbsp;escape)</code>
-<div class="block">Sets the escape character of the format to the specified 
character.</div>
+<td class="colLast"><span class="typeNameLabel">CSVFormat.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withDelimiter-char-">withDelimiter</a></span>(char&nbsp;delimiter)</code>
+<div class="block">Sets the delimiter of the format to the specified 
character.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
-<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withEscape(java.lang.Character)">withEscape</a></strong>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Character.html?is-external=true";
 title="class or interface in java.lang">Character</a>&nbsp;escape)</code>
+<td class="colLast"><span class="typeNameLabel">CSVFormat.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withEscape-char-">withEscape</a></span>(char&nbsp;escape)</code>
 <div class="block">Sets the escape character of the format to the specified 
character.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
-<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withHeader(java.lang.String...)">withHeader</a></strong>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>...&nbsp;header)</code>
-<div class="block">Sets the header of the format.</div>
+<td class="colLast"><span class="typeNameLabel">CSVFormat.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withEscape-java.lang.Character-">withEscape</a></span>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Character.html?is-external=true";
 title="class or interface in java.lang">Character</a>&nbsp;escape)</code>
+<div class="block">Sets the escape character of the format to the specified 
character.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
-<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withIgnoreEmptyLines(boolean)">withIgnoreEmptyLines</a></strong>(boolean&nbsp;ignoreEmptyLines)</code>
-<div class="block">Sets the empty line skipping behavior of the format.</div>
+<td class="colLast"><span class="typeNameLabel">CSVFormat.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withHeader-java.lang.String...-">withHeader</a></span>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>...&nbsp;header)</code>
+<div class="block">Sets the header of the format.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
-<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withIgnoreSurroundingSpaces(boolean)">withIgnoreSurroundingSpaces</a></strong>(boolean&nbsp;ignoreSurroundingSpaces)</code>
-<div class="block">Sets the trimming behavior of the format.</div>
+<td class="colLast"><span class="typeNameLabel">CSVFormat.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withIgnoreEmptyLines-boolean-">withIgnoreEmptyLines</a></span>(boolean&nbsp;ignoreEmptyLines)</code>
+<div class="block">Sets the empty line skipping behavior of the format.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
-<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withNullString(java.lang.String)">withNullString</a></strong>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;nullString)</code>
-<div class="block">Performs conversions to and from null for strings on input 
and output.</div>
+<td class="colLast"><span class="typeNameLabel">CSVFormat.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withIgnoreSurroundingSpaces-boolean-">withIgnoreSurroundingSpaces</a></span>(boolean&nbsp;ignoreSurroundingSpaces)</code>
+<div class="block">Sets the trimming behavior of the format.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
-<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withQuoteChar(char)">withQuoteChar</a></strong>(char&nbsp;quoteChar)</code>
-<div class="block">Sets the quoteChar of the format to the specified 
character.</div>
+<td class="colLast"><span class="typeNameLabel">CSVFormat.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withNullString-java.lang.String-">withNullString</a></span>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;nullString)</code>
+<div class="block">Performs conversions to and from null for strings on input 
and output.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
-<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withQuoteChar(java.lang.Character)">withQuoteChar</a></strong>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Character.html?is-external=true";
 title="class or interface in java.lang">Character</a>&nbsp;quoteChar)</code>
+<td class="colLast"><span class="typeNameLabel">CSVFormat.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withQuote-char-">withQuote</a></span>(char&nbsp;quoteChar)</code>
 <div class="block">Sets the quoteChar of the format to the specified 
character.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
-<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withQuotePolicy(org.apache.commons.csv.Quote)">withQuotePolicy</a></strong>(<a
 href="../../../../../org/apache/commons/csv/Quote.html" title="enum in 
org.apache.commons.csv">Quote</a>&nbsp;quotePolicy)</code>
-<div class="block">Sets the output quote policy of the format to the specified 
value.</div>
+<td class="colLast"><span class="typeNameLabel">CSVFormat.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withQuote-java.lang.Character-">withQuote</a></span>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Character.html?is-external=true";
 title="class or interface in java.lang">Character</a>&nbsp;quoteChar)</code>
+<div class="block">Sets the quoteChar of the format to the specified 
character.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
-<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withRecordSeparator(char)">withRecordSeparator</a></strong>(char&nbsp;recordSeparator)</code>
-<div class="block">Sets the record separator of the format to the specified 
character.</div>
+<td class="colLast"><span class="typeNameLabel">CSVFormat.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withQuoteMode-org.apache.commons.csv.QuoteMode-">withQuoteMode</a></span>(<a
 href="../../../../../org/apache/commons/csv/QuoteMode.html" title="enum in 
org.apache.commons.csv">QuoteMode</a>&nbsp;quoteModePolicy)</code>
+<div class="block">Sets the output quote policy of the format to the specified 
value.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
-<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withRecordSeparator(java.lang.String)">withRecordSeparator</a></strong>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;recordSeparator)</code>
-<div class="block">Sets the record separator of the format to the specified 
String.</div>
+<td class="colLast"><span class="typeNameLabel">CSVFormat.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withRecordSeparator-char-">withRecordSeparator</a></span>(char&nbsp;recordSeparator)</code>
+<div class="block">Sets the record separator of the format to the specified 
character.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
-<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withSkipHeaderRecord(boolean)">withSkipHeaderRecord</a></strong>(boolean&nbsp;skipHeaderRecord)</code>
+<td class="colLast"><span class="typeNameLabel">CSVFormat.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withRecordSeparator-java.lang.String-">withRecordSeparator</a></span>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;recordSeparator)</code>
+<div class="block">Sets the record separator of the format to the specified 
String.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="typeNameLabel">CSVFormat.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withSkipHeaderRecord-boolean-">withSkipHeaderRecord</a></span>(boolean&nbsp;skipHeaderRecord)</code>
 <div class="block">Sets whether to skip the header record.</div>
 </td>
 </tr>
 </tbody>
 </table>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing 
methods, and an explanation">
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
 <caption><span>Methods in <a 
href="../../../../../org/apache/commons/csv/package-summary.html">org.apache.commons.csv</a>
 with parameters of type <a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></span><span 
class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
@@ -224,47 +238,48 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>static <a 
href="../../../../../org/apache/commons/csv/CSVParser.html" title="class in 
org.apache.commons.csv">CSVParser</a></code></td>
-<td class="colLast"><span class="strong">CSVParser.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVParser.html#parse(java.io.File, 
org.apache.commons.csv.CSVFormat)">parse</a></strong>(<a 
href="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io">File</a>&nbsp;file,
-          <a href="../../../../../org/apache/commons/csv/CSVFormat.html" 
title="class in org.apache.commons.csv">CSVFormat</a>&nbsp;format)</code>
+<td class="colLast"><span class="typeNameLabel">CSVParser.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/CSVParser.html#parse-java.io.File-java.nio.charset.Charset-org.apache.commons.csv.CSVFormat-">parse</a></span>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io">File</a>&nbsp;file,
+     <a 
href="http://docs.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html?is-external=true";
 title="class or interface in java.nio.charset">Charset</a>&nbsp;charset,
+     <a href="../../../../../org/apache/commons/csv/CSVFormat.html" 
title="class in org.apache.commons.csv">CSVFormat</a>&nbsp;format)</code>
 <div class="block">Creates a parser for the given <a 
href="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io"><code>File</code></a>.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a 
href="../../../../../org/apache/commons/csv/CSVParser.html" title="class in 
org.apache.commons.csv">CSVParser</a></code></td>
-<td class="colLast"><span class="strong">CSVParser.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVParser.html#parse(java.lang.String,
 org.apache.commons.csv.CSVFormat)">parse</a></strong>(<a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;string,
-          <a href="../../../../../org/apache/commons/csv/CSVFormat.html" 
title="class in org.apache.commons.csv">CSVFormat</a>&nbsp;format)</code>
+<td class="colLast"><span class="typeNameLabel">CSVParser.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/CSVParser.html#parse-java.lang.String-org.apache.commons.csv.CSVFormat-">parse</a></span>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;string,
+     <a href="../../../../../org/apache/commons/csv/CSVFormat.html" 
title="class in org.apache.commons.csv">CSVFormat</a>&nbsp;format)</code>
 <div class="block">Creates a parser for the given <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang"><code>String</code></a>.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <a 
href="../../../../../org/apache/commons/csv/CSVParser.html" title="class in 
org.apache.commons.csv">CSVParser</a></code></td>
-<td class="colLast"><span class="strong">CSVParser.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVParser.html#parse(java.net.URL, 
java.nio.charset.Charset, 
org.apache.commons.csv.CSVFormat)">parse</a></strong>(<a 
href="http://docs.oracle.com/javase/6/docs/api/java/net/URL.html?is-external=true";
 title="class or interface in java.net">URL</a>&nbsp;url,
-          <a 
href="http://docs.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html?is-external=true";
 title="class or interface in java.nio.charset">Charset</a>&nbsp;charset,
-          <a href="../../../../../org/apache/commons/csv/CSVFormat.html" 
title="class in org.apache.commons.csv">CSVFormat</a>&nbsp;format)</code>
+<td class="colLast"><span class="typeNameLabel">CSVParser.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/CSVParser.html#parse-java.net.URL-java.nio.charset.Charset-org.apache.commons.csv.CSVFormat-">parse</a></span>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/net/URL.html?is-external=true";
 title="class or interface in java.net">URL</a>&nbsp;url,
+     <a 
href="http://docs.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html?is-external=true";
 title="class or interface in java.nio.charset">Charset</a>&nbsp;charset,
+     <a href="../../../../../org/apache/commons/csv/CSVFormat.html" 
title="class in org.apache.commons.csv">CSVFormat</a>&nbsp;format)</code>
 <div class="block">Creates a parser for the given URL.</div>
 </td>
 </tr>
 </tbody>
 </table>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing 
constructors, and an explanation">
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing constructors, and an explanation">
 <caption><span>Constructors in <a 
href="../../../../../org/apache/commons/csv/package-summary.html">org.apache.commons.csv</a>
 with parameters of type <a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></span><span 
class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVParser.html#CSVParser(java.io.Reader,
 org.apache.commons.csv.CSVFormat)">CSVParser</a></strong>(<a 
href="http://docs.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true";
 title="class or interface in java.io">Reader</a>&nbsp;reader,
-                  <a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a>&nbsp;format)</code>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/CSVParser.html#CSVParser-java.io.Reader-org.apache.commons.csv.CSVFormat-">CSVParser</a></span>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true";
 title="class or interface in java.io">Reader</a>&nbsp;reader,
+         <a href="../../../../../org/apache/commons/csv/CSVFormat.html" 
title="class in org.apache.commons.csv">CSVFormat</a>&nbsp;format)</code>
 <div class="block">Customized CSV parser using the given <a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv"><code>CSVFormat</code></a>
 
  
- If you do not read all records from the given <code>reader</code>, you should 
call <a 
href="../../../../../org/apache/commons/csv/CSVParser.html#close()"><code>CSVParser.close()</code></a>
 on the parser,
+ If you do not read all records from the given <code>reader</code>, you should 
call <a 
href="../../../../../org/apache/commons/csv/CSVParser.html#close--"><code>CSVParser.close()</code></a>
 on the parser,
  unless you close the <code>reader</code>.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVPrinter.html#CSVPrinter(java.lang.Appendable,
 org.apache.commons.csv.CSVFormat)">CSVPrinter</a></strong>(<a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Appendable.html?is-external=true";
 title="class or interface in java.lang">Appendable</a>&nbsp;out,
-                    <a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a>&nbsp;format)</code>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/CSVPrinter.html#CSVPrinter-java.lang.Appendable-org.apache.commons.csv.CSVFormat-">CSVPrinter</a></span>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Appendable.html?is-external=true";
 title="class or interface in java.lang">Appendable</a>&nbsp;out,
+          <a href="../../../../../org/apache/commons/csv/CSVFormat.html" 
title="class in org.apache.commons.csv">CSVFormat</a>&nbsp;format)</code>
 <div class="block">Creates a printer that will print values to the given 
stream following the CSVFormat.</div>
 </td>
 </tr>
@@ -276,9 +291,11 @@
 </ul>
 </div>
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar_bottom">
+<div class="bottomNav"><a name="navbar.bottom">
 <!--   -->
-</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -298,10 +315,10 @@
 </ul>
 <ul class="navList">
 <li><a 
href="../../../../../index.html?org/apache/commons/csv/class-use/CSVFormat.html"
 target="_top">Frames</a></li>
-<li><a href="CSVFormat.html" target="_top">No Frames</a></li>
+<li><a href="CSVFormat.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
 </ul>
 <div>
 <script type="text/javascript"><!--
@@ -315,7 +332,7 @@
   //-->
 </script>
 </div>
-<a name="skip-navbar_bottom">
+<a name="skip.navbar.bottom">
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->

Modified: 
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/CSVParser.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/CSVParser.html
 (original)
+++ 
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/CSVParser.html
 Thu Aug 14 19:48:06 2014
@@ -2,14 +2,20 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.commons.csv.CSVParser (Apache Commons CSV 
1.0-SNAPSHOT API)</title>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.commons.csv.CSVParser (Apache Commons CSV 1.0 
API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.csv.CSVParser 
(Apache Commons CSV 1.0-SNAPSHOT API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class 
org.apache.commons.csv.CSVParser (Apache Commons CSV 1.0 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>
@@ -17,9 +23,11 @@
 <div>JavaScript is disabled on your browser.</div>
 </noscript>
 <!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar_top">
+<div class="topNav"><a name="navbar.top">
 <!--   -->
-</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -39,10 +47,10 @@
 </ul>
 <ul class="navList">
 <li><a 
href="../../../../../index.html?org/apache/commons/csv/class-use/CSVParser.html"
 target="_top">Frames</a></li>
-<li><a href="CSVParser.html" target="_top">No Frames</a></li>
+<li><a href="CSVParser.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
 </ul>
 <div>
 <script type="text/javascript"><!--
@@ -56,7 +64,7 @@
   //-->
 </script>
 </div>
-<a name="skip-navbar_top">
+<a name="skip.navbar.top">
 <!--   -->
 </a></div>
 <!-- ========= END OF TOP NAVBAR ========= -->
@@ -71,7 +79,7 @@
 <!--   -->
 </a>
 <h3>Uses of <a href="../../../../../org/apache/commons/csv/CSVParser.html" 
title="class in org.apache.commons.csv">CSVParser</a> in <a 
href="../../../../../org/apache/commons/csv/package-summary.html">org.apache.commons.csv</a></h3>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing 
methods, and an explanation">
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
 <caption><span>Methods in <a 
href="../../../../../org/apache/commons/csv/package-summary.html">org.apache.commons.csv</a>
 that return <a href="../../../../../org/apache/commons/csv/CSVParser.html" 
title="class in org.apache.commons.csv">CSVParser</a></span><span 
class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
@@ -80,29 +88,30 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>static <a 
href="../../../../../org/apache/commons/csv/CSVParser.html" title="class in 
org.apache.commons.csv">CSVParser</a></code></td>
-<td class="colLast"><span class="strong">CSVParser.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVParser.html#parse(java.io.File, 
org.apache.commons.csv.CSVFormat)">parse</a></strong>(<a 
href="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io">File</a>&nbsp;file,
-          <a href="../../../../../org/apache/commons/csv/CSVFormat.html" 
title="class in org.apache.commons.csv">CSVFormat</a>&nbsp;format)</code>
+<td class="colLast"><span class="typeNameLabel">CSVParser.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/CSVParser.html#parse-java.io.File-java.nio.charset.Charset-org.apache.commons.csv.CSVFormat-">parse</a></span>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io">File</a>&nbsp;file,
+     <a 
href="http://docs.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html?is-external=true";
 title="class or interface in java.nio.charset">Charset</a>&nbsp;charset,
+     <a href="../../../../../org/apache/commons/csv/CSVFormat.html" 
title="class in org.apache.commons.csv">CSVFormat</a>&nbsp;format)</code>
 <div class="block">Creates a parser for the given <a 
href="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io"><code>File</code></a>.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVParser.html" title="class in 
org.apache.commons.csv">CSVParser</a></code></td>
-<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#parse(java.io.Reader)">parse</a></strong>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true";
 title="class or interface in java.io">Reader</a>&nbsp;in)</code>
+<td class="colLast"><span class="typeNameLabel">CSVFormat.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#parse-java.io.Reader-">parse</a></span>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true";
 title="class or interface in java.io">Reader</a>&nbsp;in)</code>
 <div class="block">Parses the specified content.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <a 
href="../../../../../org/apache/commons/csv/CSVParser.html" title="class in 
org.apache.commons.csv">CSVParser</a></code></td>
-<td class="colLast"><span class="strong">CSVParser.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVParser.html#parse(java.lang.String,
 org.apache.commons.csv.CSVFormat)">parse</a></strong>(<a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;string,
-          <a href="../../../../../org/apache/commons/csv/CSVFormat.html" 
title="class in org.apache.commons.csv">CSVFormat</a>&nbsp;format)</code>
+<td class="colLast"><span class="typeNameLabel">CSVParser.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/CSVParser.html#parse-java.lang.String-org.apache.commons.csv.CSVFormat-">parse</a></span>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;string,
+     <a href="../../../../../org/apache/commons/csv/CSVFormat.html" 
title="class in org.apache.commons.csv">CSVFormat</a>&nbsp;format)</code>
 <div class="block">Creates a parser for the given <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang"><code>String</code></a>.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a 
href="../../../../../org/apache/commons/csv/CSVParser.html" title="class in 
org.apache.commons.csv">CSVParser</a></code></td>
-<td class="colLast"><span class="strong">CSVParser.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVParser.html#parse(java.net.URL, 
java.nio.charset.Charset, 
org.apache.commons.csv.CSVFormat)">parse</a></strong>(<a 
href="http://docs.oracle.com/javase/6/docs/api/java/net/URL.html?is-external=true";
 title="class or interface in java.net">URL</a>&nbsp;url,
-          <a 
href="http://docs.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html?is-external=true";
 title="class or interface in java.nio.charset">Charset</a>&nbsp;charset,
-          <a href="../../../../../org/apache/commons/csv/CSVFormat.html" 
title="class in org.apache.commons.csv">CSVFormat</a>&nbsp;format)</code>
+<td class="colLast"><span class="typeNameLabel">CSVParser.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/CSVParser.html#parse-java.net.URL-java.nio.charset.Charset-org.apache.commons.csv.CSVFormat-">parse</a></span>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/net/URL.html?is-external=true";
 title="class or interface in java.net">URL</a>&nbsp;url,
+     <a 
href="http://docs.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html?is-external=true";
 title="class or interface in java.nio.charset">Charset</a>&nbsp;charset,
+     <a href="../../../../../org/apache/commons/csv/CSVFormat.html" 
title="class in org.apache.commons.csv">CSVFormat</a>&nbsp;format)</code>
 <div class="block">Creates a parser for the given URL.</div>
 </td>
 </tr>
@@ -114,9 +123,11 @@
 </ul>
 </div>
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar_bottom">
+<div class="bottomNav"><a name="navbar.bottom">
 <!--   -->
-</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -136,10 +147,10 @@
 </ul>
 <ul class="navList">
 <li><a 
href="../../../../../index.html?org/apache/commons/csv/class-use/CSVParser.html"
 target="_top">Frames</a></li>
-<li><a href="CSVParser.html" target="_top">No Frames</a></li>
+<li><a href="CSVParser.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
 </ul>
 <div>
 <script type="text/javascript"><!--
@@ -153,7 +164,7 @@
   //-->
 </script>
 </div>
-<a name="skip-navbar_bottom">
+<a name="skip.navbar.bottom">
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->

Modified: 
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/CSVPrinter.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/CSVPrinter.html
 (original)
+++ 
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/CSVPrinter.html
 Thu Aug 14 19:48:06 2014
@@ -2,14 +2,20 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.commons.csv.CSVPrinter (Apache Commons CSV 
1.0-SNAPSHOT API)</title>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.commons.csv.CSVPrinter (Apache Commons CSV 1.0 
API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.csv.CSVPrinter 
(Apache Commons CSV 1.0-SNAPSHOT API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class 
org.apache.commons.csv.CSVPrinter (Apache Commons CSV 1.0 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>
@@ -17,9 +23,11 @@
 <div>JavaScript is disabled on your browser.</div>
 </noscript>
 <!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar_top">
+<div class="topNav"><a name="navbar.top">
 <!--   -->
-</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -39,10 +47,10 @@
 </ul>
 <ul class="navList">
 <li><a 
href="../../../../../index.html?org/apache/commons/csv/class-use/CSVPrinter.html"
 target="_top">Frames</a></li>
-<li><a href="CSVPrinter.html" target="_top">No Frames</a></li>
+<li><a href="CSVPrinter.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
 </ul>
 <div>
 <script type="text/javascript"><!--
@@ -56,18 +64,47 @@
   //-->
 </script>
 </div>
-<a name="skip-navbar_top">
+<a name="skip.navbar.top">
 <!--   -->
 </a></div>
 <!-- ========= END OF TOP NAVBAR ========= -->
 <div class="header">
 <h2 title="Uses of Class org.apache.commons.csv.CSVPrinter" class="title">Uses 
of Class<br>org.apache.commons.csv.CSVPrinter</h2>
 </div>
-<div class="classUseContainer">No usage of 
org.apache.commons.csv.CSVPrinter</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.commons.csv">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/commons/csv/CSVPrinter.html" 
title="class in org.apache.commons.csv">CSVPrinter</a> in <a 
href="../../../../../org/apache/commons/csv/package-summary.html">org.apache.commons.csv</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../../org/apache/commons/csv/package-summary.html">org.apache.commons.csv</a>
 that return <a href="../../../../../org/apache/commons/csv/CSVPrinter.html" 
title="class in org.apache.commons.csv">CSVPrinter</a></span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVPrinter.html" title="class in 
org.apache.commons.csv">CSVPrinter</a></code></td>
+<td class="colLast"><span class="typeNameLabel">CSVFormat.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#print-java.lang.Appendable-">print</a></span>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Appendable.html?is-external=true";
 title="class or interface in java.lang">Appendable</a>&nbsp;out)</code>
+<div class="block">Prints to the specified output.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar_bottom">
+<div class="bottomNav"><a name="navbar.bottom">
 <!--   -->
-</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -87,10 +124,10 @@
 </ul>
 <ul class="navList">
 <li><a 
href="../../../../../index.html?org/apache/commons/csv/class-use/CSVPrinter.html"
 target="_top">Frames</a></li>
-<li><a href="CSVPrinter.html" target="_top">No Frames</a></li>
+<li><a href="CSVPrinter.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
 </ul>
 <div>
 <script type="text/javascript"><!--
@@ -104,7 +141,7 @@
   //-->
 </script>
 </div>
-<a name="skip-navbar_bottom">
+<a name="skip.navbar.bottom">
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->

Modified: 
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/CSVRecord.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/CSVRecord.html
 (original)
+++ 
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/CSVRecord.html
 Thu Aug 14 19:48:06 2014
@@ -2,14 +2,20 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.commons.csv.CSVRecord (Apache Commons CSV 
1.0-SNAPSHOT API)</title>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.commons.csv.CSVRecord (Apache Commons CSV 1.0 
API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.csv.CSVRecord 
(Apache Commons CSV 1.0-SNAPSHOT API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class 
org.apache.commons.csv.CSVRecord (Apache Commons CSV 1.0 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>
@@ -17,9 +23,11 @@
 <div>JavaScript is disabled on your browser.</div>
 </noscript>
 <!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar_top">
+<div class="topNav"><a name="navbar.top">
 <!--   -->
-</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -39,10 +47,10 @@
 </ul>
 <ul class="navList">
 <li><a 
href="../../../../../index.html?org/apache/commons/csv/class-use/CSVRecord.html"
 target="_top">Frames</a></li>
-<li><a href="CSVRecord.html" target="_top">No Frames</a></li>
+<li><a href="CSVRecord.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
 </ul>
 <div>
 <script type="text/javascript"><!--
@@ -56,7 +64,7 @@
   //-->
 </script>
 </div>
-<a name="skip-navbar_top">
+<a name="skip.navbar.top">
 <!--   -->
 </a></div>
 <!-- ========= END OF TOP NAVBAR ========= -->
@@ -71,22 +79,7 @@
 <!--   -->
 </a>
 <h3>Uses of <a href="../../../../../org/apache/commons/csv/CSVRecord.html" 
title="class in org.apache.commons.csv">CSVRecord</a> in <a 
href="../../../../../org/apache/commons/csv/package-summary.html">org.apache.commons.csv</a></h3>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing 
methods, and an explanation">
-<caption><span>Methods in <a 
href="../../../../../org/apache/commons/csv/package-summary.html">org.apache.commons.csv</a>
 with type parameters of type <a 
href="../../../../../org/apache/commons/csv/CSVRecord.html" title="class in 
org.apache.commons.csv">CSVRecord</a></span><span 
class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>&lt;T extends <a 
href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;<a 
href="../../../../../org/apache/commons/csv/CSVRecord.html" title="class in 
org.apache.commons.csv">CSVRecord</a>&gt;&gt;&nbsp;<br>T</code></td>
-<td class="colLast"><span class="strong">CSVParser.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVParser.html#getRecords(T)">getRecords</a></strong>(T&nbsp;records)</code>
-<div class="block">Parses the CSV input according to the given format and adds 
the content to the collection of <a 
href="../../../../../org/apache/commons/csv/CSVRecord.html" title="class in 
org.apache.commons.csv"><code>CSVRecords</code></a>.</div>
-</td>
-</tr>
-</tbody>
-</table>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing 
methods, and an explanation">
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
 <caption><span>Methods in <a 
href="../../../../../org/apache/commons/csv/package-summary.html">org.apache.commons.csv</a>
 that return types with arguments of type <a 
href="../../../../../org/apache/commons/csv/CSVRecord.html" title="class in 
org.apache.commons.csv">CSVRecord</a></span><span 
class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
@@ -95,14 +88,14 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../../../org/apache/commons/csv/CSVRecord.html" title="class in 
org.apache.commons.csv">CSVRecord</a>&gt;</code></td>
-<td class="colLast"><span class="strong">CSVParser.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVParser.html#getRecords()">getRecords</a></strong>()</code>
+<td class="colLast"><span class="typeNameLabel">CSVParser.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/CSVParser.html#getRecords--">getRecords</a></span>()</code>
 <div class="block">Parses the CSV input according to the given format and 
returns the content as a list of
  <a href="../../../../../org/apache/commons/csv/CSVRecord.html" title="class 
in org.apache.commons.csv"><code>CSVRecords</code></a>.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator</a>&lt;<a 
href="../../../../../org/apache/commons/csv/CSVRecord.html" title="class in 
org.apache.commons.csv">CSVRecord</a>&gt;</code></td>
-<td class="colLast"><span class="strong">CSVParser.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVParser.html#iterator()">iterator</a></strong>()</code>
+<td class="colLast"><span class="typeNameLabel">CSVParser.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/CSVParser.html#iterator--">iterator</a></span>()</code>
 <div class="block">Returns an iterator on the records.</div>
 </td>
 </tr>
@@ -114,9 +107,11 @@
 </ul>
 </div>
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar_bottom">
+<div class="bottomNav"><a name="navbar.bottom">
 <!--   -->
-</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -136,10 +131,10 @@
 </ul>
 <ul class="navList">
 <li><a 
href="../../../../../index.html?org/apache/commons/csv/class-use/CSVRecord.html"
 target="_top">Frames</a></li>
-<li><a href="CSVRecord.html" target="_top">No Frames</a></li>
+<li><a href="CSVRecord.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
 </ul>
 <div>
 <script type="text/javascript"><!--
@@ -153,7 +148,7 @@
   //-->
 </script>
 </div>
-<a name="skip-navbar_bottom">
+<a name="skip.navbar.bottom">
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->

Added: 
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/QuoteMode.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/QuoteMode.html
 (added)
+++ 
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/QuoteMode.html
 Thu Aug 14 19:48:06 2014
@@ -0,0 +1,178 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="de">
+<head>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.commons.csv.QuoteMode (Apache Commons CSV 1.0 
API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class 
org.apache.commons.csv.QuoteMode (Apache Commons CSV 1.0 API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a 
href="../../../../../org/apache/commons/csv/package-summary.html">Package</a></li>
+<li><a href="../../../../../org/apache/commons/csv/QuoteMode.html" title="enum 
in org.apache.commons.csv">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/commons/csv/class-use/QuoteMode.html"
 target="_top">Frames</a></li>
+<li><a href="QuoteMode.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class org.apache.commons.csv.QuoteMode" class="title">Uses 
of Class<br>org.apache.commons.csv.QuoteMode</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.commons.csv">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/commons/csv/QuoteMode.html" 
title="enum in org.apache.commons.csv">QuoteMode</a> in <a 
href="../../../../../org/apache/commons/csv/package-summary.html">org.apache.commons.csv</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../../org/apache/commons/csv/package-summary.html">org.apache.commons.csv</a>
 that return <a href="../../../../../org/apache/commons/csv/QuoteMode.html" 
title="enum in org.apache.commons.csv">QuoteMode</a></span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/QuoteMode.html" title="enum in 
org.apache.commons.csv">QuoteMode</a></code></td>
+<td class="colLast"><span class="typeNameLabel">CSVFormat.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#getQuoteMode--">getQuoteMode</a></span>()</code>
+<div class="block">Returns the quote policy output fields.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a 
href="../../../../../org/apache/commons/csv/QuoteMode.html" title="enum in 
org.apache.commons.csv">QuoteMode</a></code></td>
+<td class="colLast"><span class="typeNameLabel">QuoteMode.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/QuoteMode.html#valueOf-java.lang.String-">valueOf</a></span>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</code>
+<div class="block">Returns the enum constant of this type with the specified 
name.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a 
href="../../../../../org/apache/commons/csv/QuoteMode.html" title="enum in 
org.apache.commons.csv">QuoteMode</a>[]</code></td>
+<td class="colLast"><span class="typeNameLabel">QuoteMode.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/QuoteMode.html#values--">values</a></span>()</code>
+<div class="block">Returns an array containing the constants of this enum 
type, in
+the order they are declared.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../../org/apache/commons/csv/package-summary.html">org.apache.commons.csv</a>
 with parameters of type <a 
href="../../../../../org/apache/commons/csv/QuoteMode.html" title="enum in 
org.apache.commons.csv">QuoteMode</a></span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="typeNameLabel">CSVFormat.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withQuoteMode-org.apache.commons.csv.QuoteMode-">withQuoteMode</a></span>(<a
 href="../../../../../org/apache/commons/csv/QuoteMode.html" title="enum in 
org.apache.commons.csv">QuoteMode</a>&nbsp;quoteModePolicy)</code>
+<div class="block">Sets the output quote policy of the format to the specified 
value.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a 
href="../../../../../org/apache/commons/csv/package-summary.html">Package</a></li>
+<li><a href="../../../../../org/apache/commons/csv/QuoteMode.html" title="enum 
in org.apache.commons.csv">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/commons/csv/class-use/QuoteMode.html"
 target="_top">Frames</a></li>
+<li><a href="QuoteMode.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2014 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>
\ No newline at end of file

Propchange: 
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/QuoteMode.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: 
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/package-frame.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/package-frame.html
 (original)
+++ 
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/package-frame.html
 Thu Aug 14 19:48:06 2014
@@ -2,9 +2,11 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.commons.csv (Apache Commons CSV 1.0-SNAPSHOT API)</title>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>org.apache.commons.csv (Apache Commons CSV 1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
+<script type="text/javascript" src="../../../../script.js"></script>
 </head>
 <body>
 <h1 class="bar"><a 
href="../../../../org/apache/commons/csv/package-summary.html" 
target="classFrame">org.apache.commons.csv</a></h1>
@@ -18,7 +20,7 @@
 </ul>
 <h2 title="Enums">Enums</h2>
 <ul title="Enums">
-<li><a href="Quote.html" title="enum in org.apache.commons.csv" 
target="classFrame">Quote</a></li>
+<li><a href="QuoteMode.html" title="enum in org.apache.commons.csv" 
target="classFrame">QuoteMode</a></li>
 </ul>
 </div>
 </body>


Reply via email to