You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2014/11/21 22:12:15 UTC

svn commit: r930030 [2/42] - in /websites/production/commons/content/proper/commons-csv: ./ apidocs/ apidocs/org/apache/commons/csv/ apidocs/org/apache/commons/csv/class-use/ apidocs/src-html/org/apache/commons/csv/ css/ jacoco/ jacoco/.resources/ jaco...

Modified: websites/production/commons/content/proper/commons-csv/apidocs/index-all.html
==============================================================================
--- websites/production/commons/content/proper/commons-csv/apidocs/index-all.html (original)
+++ websites/production/commons/content/proper/commons-csv/apidocs/index-all.html Fri Nov 21 21:12:12 2014
@@ -1,566 +1,604 @@
-<!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>Index (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="Index (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>Class</li>
-<li>Use</li>
-<li><a href="org/apache/commons/csv/package-tree.html">Tree</a></li>
-<li><a href="deprecated-list.html">Deprecated</a></li>
-<li class="navBarCell1Rev">Index</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?index-all.html" target="_top">Frames</a></li>
-<li><a href="index-all.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="contentContainer"><a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:Q">Q</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a name="I:C">
-<!--   -->
-</a>
-<h2 class="title">C</h2>
-<dl>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVParser.html#close--">close()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVParser.html" title="class in org.apache.commons.csv">CSVParser</a></dt>
-<dd>
-<div class="block">Closes resources.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVPrinter.html#close--">close()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv">CSVPrinter</a></dt>
-<dd>&nbsp;</dd>
-<dt><a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv"><span class="typeNameLink">CSVFormat</span></a> - Class in <a href="org/apache/commons/csv/package-summary.html">org.apache.commons.csv</a></dt>
-<dd>
-<div class="block">Specifies the format of a CSV file and parses input.</div>
-</dd>
-<dt><a href="org/apache/commons/csv/CSVParser.html" title="class in org.apache.commons.csv"><span class="typeNameLink">CSVParser</span></a> - Class in <a href="org/apache/commons/csv/package-summary.html">org.apache.commons.csv</a></dt>
-<dd>
-<div class="block">Parses CSV files according to the specified format.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVParser.html#CSVParser-java.io.Reader-org.apache.commons.csv.CSVFormat-">CSVParser(Reader, CSVFormat)</a></span> - Constructor for class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVParser.html" title="class in org.apache.commons.csv">CSVParser</a></dt>
-<dd>
-<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,
- unless you close the <code>reader</code>.</div>
-</dd>
-<dt><a href="org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv"><span class="typeNameLink">CSVPrinter</span></a> - Class in <a href="org/apache/commons/csv/package-summary.html">org.apache.commons.csv</a></dt>
-<dd>
-<div class="block">Prints values in a CSV format.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVPrinter.html#CSVPrinter-java.lang.Appendable-org.apache.commons.csv.CSVFormat-">CSVPrinter(Appendable, CSVFormat)</a></span> - Constructor for class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv">CSVPrinter</a></dt>
-<dd>
-<div class="block">Creates a printer that will print values to the given stream following the CSVFormat.</div>
-</dd>
-<dt><a href="org/apache/commons/csv/CSVRecord.html" title="class in org.apache.commons.csv"><span class="typeNameLink">CSVRecord</span></a> - Class in <a href="org/apache/commons/csv/package-summary.html">org.apache.commons.csv</a></dt>
-<dd>
-<div class="block">A CSV record parsed from a CSV file.</div>
-</dd>
-</dl>
-<a name="I:D">
-<!--   -->
-</a>
-<h2 class="title">D</h2>
-<dl>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#DEFAULT">DEFAULT</a></span> - Static variable in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<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>
-</dd>
-</dl>
-<a name="I:E">
-<!--   -->
-</a>
-<h2 class="title">E</h2>
-<dl>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#EXCEL">EXCEL</a></span> - Static variable in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Excel file format (using a comma as the value delimiter).</div>
-</dd>
-</dl>
-<a name="I:F">
-<!--   -->
-</a>
-<h2 class="title">F</h2>
-<dl>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVPrinter.html#flush--">flush()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv">CSVPrinter</a></dt>
-<dd>
-<div class="block">Flushes the underlying stream.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#format-java.lang.Object...-">format(Object...)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Formats the specified values.</div>
-</dd>
-</dl>
-<a name="I:G">
-<!--   -->
-</a>
-<h2 class="title">G</h2>
-<dl>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVRecord.html#get-java.lang.Enum-">get(Enum&lt;?&gt;)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVRecord.html" title="class in org.apache.commons.csv">CSVRecord</a></dt>
-<dd>
-<div class="block">Returns a value by <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang"><code>Enum</code></a>.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVRecord.html#get-int-">get(int)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVRecord.html" title="class in org.apache.commons.csv">CSVRecord</a></dt>
-<dd>
-<div class="block">Returns a value by index.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVRecord.html#get-java.lang.String-">get(String)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVRecord.html" title="class in org.apache.commons.csv">CSVRecord</a></dt>
-<dd>
-<div class="block">Returns a value by name.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#getAllowMissingColumnNames--">getAllowMissingColumnNames()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Specifies whether missing column names are allowed when parsing the header line.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVRecord.html#getComment--">getComment()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVRecord.html" title="class in org.apache.commons.csv">CSVRecord</a></dt>
-<dd>
-<div class="block">Returns the comment for this record, if any.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#getCommentMarker--">getCommentMarker()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Returns the character marking the start of a line comment.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVParser.html#getCurrentLineNumber--">getCurrentLineNumber()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVParser.html" title="class in org.apache.commons.csv">CSVParser</a></dt>
-<dd>
-<div class="block">Returns the current line number in the input stream.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#getDelimiter--">getDelimiter()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Returns the character delimiting the values (typically ';', ',' or '\t').</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#getEscapeCharacter--">getEscapeCharacter()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Returns the escape character.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#getHeader--">getHeader()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Returns a copy of the header array.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVParser.html#getHeaderMap--">getHeaderMap()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVParser.html" title="class in org.apache.commons.csv">CSVParser</a></dt>
-<dd>
-<div class="block">Returns a copy of the header map that iterates in column order.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#getIgnoreEmptyLines--">getIgnoreEmptyLines()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Specifies whether empty lines between records are ignored when parsing input.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#getIgnoreSurroundingSpaces--">getIgnoreSurroundingSpaces()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Specifies whether spaces around values are ignored when parsing input.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#getNullString--">getNullString()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Gets the String to convert to and from <code>null</code>.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVPrinter.html#getOut--">getOut()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv">CSVPrinter</a></dt>
-<dd>
-<div class="block">Gets the target Appendable.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#getQuoteCharacter--">getQuoteCharacter()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Returns the character used to encapsulate values containing special characters.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#getQuoteMode--">getQuoteMode()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Returns the quote policy output fields.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVParser.html#getRecordNumber--">getRecordNumber()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVParser.html" title="class in org.apache.commons.csv">CSVParser</a></dt>
-<dd>
-<div class="block">Returns the current record number in the input stream.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVRecord.html#getRecordNumber--">getRecordNumber()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVRecord.html" title="class in org.apache.commons.csv">CSVRecord</a></dt>
-<dd>
-<div class="block">Returns the number of this record in the parsed CSV file.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVParser.html#getRecords--">getRecords()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVParser.html" title="class in org.apache.commons.csv">CSVParser</a></dt>
-<dd>
-<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>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#getRecordSeparator--">getRecordSeparator()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Returns the record separator delimiting output records.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#getSkipHeaderRecord--">getSkipHeaderRecord()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Returns whether to skip the header record.</div>
-</dd>
-</dl>
-<a name="I:H">
-<!--   -->
-</a>
-<h2 class="title">H</h2>
-<dl>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#hashCode--">hashCode()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>&nbsp;</dd>
-</dl>
-<a name="I:I">
-<!--   -->
-</a>
-<h2 class="title">I</h2>
-<dl>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVParser.html#isClosed--">isClosed()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVParser.html" title="class in org.apache.commons.csv">CSVParser</a></dt>
-<dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#isCommentMarkerSet--">isCommentMarkerSet()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Specifies whether comments are supported by this format.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVRecord.html#isConsistent--">isConsistent()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVRecord.html" title="class in org.apache.commons.csv">CSVRecord</a></dt>
-<dd>
-<div class="block">Tells whether the record size matches the header size.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#isEscapeCharacterSet--">isEscapeCharacterSet()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Returns whether escape are being processed.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVRecord.html#isMapped-java.lang.String-">isMapped(String)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVRecord.html" title="class in org.apache.commons.csv">CSVRecord</a></dt>
-<dd>
-<div class="block">Checks whether a given column is mapped, i.e. its name has been defined to the parser.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#isNullStringSet--">isNullStringSet()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Returns whether a nullString has been defined.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#isQuoteCharacterSet--">isQuoteCharacterSet()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Returns whether a quoteChar has been defined.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVRecord.html#isSet-java.lang.String-">isSet(String)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVRecord.html" title="class in org.apache.commons.csv">CSVRecord</a></dt>
-<dd>
-<div class="block">Checks whether a given columns is mapped and has a value.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVParser.html#iterator--">iterator()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVParser.html" title="class in org.apache.commons.csv">CSVParser</a></dt>
-<dd>
-<div class="block">Returns an iterator on the records.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVRecord.html#iterator--">iterator()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVRecord.html" title="class in org.apache.commons.csv">CSVRecord</a></dt>
-<dd>
-<div class="block">Returns an iterator over the values of this record.</div>
-</dd>
-</dl>
-<a name="I:M">
-<!--   -->
-</a>
-<h2 class="title">M</h2>
-<dl>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#MYSQL">MYSQL</a></span> - Static variable in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Default MySQL format used by the <code>SELECT INTO OUTFILE</code> and <code>LOAD DATA INFILE</code> operations.</div>
-</dd>
-</dl>
-<a name="I:N">
-<!--   -->
-</a>
-<h2 class="title">N</h2>
-<dl>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#newFormat-char-">newFormat(char)</a></span> - Static method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Creates a new CSV format with the specified delimiter.</div>
-</dd>
-</dl>
-<a name="I:O">
-<!--   -->
-</a>
-<h2 class="title">O</h2>
-<dl>
-<dt><a href="org/apache/commons/csv/package-summary.html">org.apache.commons.csv</a> - package org.apache.commons.csv</dt>
-<dd>
-<div class="block">Apache Commons CSV Format Support.</div>
-</dd>
-</dl>
-<a name="I:P">
-<!--   -->
-</a>
-<h2 class="title">P</h2>
-<dl>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#parse-java.io.Reader-">parse(Reader)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Parses the specified content.</div>
-</dd>
-<dt><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(File, Charset, CSVFormat)</a></span> - Static method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVParser.html" title="class in org.apache.commons.csv">CSVParser</a></dt>
-<dd>
-<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>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVParser.html#parse-java.lang.String-org.apache.commons.csv.CSVFormat-">parse(String, CSVFormat)</a></span> - Static method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVParser.html" title="class in org.apache.commons.csv">CSVParser</a></dt>
-<dd>
-<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>
-</dd>
-<dt><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(URL, Charset, CSVFormat)</a></span> - Static method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVParser.html" title="class in org.apache.commons.csv">CSVParser</a></dt>
-<dd>
-<div class="block">Creates a parser for the given URL.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#print-java.lang.Appendable-">print(Appendable)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Prints to the specified output.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVPrinter.html#print-java.lang.Object-">print(Object)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv">CSVPrinter</a></dt>
-<dd>
-<div class="block">Prints the string as the next value on the line.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVPrinter.html#printComment-java.lang.String-">printComment(String)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv">CSVPrinter</a></dt>
-<dd>
-<div class="block">Prints a comment on a new line among the delimiter separated values.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVPrinter.html#println--">println()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv">CSVPrinter</a></dt>
-<dd>
-<div class="block">Outputs the record separator.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVPrinter.html#printRecord-java.lang.Iterable-">printRecord(Iterable&lt;?&gt;)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv">CSVPrinter</a></dt>
-<dd>
-<div class="block">Prints the given values a single record of delimiter separated values followed by the record separator.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVPrinter.html#printRecord-java.lang.Object...-">printRecord(Object...)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv">CSVPrinter</a></dt>
-<dd>
-<div class="block">Prints the given values a single record of delimiter separated values followed by the record separator.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVPrinter.html#printRecords-java.lang.Iterable-">printRecords(Iterable&lt;?&gt;)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv">CSVPrinter</a></dt>
-<dd>
-<div class="block">Prints all the objects in the given collection handling nested collections/arrays as records.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVPrinter.html#printRecords-java.lang.Object...-">printRecords(Object...)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv">CSVPrinter</a></dt>
-<dd>
-<div class="block">Prints all the objects in the given array handling nested collections/arrays as records.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVPrinter.html#printRecords-java.sql.ResultSet-">printRecords(ResultSet)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv">CSVPrinter</a></dt>
-<dd>
-<div class="block">Prints all the objects in the given JDBC result set.</div>
-</dd>
-</dl>
-<a name="I:Q">
-<!--   -->
-</a>
-<h2 class="title">Q</h2>
-<dl>
-<dt><a href="org/apache/commons/csv/QuoteMode.html" title="enum in org.apache.commons.csv"><span class="typeNameLink">QuoteMode</span></a> - Enum in <a href="org/apache/commons/csv/package-summary.html">org.apache.commons.csv</a></dt>
-<dd>
-<div class="block">Defines quote behavior when printing.</div>
-</dd>
-</dl>
-<a name="I:R">
-<!--   -->
-</a>
-<h2 class="title">R</h2>
-<dl>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#RFC4180">RFC4180</a></span> - Static variable in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Comma separated format as defined by <a href="http://tools.ietf.org/html/rfc4180">RFC 4180</a>.</div>
-</dd>
-</dl>
-<a name="I:S">
-<!--   -->
-</a>
-<h2 class="title">S</h2>
-<dl>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVRecord.html#size--">size()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVRecord.html" title="class in org.apache.commons.csv">CSVRecord</a></dt>
-<dd>
-<div class="block">Returns the number of values in this record.</div>
-</dd>
-</dl>
-<a name="I:T">
-<!--   -->
-</a>
-<h2 class="title">T</h2>
-<dl>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#TDF">TDF</a></span> - Static variable in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Tab-delimited format.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVRecord.html#toMap--">toMap()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVRecord.html" title="class in org.apache.commons.csv">CSVRecord</a></dt>
-<dd>
-<div class="block">Copies this record into a new Map.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#toString--">toString()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVRecord.html#toString--">toString()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVRecord.html" title="class in org.apache.commons.csv">CSVRecord</a></dt>
-<dd>
-<div class="block">Returns a string representation of the contents of this record.</div>
-</dd>
-</dl>
-<a name="I:V">
-<!--   -->
-</a>
-<h2 class="title">V</h2>
-<dl>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/QuoteMode.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.commons.csv.<a href="org/apache/commons/csv/QuoteMode.html" title="enum in org.apache.commons.csv">QuoteMode</a></dt>
-<dd>
-<div class="block">Returns the enum constant of this type with the specified name.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/QuoteMode.html#values--">values()</a></span> - Static method in enum org.apache.commons.csv.<a href="org/apache/commons/csv/QuoteMode.html" title="enum in org.apache.commons.csv">QuoteMode</a></dt>
-<dd>
-<div class="block">Returns an array containing the constants of this enum type, in
-the order they are declared.</div>
-</dd>
-</dl>
-<a name="I:W">
-<!--   -->
-</a>
-<h2 class="title">W</h2>
-<dl>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withAllowMissingColumnNames-boolean-">withAllowMissingColumnNames(boolean)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Sets the missing column names behavior of the format.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withCommentMarker-char-">withCommentMarker(char)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Sets the comment start marker of the format to the specified character.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withCommentMarker-java.lang.Character-">withCommentMarker(Character)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Sets the comment start marker of the format to the specified character.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withDelimiter-char-">withDelimiter(char)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Sets the delimiter of the format to the specified character.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withEscape-char-">withEscape(char)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Sets the escape character of the format to the specified character.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withEscape-java.lang.Character-">withEscape(Character)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Sets the escape character of the format to the specified character.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withHeader-java.lang.String...-">withHeader(String...)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Sets the header of the format.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withIgnoreEmptyLines-boolean-">withIgnoreEmptyLines(boolean)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Sets the empty line skipping behavior of the format.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withIgnoreSurroundingSpaces-boolean-">withIgnoreSurroundingSpaces(boolean)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Sets the trimming behavior of the format.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withNullString-java.lang.String-">withNullString(String)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Performs conversions to and from null for strings on input and output.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withQuote-char-">withQuote(char)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Sets the quoteChar of the format to the specified character.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withQuote-java.lang.Character-">withQuote(Character)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Sets the quoteChar of the format to the specified character.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withQuoteMode-org.apache.commons.csv.QuoteMode-">withQuoteMode(QuoteMode)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Sets the output quote policy of the format to the specified value.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withRecordSeparator-char-">withRecordSeparator(char)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Sets the record separator of the format to the specified character.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withRecordSeparator-java.lang.String-">withRecordSeparator(String)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Sets the record separator of the format to the specified String.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withSkipHeaderRecord-boolean-">withSkipHeaderRecord(boolean)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
-<dd>
-<div class="block">Sets whether to skip the header record.</div>
-</dd>
-</dl>
-<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:Q">Q</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;</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>Class</li>
-<li>Use</li>
-<li><a href="org/apache/commons/csv/package-tree.html">Tree</a></li>
-<li><a href="deprecated-list.html">Deprecated</a></li>
-<li class="navBarCell1Rev">Index</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?index-all.html" target="_top">Frames</a></li>
-<li><a href="index-all.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
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Index (Apache Commons CSV 1.1 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="Index (Apache Commons CSV 1.1 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>Class</li>
+<li>Use</li>
+<li><a href="org/apache/commons/csv/package-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li class="navBarCell1Rev">Index</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?index-all.html" target="_top">Frames</a></li>
+<li><a href="index-all.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="contentContainer"><a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:Q">Q</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a name="I:C">
+<!--   -->
+</a>
+<h2 class="title">C</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVParser.html#close--">close()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVParser.html" title="class in org.apache.commons.csv">CSVParser</a></dt>
+<dd>
+<div class="block">Closes resources.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVPrinter.html#close--">close()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv">CSVPrinter</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv"><span class="typeNameLink">CSVFormat</span></a> - Class in <a href="org/apache/commons/csv/package-summary.html">org.apache.commons.csv</a></dt>
+<dd>
+<div class="block">Specifies the format of a CSV file and parses input.</div>
+</dd>
+<dt><a href="org/apache/commons/csv/CSVParser.html" title="class in org.apache.commons.csv"><span class="typeNameLink">CSVParser</span></a> - Class in <a href="org/apache/commons/csv/package-summary.html">org.apache.commons.csv</a></dt>
+<dd>
+<div class="block">Parses CSV files according to the specified format.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVParser.html#CSVParser-java.io.Reader-org.apache.commons.csv.CSVFormat-">CSVParser(Reader, CSVFormat)</a></span> - Constructor for class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVParser.html" title="class in org.apache.commons.csv">CSVParser</a></dt>
+<dd>
+<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></div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVParser.html#CSVParser-java.io.Reader-org.apache.commons.csv.CSVFormat-long-long-">CSVParser(Reader, CSVFormat, long, long)</a></span> - Constructor for class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVParser.html" title="class in org.apache.commons.csv">CSVParser</a></dt>
+<dd>
+<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></div>
+</dd>
+<dt><a href="org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv"><span class="typeNameLink">CSVPrinter</span></a> - Class in <a href="org/apache/commons/csv/package-summary.html">org.apache.commons.csv</a></dt>
+<dd>
+<div class="block">Prints values in a CSV format.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVPrinter.html#CSVPrinter-java.lang.Appendable-org.apache.commons.csv.CSVFormat-">CSVPrinter(Appendable, CSVFormat)</a></span> - Constructor for class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv">CSVPrinter</a></dt>
+<dd>
+<div class="block">Creates a printer that will print values to the given stream following the CSVFormat.</div>
+</dd>
+<dt><a href="org/apache/commons/csv/CSVRecord.html" title="class in org.apache.commons.csv"><span class="typeNameLink">CSVRecord</span></a> - Class in <a href="org/apache/commons/csv/package-summary.html">org.apache.commons.csv</a></dt>
+<dd>
+<div class="block">A CSV record parsed from a CSV file.</div>
+</dd>
+</dl>
+<a name="I:D">
+<!--   -->
+</a>
+<h2 class="title">D</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#DEFAULT">DEFAULT</a></span> - Static variable in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<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>
+</dd>
+</dl>
+<a name="I:E">
+<!--   -->
+</a>
+<h2 class="title">E</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#EXCEL">EXCEL</a></span> - Static variable in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Excel file format (using a comma as the value delimiter).</div>
+</dd>
+</dl>
+<a name="I:F">
+<!--   -->
+</a>
+<h2 class="title">F</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVPrinter.html#flush--">flush()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv">CSVPrinter</a></dt>
+<dd>
+<div class="block">Flushes the underlying stream.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#format-java.lang.Object...-">format(Object...)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Formats the specified values.</div>
+</dd>
+</dl>
+<a name="I:G">
+<!--   -->
+</a>
+<h2 class="title">G</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVRecord.html#get-java.lang.Enum-">get(Enum&lt;?&gt;)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVRecord.html" title="class in org.apache.commons.csv">CSVRecord</a></dt>
+<dd>
+<div class="block">Returns a value by <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang"><code>Enum</code></a>.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVRecord.html#get-int-">get(int)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVRecord.html" title="class in org.apache.commons.csv">CSVRecord</a></dt>
+<dd>
+<div class="block">Returns a value by index.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVRecord.html#get-java.lang.String-">get(String)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVRecord.html" title="class in org.apache.commons.csv">CSVRecord</a></dt>
+<dd>
+<div class="block">Returns a value by name.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#getAllowMissingColumnNames--">getAllowMissingColumnNames()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Specifies whether missing column names are allowed when parsing the header line.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVRecord.html#getCharacterPosition--">getCharacterPosition()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVRecord.html" title="class in org.apache.commons.csv">CSVRecord</a></dt>
+<dd>
+<div class="block">Returns the start position of this record as a character position in the source stream.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVRecord.html#getComment--">getComment()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVRecord.html" title="class in org.apache.commons.csv">CSVRecord</a></dt>
+<dd>
+<div class="block">Returns the comment for this record, if any.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#getCommentMarker--">getCommentMarker()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Returns the character marking the start of a line comment.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVParser.html#getCurrentLineNumber--">getCurrentLineNumber()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVParser.html" title="class in org.apache.commons.csv">CSVParser</a></dt>
+<dd>
+<div class="block">Returns the current line number in the input stream.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#getDelimiter--">getDelimiter()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Returns the character delimiting the values (typically ';', ',' or '\t').</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#getEscapeCharacter--">getEscapeCharacter()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Returns the escape character.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#getHeader--">getHeader()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Returns a copy of the header array.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#getHeaderComments--">getHeaderComments()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Returns a copy of the header comment array.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVParser.html#getHeaderMap--">getHeaderMap()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVParser.html" title="class in org.apache.commons.csv">CSVParser</a></dt>
+<dd>
+<div class="block">Returns a copy of the header map that iterates in column order.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#getIgnoreEmptyLines--">getIgnoreEmptyLines()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Specifies whether empty lines between records are ignored when parsing input.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#getIgnoreSurroundingSpaces--">getIgnoreSurroundingSpaces()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Specifies whether spaces around values are ignored when parsing input.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#getNullString--">getNullString()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Gets the String to convert to and from <code>null</code>.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVPrinter.html#getOut--">getOut()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv">CSVPrinter</a></dt>
+<dd>
+<div class="block">Gets the target Appendable.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#getQuoteCharacter--">getQuoteCharacter()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Returns the character used to encapsulate values containing special characters.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#getQuoteMode--">getQuoteMode()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Returns the quote policy output fields.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVParser.html#getRecordNumber--">getRecordNumber()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVParser.html" title="class in org.apache.commons.csv">CSVParser</a></dt>
+<dd>
+<div class="block">Returns the current record number in the input stream.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVRecord.html#getRecordNumber--">getRecordNumber()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVRecord.html" title="class in org.apache.commons.csv">CSVRecord</a></dt>
+<dd>
+<div class="block">Returns the number of this record in the parsed CSV file.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVParser.html#getRecords--">getRecords()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVParser.html" title="class in org.apache.commons.csv">CSVParser</a></dt>
+<dd>
+<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>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#getRecordSeparator--">getRecordSeparator()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Returns the record separator delimiting output records.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#getSkipHeaderRecord--">getSkipHeaderRecord()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Returns whether to skip the header record.</div>
+</dd>
+</dl>
+<a name="I:H">
+<!--   -->
+</a>
+<h2 class="title">H</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#hashCode--">hashCode()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a name="I:I">
+<!--   -->
+</a>
+<h2 class="title">I</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVParser.html#isClosed--">isClosed()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVParser.html" title="class in org.apache.commons.csv">CSVParser</a></dt>
+<dd>
+<div class="block">Gets whether this parser is closed.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#isCommentMarkerSet--">isCommentMarkerSet()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Specifies whether comments are supported by this format.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVRecord.html#isConsistent--">isConsistent()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVRecord.html" title="class in org.apache.commons.csv">CSVRecord</a></dt>
+<dd>
+<div class="block">Tells whether the record size matches the header size.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#isEscapeCharacterSet--">isEscapeCharacterSet()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Returns whether escape are being processed.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVRecord.html#isMapped-java.lang.String-">isMapped(String)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVRecord.html" title="class in org.apache.commons.csv">CSVRecord</a></dt>
+<dd>
+<div class="block">Checks whether a given column is mapped, i.e.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#isNullStringSet--">isNullStringSet()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Returns whether a nullString has been defined.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#isQuoteCharacterSet--">isQuoteCharacterSet()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Returns whether a quoteChar has been defined.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVRecord.html#isSet-java.lang.String-">isSet(String)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVRecord.html" title="class in org.apache.commons.csv">CSVRecord</a></dt>
+<dd>
+<div class="block">Checks whether a given columns is mapped and has a value.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVParser.html#iterator--">iterator()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVParser.html" title="class in org.apache.commons.csv">CSVParser</a></dt>
+<dd>
+<div class="block">Returns an iterator on the records.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVRecord.html#iterator--">iterator()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVRecord.html" title="class in org.apache.commons.csv">CSVRecord</a></dt>
+<dd>
+<div class="block">Returns an iterator over the values of this record.</div>
+</dd>
+</dl>
+<a name="I:M">
+<!--   -->
+</a>
+<h2 class="title">M</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#MYSQL">MYSQL</a></span> - Static variable in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Default MySQL format used by the <code>SELECT INTO OUTFILE</code> and <code>LOAD DATA INFILE</code> operations.</div>
+</dd>
+</dl>
+<a name="I:N">
+<!--   -->
+</a>
+<h2 class="title">N</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#newFormat-char-">newFormat(char)</a></span> - Static method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Creates a new CSV format with the specified delimiter.</div>
+</dd>
+</dl>
+<a name="I:O">
+<!--   -->
+</a>
+<h2 class="title">O</h2>
+<dl>
+<dt><a href="org/apache/commons/csv/package-summary.html">org.apache.commons.csv</a> - package org.apache.commons.csv</dt>
+<dd>
+<div class="block">Apache Commons CSV Format Support.</div>
+</dd>
+</dl>
+<a name="I:P">
+<!--   -->
+</a>
+<h2 class="title">P</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#parse-java.io.Reader-">parse(Reader)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Parses the specified content.</div>
+</dd>
+<dt><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(File, Charset, CSVFormat)</a></span> - Static method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVParser.html" title="class in org.apache.commons.csv">CSVParser</a></dt>
+<dd>
+<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>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVParser.html#parse-java.lang.String-org.apache.commons.csv.CSVFormat-">parse(String, CSVFormat)</a></span> - Static method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVParser.html" title="class in org.apache.commons.csv">CSVParser</a></dt>
+<dd>
+<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>
+</dd>
+<dt><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(URL, Charset, CSVFormat)</a></span> - Static method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVParser.html" title="class in org.apache.commons.csv">CSVParser</a></dt>
+<dd>
+<div class="block">Creates a parser for the given URL.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#print-java.lang.Appendable-">print(Appendable)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Prints to the specified output.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVPrinter.html#print-java.lang.Object-">print(Object)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv">CSVPrinter</a></dt>
+<dd>
+<div class="block">Prints the string as the next value on the line.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVPrinter.html#printComment-java.lang.String-">printComment(String)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv">CSVPrinter</a></dt>
+<dd>
+<div class="block">Prints a comment on a new line among the delimiter separated values.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVPrinter.html#println--">println()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv">CSVPrinter</a></dt>
+<dd>
+<div class="block">Outputs the record separator.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVPrinter.html#printRecord-java.lang.Iterable-">printRecord(Iterable&lt;?&gt;)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv">CSVPrinter</a></dt>
+<dd>
+<div class="block">Prints the given values a single record of delimiter separated values followed by the record separator.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVPrinter.html#printRecord-java.lang.Object...-">printRecord(Object...)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv">CSVPrinter</a></dt>
+<dd>
+<div class="block">Prints the given values a single record of delimiter separated values followed by the record separator.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVPrinter.html#printRecords-java.lang.Iterable-">printRecords(Iterable&lt;?&gt;)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv">CSVPrinter</a></dt>
+<dd>
+<div class="block">Prints all the objects in the given collection handling nested collections/arrays as records.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVPrinter.html#printRecords-java.lang.Object...-">printRecords(Object...)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv">CSVPrinter</a></dt>
+<dd>
+<div class="block">Prints all the objects in the given array handling nested collections/arrays as records.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVPrinter.html#printRecords-java.sql.ResultSet-">printRecords(ResultSet)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv">CSVPrinter</a></dt>
+<dd>
+<div class="block">Prints all the objects in the given JDBC result set.</div>
+</dd>
+</dl>
+<a name="I:Q">
+<!--   -->
+</a>
+<h2 class="title">Q</h2>
+<dl>
+<dt><a href="org/apache/commons/csv/QuoteMode.html" title="enum in org.apache.commons.csv"><span class="typeNameLink">QuoteMode</span></a> - Enum in <a href="org/apache/commons/csv/package-summary.html">org.apache.commons.csv</a></dt>
+<dd>
+<div class="block">Defines quote behavior when printing.</div>
+</dd>
+</dl>
+<a name="I:R">
+<!--   -->
+</a>
+<h2 class="title">R</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#RFC4180">RFC4180</a></span> - Static variable in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Comma separated format as defined by <a href="http://tools.ietf.org/html/rfc4180">RFC 4180</a>.</div>
+</dd>
+</dl>
+<a name="I:S">
+<!--   -->
+</a>
+<h2 class="title">S</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVRecord.html#size--">size()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVRecord.html" title="class in org.apache.commons.csv">CSVRecord</a></dt>
+<dd>
+<div class="block">Returns the number of values in this record.</div>
+</dd>
+</dl>
+<a name="I:T">
+<!--   -->
+</a>
+<h2 class="title">T</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#TDF">TDF</a></span> - Static variable in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Tab-delimited format.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVRecord.html#toMap--">toMap()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVRecord.html" title="class in org.apache.commons.csv">CSVRecord</a></dt>
+<dd>
+<div class="block">Copies this record into a new Map.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#toString--">toString()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVRecord.html#toString--">toString()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVRecord.html" title="class in org.apache.commons.csv">CSVRecord</a></dt>
+<dd>
+<div class="block">Returns a string representation of the contents of this record.</div>
+</dd>
+</dl>
+<a name="I:V">
+<!--   -->
+</a>
+<h2 class="title">V</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/QuoteMode.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.commons.csv.<a href="org/apache/commons/csv/QuoteMode.html" title="enum in org.apache.commons.csv">QuoteMode</a></dt>
+<dd>
+<div class="block">Returns the enum constant of this type with the specified name.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/QuoteMode.html#values--">values()</a></span> - Static method in enum org.apache.commons.csv.<a href="org/apache/commons/csv/QuoteMode.html" title="enum in org.apache.commons.csv">QuoteMode</a></dt>
+<dd>
+<div class="block">Returns an array containing the constants of this enum type, in
+the order they are declared.</div>
+</dd>
+</dl>
+<a name="I:W">
+<!--   -->
+</a>
+<h2 class="title">W</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withAllowMissingColumnNames--">withAllowMissingColumnNames()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Sets the missing column names behavior of the format to <code>true</code></div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withAllowMissingColumnNames-boolean-">withAllowMissingColumnNames(boolean)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Sets the missing column names behavior of the format.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withCommentMarker-char-">withCommentMarker(char)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Sets the comment start marker of the format to the specified character.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withCommentMarker-java.lang.Character-">withCommentMarker(Character)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Sets the comment start marker of the format to the specified character.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withDelimiter-char-">withDelimiter(char)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Sets the delimiter of the format to the specified character.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withEscape-char-">withEscape(char)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Sets the escape character of the format to the specified character.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withEscape-java.lang.Character-">withEscape(Character)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Sets the escape character of the format to the specified character.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withHeader-java.lang.String...-">withHeader(String...)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Sets the header of the format.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withHeader-java.sql.ResultSet-">withHeader(ResultSet)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Sets the header of the format.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withHeader-java.sql.ResultSetMetaData-">withHeader(ResultSetMetaData)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Sets the header of the format.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withHeaderComments-java.lang.Object...-">withHeaderComments(Object...)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Sets the header comments of the format.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withIgnoreEmptyLines--">withIgnoreEmptyLines()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Sets the empty line skipping behavior of the format to <code>true</code>.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withIgnoreEmptyLines-boolean-">withIgnoreEmptyLines(boolean)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Sets the empty line skipping behavior of the format.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withIgnoreSurroundingSpaces--">withIgnoreSurroundingSpaces()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Sets the trimming behavior of the format to <code>true</code>.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withIgnoreSurroundingSpaces-boolean-">withIgnoreSurroundingSpaces(boolean)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Sets the trimming behavior of the format.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withNullString-java.lang.String-">withNullString(String)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Performs conversions to and from null for strings on input and output.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withQuote-char-">withQuote(char)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Sets the quoteChar of the format to the specified character.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withQuote-java.lang.Character-">withQuote(Character)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Sets the quoteChar of the format to the specified character.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withQuoteMode-org.apache.commons.csv.QuoteMode-">withQuoteMode(QuoteMode)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Sets the output quote policy of the format to the specified value.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withRecordSeparator-char-">withRecordSeparator(char)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Sets the record separator of the format to the specified character.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withRecordSeparator-java.lang.String-">withRecordSeparator(String)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Sets the record separator of the format to the specified String.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withSkipHeaderRecord--">withSkipHeaderRecord()</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Sets skipping the header record to <code>true</code>.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/csv/CSVFormat.html#withSkipHeaderRecord-boolean-">withSkipHeaderRecord(boolean)</a></span> - Method in class org.apache.commons.csv.<a href="org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></dt>
+<dd>
+<div class="block">Sets whether to skip the header record.</div>
+</dd>
+</dl>
+<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:Q">Q</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;</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>Class</li>
+<li>Use</li>
+<li><a href="org/apache/commons/csv/package-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li class="navBarCell1Rev">Index</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?index-all.html" target="_top">Frames</a></li>
+<li><a href="index-all.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>

Modified: websites/production/commons/content/proper/commons-csv/apidocs/index.html
==============================================================================
--- websites/production/commons/content/proper/commons-csv/apidocs/index.html (original)
+++ websites/production/commons/content/proper/commons-csv/apidocs/index.html Fri Nov 21 21:12:12 2014
@@ -1,72 +1,72 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
-<!-- NewPage -->
-<html lang="de">
-<head>
-<!-- Generated by javadoc -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Apache Commons CSV 1.0 API</title>
-<script type="text/javascript">
-    targetPage = "" + window.location.search;
-    if (targetPage != "" && targetPage != "undefined")
-        targetPage = targetPage.substring(1);
-    if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage)))
-        targetPage = "undefined";
-    function validURL(url) {
-        try {
-            url = decodeURIComponent(url);
-        }
-        catch (error) {
-            return false;
-        }
-        var pos = url.indexOf(".html");
-        if (pos == -1 || pos != url.length - 5)
-            return false;
-        var allowNumber = false;
-        var allowSep = false;
-        var seenDot = false;
-        for (var i = 0; i < url.length - 5; i++) {
-            var ch = url.charAt(i);
-            if ('a' <= ch && ch <= 'z' ||
-                    'A' <= ch && ch <= 'Z' ||
-                    ch == '$' ||
-                    ch == '_' ||
-                    ch.charCodeAt(0) > 127) {
-                allowNumber = true;
-                allowSep = true;
-            } else if ('0' <= ch && ch <= '9'
-                    || ch == '-') {
-                if (!allowNumber)
-                     return false;
-            } else if (ch == '/' || ch == '.') {
-                if (!allowSep)
-                    return false;
-                allowNumber = false;
-                allowSep = false;
-                if (ch == '.')
-                     seenDot = true;
-                if (ch == '/' && seenDot)
-                     return false;
-            } else {
-                return false;
-            }
-        }
-        return true;
-    }
-    function loadFrames() {
-        if (targetPage != "" && targetPage != "undefined")
-             top.classFrame.location = top.targetPage;
-    }
-</script>
-</head>
-<frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()">
-<frame src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)">
-<frame src="org/apache/commons/csv/package-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">
-<noframes>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<h2>Frame Alert</h2>
-<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="org/apache/commons/csv/package-summary.html">Non-frame version</a>.</p>
-</noframes>
-</frameset>
-</html>
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Apache Commons CSV 1.1 API</title>
+<script type="text/javascript">
+    targetPage = "" + window.location.search;
+    if (targetPage != "" && targetPage != "undefined")
+        targetPage = targetPage.substring(1);
+    if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage)))
+        targetPage = "undefined";
+    function validURL(url) {
+        try {
+            url = decodeURIComponent(url);
+        }
+        catch (error) {
+            return false;
+        }
+        var pos = url.indexOf(".html");
+        if (pos == -1 || pos != url.length - 5)
+            return false;
+        var allowNumber = false;
+        var allowSep = false;
+        var seenDot = false;
+        for (var i = 0; i < url.length - 5; i++) {
+            var ch = url.charAt(i);
+            if ('a' <= ch && ch <= 'z' ||
+                    'A' <= ch && ch <= 'Z' ||
+                    ch == '$' ||
+                    ch == '_' ||
+                    ch.charCodeAt(0) > 127) {
+                allowNumber = true;
+                allowSep = true;
+            } else if ('0' <= ch && ch <= '9'
+                    || ch == '-') {
+                if (!allowNumber)
+                     return false;
+            } else if (ch == '/' || ch == '.') {
+                if (!allowSep)
+                    return false;
+                allowNumber = false;
+                allowSep = false;
+                if (ch == '.')
+                     seenDot = true;
+                if (ch == '/' && seenDot)
+                     return false;
+            } else {
+                return false;
+            }
+        }
+        return true;
+    }
+    function loadFrames() {
+        if (targetPage != "" && targetPage != "undefined")
+             top.classFrame.location = top.targetPage;
+    }
+</script>
+</head>
+<frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()">
+<frame src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)">
+<frame src="org/apache/commons/csv/package-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">
+<noframes>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<h2>Frame Alert</h2>
+<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="org/apache/commons/csv/package-summary.html">Non-frame version</a>.</p>
+</noframes>
+</frameset>
+</html>