You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by le...@apache.org on 2013/06/27 02:36:42 UTC

svn commit: r1497160 [29/43] - in /any23/site: ./ apache-any23-api/ apache-any23-api/css/ apache-any23-api/images/ apache-any23-api/images/logos/ apache-any23-api/images/profiles/ apache-any23-api/img/ apache-any23-api/js/ apache-any23-core/ apache-any...

Modified: any23/site/apidocs/org/apache/any23/io/nquads/NQuadsWriter.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/io/nquads/NQuadsWriter.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/io/nquads/NQuadsWriter.html (original)
+++ any23/site/apidocs/org/apache/any23/io/nquads/NQuadsWriter.html Thu Jun 27 00:36:26 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_04) on Wed Sep 12 16:57:40 CEST 2012 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Wed Jun 26 17:06:33 PDT 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>NQuadsWriter (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>NQuadsWriter (Apache Any23 0.9.0-SNAPSHOT API)</title>
+<meta name="date" content="2013-06-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="NQuadsWriter (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="NQuadsWriter (Apache Any23 0.9.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -63,15 +63,15 @@
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#fields_inherited_from_class_org.openrdf.rio.ntriples.NTriplesWriter">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method_summary">Method</a></li>
+<li><a href="#methods_inherited_from_class_org.openrdf.rio.nquads.NQuadsWriter">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method_detail">Method</a></li>
+<li>Method</li>
 </ul>
 </div>
 <a name="skip-navbar_top">
@@ -88,10 +88,25 @@
 <li><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></li>
 <li>
 <ul class="inheritance">
+<li>org.openrdf.rio.helpers.RDFWriterBase</li>
+<li>
+<ul class="inheritance">
+<li>org.openrdf.rio.ntriples.NTriplesWriter</li>
+<li>
+<ul class="inheritance">
+<li>org.openrdf.rio.nquads.NQuadsWriter</li>
+<li>
+<ul class="inheritance">
 <li>org.apache.any23.io.nquads.NQuadsWriter</li>
 </ul>
 </li>
 </ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
 <div class="description">
 <ul class="blockList">
 <li class="blockList">
@@ -102,9 +117,8 @@
 <hr>
 <br>
 <pre>public class <span class="strong">NQuadsWriter</span>
-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>
-implements org.openrdf.rio.RDFWriter</pre>
-<div class="block"><i>N-Quads</i> implementation of an <code>RDFWriter</code>.
+extends org.openrdf.rio.nquads.NQuadsWriter</pre>
+<div class="block">A UTF-8 aware <i>N-Quads</i> implementation of an <code>RDFWriter</code>.
  See the format specification <a href="http://sw.deri.org/2008/07/n-quads/">here</a>.</div>
 <dl><dt><span class="strong">Author:</span></dt>
   <dd>Michele Mostarda (mostarda@fbk.eu)</dd></dl>
@@ -114,6 +128,28 @@ implements org.openrdf.rio.RDFWriter</pr
 <div class="summary">
 <ul class="blockList">
 <li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="fields_inherited_from_class_org.openrdf.rio.ntriples.NTriplesWriter">
+<!--   -->
+</a>
+<h3>Fields inherited from class&nbsp;org.openrdf.rio.ntriples.NTriplesWriter</h3>
+<code>writer, writingStarted</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="fields_inherited_from_class_org.openrdf.rio.helpers.RDFWriterBase">
+<!--   -->
+</a>
+<h3>Fields inherited from class&nbsp;org.openrdf.rio.helpers.RDFWriterBase</h3>
+<code>namespaceTable</code></li>
+</ul>
+</li>
+</ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 <ul class="blockList">
 <li class="blockList"><a name="constructor_summary">
@@ -129,7 +165,7 @@ implements org.openrdf.rio.RDFWriter</pr
 <td class="colOne"><code><strong><a href="../../../../../org/apache/any23/io/nquads/NQuadsWriter.html#NQuadsWriter(java.io.OutputStream)">NQuadsWriter</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;os)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/any23/io/nquads/NQuadsWriter.html#NQuadsWriter(java.io.Writer)">NQuadsWriter</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;w)</code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/any23/io/nquads/NQuadsWriter.html#NQuadsWriter(java.io.Writer)">NQuadsWriter</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;writer)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -140,38 +176,27 @@ implements org.openrdf.rio.RDFWriter</pr
 <!--   -->
 </a>
 <h3>Method Summary</h3>
-<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
-<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/any23/io/nquads/NQuadsWriter.html#endRDF()">endRDF</a></strong>()</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>org.openrdf.rio.RDFFormat</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/any23/io/nquads/NQuadsWriter.html#getRDFFormat()">getRDFFormat</a></strong>()</code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/any23/io/nquads/NQuadsWriter.html#handleComment(java.lang.String)">handleComment</a></strong>(<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;comment)</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/any23/io/nquads/NQuadsWriter.html#handleNamespace(java.lang.String, java.lang.String)">handleNamespace</a></strong>(<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;ns,
-               <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;uri)</code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/any23/io/nquads/NQuadsWriter.html#handleStatement(org.openrdf.model.Statement)">handleStatement</a></strong>(org.openrdf.model.Statement&nbsp;statement)</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/any23/io/nquads/NQuadsWriter.html#startRDF()">startRDF</a></strong>()</code>&nbsp;</td>
-</tr>
-</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_org.openrdf.rio.nquads.NQuadsWriter">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.openrdf.rio.nquads.NQuadsWriter</h3>
+<code>handleStatement</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_org.openrdf.rio.ntriples.NTriplesWriter">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.openrdf.rio.ntriples.NTriplesWriter</h3>
+<code>endRDF, getRDFFormat, handleComment, handleNamespace, startRDF</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_org.openrdf.rio.helpers.RDFWriterBase">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.openrdf.rio.helpers.RDFWriterBase</h3>
+<code>getSupportedSettings, getWriterConfig, setWriterConfig</code></li>
+</ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
@@ -179,6 +204,13 @@ implements org.openrdf.rio.RDFWriter</pr
 <h3>Methods inherited from class&nbsp;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></h3>
 <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://download.or
 acle.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></li>
 </ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_org.openrdf.rio.RDFWriter">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;org.openrdf.rio.RDFWriter</h3>
+<code>getSupportedSettings, getWriterConfig, setWriterConfig</code></li>
+</ul>
 </li>
 </ul>
 </li>
@@ -208,104 +240,7 @@ implements org.openrdf.rio.RDFWriter</pr
 <ul class="blockListLast">
 <li class="blockList">
 <h4>NQuadsWriter</h4>
-<pre>public&nbsp;NQuadsWriter(<a href="http://download.oracle.com/javase/6/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;w)</pre>
-</li>
-</ul>
-</li>
-</ul>
-<!-- ============ METHOD DETAIL ========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method_detail">
-<!--   -->
-</a>
-<h3>Method Detail</h3>
-<a name="getRDFFormat()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getRDFFormat</h4>
-<pre>public&nbsp;org.openrdf.rio.RDFFormat&nbsp;getRDFFormat()</pre>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code>getRDFFormat</code>&nbsp;in interface&nbsp;<code>org.openrdf.rio.RDFWriter</code></dd>
-</dl>
-</li>
-</ul>
-<a name="startRDF()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>startRDF</h4>
-<pre>public&nbsp;void&nbsp;startRDF()
-              throws org.openrdf.rio.RDFHandlerException</pre>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code>startRDF</code>&nbsp;in interface&nbsp;<code>org.openrdf.rio.RDFHandler</code></dd>
-<dt><span class="strong">Throws:</span></dt>
-<dd><code>org.openrdf.rio.RDFHandlerException</code></dd></dl>
-</li>
-</ul>
-<a name="endRDF()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>endRDF</h4>
-<pre>public&nbsp;void&nbsp;endRDF()
-            throws org.openrdf.rio.RDFHandlerException</pre>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code>endRDF</code>&nbsp;in interface&nbsp;<code>org.openrdf.rio.RDFHandler</code></dd>
-<dt><span class="strong">Throws:</span></dt>
-<dd><code>org.openrdf.rio.RDFHandlerException</code></dd></dl>
-</li>
-</ul>
-<a name="handleNamespace(java.lang.String, java.lang.String)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>handleNamespace</h4>
-<pre>public&nbsp;void&nbsp;handleNamespace(<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;ns,
-                   <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;uri)
-                     throws org.openrdf.rio.RDFHandlerException</pre>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code>handleNamespace</code>&nbsp;in interface&nbsp;<code>org.openrdf.rio.RDFHandler</code></dd>
-<dt><span class="strong">Throws:</span></dt>
-<dd><code>org.openrdf.rio.RDFHandlerException</code></dd></dl>
-</li>
-</ul>
-<a name="handleStatement(org.openrdf.model.Statement)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>handleStatement</h4>
-<pre>public&nbsp;void&nbsp;handleStatement(org.openrdf.model.Statement&nbsp;statement)
-                     throws org.openrdf.rio.RDFHandlerException</pre>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code>handleStatement</code>&nbsp;in interface&nbsp;<code>org.openrdf.rio.RDFHandler</code></dd>
-<dt><span class="strong">Throws:</span></dt>
-<dd><code>org.openrdf.rio.RDFHandlerException</code></dd></dl>
-</li>
-</ul>
-<a name="handleComment(java.lang.String)">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>handleComment</h4>
-<pre>public&nbsp;void&nbsp;handleComment(<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;comment)
-                   throws org.openrdf.rio.RDFHandlerException</pre>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code>handleComment</code>&nbsp;in interface&nbsp;<code>org.openrdf.rio.RDFHandler</code></dd>
-<dt><span class="strong">Throws:</span></dt>
-<dd><code>org.openrdf.rio.RDFHandlerException</code></dd></dl>
+<pre>public&nbsp;NQuadsWriter(<a href="http://download.oracle.com/javase/6/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;writer)</pre>
 </li>
 </ul>
 </li>
@@ -360,21 +295,21 @@ implements org.openrdf.rio.RDFWriter</pr
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#fields_inherited_from_class_org.openrdf.rio.ntriples.NTriplesWriter">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method_summary">Method</a></li>
+<li><a href="#methods_inherited_from_class_org.openrdf.rio.nquads.NQuadsWriter">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method_detail">Method</a></li>
+<li>Method</li>
 </ul>
 </div>
 <a name="skip-navbar_bottom">
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2010-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2010-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: any23/site/apidocs/org/apache/any23/io/nquads/NQuadsWriterFactory.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/io/nquads/NQuadsWriterFactory.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/io/nquads/NQuadsWriterFactory.html (original)
+++ any23/site/apidocs/org/apache/any23/io/nquads/NQuadsWriterFactory.html Thu Jun 27 00:36:26 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_04) on Wed Sep 12 16:57:40 CEST 2012 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Wed Jun 26 17:06:33 PDT 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>NQuadsWriterFactory (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>NQuadsWriterFactory (Apache Any23 0.9.0-SNAPSHOT API)</title>
+<meta name="date" content="2013-06-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="NQuadsWriterFactory (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="NQuadsWriterFactory (Apache Any23 0.9.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -300,6 +300,6 @@ implements org.openrdf.rio.RDFWriterFact
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2010-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2010-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: any23/site/apidocs/org/apache/any23/io/nquads/class-use/NQuadsParser.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/io/nquads/class-use/NQuadsParser.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/io/nquads/class-use/NQuadsParser.html (original)
+++ any23/site/apidocs/org/apache/any23/io/nquads/class-use/NQuadsParser.html Thu Jun 27 00:36:26 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_04) on Wed Sep 12 16:57:44 CEST 2012 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Wed Jun 26 17:06:34 PDT 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.any23.io.nquads.NQuadsParser (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>Uses of Class org.apache.any23.io.nquads.NQuadsParser (Apache Any23 0.9.0-SNAPSHOT API)</title>
+<meta name="date" content="2013-06-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.any23.io.nquads.NQuadsParser (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.any23.io.nquads.NQuadsParser (Apache Any23 0.9.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2010-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2010-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: any23/site/apidocs/org/apache/any23/io/nquads/class-use/NQuadsParserFactory.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/io/nquads/class-use/NQuadsParserFactory.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/io/nquads/class-use/NQuadsParserFactory.html (original)
+++ any23/site/apidocs/org/apache/any23/io/nquads/class-use/NQuadsParserFactory.html Thu Jun 27 00:36:26 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_04) on Wed Sep 12 16:57:44 CEST 2012 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Wed Jun 26 17:06:34 PDT 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.any23.io.nquads.NQuadsParserFactory (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>Uses of Class org.apache.any23.io.nquads.NQuadsParserFactory (Apache Any23 0.9.0-SNAPSHOT API)</title>
+<meta name="date" content="2013-06-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.any23.io.nquads.NQuadsParserFactory (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.any23.io.nquads.NQuadsParserFactory (Apache Any23 0.9.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2010-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2010-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: any23/site/apidocs/org/apache/any23/io/nquads/class-use/NQuadsWriter.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/io/nquads/class-use/NQuadsWriter.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/io/nquads/class-use/NQuadsWriter.html (original)
+++ any23/site/apidocs/org/apache/any23/io/nquads/class-use/NQuadsWriter.html Thu Jun 27 00:36:26 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_04) on Wed Sep 12 16:57:44 CEST 2012 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Wed Jun 26 17:06:34 PDT 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.any23.io.nquads.NQuadsWriter (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>Uses of Class org.apache.any23.io.nquads.NQuadsWriter (Apache Any23 0.9.0-SNAPSHOT API)</title>
+<meta name="date" content="2013-06-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.any23.io.nquads.NQuadsWriter (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.any23.io.nquads.NQuadsWriter (Apache Any23 0.9.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2010-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2010-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: any23/site/apidocs/org/apache/any23/io/nquads/class-use/NQuadsWriterFactory.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/io/nquads/class-use/NQuadsWriterFactory.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/io/nquads/class-use/NQuadsWriterFactory.html (original)
+++ any23/site/apidocs/org/apache/any23/io/nquads/class-use/NQuadsWriterFactory.html Thu Jun 27 00:36:26 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_04) on Wed Sep 12 16:57:44 CEST 2012 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Wed Jun 26 17:06:34 PDT 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.any23.io.nquads.NQuadsWriterFactory (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>Uses of Class org.apache.any23.io.nquads.NQuadsWriterFactory (Apache Any23 0.9.0-SNAPSHOT API)</title>
+<meta name="date" content="2013-06-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.any23.io.nquads.NQuadsWriterFactory (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.any23.io.nquads.NQuadsWriterFactory (Apache Any23 0.9.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2010-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2010-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: any23/site/apidocs/org/apache/any23/io/nquads/package-frame.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/io/nquads/package-frame.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/io/nquads/package-frame.html (original)
+++ any23/site/apidocs/org/apache/any23/io/nquads/package-frame.html Thu Jun 27 00:36:26 2013
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_04) on Wed Sep 12 16:57:43 CEST 2012 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Wed Jun 26 17:06:34 PDT 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.any23.io.nquads (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>org.apache.any23.io.nquads (Apache Any23 0.9.0-SNAPSHOT API)</title>
+<meta name="date" content="2013-06-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: any23/site/apidocs/org/apache/any23/io/nquads/package-summary.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/io/nquads/package-summary.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/io/nquads/package-summary.html (original)
+++ any23/site/apidocs/org/apache/any23/io/nquads/package-summary.html Thu Jun 27 00:36:26 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_04) on Wed Sep 12 16:57:43 CEST 2012 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Wed Jun 26 17:06:34 PDT 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.any23.io.nquads (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>org.apache.any23.io.nquads (Apache Any23 0.9.0-SNAPSHOT API)</title>
+<meta name="date" content="2013-06-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.any23.io.nquads (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="org.apache.any23.io.nquads (Apache Any23 0.9.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -97,7 +97,7 @@
 <tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/any23/io/nquads/NQuadsWriter.html" title="class in org.apache.any23.io.nquads">NQuadsWriter</a></td>
 <td class="colLast">
-<div class="block"><i>N-Quads</i> implementation of an <code>RDFWriter</code>.</div>
+<div class="block">A UTF-8 aware <i>N-Quads</i> implementation of an <code>RDFWriter</code>.</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -162,6 +162,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2010-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2010-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: any23/site/apidocs/org/apache/any23/io/nquads/package-tree.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/io/nquads/package-tree.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/io/nquads/package-tree.html (original)
+++ any23/site/apidocs/org/apache/any23/io/nquads/package-tree.html Thu Jun 27 00:36:26 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_04) on Wed Sep 12 16:57:43 CEST 2012 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Wed Jun 26 17:06:34 PDT 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.any23.io.nquads Class Hierarchy (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>org.apache.any23.io.nquads Class Hierarchy (Apache Any23 0.9.0-SNAPSHOT API)</title>
+<meta name="date" content="2013-06-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.any23.io.nquads Class Hierarchy (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="org.apache.any23.io.nquads Class Hierarchy (Apache Any23 0.9.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -76,16 +76,36 @@
 <li type="circle">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"><span class="strong">Object</span></a>
 <ul>
 <li type="circle">org.apache.any23.io.nquads.<a href="../../../../../org/apache/any23/io/nquads/NQuadsParserFactory.html" title="class in org.apache.any23.io.nquads"><span class="strong">NQuadsParserFactory</span></a> (implements org.openrdf.rio.RDFParserFactory)</li>
-<li type="circle">org.apache.any23.io.nquads.<a href="../../../../../org/apache/any23/io/nquads/NQuadsWriter.html" title="class in org.apache.any23.io.nquads"><span class="strong">NQuadsWriter</span></a> (implements org.openrdf.rio.RDFWriter)</li>
 <li type="circle">org.apache.any23.io.nquads.<a href="../../../../../org/apache/any23/io/nquads/NQuadsWriterFactory.html" title="class in org.apache.any23.io.nquads"><span class="strong">NQuadsWriterFactory</span></a> (implements org.openrdf.rio.RDFWriterFactory)</li>
 <li type="circle">org.openrdf.rio.helpers.RDFParserBase (implements org.openrdf.rio.RDFParser)
 <ul>
+<li type="circle">org.openrdf.rio.ntriples.NTriplesParser
+<ul>
+<li type="circle">org.openrdf.rio.nquads.NQuadsParser
+<ul>
 <li type="circle">org.apache.any23.io.nquads.<a href="../../../../../org/apache/any23/io/nquads/NQuadsParser.html" title="class in org.apache.any23.io.nquads"><span class="strong">NQuadsParser</span></a></li>
 </ul>
 </li>
 </ul>
 </li>
 </ul>
+</li>
+<li type="circle">org.openrdf.rio.helpers.RDFWriterBase (implements org.openrdf.rio.RDFWriter)
+<ul>
+<li type="circle">org.openrdf.rio.ntriples.NTriplesWriter (implements org.openrdf.rio.RDFWriter)
+<ul>
+<li type="circle">org.openrdf.rio.nquads.NQuadsWriter
+<ul>
+<li type="circle">org.apache.any23.io.nquads.<a href="../../../../../org/apache/any23/io/nquads/NQuadsWriter.html" title="class in org.apache.any23.io.nquads"><span class="strong">NQuadsWriter</span></a></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
 </div>
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
 <div class="bottomNav"><a name="navbar_bottom">
@@ -132,6 +152,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2010-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2010-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: any23/site/apidocs/org/apache/any23/io/nquads/package-use.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/io/nquads/package-use.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/io/nquads/package-use.html (original)
+++ any23/site/apidocs/org/apache/any23/io/nquads/package-use.html Thu Jun 27 00:36:26 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_04) on Wed Sep 12 16:57:44 CEST 2012 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Wed Jun 26 17:06:35 PDT 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Package org.apache.any23.io.nquads (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>Uses of Package org.apache.any23.io.nquads (Apache Any23 0.9.0-SNAPSHOT API)</title>
+<meta name="date" content="2013-06-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.any23.io.nquads (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="Uses of Package org.apache.any23.io.nquads (Apache Any23 0.9.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2010-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2010-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: any23/site/apidocs/org/apache/any23/mime/MIMEType.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/mime/MIMEType.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/mime/MIMEType.html (original)
+++ any23/site/apidocs/org/apache/any23/mime/MIMEType.html Thu Jun 27 00:36:26 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_04) on Wed Sep 12 16:57:39 CEST 2012 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Wed Jun 26 17:06:33 PDT 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>MIMEType (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>MIMEType (Apache Any23 0.9.0-SNAPSHOT API)</title>
+<meta name="date" content="2013-06-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="MIMEType (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="MIMEType (Apache Any23 0.9.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -351,6 +351,6 @@ implements <a href="http://download.orac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2010-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2010-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: any23/site/apidocs/org/apache/any23/mime/MIMETypeDetector.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/mime/MIMETypeDetector.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/mime/MIMETypeDetector.html (original)
+++ any23/site/apidocs/org/apache/any23/mime/MIMETypeDetector.html Thu Jun 27 00:36:26 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_04) on Wed Sep 12 16:57:39 CEST 2012 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Wed Jun 26 17:06:33 PDT 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>MIMETypeDetector (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>MIMETypeDetector (Apache Any23 0.9.0-SNAPSHOT API)</title>
+<meta name="date" content="2013-06-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="MIMETypeDetector (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="MIMETypeDetector (Apache Any23 0.9.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -218,6 +218,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2010-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2010-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: any23/site/apidocs/org/apache/any23/mime/NaiveMIMETypeDetector.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/mime/NaiveMIMETypeDetector.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/mime/NaiveMIMETypeDetector.html (original)
+++ any23/site/apidocs/org/apache/any23/mime/NaiveMIMETypeDetector.html Thu Jun 27 00:36:26 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_04) on Wed Sep 12 16:57:39 CEST 2012 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Wed Jun 26 17:06:33 PDT 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>NaiveMIMETypeDetector (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>NaiveMIMETypeDetector (Apache Any23 0.9.0-SNAPSHOT API)</title>
+<meta name="date" content="2013-06-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="NaiveMIMETypeDetector (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="NaiveMIMETypeDetector (Apache Any23 0.9.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -273,6 +273,6 @@ implements <a href="../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2010-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2010-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: any23/site/apidocs/org/apache/any23/mime/TikaMIMETypeDetector.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/mime/TikaMIMETypeDetector.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/mime/TikaMIMETypeDetector.html (original)
+++ any23/site/apidocs/org/apache/any23/mime/TikaMIMETypeDetector.html Thu Jun 27 00:36:26 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_04) on Wed Sep 12 16:57:39 CEST 2012 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Wed Jun 26 17:06:33 PDT 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>TikaMIMETypeDetector (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>TikaMIMETypeDetector (Apache Any23 0.9.0-SNAPSHOT API)</title>
+<meta name="date" content="2013-06-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="TikaMIMETypeDetector (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="TikaMIMETypeDetector (Apache Any23 0.9.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -424,6 +424,6 @@ implements <a href="../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2010-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2010-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: any23/site/apidocs/org/apache/any23/mime/class-use/MIMEType.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/mime/class-use/MIMEType.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/mime/class-use/MIMEType.html (original)
+++ any23/site/apidocs/org/apache/any23/mime/class-use/MIMEType.html Thu Jun 27 00:36:26 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_04) on Wed Sep 12 16:57:43 CEST 2012 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Wed Jun 26 17:06:34 PDT 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.any23.mime.MIMEType (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>Uses of Class org.apache.any23.mime.MIMEType (Apache Any23 0.9.0-SNAPSHOT API)</title>
+<meta name="date" content="2013-06-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.any23.mime.MIMEType (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.any23.mime.MIMEType (Apache Any23 0.9.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -114,14 +114,14 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/any23/mime/MIMEType.html" title="class in org.apache.any23.mime">MIMEType</a>&gt;</code></td>
-<td class="colLast"><span class="strong">SimpleExtractorFactory.</span><code><strong><a href="../../../../../org/apache/any23/extractor/SimpleExtractorFactory.html#getSupportedMIMETypes()">getSupportedMIMETypes</a></strong>()</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/any23/mime/MIMEType.html" title="class in org.apache.any23.mime">MIMEType</a>&gt;</code></td>
 <td class="colLast"><span class="strong">ExtractorFactory.</span><code><strong><a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html#getSupportedMIMETypes()">getSupportedMIMETypes</a></strong>()</code>
 <div class="block">Supports wildcards, e.g.</div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/any23/mime/MIMEType.html" title="class in org.apache.any23.mime">MIMEType</a>&gt;</code></td>
+<td class="colLast"><span class="strong">SimpleExtractorFactory.</span><code><strong><a href="../../../../../org/apache/any23/extractor/SimpleExtractorFactory.html#getSupportedMIMETypes()">getSupportedMIMETypes</a></strong>()</code>&nbsp;</td>
+</tr>
 </tbody>
 </table>
 <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
@@ -284,6 +284,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2010-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2010-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: any23/site/apidocs/org/apache/any23/mime/class-use/MIMETypeDetector.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/mime/class-use/MIMETypeDetector.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/mime/class-use/MIMETypeDetector.html (original)
+++ any23/site/apidocs/org/apache/any23/mime/class-use/MIMETypeDetector.html Thu Jun 27 00:36:26 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_04) on Wed Sep 12 16:57:43 CEST 2012 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Wed Jun 26 17:06:34 PDT 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Interface org.apache.any23.mime.MIMETypeDetector (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>Uses of Interface org.apache.any23.mime.MIMETypeDetector (Apache Any23 0.9.0-SNAPSHOT API)</title>
+<meta name="date" content="2013-06-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.any23.mime.MIMETypeDetector (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="Uses of Interface org.apache.any23.mime.MIMETypeDetector (Apache Any23 0.9.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -219,6 +219,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2010-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2010-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: any23/site/apidocs/org/apache/any23/mime/class-use/NaiveMIMETypeDetector.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/mime/class-use/NaiveMIMETypeDetector.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/mime/class-use/NaiveMIMETypeDetector.html (original)
+++ any23/site/apidocs/org/apache/any23/mime/class-use/NaiveMIMETypeDetector.html Thu Jun 27 00:36:26 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_04) on Wed Sep 12 16:57:43 CEST 2012 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Wed Jun 26 17:06:34 PDT 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.any23.mime.NaiveMIMETypeDetector (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>Uses of Class org.apache.any23.mime.NaiveMIMETypeDetector (Apache Any23 0.9.0-SNAPSHOT API)</title>
+<meta name="date" content="2013-06-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.any23.mime.NaiveMIMETypeDetector (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.any23.mime.NaiveMIMETypeDetector (Apache Any23 0.9.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2010-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2010-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: any23/site/apidocs/org/apache/any23/mime/class-use/TikaMIMETypeDetector.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/mime/class-use/TikaMIMETypeDetector.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/mime/class-use/TikaMIMETypeDetector.html (original)
+++ any23/site/apidocs/org/apache/any23/mime/class-use/TikaMIMETypeDetector.html Thu Jun 27 00:36:26 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_04) on Wed Sep 12 16:57:43 CEST 2012 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Wed Jun 26 17:06:34 PDT 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.any23.mime.TikaMIMETypeDetector (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>Uses of Class org.apache.any23.mime.TikaMIMETypeDetector (Apache Any23 0.9.0-SNAPSHOT API)</title>
+<meta name="date" content="2013-06-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.any23.mime.TikaMIMETypeDetector (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.any23.mime.TikaMIMETypeDetector (Apache Any23 0.9.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2010-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2010-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: any23/site/apidocs/org/apache/any23/mime/package-frame.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/mime/package-frame.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/mime/package-frame.html (original)
+++ any23/site/apidocs/org/apache/any23/mime/package-frame.html Thu Jun 27 00:36:26 2013
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_04) on Wed Sep 12 16:57:43 CEST 2012 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Wed Jun 26 17:06:34 PDT 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.any23.mime (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>org.apache.any23.mime (Apache Any23 0.9.0-SNAPSHOT API)</title>
+<meta name="date" content="2013-06-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: any23/site/apidocs/org/apache/any23/mime/package-summary.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/mime/package-summary.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/mime/package-summary.html (original)
+++ any23/site/apidocs/org/apache/any23/mime/package-summary.html Thu Jun 27 00:36:26 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_04) on Wed Sep 12 16:57:43 CEST 2012 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Wed Jun 26 17:06:34 PDT 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.any23.mime (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>org.apache.any23.mime (Apache Any23 0.9.0-SNAPSHOT API)</title>
+<meta name="date" content="2013-06-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.any23.mime (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="org.apache.any23.mime (Apache Any23 0.9.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -173,6 +173,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2010-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2010-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: any23/site/apidocs/org/apache/any23/mime/package-tree.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/mime/package-tree.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/mime/package-tree.html (original)
+++ any23/site/apidocs/org/apache/any23/mime/package-tree.html Thu Jun 27 00:36:26 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_04) on Wed Sep 12 16:57:43 CEST 2012 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Wed Jun 26 17:06:34 PDT 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.any23.mime Class Hierarchy (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>org.apache.any23.mime Class Hierarchy (Apache Any23 0.9.0-SNAPSHOT API)</title>
+<meta name="date" content="2013-06-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.any23.mime Class Hierarchy (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="org.apache.any23.mime Class Hierarchy (Apache Any23 0.9.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -131,6 +131,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2010-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2010-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: any23/site/apidocs/org/apache/any23/mime/package-use.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/mime/package-use.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/mime/package-use.html (original)
+++ any23/site/apidocs/org/apache/any23/mime/package-use.html Thu Jun 27 00:36:26 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_04) on Wed Sep 12 16:57:44 CEST 2012 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Wed Jun 26 17:06:35 PDT 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Package org.apache.any23.mime (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>Uses of Package org.apache.any23.mime (Apache Any23 0.9.0-SNAPSHOT API)</title>
+<meta name="date" content="2013-06-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.any23.mime (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="Uses of Package org.apache.any23.mime (Apache Any23 0.9.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -234,6 +234,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2010-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2010-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: any23/site/apidocs/org/apache/any23/mime/purifier/Purifier.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/mime/purifier/Purifier.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/mime/purifier/Purifier.html (original)
+++ any23/site/apidocs/org/apache/any23/mime/purifier/Purifier.html Thu Jun 27 00:36:26 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_04) on Wed Sep 12 16:57:39 CEST 2012 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Wed Jun 26 17:06:33 PDT 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Purifier (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>Purifier (Apache Any23 0.9.0-SNAPSHOT API)</title>
+<meta name="date" content="2013-06-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Purifier (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="Purifier (Apache Any23 0.9.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -220,6 +220,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2010-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2010-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: any23/site/apidocs/org/apache/any23/mime/purifier/WhiteSpacesPurifier.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/mime/purifier/WhiteSpacesPurifier.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/mime/purifier/WhiteSpacesPurifier.html (original)
+++ any23/site/apidocs/org/apache/any23/mime/purifier/WhiteSpacesPurifier.html Thu Jun 27 00:36:26 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_04) on Wed Sep 12 16:57:39 CEST 2012 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Wed Jun 26 17:06:33 PDT 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>WhiteSpacesPurifier (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>WhiteSpacesPurifier (Apache Any23 0.9.0-SNAPSHOT API)</title>
+<meta name="date" content="2013-06-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="WhiteSpacesPurifier (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="WhiteSpacesPurifier (Apache Any23 0.9.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -272,6 +272,6 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2010-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2010-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: any23/site/apidocs/org/apache/any23/mime/purifier/class-use/Purifier.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/mime/purifier/class-use/Purifier.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/mime/purifier/class-use/Purifier.html (original)
+++ any23/site/apidocs/org/apache/any23/mime/purifier/class-use/Purifier.html Thu Jun 27 00:36:26 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_04) on Wed Sep 12 16:57:43 CEST 2012 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Wed Jun 26 17:06:34 PDT 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Interface org.apache.any23.mime.purifier.Purifier (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>Uses of Interface org.apache.any23.mime.purifier.Purifier (Apache Any23 0.9.0-SNAPSHOT API)</title>
+<meta name="date" content="2013-06-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.any23.mime.purifier.Purifier (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="Uses of Interface org.apache.any23.mime.purifier.Purifier (Apache Any23 0.9.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -179,6 +179,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2010-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2010-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: any23/site/apidocs/org/apache/any23/mime/purifier/class-use/WhiteSpacesPurifier.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/mime/purifier/class-use/WhiteSpacesPurifier.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/mime/purifier/class-use/WhiteSpacesPurifier.html (original)
+++ any23/site/apidocs/org/apache/any23/mime/purifier/class-use/WhiteSpacesPurifier.html Thu Jun 27 00:36:26 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_04) on Wed Sep 12 16:57:43 CEST 2012 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Wed Jun 26 17:06:34 PDT 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.any23.mime.purifier.WhiteSpacesPurifier (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>Uses of Class org.apache.any23.mime.purifier.WhiteSpacesPurifier (Apache Any23 0.9.0-SNAPSHOT API)</title>
+<meta name="date" content="2013-06-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.any23.mime.purifier.WhiteSpacesPurifier (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.any23.mime.purifier.WhiteSpacesPurifier (Apache Any23 0.9.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2010-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2010-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: any23/site/apidocs/org/apache/any23/mime/purifier/package-frame.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/mime/purifier/package-frame.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/mime/purifier/package-frame.html (original)
+++ any23/site/apidocs/org/apache/any23/mime/purifier/package-frame.html Thu Jun 27 00:36:26 2013
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_04) on Wed Sep 12 16:57:43 CEST 2012 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Wed Jun 26 17:06:34 PDT 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.any23.mime.purifier (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>org.apache.any23.mime.purifier (Apache Any23 0.9.0-SNAPSHOT API)</title>
+<meta name="date" content="2013-06-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: any23/site/apidocs/org/apache/any23/mime/purifier/package-summary.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/mime/purifier/package-summary.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/mime/purifier/package-summary.html (original)
+++ any23/site/apidocs/org/apache/any23/mime/purifier/package-summary.html Thu Jun 27 00:36:26 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_04) on Wed Sep 12 16:57:43 CEST 2012 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Wed Jun 26 17:06:34 PDT 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.any23.mime.purifier (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>org.apache.any23.mime.purifier (Apache Any23 0.9.0-SNAPSHOT API)</title>
+<meta name="date" content="2013-06-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.any23.mime.purifier (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="org.apache.any23.mime.purifier (Apache Any23 0.9.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -164,6 +164,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2010-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2010-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: any23/site/apidocs/org/apache/any23/mime/purifier/package-tree.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/mime/purifier/package-tree.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/mime/purifier/package-tree.html (original)
+++ any23/site/apidocs/org/apache/any23/mime/purifier/package-tree.html Thu Jun 27 00:36:26 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_04) on Wed Sep 12 16:57:43 CEST 2012 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Wed Jun 26 17:06:34 PDT 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.any23.mime.purifier Class Hierarchy (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>org.apache.any23.mime.purifier Class Hierarchy (Apache Any23 0.9.0-SNAPSHOT API)</title>
+<meta name="date" content="2013-06-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.any23.mime.purifier Class Hierarchy (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="org.apache.any23.mime.purifier Class Hierarchy (Apache Any23 0.9.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -129,6 +129,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2010-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2010-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: any23/site/apidocs/org/apache/any23/mime/purifier/package-use.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/mime/purifier/package-use.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/mime/purifier/package-use.html (original)
+++ any23/site/apidocs/org/apache/any23/mime/purifier/package-use.html Thu Jun 27 00:36:26 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_04) on Wed Sep 12 16:57:44 CEST 2012 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Wed Jun 26 17:06:35 PDT 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Package org.apache.any23.mime.purifier (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>Uses of Package org.apache.any23.mime.purifier (Apache Any23 0.9.0-SNAPSHOT API)</title>
+<meta name="date" content="2013-06-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.any23.mime.purifier (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="Uses of Package org.apache.any23.mime.purifier (Apache Any23 0.9.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -178,6 +178,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2010-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2010-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: any23/site/apidocs/org/apache/any23/package-frame.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/package-frame.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/package-frame.html (original)
+++ any23/site/apidocs/org/apache/any23/package-frame.html Thu Jun 27 00:36:26 2013
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_04) on Wed Sep 12 16:57:43 CEST 2012 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Wed Jun 26 17:06:34 PDT 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.any23 (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>org.apache.any23 (Apache Any23 0.9.0-SNAPSHOT API)</title>
+<meta name="date" content="2013-06-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: any23/site/apidocs/org/apache/any23/package-summary.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/package-summary.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/package-summary.html (original)
+++ any23/site/apidocs/org/apache/any23/package-summary.html Thu Jun 27 00:36:26 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_04) on Wed Sep 12 16:57:43 CEST 2012 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Wed Jun 26 17:06:34 PDT 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.any23 (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>org.apache.any23 (Apache Any23 0.9.0-SNAPSHOT API)</title>
+<meta name="date" content="2013-06-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.any23 (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="org.apache.any23 (Apache Any23 0.9.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -151,6 +151,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2010-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2010-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: any23/site/apidocs/org/apache/any23/package-tree.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/package-tree.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/package-tree.html (original)
+++ any23/site/apidocs/org/apache/any23/package-tree.html Thu Jun 27 00:36:26 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_04) on Wed Sep 12 16:57:43 CEST 2012 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Wed Jun 26 17:06:34 PDT 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.any23 Class Hierarchy (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>org.apache.any23 Class Hierarchy (Apache Any23 0.9.0-SNAPSHOT API)</title>
+<meta name="date" content="2013-06-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.any23 Class Hierarchy (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="org.apache.any23 Class Hierarchy (Apache Any23 0.9.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -126,6 +126,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2010-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2010-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: any23/site/apidocs/org/apache/any23/package-use.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/package-use.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/package-use.html (original)
+++ any23/site/apidocs/org/apache/any23/package-use.html Thu Jun 27 00:36:26 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_04) on Wed Sep 12 16:57:44 CEST 2012 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Wed Jun 26 17:06:34 PDT 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Package org.apache.any23 (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>Uses of Package org.apache.any23 (Apache Any23 0.9.0-SNAPSHOT API)</title>
+<meta name="date" content="2013-06-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.any23 (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="Uses of Package org.apache.any23 (Apache Any23 0.9.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -151,6 +151,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2010-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2010-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>