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 2013/03/21 16:20:21 UTC

svn commit: r855435 [24/45] - in /websites/production/commons/content/proper/commons-csv: ./ apidocs/ apidocs/org/apache/commons/csv/ apidocs/org/apache/commons/csv/class-use/ apidocs/org/apache/commons/csv/writer/ apidocs/src-html/org/apache/commons/c...

Modified: websites/production/commons/content/proper/commons-csv/testapidocs/org/apache/commons/csv/CSVParserTest.html
==============================================================================
--- websites/production/commons/content/proper/commons-csv/testapidocs/org/apache/commons/csv/CSVParserTest.html (original)
+++ websites/production/commons/content/proper/commons-csv/testapidocs/org/apache/commons/csv/CSVParserTest.html Thu Mar 21 15:20:15 2013
@@ -2,13 +2,11 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_29) on Sat Mar 10 00:28:06 GMT 2012 -->
-<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
 CSVParserTest (Commons CSV 1.0-SNAPSHOT Test API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-03-10">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
 
@@ -38,7 +36,8 @@ function windowTitle()
 <A NAME="navbar_top_firstrow"><!-- --></A>
 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
   <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../org/apache/commons/csv/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
   <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/CSVParserTest.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
@@ -93,29 +92,28 @@ org.apache.commons.csv</FONT>
 Class CSVParserTest</H2>
 <PRE>
 <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
-  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">junit.framework.Assert
-      <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">junit.framework.TestCase
-          <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.commons.csv.CSVParserTest</B>
+  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.commons.csv.CSVParserTest</B>
 </PRE>
-<DL>
-<DT><B>All Implemented Interfaces:</B> <DD>junit.framework.Test</DD>
-</DL>
 <HR>
 <DL>
-<DT><PRE>public class <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.40"><B>CSVParserTest</B></A><DT>extends junit.framework.TestCase</DL>
+<DT><PRE>public class <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.57"><B>CSVParserTest</B></A><DT>extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></DL>
 </PRE>
 
 <P>
-CSVParserTest
-
- The test are organized in three different sections:
- The 'setter/getter' section, the lexer section and finally the parser
- section. In case a test fails, you should follow a top-down approach for
- fixing a potential bug (its likely that the parser itself fails if the lexer
+CSVParserTest
+
+ The test are organized in three different sections:
+ The 'setter/getter' section, the lexer section and finally the parser
+ section. In case a test fails, you should follow a top-down approach for
+ fixing a potential bug (its likely that the parser itself fails if the lexer
  has problems...).
 <P>
 
 <P>
+<DL>
+<DT><B>Version:</B></DT>
+  <DD>$Id: CSVParserTest.java 1437517 2013-01-23 16:00:03Z ggregory $</DD>
+</DL>
 <HR>
 
 <P>
@@ -147,7 +145,7 @@ CSVParserTest
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVParserTest.html#OLDtestBackslashEscaping()">OLDtestBackslashEscaping</A></B>()</CODE>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVParserTest.html#testBackslashEscaping()">testBackslashEscaping</A></B>()</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -155,7 +153,7 @@ CSVParserTest
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVParserTest.html#testBackslashEscaping()">testBackslashEscaping</A></B>()</CODE>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVParserTest.html#testBackslashEscaping2()">testBackslashEscaping2</A></B>()</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -163,7 +161,7 @@ CSVParserTest
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVParserTest.html#testBackslashEscaping2()">testBackslashEscaping2</A></B>()</CODE>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVParserTest.html#testBackslashEscapingOld()">testBackslashEscapingOld</A></B>()</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -187,6 +185,14 @@ CSVParserTest
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVParserTest.html#testCSV57()">testCSV57</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVParserTest.html#testDefaultFormat()">testDefaultFormat</A></B>()</CODE>
 
 <BR>
@@ -195,6 +201,14 @@ CSVParserTest
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVParserTest.html#testEmptyFile()">testEmptyFile</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVParserTest.html#testEmptyLineBehaviourCSV()">testEmptyLineBehaviourCSV</A></B>()</CODE>
 
 <BR>
@@ -251,6 +265,14 @@ CSVParserTest
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVParserTest.html#testGetHeaderMap()">testGetHeaderMap</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVParserTest.html#testGetLine()">testGetLine</A></B>()</CODE>
 
 <BR>
@@ -259,6 +281,54 @@ CSVParserTest
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVParserTest.html#testGetLineNumberWithCR()">testGetLineNumberWithCR</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVParserTest.html#testGetLineNumberWithCRLF()">testGetLineNumberWithCRLF</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVParserTest.html#testGetLineNumberWithLF()">testGetLineNumberWithLF</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVParserTest.html#testGetRecordNumberWithCR()">testGetRecordNumberWithCR</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVParserTest.html#testGetRecordNumberWithCRLF()">testGetRecordNumberWithCRLF</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVParserTest.html#testGetRecordNumberWithLF()">testGetRecordNumberWithLF</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVParserTest.html#testGetRecords()">testGetRecords</A></B>()</CODE>
 
 <BR>
@@ -267,6 +337,30 @@ CSVParserTest
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVParserTest.html#testGetRecordWithMultiiLineValues()">testGetRecordWithMultiiLineValues</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVParserTest.html#testHeader()">testHeader</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVParserTest.html#testHeaderComment()">testHeaderComment</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVParserTest.html#testIgnoreEmptyLines()">testIgnoreEmptyLines</A></B>()</CODE>
 
 <BR>
@@ -291,28 +385,26 @@ CSVParserTest
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVParserTest.html#testUnicodeEscape()">testUnicodeEscape</A></B>()</CODE>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVParserTest.html#testMappedButNotSetAsOutlook2007ContactExport()">testMappedButNotSetAsOutlook2007ContactExport</A></B>()</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 </TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_junit.framework.TestCase"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class junit.framework.TestCase</B></TH>
-</TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_junit.framework.Assert"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class junit.framework.Assert</B></TH>
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVParserTest.html#testProvidedHeader()">testProvidedHeader</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail</CODE></TD>
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVParserTest.html#testRoundtrip()">testRoundtrip</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 </TR>
 </TABLE>
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
@@ -321,7 +413,7 @@ CSVParserTest
 <TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://download.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://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://download.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://downloa
 d.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://download.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://download.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://download.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></TD>
+<TD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://download.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://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://download.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://downloa
 d.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://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://download.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://download.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://download.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></TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -340,7 +432,7 @@ CSVParserTest
 <A NAME="CSVParserTest()"><!-- --></A><H3>
 CSVParserTest</H3>
 <PRE>
-public <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.40"><B>CSVParserTest</B></A>()</PRE>
+public <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.57"><B>CSVParserTest</B></A>()</PRE>
 <DL>
 </DL>
 
@@ -357,7 +449,7 @@ public <A HREF="../../../../src-html/org
 <A NAME="testGetLine()"><!-- --></A><H3>
 testGetLine</H3>
 <PRE>
-public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.54"><B>testGetLine</B></A>()
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.73"><B>testGetLine</B></A>()
                  throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD><DL>
@@ -371,7 +463,7 @@ public void <A HREF="../../../../src-htm
 <A NAME="testGetRecords()"><!-- --></A><H3>
 testGetRecords</H3>
 <PRE>
-public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.63"><B>testGetRecords</B></A>()
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.83"><B>testGetRecords</B></A>()
                     throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD><DL>
@@ -385,7 +477,7 @@ public void <A HREF="../../../../src-htm
 <A NAME="testExcelFormat1()"><!-- --></A><H3>
 testExcelFormat1</H3>
 <PRE>
-public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.73"><B>testExcelFormat1</B></A>()
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.94"><B>testExcelFormat1</B></A>()
                       throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD><DL>
@@ -399,7 +491,7 @@ public void <A HREF="../../../../src-htm
 <A NAME="testExcelFormat2()"><!-- --></A><H3>
 testExcelFormat2</H3>
 <PRE>
-public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.93"><B>testExcelFormat2</B></A>()
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.115"><B>testExcelFormat2</B></A>()
                       throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
 <DL>
 <DD><DL>
@@ -413,7 +505,7 @@ public void <A HREF="../../../../src-htm
 <A NAME="testEndOfFileBehaviourExcel()"><!-- --></A><H3>
 testEndOfFileBehaviourExcel</H3>
 <PRE>
-public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.111"><B>testEndOfFileBehaviourExcel</B></A>()
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.134"><B>testEndOfFileBehaviourExcel</B></A>()
                                  throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
 <DL>
 <DD><DL>
@@ -427,7 +519,7 @@ public void <A HREF="../../../../src-htm
 <A NAME="testEndOfFileBehaviorCSV()"><!-- --></A><H3>
 testEndOfFileBehaviorCSV</H3>
 <PRE>
-public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.139"><B>testEndOfFileBehaviorCSV</B></A>()
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.163"><B>testEndOfFileBehaviorCSV</B></A>()
                               throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
 <DL>
 <DD><DL>
@@ -441,7 +533,7 @@ public void <A HREF="../../../../src-htm
 <A NAME="testEmptyLineBehaviourExcel()"><!-- --></A><H3>
 testEmptyLineBehaviourExcel</H3>
 <PRE>
-public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.165"><B>testEmptyLineBehaviourExcel</B></A>()
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.190"><B>testEmptyLineBehaviourExcel</B></A>()
                                  throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
 <DL>
 <DD><DL>
@@ -455,7 +547,7 @@ public void <A HREF="../../../../src-htm
 <A NAME="testEmptyLineBehaviourCSV()"><!-- --></A><H3>
 testEmptyLineBehaviourCSV</H3>
 <PRE>
-public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.188"><B>testEmptyLineBehaviourCSV</B></A>()
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.214"><B>testEmptyLineBehaviourCSV</B></A>()
                                throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
 <DL>
 <DD><DL>
@@ -466,10 +558,38 @@ public void <A HREF="../../../../src-htm
 </DL>
 <HR>
 
-<A NAME="OLDtestBackslashEscaping()"><!-- --></A><H3>
-OLDtestBackslashEscaping</H3>
+<A NAME="testEmptyFile()"><!-- --></A><H3>
+testEmptyFile</H3>
+<PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.236"><B>testEmptyFile</B></A>()
+                   throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
+<DL>
+<DD><DL>
+
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testCSV57()"><!-- --></A><H3>
+testCSV57</H3>
 <PRE>
-public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.209"><B>OLDtestBackslashEscaping</B></A>()
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.242"><B>testCSV57</B></A>()
+               throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
+<DL>
+<DD><DL>
+
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testBackslashEscapingOld()"><!-- --></A><H3>
+testBackslashEscapingOld</H3>
+<PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.251"><B>testBackslashEscapingOld</B></A>()
                               throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD><DL>
@@ -483,7 +603,7 @@ public void <A HREF="../../../../src-htm
 <A NAME="testBackslashEscaping()"><!-- --></A><H3>
 testBackslashEscaping</H3>
 <PRE>
-public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.240"><B>testBackslashEscaping</B></A>()
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.283"><B>testBackslashEscaping</B></A>()
                            throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD><DL>
@@ -497,7 +617,7 @@ public void <A HREF="../../../../src-htm
 <A NAME="testBackslashEscaping2()"><!-- --></A><H3>
 testBackslashEscaping2</H3>
 <PRE>
-public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.282"><B>testBackslashEscaping2</B></A>()
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.327"><B>testBackslashEscaping2</B></A>()
                             throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD><DL>
@@ -511,7 +631,7 @@ public void <A HREF="../../../../src-htm
 <A NAME="testDefaultFormat()"><!-- --></A><H3>
 testDefaultFormat</H3>
 <PRE>
-public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.313"><B>testDefaultFormat</B></A>()
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.356"><B>testDefaultFormat</B></A>()
                        throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD><DL>
@@ -522,24 +642,10 @@ public void <A HREF="../../../../src-htm
 </DL>
 <HR>
 
-<A NAME="testUnicodeEscape()"><!-- --></A><H3>
-testUnicodeEscape</H3>
-<PRE>
-public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.353"><B>testUnicodeEscape</B></A>()
-                       throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
-<DL>
-<DD><DL>
-
-<DT><B>Throws:</B>
-<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></CODE></DL>
-</DD>
-</DL>
-<HR>
-
 <A NAME="testCarriageReturnLineFeedEndings()"><!-- --></A><H3>
 testCarriageReturnLineFeedEndings</H3>
 <PRE>
-public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.362"><B>testCarriageReturnLineFeedEndings</B></A>()
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.392"><B>testCarriageReturnLineFeedEndings</B></A>()
                                        throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD><DL>
@@ -553,7 +659,7 @@ public void <A HREF="../../../../src-htm
 <A NAME="testCarriageReturnEndings()"><!-- --></A><H3>
 testCarriageReturnEndings</H3>
 <PRE>
-public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.369"><B>testCarriageReturnEndings</B></A>()
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.400"><B>testCarriageReturnEndings</B></A>()
                                throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD><DL>
@@ -567,7 +673,7 @@ public void <A HREF="../../../../src-htm
 <A NAME="testLineFeedEndings()"><!-- --></A><H3>
 testLineFeedEndings</H3>
 <PRE>
-public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.376"><B>testLineFeedEndings</B></A>()
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.408"><B>testLineFeedEndings</B></A>()
                          throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD><DL>
@@ -581,7 +687,7 @@ public void <A HREF="../../../../src-htm
 <A NAME="testIgnoreEmptyLines()"><!-- --></A><H3>
 testIgnoreEmptyLines</H3>
 <PRE>
-public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.383"><B>testIgnoreEmptyLines</B></A>()
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.416"><B>testIgnoreEmptyLines</B></A>()
                           throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD><DL>
@@ -595,10 +701,27 @@ public void <A HREF="../../../../src-htm
 <A NAME="testForEach()"><!-- --></A><H3>
 testForEach</H3>
 <PRE>
-public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.392"><B>testForEach</B></A>()</PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.426"><B>testForEach</B></A>()
+                 throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
 <DL>
 <DD><DL>
+
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></CODE></DL>
+</DD>
 </DL>
+<HR>
+
+<A NAME="testRoundtrip()"><!-- --></A><H3>
+testRoundtrip</H3>
+<PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.442"><B>testRoundtrip</B></A>()
+                   throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
+<DL>
+<DD><DL>
+
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></CODE></DL>
 </DD>
 </DL>
 <HR>
@@ -606,10 +729,181 @@ public void <A HREF="../../../../src-htm
 <A NAME="testIterator()"><!-- --></A><H3>
 testIterator</H3>
 <PRE>
-public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.407"><B>testIterator</B></A>()</PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.453"><B>testIterator</B></A>()
+                  throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
+<DL>
+<DD><DL>
+
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testHeader()"><!-- --></A><H3>
+testHeader</H3>
+<PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.481"><B>testHeader</B></A>()
+                throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
 <DL>
 <DD><DL>
+
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></CODE></DL>
+</DD>
 </DL>
+<HR>
+
+<A NAME="testHeaderComment()"><!-- --></A><H3>
+testHeaderComment</H3>
+<PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.498"><B>testHeaderComment</B></A>()
+                       throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
+<DL>
+<DD><DL>
+
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testProvidedHeader()"><!-- --></A><H3>
+testProvidedHeader</H3>
+<PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.515"><B>testProvidedHeader</B></A>()
+                        throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
+<DL>
+<DD><DL>
+
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testMappedButNotSetAsOutlook2007ContactExport()"><!-- --></A><H3>
+testMappedButNotSetAsOutlook2007ContactExport</H3>
+<PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.536"><B>testMappedButNotSetAsOutlook2007ContactExport</B></A>()
+                                                   throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
+<DL>
+<DD><DL>
+
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testGetHeaderMap()"><!-- --></A><H3>
+testGetHeaderMap</H3>
+<PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.580"><B>testGetHeaderMap</B></A>()
+                      throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
+<DL>
+<DD><DL>
+
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testGetLineNumberWithLF()"><!-- --></A><H3>
+testGetLineNumberWithLF</H3>
+<PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.603"><B>testGetLineNumberWithLF</B></A>()
+                             throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
+<DL>
+<DD><DL>
+
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testGetLineNumberWithCRLF()"><!-- --></A><H3>
+testGetLineNumberWithCRLF</H3>
+<PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.608"><B>testGetLineNumberWithCRLF</B></A>()
+                               throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
+<DL>
+<DD><DL>
+
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testGetLineNumberWithCR()"><!-- --></A><H3>
+testGetLineNumberWithCR</H3>
+<PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.613"><B>testGetLineNumberWithCR</B></A>()
+                             throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
+<DL>
+<DD><DL>
+
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testGetRecordNumberWithLF()"><!-- --></A><H3>
+testGetRecordNumberWithLF</H3>
+<PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.618"><B>testGetRecordNumberWithLF</B></A>()
+                               throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
+<DL>
+<DD><DL>
+
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testGetRecordWithMultiiLineValues()"><!-- --></A><H3>
+testGetRecordWithMultiiLineValues</H3>
+<PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.623"><B>testGetRecordWithMultiiLineValues</B></A>()
+                                       throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
+<DL>
+<DD><DL>
+
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testGetRecordNumberWithCRLF()"><!-- --></A><H3>
+testGetRecordNumberWithCRLF</H3>
+<PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.647"><B>testGetRecordNumberWithCRLF</B></A>()
+                                 throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
+<DL>
+<DD><DL>
+
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testGetRecordNumberWithCR()"><!-- --></A><H3>
+testGetRecordNumberWithCR</H3>
+<PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVParserTest.html#line.652"><B>testGetRecordNumberWithCR</B></A>()
+                               throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
+<DL>
+<DD><DL>
+
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></CODE></DL>
 </DD>
 </DL>
 <!-- ========= END OF CLASS DATA ========= -->
@@ -625,7 +919,8 @@ public void <A HREF="../../../../src-htm
 <A NAME="navbar_bottom_firstrow"><!-- --></A>
 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
   <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../org/apache/commons/csv/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
   <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/CSVParserTest.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
@@ -672,6 +967,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
 </BODY>
-</HTML>
+</HTML>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-csv/testapidocs/org/apache/commons/csv/CSVPrinterTest.html
==============================================================================
--- websites/production/commons/content/proper/commons-csv/testapidocs/org/apache/commons/csv/CSVPrinterTest.html (original)
+++ websites/production/commons/content/proper/commons-csv/testapidocs/org/apache/commons/csv/CSVPrinterTest.html Thu Mar 21 15:20:15 2013
@@ -2,13 +2,11 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_29) on Sat Mar 10 00:28:06 GMT 2012 -->
-<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
 CSVPrinterTest (Commons CSV 1.0-SNAPSHOT Test API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-03-10">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
 
@@ -38,7 +36,8 @@ function windowTitle()
 <A NAME="navbar_top_firstrow"><!-- --></A>
 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
   <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../org/apache/commons/csv/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
   <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/CSVPrinterTest.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
@@ -93,23 +92,18 @@ org.apache.commons.csv</FONT>
 Class CSVPrinterTest</H2>
 <PRE>
 <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
-  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">junit.framework.Assert
-      <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">junit.framework.TestCase
-          <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.commons.csv.CSVPrinterTest</B>
+  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.commons.csv.CSVPrinterTest</B>
 </PRE>
-<DL>
-<DT><B>All Implemented Interfaces:</B> <DD>junit.framework.Test</DD>
-</DL>
 <HR>
 <DL>
-<DT><PRE>public class <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.28"><B>CSVPrinterTest</B></A><DT>extends junit.framework.TestCase</DL>
+<DT><PRE>public class <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.39"><B>CSVPrinterTest</B></A><DT>extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></DL>
 </PRE>
 
 <P>
-CSVPrinterTest
-<P>
-
-<P>
+<DL>
+<DT><B>Version:</B></DT>
+  <DD>$Id: CSVPrinterTest.java 1410084 2012-11-15 22:46:56Z ggregory $</DD>
+</DL>
 <HR>
 
 <P>
@@ -157,25 +151,24 @@ CSVPrinterTest
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;boolean</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVPrinterTest.html#equals(java.lang.String[][], java.lang.String[][])">equals</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>[][]&nbsp;a,
-             <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>[][]&nbsp;b)</CODE>
+<CODE>static&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVPrinterTest.html#printable(java.lang.String)">printable</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;s)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVPrinterTest.html#printable(java.lang.String)">printable</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;s)</CODE>
+<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVPrinterTest.html#randStr()">randStr</A></B>()</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVPrinterTest.html#randStr()">randStr</A></B>()</CODE>
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVPrinterTest.html#testDisabledComment()">testDisabledComment</A></B>()</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -183,7 +176,31 @@ CSVPrinterTest
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVPrinterTest.html#testDisabledComment()">testDisabledComment</A></B>()</CODE>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVPrinterTest.html#testExcelPrintAllArrayOfArrays()">testExcelPrintAllArrayOfArrays</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVPrinterTest.html#testExcelPrintAllArrayOfLists()">testExcelPrintAllArrayOfLists</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVPrinterTest.html#testExcelPrintAllIterableOfArrays()">testExcelPrintAllIterableOfArrays</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVPrinterTest.html#testExcelPrintAllIterableOfLists()">testExcelPrintAllIterableOfLists</A></B>()</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -207,6 +224,14 @@ CSVPrinterTest
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVPrinterTest.html#testJdbcPrinter()">testJdbcPrinter</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVPrinterTest.html#testMultiLineComment()">testMultiLineComment</A></B>()</CODE>
 
 <BR>
@@ -279,7 +304,7 @@ CSVPrinterTest
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVPrinterTest.html#testRandom()">testRandom</A></B>()</CODE>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVPrinterTest.html#testQuoteAll()">testQuoteAll</A></B>()</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -287,28 +312,26 @@ CSVPrinterTest
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVPrinterTest.html#testSingleLineComment()">testSingleLineComment</A></B>()</CODE>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVPrinterTest.html#testQuoteNonNumeric()">testQuoteNonNumeric</A></B>()</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 </TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_junit.framework.TestCase"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class junit.framework.TestCase</B></TH>
-</TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_junit.framework.Assert"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class junit.framework.Assert</B></TH>
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVPrinterTest.html#testRandom()">testRandom</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail</CODE></TD>
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/csv/CSVPrinterTest.html#testSingleLineComment()">testSingleLineComment</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 </TR>
 </TABLE>
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
@@ -317,7 +340,7 @@ CSVPrinterTest
 <TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://download.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://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://download.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://downloa
 d.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://download.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://download.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://download.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></TD>
+<TD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://download.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://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://download.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://downloa
 d.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://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://download.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://download.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://download.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></TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -336,7 +359,7 @@ CSVPrinterTest
 <A NAME="CSVPrinterTest()"><!-- --></A><H3>
 CSVPrinterTest</H3>
 <PRE>
-public <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.28"><B>CSVPrinterTest</B></A>()</PRE>
+public <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.39"><B>CSVPrinterTest</B></A>()</PRE>
 <DL>
 </DL>
 
@@ -350,39 +373,62 @@ public <A HREF="../../../../src-html/org
 </TR>
 </TABLE>
 
-<A NAME="testPrinter1()"><!-- --></A><H3>
-testPrinter1</H3>
+<A NAME="printable(java.lang.String)"><!-- --></A><H3>
+printable</H3>
 <PRE>
-public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.32"><B>testPrinter1</B></A>()
-                  throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
+public static <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.41"><B>printable</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;s)</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="doOneRandom(org.apache.commons.csv.CSVFormat)"><!-- --></A><H3>
+doOneRandom</H3>
+<PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.56"><B>doOneRandom</B></A>(<A HREF="../../../../../apidocs/org/apache/commons/csv/CSVFormat.html?is-external=true" title="class or interface in org.apache.commons.csv">CSVFormat</A>&nbsp;format)
+                 throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
 <DL>
 <DD><DL>
 
 <DT><B>Throws:</B>
-<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></CODE></DL>
 </DD>
 </DL>
 <HR>
 
-<A NAME="testPrinter2()"><!-- --></A><H3>
-testPrinter2</H3>
+<A NAME="doRandom(org.apache.commons.csv.CSVFormat, int)"><!-- --></A><H3>
+doRandom</H3>
 <PRE>
-public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.39"><B>testPrinter2</B></A>()
-                  throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.90"><B>doRandom</B></A>(<A HREF="../../../../../apidocs/org/apache/commons/csv/CSVFormat.html?is-external=true" title="class or interface in org.apache.commons.csv">CSVFormat</A>&nbsp;format,
+                     int&nbsp;iter)
+              throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
 <DL>
 <DD><DL>
 
 <DT><B>Throws:</B>
-<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></CODE></DL>
 </DD>
 </DL>
 <HR>
 
-<A NAME="testPrinter3()"><!-- --></A><H3>
-testPrinter3</H3>
+<A NAME="randStr()"><!-- --></A><H3>
+randStr</H3>
 <PRE>
-public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.46"><B>testPrinter3</B></A>()
-                  throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
+public <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.96"><B>randStr</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testDisabledComment()"><!-- --></A><H3>
+testDisabledComment</H3>
+<PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.145"><B>testDisabledComment</B></A>()
+                         throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD><DL>
 
@@ -392,11 +438,11 @@ public void <A HREF="../../../../src-htm
 </DL>
 <HR>
 
-<A NAME="testPrinter4()"><!-- --></A><H3>
-testPrinter4</H3>
+<A NAME="testExcelPrintAllArrayOfArrays()"><!-- --></A><H3>
+testExcelPrintAllArrayOfArrays</H3>
 <PRE>
-public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.53"><B>testPrinter4</B></A>()
-                  throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.154"><B>testExcelPrintAllArrayOfArrays</B></A>()
+                                    throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD><DL>
 
@@ -406,11 +452,11 @@ public void <A HREF="../../../../src-htm
 </DL>
 <HR>
 
-<A NAME="testPrinter5()"><!-- --></A><H3>
-testPrinter5</H3>
+<A NAME="testExcelPrintAllArrayOfLists()"><!-- --></A><H3>
+testExcelPrintAllArrayOfLists</H3>
 <PRE>
-public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.60"><B>testPrinter5</B></A>()
-                  throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.162"><B>testExcelPrintAllArrayOfLists</B></A>()
+                                   throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD><DL>
 
@@ -420,11 +466,11 @@ public void <A HREF="../../../../src-htm
 </DL>
 <HR>
 
-<A NAME="testPrinter6()"><!-- --></A><H3>
-testPrinter6</H3>
+<A NAME="testExcelPrintAllIterableOfArrays()"><!-- --></A><H3>
+testExcelPrintAllIterableOfArrays</H3>
 <PRE>
-public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.67"><B>testPrinter6</B></A>()
-                  throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.170"><B>testExcelPrintAllIterableOfArrays</B></A>()
+                                       throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD><DL>
 
@@ -434,11 +480,11 @@ public void <A HREF="../../../../src-htm
 </DL>
 <HR>
 
-<A NAME="testPrinter7()"><!-- --></A><H3>
-testPrinter7</H3>
+<A NAME="testExcelPrintAllIterableOfLists()"><!-- --></A><H3>
+testExcelPrintAllIterableOfLists</H3>
 <PRE>
-public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.74"><B>testPrinter7</B></A>()
-                  throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.178"><B>testExcelPrintAllIterableOfLists</B></A>()
+                                      throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD><DL>
 
@@ -451,7 +497,7 @@ public void <A HREF="../../../../src-htm
 <A NAME="testExcelPrinter1()"><!-- --></A><H3>
 testExcelPrinter1</H3>
 <PRE>
-public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.81"><B>testExcelPrinter1</B></A>()
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.187"><B>testExcelPrinter1</B></A>()
                        throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD><DL>
@@ -465,7 +511,7 @@ public void <A HREF="../../../../src-htm
 <A NAME="testExcelPrinter2()"><!-- --></A><H3>
 testExcelPrinter2</H3>
 <PRE>
-public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.88"><B>testExcelPrinter2</B></A>()
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.195"><B>testExcelPrinter2</B></A>()
                        throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD><DL>
@@ -476,11 +522,29 @@ public void <A HREF="../../../../src-htm
 </DL>
 <HR>
 
-<A NAME="testPrintNullValues()"><!-- --></A><H3>
-testPrintNullValues</H3>
+<A NAME="testJdbcPrinter()"><!-- --></A><H3>
+testJdbcPrinter</H3>
 <PRE>
-public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.95"><B>testPrintNullValues</B></A>()
-                         throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.203"><B>testJdbcPrinter</B></A>()
+                     throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A>,
+                            <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</A>,
+                            <A HREF="http://download.oracle.com/javase/6/docs/api/java/sql/SQLException.html?is-external=true" title="class or interface in java.sql">SQLException</A></PRE>
+<DL>
+<DD><DL>
+
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE>
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</A></CODE>
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/sql/SQLException.html?is-external=true" title="class or interface in java.sql">SQLException</A></CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testMultiLineComment()"><!-- --></A><H3>
+testMultiLineComment</H3>
+<PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.221"><B>testMultiLineComment</B></A>()
+                          throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD><DL>
 
@@ -490,11 +554,11 @@ public void <A HREF="../../../../src-htm
 </DL>
 <HR>
 
-<A NAME="testDisabledComment()"><!-- --></A><H3>
-testDisabledComment</H3>
+<A NAME="testPrinter1()"><!-- --></A><H3>
+testPrinter1</H3>
 <PRE>
-public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.102"><B>testDisabledComment</B></A>()
-                         throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.230"><B>testPrinter1</B></A>()
+                  throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD><DL>
 
@@ -504,11 +568,11 @@ public void <A HREF="../../../../src-htm
 </DL>
 <HR>
 
-<A NAME="testSingleLineComment()"><!-- --></A><H3>
-testSingleLineComment</H3>
+<A NAME="testPrinter2()"><!-- --></A><H3>
+testPrinter2</H3>
 <PRE>
-public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.110"><B>testSingleLineComment</B></A>()
-                           throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.238"><B>testPrinter2</B></A>()
+                  throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD><DL>
 
@@ -518,11 +582,11 @@ public void <A HREF="../../../../src-htm
 </DL>
 <HR>
 
-<A NAME="testMultiLineComment()"><!-- --></A><H3>
-testMultiLineComment</H3>
+<A NAME="testPrinter3()"><!-- --></A><H3>
+testPrinter3</H3>
 <PRE>
-public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.118"><B>testMultiLineComment</B></A>()
-                          throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.246"><B>testPrinter3</B></A>()
+                  throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD><DL>
 
@@ -532,79 +596,128 @@ public void <A HREF="../../../../src-htm
 </DL>
 <HR>
 
-<A NAME="testRandom()"><!-- --></A><H3>
-testRandom</H3>
+<A NAME="testPrinter4()"><!-- --></A><H3>
+testPrinter4</H3>
 <PRE>
-public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.126"><B>testRandom</B></A>()
-                throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.254"><B>testPrinter4</B></A>()
+                  throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD><DL>
 
 <DT><B>Throws:</B>
-<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></CODE></DL>
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
 </DD>
 </DL>
 <HR>
 
-<A NAME="doRandom(org.apache.commons.csv.CSVFormat, int)"><!-- --></A><H3>
-doRandom</H3>
+<A NAME="testPrinter5()"><!-- --></A><H3>
+testPrinter5</H3>
 <PRE>
-public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.133"><B>doRandom</B></A>(<A HREF="../../../../../apidocs/org/apache/commons/csv/CSVFormat.html?is-external=true" title="class or interface in org.apache.commons.csv">CSVFormat</A>&nbsp;format,
-                     int&nbsp;iter)
-              throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.262"><B>testPrinter5</B></A>()
+                  throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD><DL>
 
 <DT><B>Throws:</B>
-<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></CODE></DL>
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
 </DD>
 </DL>
 <HR>
 
-<A NAME="doOneRandom(org.apache.commons.csv.CSVFormat)"><!-- --></A><H3>
-doOneRandom</H3>
+<A NAME="testPrinter6()"><!-- --></A><H3>
+testPrinter6</H3>
 <PRE>
-public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.139"><B>doOneRandom</B></A>(<A HREF="../../../../../apidocs/org/apache/commons/csv/CSVFormat.html?is-external=true" title="class or interface in org.apache.commons.csv">CSVFormat</A>&nbsp;format)
-                 throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.270"><B>testPrinter6</B></A>()
+                  throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD><DL>
 
 <DT><B>Throws:</B>
-<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></CODE></DL>
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
 </DD>
 </DL>
 <HR>
 
-<A NAME="equals(java.lang.String[][], java.lang.String[][])"><!-- --></A><H3>
-equals</H3>
+<A NAME="testPrinter7()"><!-- --></A><H3>
+testPrinter7</H3>
 <PRE>
-public static boolean <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.175"><B>equals</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>[][]&nbsp;a,
-                             <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>[][]&nbsp;b)</PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.278"><B>testPrinter7</B></A>()
+                  throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD><DL>
+
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
+</DD>
 </DL>
+<HR>
+
+<A NAME="testPrintNullValues()"><!-- --></A><H3>
+testPrintNullValues</H3>
+<PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.286"><B>testPrintNullValues</B></A>()
+                         throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
+<DL>
+<DD><DL>
+
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
 </DD>
 </DL>
 <HR>
 
-<A NAME="printable(java.lang.String)"><!-- --></A><H3>
-printable</H3>
+<A NAME="testQuoteAll()"><!-- --></A><H3>
+testQuoteAll</H3>
 <PRE>
-public static <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.198"><B>printable</B></A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;s)</PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.294"><B>testQuoteAll</B></A>()
+                  throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD><DL>
+
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
+</DD>
 </DL>
+<HR>
+
+<A NAME="testQuoteNonNumeric()"><!-- --></A><H3>
+testQuoteNonNumeric</H3>
+<PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.302"><B>testQuoteNonNumeric</B></A>()
+                         throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
+<DL>
+<DD><DL>
+
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
 </DD>
 </DL>
 <HR>
 
-<A NAME="randStr()"><!-- --></A><H3>
-randStr</H3>
+<A NAME="testRandom()"><!-- --></A><H3>
+testRandom</H3>
 <PRE>
-public <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.211"><B>randStr</B></A>()</PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.310"><B>testRandom</B></A>()
+                throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
 <DL>
 <DD><DL>
+
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></CODE></DL>
+</DD>
 </DL>
+<HR>
+
+<A NAME="testSingleLineComment()"><!-- --></A><H3>
+testSingleLineComment</H3>
+<PRE>
+public void <A HREF="../../../../src-html/org/apache/commons/csv/CSVPrinterTest.html#line.318"><B>testSingleLineComment</B></A>()
+                           throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
+<DL>
+<DD><DL>
+
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
 </DD>
 </DL>
 <!-- ========= END OF CLASS DATA ========= -->
@@ -620,7 +733,8 @@ public <A HREF="http://download.oracle.c
 <A NAME="navbar_bottom_firstrow"><!-- --></A>
 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
   <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../org/apache/commons/csv/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
   <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/CSVPrinterTest.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
@@ -667,6 +781,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
 </BODY>
-</HTML>
+</HTML>
\ No newline at end of file