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 [20/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/extractor/class-use/ExtractorFactory.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/extractor/class-use/ExtractorFactory.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/extractor/class-use/ExtractorFactory.html (original)
+++ any23/site/apidocs/org/apache/any23/extractor/class-use/ExtractorFactory.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.extractor.ExtractorFactory (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>Uses of Interface org.apache.any23.extractor.ExtractorFactory (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.extractor.ExtractorFactory (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="Uses of Interface org.apache.any23.extractor.ExtractorFactory (Apache Any23 0.9.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -178,25 +178,14 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code>static &lt;S extends <a href="../../../../../org/apache/any23/extractor/Extractor.html" title="interface in org.apache.any23.extractor">Extractor</a>&lt;?&gt;&gt;&nbsp;<br><a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&lt;S&gt;</code></td>
-<td class="colLast"><span class="strong">SimpleExtractorFactory.</span><code><strong><a href="../../../../../org/apache/any23/extractor/SimpleExtractorFactory.html#create(java.lang.String, org.apache.any23.rdf.Prefixes, java.util.Collection, java.lang.String, java.lang.Class)">create</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;name,
-      <a href="../../../../../org/apache/any23/rdf/Prefixes.html" title="class in org.apache.any23.rdf">Prefixes</a>&nbsp;prefixes,
-      <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="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;supportedMIMETypes,
-      <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;exampleInput,
-      <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;S&gt;&nbsp;extractorClass)</code>
-<div class="block">Creates an instance of a <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor"><code>ExtractorFactory</code></a> serving concrete implementation
- instances of <a href="../../../../../org/apache/any23/extractor/Extractor.html" title="interface in org.apache.any23.extractor"><code>Extractor</code></a>.</div>
-</td>
-</tr>
-<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&lt;?&gt;</code></td>
-<td class="colLast"><span class="strong">ExtractorRegistryImpl.</span><code><strong><a href="../../../../../org/apache/any23/extractor/ExtractorRegistryImpl.html#getFactory(java.lang.String)">getFactory</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;name)</code>
+<td class="colLast"><span class="strong">ExtractorRegistry.</span><code><strong><a href="../../../../../org/apache/any23/extractor/ExtractorRegistry.html#getFactory(java.lang.String)">getFactory</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;name)</code>
 <div class="block">Retrieves a <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor"><code>ExtractorFactory</code></a> given its name</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&lt;?&gt;</code></td>
-<td class="colLast"><span class="strong">ExtractorRegistry.</span><code><strong><a href="../../../../../org/apache/any23/extractor/ExtractorRegistry.html#getFactory(java.lang.String)">getFactory</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;name)</code>
+<td class="colLast"><span class="strong">ExtractorRegistryImpl.</span><code><strong><a href="../../../../../org/apache/any23/extractor/ExtractorRegistryImpl.html#getFactory(java.lang.String)">getFactory</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;name)</code>
 <div class="block">Retrieves a <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor"><code>ExtractorFactory</code></a> given its name</div>
 </td>
 </tr>
@@ -223,14 +212,18 @@
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colFirst"><code>protected <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></td>
+<td class="colLast"><span class="strong">ExtractorRegistryImpl.</span><code><strong><a href="../../../../../org/apache/any23/extractor/ExtractorRegistryImpl.html#getKey(org.apache.any23.extractor.ExtractorFactory)">getKey</a></strong>(<a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&nbsp;service)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">ExtractorRegistryImpl.</span><code><strong><a href="../../../../../org/apache/any23/extractor/ExtractorRegistryImpl.html#register(org.apache.any23.extractor.ExtractorFactory)">register</a></strong>(<a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&lt;?&gt;&nbsp;factory)</code>
+<td class="colLast"><span class="strong">ExtractorRegistry.</span><code><strong><a href="../../../../../org/apache/any23/extractor/ExtractorRegistry.html#register(org.apache.any23.extractor.ExtractorFactory)">register</a></strong>(<a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&lt;?&gt;&nbsp;factory)</code>
 <div class="block">Registers an <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor"><code>ExtractorFactory</code></a>.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">ExtractorRegistry.</span><code><strong><a href="../../../../../org/apache/any23/extractor/ExtractorRegistry.html#register(org.apache.any23.extractor.ExtractorFactory)">register</a></strong>(<a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&lt;?&gt;&nbsp;factory)</code>
+<td class="colLast"><span class="strong">ExtractorRegistryImpl.</span><code><strong><a href="../../../../../org/apache/any23/extractor/ExtractorRegistryImpl.html#register(org.apache.any23.extractor.ExtractorFactory)">register</a></strong>(<a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&lt;?&gt;&nbsp;factory)</code>
 <div class="block">Registers an <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor"><code>ExtractorFactory</code></a>.</div>
 </td>
 </tr>
@@ -281,16 +274,16 @@
 <!--   -->
 </a>
 <h3>Uses of <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a> in <a href="../../../../../org/apache/any23/extractor/csv/package-summary.html">org.apache.any23.extractor.csv</a></h3>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
-<caption><span>Fields in <a href="../../../../../org/apache/any23/extractor/csv/package-summary.html">org.apache.any23.extractor.csv</a> declared as <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a></span><span class="tabEnd">&nbsp;</span></caption>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
+<caption><span>Classes in <a href="../../../../../org/apache/any23/extractor/csv/package-summary.html">org.apache.any23.extractor.csv</a> that implement <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a></span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Field and Description</th>
+<th class="colLast" scope="col">Class and Description</th>
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&lt;<a href="../../../../../org/apache/any23/extractor/csv/CSVExtractor.html" title="class in org.apache.any23.extractor.csv">CSVExtractor</a>&gt;</code></td>
-<td class="colLast"><span class="strong">CSVExtractor.</span><code><strong><a href="../../../../../org/apache/any23/extractor/csv/CSVExtractor.html#factory">factory</a></strong></code>&nbsp;</td>
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/any23/extractor/csv/CSVExtractorFactory.html" title="class in org.apache.any23.extractor.csv">CSVExtractorFactory</a></strong></code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -299,76 +292,80 @@
 <!--   -->
 </a>
 <h3>Uses of <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a> in <a href="../../../../../org/apache/any23/extractor/html/package-summary.html">org.apache.any23.extractor.html</a></h3>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
-<caption><span>Fields in <a href="../../../../../org/apache/any23/extractor/html/package-summary.html">org.apache.any23.extractor.html</a> declared as <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a></span><span class="tabEnd">&nbsp;</span></caption>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
+<caption><span>Classes in <a href="../../../../../org/apache/any23/extractor/html/package-summary.html">org.apache.any23.extractor.html</a> that implement <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a></span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Field and Description</th>
+<th class="colLast" scope="col">Class and Description</th>
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&lt;<a href="../../../../../org/apache/any23/extractor/html/XFNExtractor.html" title="class in org.apache.any23.extractor.html">XFNExtractor</a>&gt;</code></td>
-<td class="colLast"><span class="strong">XFNExtractor.</span><code><strong><a href="../../../../../org/apache/any23/extractor/html/XFNExtractor.html#factory">factory</a></strong></code>&nbsp;</td>
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/any23/extractor/html/AdrExtractorFactory.html" title="class in org.apache.any23.extractor.html">AdrExtractorFactory</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&lt;<a href="../../../../../org/apache/any23/extractor/html/TurtleHTMLExtractor.html" title="class in org.apache.any23.extractor.html">TurtleHTMLExtractor</a>&gt;</code></td>
-<td class="colLast"><span class="strong">TurtleHTMLExtractor.</span><code><strong><a href="../../../../../org/apache/any23/extractor/html/TurtleHTMLExtractor.html#factory">factory</a></strong></code>&nbsp;</td>
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/any23/extractor/html/GeoExtractorFactory.html" title="class in org.apache.any23.extractor.html">GeoExtractorFactory</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&lt;<a href="../../../../../org/apache/any23/extractor/html/TitleExtractor.html" title="class in org.apache.any23.extractor.html">TitleExtractor</a>&gt;</code></td>
-<td class="colLast"><span class="strong">TitleExtractor.</span><code><strong><a href="../../../../../org/apache/any23/extractor/html/TitleExtractor.html#factory">factory</a></strong></code>&nbsp;</td>
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/any23/extractor/html/HCalendarExtractorFactory.html" title="class in org.apache.any23.extractor.html">HCalendarExtractorFactory</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&lt;<a href="../../../../../org/apache/any23/extractor/html/SpeciesExtractor.html" title="class in org.apache.any23.extractor.html">SpeciesExtractor</a>&gt;</code></td>
-<td class="colLast"><span class="strong">SpeciesExtractor.</span><code><strong><a href="../../../../../org/apache/any23/extractor/html/SpeciesExtractor.html#factory">factory</a></strong></code>&nbsp;</td>
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/any23/extractor/html/HCardExtractorFactory.html" title="class in org.apache.any23.extractor.html">HCardExtractorFactory</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&lt;<a href="../../../../../org/apache/any23/extractor/html/LicenseExtractor.html" title="class in org.apache.any23.extractor.html">LicenseExtractor</a>&gt;</code></td>
-<td class="colLast"><span class="strong">LicenseExtractor.</span><code><strong><a href="../../../../../org/apache/any23/extractor/html/LicenseExtractor.html#factory">factory</a></strong></code>&nbsp;</td>
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/any23/extractor/html/HeadLinkExtractorFactory.html" title="class in org.apache.any23.extractor.html">HeadLinkExtractorFactory</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&lt;<a href="../../../../../org/apache/any23/extractor/html/ICBMExtractor.html" title="class in org.apache.any23.extractor.html">ICBMExtractor</a>&gt;</code></td>
-<td class="colLast"><span class="strong">ICBMExtractor.</span><code><strong><a href="../../../../../org/apache/any23/extractor/html/ICBMExtractor.html#factory">factory</a></strong></code>&nbsp;</td>
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/any23/extractor/html/HListingExtractorFactory.html" title="class in org.apache.any23.extractor.html">HListingExtractorFactory</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&lt;<a href="../../../../../org/apache/any23/extractor/html/HTMLMetaExtractor.html" title="class in org.apache.any23.extractor.html">HTMLMetaExtractor</a>&gt;</code></td>
-<td class="colLast"><span class="strong">HTMLMetaExtractor.</span><code><strong><a href="../../../../../org/apache/any23/extractor/html/HTMLMetaExtractor.html#factory">factory</a></strong></code>&nbsp;</td>
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/any23/extractor/html/HRecipeExtractorFactory.html" title="class in org.apache.any23.extractor.html">HRecipeExtractorFactory</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&lt;<a href="../../../../../org/apache/any23/extractor/html/HReviewExtractor.html" title="class in org.apache.any23.extractor.html">HReviewExtractor</a>&gt;</code></td>
-<td class="colLast"><span class="strong">HReviewExtractor.</span><code><strong><a href="../../../../../org/apache/any23/extractor/html/HReviewExtractor.html#factory">factory</a></strong></code>&nbsp;</td>
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/any23/extractor/html/HResumeExtractorFactory.html" title="class in org.apache.any23.extractor.html">HResumeExtractorFactory</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&lt;<a href="../../../../../org/apache/any23/extractor/html/HResumeExtractor.html" title="class in org.apache.any23.extractor.html">HResumeExtractor</a>&gt;</code></td>
-<td class="colLast"><span class="strong">HResumeExtractor.</span><code><strong><a href="../../../../../org/apache/any23/extractor/html/HResumeExtractor.html#factory">factory</a></strong></code>&nbsp;</td>
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/any23/extractor/html/HReviewAggregateExtractorFactory.html" title="class in org.apache.any23.extractor.html">HReviewAggregateExtractorFactory</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&lt;<a href="../../../../../org/apache/any23/extractor/html/HRecipeExtractor.html" title="class in org.apache.any23.extractor.html">HRecipeExtractor</a>&gt;</code></td>
-<td class="colLast"><span class="strong">HRecipeExtractor.</span><code><strong><a href="../../../../../org/apache/any23/extractor/html/HRecipeExtractor.html#factory">factory</a></strong></code>&nbsp;</td>
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/any23/extractor/html/HReviewExtractorFactory.html" title="class in org.apache.any23.extractor.html">HReviewExtractorFactory</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&lt;<a href="../../../../../org/apache/any23/extractor/html/HListingExtractor.html" title="class in org.apache.any23.extractor.html">HListingExtractor</a>&gt;</code></td>
-<td class="colLast"><span class="strong">HListingExtractor.</span><code><strong><a href="../../../../../org/apache/any23/extractor/html/HListingExtractor.html#factory">factory</a></strong></code>&nbsp;</td>
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/any23/extractor/html/HTMLMetaExtractorFactory.html" title="class in org.apache.any23.extractor.html">HTMLMetaExtractorFactory</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&lt;<a href="../../../../../org/apache/any23/extractor/html/HeadLinkExtractor.html" title="class in org.apache.any23.extractor.html">HeadLinkExtractor</a>&gt;</code></td>
-<td class="colLast"><span class="strong">HeadLinkExtractor.</span><code><strong><a href="../../../../../org/apache/any23/extractor/html/HeadLinkExtractor.html#factory">factory</a></strong></code>&nbsp;</td>
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/any23/extractor/html/ICBMExtractorFactory.html" title="class in org.apache.any23.extractor.html">ICBMExtractorFactory</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&lt;<a href="../../../../../org/apache/any23/extractor/html/HCardExtractor.html" title="class in org.apache.any23.extractor.html">HCardExtractor</a>&gt;</code></td>
-<td class="colLast"><span class="strong">HCardExtractor.</span><code><strong><a href="../../../../../org/apache/any23/extractor/html/HCardExtractor.html#factory">factory</a></strong></code>&nbsp;</td>
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/any23/extractor/html/LicenseExtractorFactory.html" title="class in org.apache.any23.extractor.html">LicenseExtractorFactory</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&lt;<a href="../../../../../org/apache/any23/extractor/html/HCalendarExtractor.html" title="class in org.apache.any23.extractor.html">HCalendarExtractor</a>&gt;</code></td>
-<td class="colLast"><span class="strong">HCalendarExtractor.</span><code><strong><a href="../../../../../org/apache/any23/extractor/html/HCalendarExtractor.html#factory">factory</a></strong></code>&nbsp;</td>
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/any23/extractor/html/SpeciesExtractorFactory.html" title="class in org.apache.any23.extractor.html">SpeciesExtractorFactory</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&lt;<a href="../../../../../org/apache/any23/extractor/html/GeoExtractor.html" title="class in org.apache.any23.extractor.html">GeoExtractor</a>&gt;</code></td>
-<td class="colLast"><span class="strong">GeoExtractor.</span><code><strong><a href="../../../../../org/apache/any23/extractor/html/GeoExtractor.html#factory">factory</a></strong></code>&nbsp;</td>
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/any23/extractor/html/TitleExtractorFactory.html" title="class in org.apache.any23.extractor.html">TitleExtractorFactory</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&lt;<a href="../../../../../org/apache/any23/extractor/html/AdrExtractor.html" title="class in org.apache.any23.extractor.html">AdrExtractor</a>&gt;</code></td>
-<td class="colLast"><span class="strong">AdrExtractor.</span><code><strong><a href="../../../../../org/apache/any23/extractor/html/AdrExtractor.html#factory">factory</a></strong></code>&nbsp;</td>
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/any23/extractor/html/TurtleHTMLExtractorFactory.html" title="class in org.apache.any23.extractor.html">TurtleHTMLExtractorFactory</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/any23/extractor/html/XFNExtractorFactory.html" title="class in org.apache.any23.extractor.html">XFNExtractorFactory</a></strong></code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -377,16 +374,16 @@
 <!--   -->
 </a>
 <h3>Uses of <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a> in <a href="../../../../../org/apache/any23/extractor/microdata/package-summary.html">org.apache.any23.extractor.microdata</a></h3>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
-<caption><span>Fields in <a href="../../../../../org/apache/any23/extractor/microdata/package-summary.html">org.apache.any23.extractor.microdata</a> declared as <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a></span><span class="tabEnd">&nbsp;</span></caption>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
+<caption><span>Classes in <a href="../../../../../org/apache/any23/extractor/microdata/package-summary.html">org.apache.any23.extractor.microdata</a> that implement <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a></span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Field and Description</th>
+<th class="colLast" scope="col">Class and Description</th>
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&lt;<a href="../../../../../org/apache/any23/extractor/microdata/MicrodataExtractor.html" title="class in org.apache.any23.extractor.microdata">MicrodataExtractor</a>&gt;</code></td>
-<td class="colLast"><span class="strong">MicrodataExtractor.</span><code><strong><a href="../../../../../org/apache/any23/extractor/microdata/MicrodataExtractor.html#factory">factory</a></strong></code>&nbsp;</td>
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/any23/extractor/microdata/MicrodataExtractorFactory.html" title="class in org.apache.any23.extractor.microdata">MicrodataExtractorFactory</a></strong></code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -395,32 +392,32 @@
 <!--   -->
 </a>
 <h3>Uses of <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a> in <a href="../../../../../org/apache/any23/extractor/rdf/package-summary.html">org.apache.any23.extractor.rdf</a></h3>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
-<caption><span>Fields in <a href="../../../../../org/apache/any23/extractor/rdf/package-summary.html">org.apache.any23.extractor.rdf</a> declared as <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a></span><span class="tabEnd">&nbsp;</span></caption>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
+<caption><span>Classes in <a href="../../../../../org/apache/any23/extractor/rdf/package-summary.html">org.apache.any23.extractor.rdf</a> that implement <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a></span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Field and Description</th>
+<th class="colLast" scope="col">Class and Description</th>
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&lt;<a href="../../../../../org/apache/any23/extractor/rdf/TurtleExtractor.html" title="class in org.apache.any23.extractor.rdf">TurtleExtractor</a>&gt;</code></td>
-<td class="colLast"><span class="strong">TurtleExtractor.</span><code><strong><a href="../../../../../org/apache/any23/extractor/rdf/TurtleExtractor.html#factory">factory</a></strong></code>&nbsp;</td>
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/any23/extractor/rdf/NQuadsExtractorFactory.html" title="class in org.apache.any23.extractor.rdf">NQuadsExtractorFactory</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&lt;<a href="../../../../../org/apache/any23/extractor/rdf/TriXExtractor.html" title="class in org.apache.any23.extractor.rdf">TriXExtractor</a>&gt;</code></td>
-<td class="colLast"><span class="strong">TriXExtractor.</span><code><strong><a href="../../../../../org/apache/any23/extractor/rdf/TriXExtractor.html#factory">factory</a></strong></code>&nbsp;</td>
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/any23/extractor/rdf/NTriplesExtractorFactory.html" title="class in org.apache.any23.extractor.rdf">NTriplesExtractorFactory</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&lt;<a href="../../../../../org/apache/any23/extractor/rdf/RDFXMLExtractor.html" title="class in org.apache.any23.extractor.rdf">RDFXMLExtractor</a>&gt;</code></td>
-<td class="colLast"><span class="strong">RDFXMLExtractor.</span><code><strong><a href="../../../../../org/apache/any23/extractor/rdf/RDFXMLExtractor.html#factory">factory</a></strong></code>&nbsp;</td>
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/any23/extractor/rdf/RDFXMLExtractorFactory.html" title="class in org.apache.any23.extractor.rdf">RDFXMLExtractorFactory</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&lt;<a href="../../../../../org/apache/any23/extractor/rdf/NTriplesExtractor.html" title="class in org.apache.any23.extractor.rdf">NTriplesExtractor</a>&gt;</code></td>
-<td class="colLast"><span class="strong">NTriplesExtractor.</span><code><strong><a href="../../../../../org/apache/any23/extractor/rdf/NTriplesExtractor.html#factory">factory</a></strong></code>&nbsp;</td>
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/any23/extractor/rdf/TriXExtractorFactory.html" title="class in org.apache.any23.extractor.rdf">TriXExtractorFactory</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&lt;<a href="../../../../../org/apache/any23/extractor/rdf/NQuadsExtractor.html" title="class in org.apache.any23.extractor.rdf">NQuadsExtractor</a>&gt;</code></td>
-<td class="colLast"><span class="strong">NQuadsExtractor.</span><code><strong><a href="../../../../../org/apache/any23/extractor/rdf/NQuadsExtractor.html#factory">factory</a></strong></code>&nbsp;</td>
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/any23/extractor/rdf/TurtleExtractorFactory.html" title="class in org.apache.any23.extractor.rdf">TurtleExtractorFactory</a></strong></code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -429,20 +426,20 @@
 <!--   -->
 </a>
 <h3>Uses of <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a> in <a href="../../../../../org/apache/any23/extractor/rdfa/package-summary.html">org.apache.any23.extractor.rdfa</a></h3>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
-<caption><span>Fields in <a href="../../../../../org/apache/any23/extractor/rdfa/package-summary.html">org.apache.any23.extractor.rdfa</a> declared as <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a></span><span class="tabEnd">&nbsp;</span></caption>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
+<caption><span>Classes in <a href="../../../../../org/apache/any23/extractor/rdfa/package-summary.html">org.apache.any23.extractor.rdfa</a> that implement <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a></span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Field and Description</th>
+<th class="colLast" scope="col">Class and Description</th>
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&lt;<a href="../../../../../org/apache/any23/extractor/rdfa/RDFaExtractor.html" title="class in org.apache.any23.extractor.rdfa">RDFaExtractor</a>&gt;</code></td>
-<td class="colLast"><span class="strong">RDFaExtractor.</span><code><strong><a href="../../../../../org/apache/any23/extractor/rdfa/RDFaExtractor.html#factory">factory</a></strong></code>&nbsp;</td>
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/any23/extractor/rdfa/RDFa11ExtractorFactory.html" title="class in org.apache.any23.extractor.rdfa">RDFa11ExtractorFactory</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&lt;<a href="../../../../../org/apache/any23/extractor/rdfa/RDFa11Extractor.html" title="class in org.apache.any23.extractor.rdfa">RDFa11Extractor</a>&gt;</code></td>
-<td class="colLast"><span class="strong">RDFa11Extractor.</span><code><strong><a href="../../../../../org/apache/any23/extractor/rdfa/RDFa11Extractor.html#factory">factory</a></strong></code>&nbsp;</td>
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/any23/extractor/rdfa/RDFaExtractorFactory.html" title="class in org.apache.any23.extractor.rdfa">RDFaExtractorFactory</a></strong></code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -451,16 +448,16 @@
 <!--   -->
 </a>
 <h3>Uses of <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a> in <a href="../../../../../org/apache/any23/extractor/xpath/package-summary.html">org.apache.any23.extractor.xpath</a></h3>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
-<caption><span>Fields in <a href="../../../../../org/apache/any23/extractor/xpath/package-summary.html">org.apache.any23.extractor.xpath</a> declared as <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a></span><span class="tabEnd">&nbsp;</span></caption>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
+<caption><span>Classes in <a href="../../../../../org/apache/any23/extractor/xpath/package-summary.html">org.apache.any23.extractor.xpath</a> that implement <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a></span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Field and Description</th>
+<th class="colLast" scope="col">Class and Description</th>
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&lt;<a href="../../../../../org/apache/any23/extractor/xpath/XPathExtractor.html" title="class in org.apache.any23.extractor.xpath">XPathExtractor</a>&gt;</code></td>
-<td class="colLast"><span class="strong">XPathExtractor.</span><code><strong><a href="../../../../../org/apache/any23/extractor/xpath/XPathExtractor.html#factory">factory</a></strong></code>&nbsp;</td>
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/any23/extractor/xpath/XPathExtractorFactory.html" title="class in org.apache.any23.extractor.xpath">XPathExtractorFactory</a></strong></code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -478,73 +475,60 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&lt;<a href="../../../../../org/apache/any23/plugin/ExtractorPlugin.html" title="type parameter in ExtractorPlugin">T</a>&gt;</code></td>
-<td class="colLast"><span class="strong">ExtractorPlugin.</span><code><strong><a href="../../../../../org/apache/any23/plugin/ExtractorPlugin.html#getExtractorFactory()">getExtractorFactory</a></strong>()</code>&nbsp;</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.any23.plugin.htmlscraper">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a> in <a href="../../../../../org/apache/any23/plugin/htmlscraper/package-summary.html">org.apache.any23.plugin.htmlscraper</a></h3>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
-<caption><span>Fields in <a href="../../../../../org/apache/any23/plugin/htmlscraper/package-summary.html">org.apache.any23.plugin.htmlscraper</a> declared as <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Field and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>protected static <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&lt;<a href="../../../../../org/apache/any23/plugin/htmlscraper/HTMLScraperExtractor.html" title="class in org.apache.any23.plugin.htmlscraper">HTMLScraperExtractor</a>&gt;</code></td>
-<td class="colLast"><span class="strong">HTMLScraperExtractor.</span><code><strong><a href="../../../../../org/apache/any23/plugin/htmlscraper/HTMLScraperExtractor.html#factory">factory</a></strong></code>&nbsp;</td>
+<td class="colLast"><span class="strong">ExtractorPlugin.</span><code><strong><a href="../../../../../org/apache/any23/plugin/ExtractorPlugin.html#getExtractorFactory()">getExtractorFactory</a></strong>()</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
+&nbsp;</td>
 </tr>
 </tbody>
 </table>
 <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../org/apache/any23/plugin/htmlscraper/package-summary.html">org.apache.any23.plugin.htmlscraper</a> that return <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a></span><span class="tabEnd">&nbsp;</span></caption>
+<caption><span>Methods in <a href="../../../../../org/apache/any23/plugin/package-summary.html">org.apache.any23.plugin</a> that return types with arguments of type <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a></span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a></code></td>
-<td class="colLast"><span class="strong">HTMLScraperExtractor.</span><code><strong><a href="../../../../../org/apache/any23/plugin/htmlscraper/HTMLScraperExtractor.html#getDescription()">getDescription</a></strong>()</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a></code></td>
-<td class="colLast"><span class="strong">HTMLScraperPlugin.</span><code><strong><a href="../../../../../org/apache/any23/plugin/htmlscraper/HTMLScraperPlugin.html#getExtractorFactory()">getExtractorFactory</a></strong>()</code>&nbsp;</td>
+<td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;<a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&gt;</code></td>
+<td class="colLast"><span class="strong">Any23PluginManager.</span><code><strong><a href="../../../../../org/apache/any23/plugin/Any23PluginManager.html#getExtractors()">getExtractors</a></strong>()</code>
+<div class="block">List of <a href="../../../../../org/apache/any23/plugin/ExtractorPlugin.html" title="interface in org.apache.any23.plugin"><code>ExtractorPlugin</code></a> classes declared within the classpath.</div>
+</td>
 </tr>
 </tbody>
 </table>
 </li>
-<li class="blockList"><a name="org.apache.any23.plugin.officescraper">
+<li class="blockList"><a name="org.apache.any23.plugin.htmlscraper">
 <!--   -->
 </a>
-<h3>Uses of <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a> in <a href="../../../../../org/apache/any23/plugin/officescraper/package-summary.html">org.apache.any23.plugin.officescraper</a></h3>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
-<caption><span>Fields in <a href="../../../../../org/apache/any23/plugin/officescraper/package-summary.html">org.apache.any23.plugin.officescraper</a> declared as <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a></span><span class="tabEnd">&nbsp;</span></caption>
+<h3>Uses of <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a> in <a href="../../../../../org/apache/any23/plugin/htmlscraper/package-summary.html">org.apache.any23.plugin.htmlscraper</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
+<caption><span>Classes in <a href="../../../../../org/apache/any23/plugin/htmlscraper/package-summary.html">org.apache.any23.plugin.htmlscraper</a> that implement <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a></span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Field and Description</th>
+<th class="colLast" scope="col">Class and Description</th>
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a>&lt;<a href="../../../../../org/apache/any23/plugin/officescraper/ExcelExtractor.html" title="class in org.apache.any23.plugin.officescraper">ExcelExtractor</a>&gt;</code></td>
-<td class="colLast"><span class="strong">ExcelExtractor.</span><code><strong><a href="../../../../../org/apache/any23/plugin/officescraper/ExcelExtractor.html#factory">factory</a></strong></code>&nbsp;</td>
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/any23/plugin/htmlscraper/HTMLScraperExtractorFactory.html" title="class in org.apache.any23.plugin.htmlscraper">HTMLScraperExtractorFactory</a></strong></code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../org/apache/any23/plugin/officescraper/package-summary.html">org.apache.any23.plugin.officescraper</a> that return <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a></span><span class="tabEnd">&nbsp;</span></caption>
+</li>
+<li class="blockList"><a name="org.apache.any23.plugin.officescraper">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a> in <a href="../../../../../org/apache/any23/plugin/officescraper/package-summary.html">org.apache.any23.plugin.officescraper</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
+<caption><span>Classes in <a href="../../../../../org/apache/any23/plugin/officescraper/package-summary.html">org.apache.any23.plugin.officescraper</a> that implement <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a></span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
+<th class="colLast" scope="col">Class and Description</th>
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor">ExtractorFactory</a></code></td>
-<td class="colLast"><span class="strong">ExcelPlugin.</span><code><strong><a href="../../../../../org/apache/any23/plugin/officescraper/ExcelPlugin.html#getExtractorFactory()">getExtractorFactory</a></strong>()</code>&nbsp;</td>
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/any23/plugin/officescraper/ExcelExtractorFactory.html" title="class in org.apache.any23.plugin.officescraper">ExcelExtractorFactory</a></strong></code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -598,6 +582,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/extractor/class-use/ExtractorGroup.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/extractor/class-use/ExtractorGroup.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/extractor/class-use/ExtractorGroup.html (original)
+++ any23/site/apidocs/org/apache/any23/extractor/class-use/ExtractorGroup.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.extractor.ExtractorGroup (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>Uses of Class org.apache.any23.extractor.ExtractorGroup (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.extractor.ExtractorGroup (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.any23.extractor.ExtractorGroup (Apache Any23 0.9.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -145,24 +145,24 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/any23/extractor/ExtractorGroup.html" title="class in org.apache.any23.extractor">ExtractorGroup</a></code></td>
-<td class="colLast"><span class="strong">ExtractorRegistryImpl.</span><code><strong><a href="../../../../../org/apache/any23/extractor/ExtractorRegistryImpl.html#getExtractorGroup()">getExtractorGroup</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">ExtractorRegistry.</span><code><strong><a href="../../../../../org/apache/any23/extractor/ExtractorRegistry.html#getExtractorGroup()">getExtractorGroup</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/any23/extractor/ExtractorGroup.html" title="class in org.apache.any23.extractor">ExtractorGroup</a></code></td>
-<td class="colLast"><span class="strong">ExtractorRegistry.</span><code><strong><a href="../../../../../org/apache/any23/extractor/ExtractorRegistry.html#getExtractorGroup()">getExtractorGroup</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">ExtractorRegistryImpl.</span><code><strong><a href="../../../../../org/apache/any23/extractor/ExtractorRegistryImpl.html#getExtractorGroup()">getExtractorGroup</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/any23/extractor/ExtractorGroup.html" title="class in org.apache.any23.extractor">ExtractorGroup</a></code></td>
-<td class="colLast"><span class="strong">ExtractorRegistryImpl.</span><code><strong><a href="../../../../../org/apache/any23/extractor/ExtractorRegistryImpl.html#getExtractorGroup(java.util.List)">getExtractorGroup</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;names)</code>
-<div class="block">Returns an <a href="../../../../../org/apache/any23/extractor/ExtractorGroup.html" title="class in org.apache.any23.extractor"><code>ExtractorGroup</code></a> containing the
- <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor"><code>ExtractorFactory</code></a> mathing the names provided as input.</div>
+<td class="colLast"><span class="strong">ExtractorRegistry.</span><code><strong><a href="../../../../../org/apache/any23/extractor/ExtractorRegistry.html#getExtractorGroup(java.util.List)">getExtractorGroup</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;names)</code>
+<div class="block">Returns an <a href="../../../../../org/apache/any23/extractor/ExtractorGroup.html" title="class in org.apache.any23.extractor"><code>ExtractorGroup</code></a> containing the <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor"><code>ExtractorFactory</code></a>
+ mathing the names provided as input.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/any23/extractor/ExtractorGroup.html" title="class in org.apache.any23.extractor">ExtractorGroup</a></code></td>
-<td class="colLast"><span class="strong">ExtractorRegistry.</span><code><strong><a href="../../../../../org/apache/any23/extractor/ExtractorRegistry.html#getExtractorGroup(java.util.List)">getExtractorGroup</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;names)</code>
-<div class="block">Returns an <a href="../../../../../org/apache/any23/extractor/ExtractorGroup.html" title="class in org.apache.any23.extractor"><code>ExtractorGroup</code></a> containing the <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor"><code>ExtractorFactory</code></a>
- mathing the names provided as input.</div>
+<td class="colLast"><span class="strong">ExtractorRegistryImpl.</span><code><strong><a href="../../../../../org/apache/any23/extractor/ExtractorRegistryImpl.html#getExtractorGroup(java.util.List)">getExtractorGroup</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;names)</code>
+<div class="block">Returns an <a href="../../../../../org/apache/any23/extractor/ExtractorGroup.html" title="class in org.apache.any23.extractor"><code>ExtractorGroup</code></a> containing the
+ <a href="../../../../../org/apache/any23/extractor/ExtractorFactory.html" title="interface in org.apache.any23.extractor"><code>ExtractorFactory</code></a> mathing the names provided as input.</div>
 </td>
 </tr>
 </tbody>
@@ -205,8 +205,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/any23/extractor/ExtractorGroup.html" title="class in org.apache.any23.extractor">ExtractorGroup</a></code></td>
-<td class="colLast"><span class="strong">Any23PluginManager.</span><code><strong><a href="../../../../../org/apache/any23/plugin/Any23PluginManager.html#configureExtractors(org.apache.any23.extractor.ExtractorGroup, java.io.File...)">configureExtractors</a></strong>(<a href="../../../../../org/apache/any23/extractor/ExtractorGroup.html" title="class in org.apache.any23.extractor">ExtractorGroup</a>&nbsp;initialExtractorGroup,
-                   <a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>...&nbsp;pluginLocations)</code>
+<td class="colLast"><span class="strong">Any23PluginManager.</span><code><strong><a href="../../../../../org/apache/any23/plugin/Any23PluginManager.html#configureExtractors(java.io.File...)">configureExtractors</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>...&nbsp;pluginLocations)</code>
 <div class="block">Configures a new list of extractors containing the extractors declared in <code>initialExtractorGroup</code>
  and also the extractors detected in classpath specified by <code>pluginLocations</code>.</div>
 </td>
@@ -235,14 +234,6 @@
  and also the extractors detected in classpath specified by the default configuration.</div>
 </td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="../../../../../org/apache/any23/extractor/ExtractorGroup.html" title="class in org.apache.any23.extractor">ExtractorGroup</a></code></td>
-<td class="colLast"><span class="strong">Any23PluginManager.</span><code><strong><a href="../../../../../org/apache/any23/plugin/Any23PluginManager.html#configureExtractors(org.apache.any23.extractor.ExtractorGroup, java.io.File...)">configureExtractors</a></strong>(<a href="../../../../../org/apache/any23/extractor/ExtractorGroup.html" title="class in org.apache.any23.extractor">ExtractorGroup</a>&nbsp;initialExtractorGroup,
-                   <a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>...&nbsp;pluginLocations)</code>
-<div class="block">Configures a new list of extractors containing the extractors declared in <code>initialExtractorGroup</code>
- and also the extractors detected in classpath specified by <code>pluginLocations</code>.</div>
-</td>
-</tr>
 </tbody>
 </table>
 </li>
@@ -295,6 +286,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/extractor/class-use/ExtractorRegistry.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/extractor/class-use/ExtractorRegistry.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/extractor/class-use/ExtractorRegistry.html (original)
+++ any23/site/apidocs/org/apache/any23/extractor/class-use/ExtractorRegistry.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.extractor.ExtractorRegistry (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>Uses of Interface org.apache.any23.extractor.ExtractorRegistry (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.extractor.ExtractorRegistry (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="Uses of Interface org.apache.any23.extractor.ExtractorRegistry (Apache Any23 0.9.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -245,6 +245,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/extractor/class-use/ExtractorRegistryImpl.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/extractor/class-use/ExtractorRegistryImpl.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/extractor/class-use/ExtractorRegistryImpl.html (original)
+++ any23/site/apidocs/org/apache/any23/extractor/class-use/ExtractorRegistryImpl.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.extractor.ExtractorRegistryImpl (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>Uses of Class org.apache.any23.extractor.ExtractorRegistryImpl (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.extractor.ExtractorRegistryImpl (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.any23.extractor.ExtractorRegistryImpl (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/extractor/class-use/IssueReport.Issue.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/extractor/class-use/IssueReport.Issue.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/extractor/class-use/IssueReport.Issue.html (original)
+++ any23/site/apidocs/org/apache/any23/extractor/class-use/IssueReport.Issue.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.extractor.IssueReport.Issue (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>Uses of Class org.apache.any23.extractor.IssueReport.Issue (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.extractor.IssueReport.Issue (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.any23.extractor.IssueReport.Issue (Apache Any23 0.9.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -144,14 +144,14 @@
 </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/extractor/IssueReport.Issue.html" title="class in org.apache.any23.extractor">IssueReport.Issue</a>&gt;</code></td>
-<td class="colLast"><span class="strong">ExtractionResultImpl.</span><code><strong><a href="../../../../../org/apache/any23/extractor/ExtractionResultImpl.html#getIssues()">getIssues</a></strong>()</code>&nbsp;</td>
-</tr>
-<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/extractor/IssueReport.Issue.html" title="class in org.apache.any23.extractor">IssueReport.Issue</a>&gt;</code></td>
 <td class="colLast"><span class="strong">IssueReport.</span><code><strong><a href="../../../../../org/apache/any23/extractor/IssueReport.html#getIssues()">getIssues</a></strong>()</code>
 <div class="block">Returns all the collected issues.</div>
 </td>
 </tr>
+<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/extractor/IssueReport.Issue.html" title="class in org.apache.any23.extractor">IssueReport.Issue</a>&gt;</code></td>
+<td class="colLast"><span class="strong">ExtractionResultImpl.</span><code><strong><a href="../../../../../org/apache/any23/extractor/ExtractionResultImpl.html#getIssues()">getIssues</a></strong>()</code>&nbsp;</td>
+</tr>
 </tbody>
 </table>
 <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
@@ -216,6 +216,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/extractor/class-use/IssueReport.IssueLevel.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/extractor/class-use/IssueReport.IssueLevel.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/extractor/class-use/IssueReport.IssueLevel.html (original)
+++ any23/site/apidocs/org/apache/any23/extractor/class-use/IssueReport.IssueLevel.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.extractor.IssueReport.IssueLevel (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>Uses of Class org.apache.any23.extractor.IssueReport.IssueLevel (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.extractor.IssueReport.IssueLevel (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.any23.extractor.IssueReport.IssueLevel (Apache Any23 0.9.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -126,19 +126,19 @@ the order they are declared.</div>
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">ExtractionResultImpl.</span><code><strong><a href="../../../../../org/apache/any23/extractor/ExtractionResultImpl.html#notifyIssue(org.apache.any23.extractor.IssueReport.IssueLevel, java.lang.String, int, int)">notifyIssue</a></strong>(<a href="../../../../../org/apache/any23/extractor/IssueReport.IssueLevel.html" title="enum in org.apache.any23.extractor">IssueReport.IssueLevel</a>&nbsp;level,
+<td class="colLast"><span class="strong">IssueReport.</span><code><strong><a href="../../../../../org/apache/any23/extractor/IssueReport.html#notifyIssue(org.apache.any23.extractor.IssueReport.IssueLevel, java.lang.String, int, int)">notifyIssue</a></strong>(<a href="../../../../../org/apache/any23/extractor/IssueReport.IssueLevel.html" title="enum in org.apache.any23.extractor">IssueReport.IssueLevel</a>&nbsp;level,
            <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;msg,
            int&nbsp;row,
-           int&nbsp;col)</code>&nbsp;</td>
+           int&nbsp;col)</code>
+<div class="block">Notifies an issue occurred while performing an extraction on an input stream.</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">IssueReport.</span><code><strong><a href="../../../../../org/apache/any23/extractor/IssueReport.html#notifyIssue(org.apache.any23.extractor.IssueReport.IssueLevel, java.lang.String, int, int)">notifyIssue</a></strong>(<a href="../../../../../org/apache/any23/extractor/IssueReport.IssueLevel.html" title="enum in org.apache.any23.extractor">IssueReport.IssueLevel</a>&nbsp;level,
+<td class="colLast"><span class="strong">ExtractionResultImpl.</span><code><strong><a href="../../../../../org/apache/any23/extractor/ExtractionResultImpl.html#notifyIssue(org.apache.any23.extractor.IssueReport.IssueLevel, java.lang.String, int, int)">notifyIssue</a></strong>(<a href="../../../../../org/apache/any23/extractor/IssueReport.IssueLevel.html" title="enum in org.apache.any23.extractor">IssueReport.IssueLevel</a>&nbsp;level,
            <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;msg,
            int&nbsp;row,
-           int&nbsp;col)</code>
-<div class="block">Notifies an issue occurred while performing an extraction on an input stream.</div>
-</td>
+           int&nbsp;col)</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -192,6 +192,6 @@ the order they are declared.</div>
 <!--   -->
 </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/extractor/class-use/IssueReport.html
URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/extractor/class-use/IssueReport.html?rev=1497160&r1=1497159&r2=1497160&view=diff
==============================================================================
--- any23/site/apidocs/org/apache/any23/extractor/class-use/IssueReport.html (original)
+++ any23/site/apidocs/org/apache/any23/extractor/class-use/IssueReport.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.extractor.IssueReport (Apache Any23 0.7.1-SNAPSHOT API)</title>
-<meta name="date" content="2012-09-12">
+<title>Uses of Interface org.apache.any23.extractor.IssueReport (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.extractor.IssueReport (Apache Any23 0.7.1-SNAPSHOT API)";
+        parent.document.title="Uses of Interface org.apache.any23.extractor.IssueReport (Apache Any23 0.9.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -238,6 +238,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>