Modified: any23/site/apidocs/index-all.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/index-all.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/index-all.html (original) +++ any23/site/apidocs/index-all.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:35 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Index (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> @@ -1215,6 +1215,8 @@ <dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/any23/extractor/microdata/MicrodataExtractorFactory.html#createExtractor--">createExtractor()</a></span> - Method in class org.apache.any23.extractor.microdata.<a href="org/apache/any23/extractor/microdata/MicrodataExtractorFactory.html" title="class in org.apache.any23.extractor.microdata">MicrodataExtractorFactory</a></dt> <dd> </dd> +<dt><span class="memberNameLink"><a href="org/apache/any23/extractor/openie/OpenIEExtractorFactory.html#createExtractor--">createExtractor()</a></span> - Method in class org.apache.any23.extractor.openie.<a href="org/apache/any23/extractor/openie/OpenIEExtractorFactory.html" title="class in org.apache.any23.extractor.openie">OpenIEExtractorFactory</a></dt> +<dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/any23/extractor/rdf/JSONLDExtractorFactory.html#createExtractor--">createExtractor()</a></span> - Method in class org.apache.any23.extractor.rdf.<a href="org/apache/any23/extractor/rdf/JSONLDExtractorFactory.html" title="class in org.apache.any23.extractor.rdf">JSONLDExtractorFactory</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/any23/extractor/rdf/NQuadsExtractorFactory.html#createExtractor--">createExtractor()</a></span> - Method in class org.apache.any23.extractor.rdf.<a href="org/apache/any23/extractor/rdf/NQuadsExtractorFactory.html" title="class in org.apache.any23.extractor.rdf">NQuadsExtractorFactory</a></dt> @@ -1638,6 +1640,11 @@ <div class="block">Given a <a href="http://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Document.html?is-external=true" title="class or interface in org.w3c.dom"><code>Document</code></a> this method will return an input stream representing that document.</div> </dd> +<dt><span class="memberNameLink"><a href="org/apache/any23/util/StreamUtils.html#documentToInputStream-org.w3c.dom.Document-">documentToInputStream(Document)</a></span> - Static method in class org.apache.any23.util.<a href="org/apache/any23/util/StreamUtils.html" title="class in org.apache.any23.util">StreamUtils</a></dt> +<dd> +<div class="block">Converts a <a href="http://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Document.html?is-external=true" title="class or interface in org.w3c.dom"><code>Document</code></a> to an + <a href="http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a></div> +</dd> <dt><span class="memberNameLink"><a href="org/apache/any23/servlet/RedirectServlet.html#doGet-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-">doGet(HttpServletRequest, HttpServletResponse)</a></span> - Method in class org.apache.any23.servlet.<a href="org/apache/any23/servlet/RedirectServlet.html" title="class in org.apache.any23.servlet">RedirectServlet</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/any23/servlet/Servlet.html#doGet-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-">doGet(HttpServletRequest, HttpServletResponse)</a></span> - Method in class org.apache.any23.servlet.<a href="org/apache/any23/servlet/Servlet.html" title="class in org.apache.any23.servlet">Servlet</a></dt> @@ -2826,6 +2833,8 @@ <dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/any23/extractor/microdata/MicrodataExtractor.html#getDescription--">getDescription()</a></span> - Method in class org.apache.any23.extractor.microdata.<a href="org/apache/any23/extractor/microdata/MicrodataExtractor.html" title="class in org.apache.any23.extractor.microdata">MicrodataExtractor</a></dt> <dd> </dd> +<dt><span class="memberNameLink"><a href="org/apache/any23/extractor/openie/OpenIEExtractor.html#getDescription--">getDescription()</a></span> - Method in class org.apache.any23.extractor.openie.<a href="org/apache/any23/extractor/openie/OpenIEExtractor.html" title="class in org.apache.any23.extractor.openie">OpenIEExtractor</a></dt> +<dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/any23/extractor/rdf/BaseRDFExtractor.html#getDescription--">getDescription()</a></span> - Method in class org.apache.any23.extractor.rdf.<a href="org/apache/any23/extractor/rdf/BaseRDFExtractor.html" title="class in org.apache.any23.extractor.rdf">BaseRDFExtractor</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/any23/extractor/rdf/JSONLDExtractor.html#getDescription--">getDescription()</a></span> - Method in class org.apache.any23.extractor.rdf.<a href="org/apache/any23/extractor/rdf/JSONLDExtractor.html" title="class in org.apache.any23.extractor.rdf">JSONLDExtractor</a></dt> @@ -2910,6 +2919,8 @@ <dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/any23/extractor/microdata/MicrodataExtractorFactory.html#getDescriptionInstance--">getDescriptionInstance()</a></span> - Static method in class org.apache.any23.extractor.microdata.<a href="org/apache/any23/extractor/microdata/MicrodataExtractorFactory.html" title="class in org.apache.any23.extractor.microdata">MicrodataExtractorFactory</a></dt> <dd> </dd> +<dt><span class="memberNameLink"><a href="org/apache/any23/extractor/openie/OpenIEExtractorFactory.html#getDescriptionInstance--">getDescriptionInstance()</a></span> - Static method in class org.apache.any23.extractor.openie.<a href="org/apache/any23/extractor/openie/OpenIEExtractorFactory.html" title="class in org.apache.any23.extractor.openie">OpenIEExtractorFactory</a></dt> +<dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/any23/extractor/rdf/JSONLDExtractorFactory.html#getDescriptionInstance--">getDescriptionInstance()</a></span> - Static method in class org.apache.any23.extractor.rdf.<a href="org/apache/any23/extractor/rdf/JSONLDExtractorFactory.html" title="class in org.apache.any23.extractor.rdf">JSONLDExtractorFactory</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/any23/extractor/rdf/NQuadsExtractorFactory.html#getDescriptionInstance--">getDescriptionInstance()</a></span> - Static method in class org.apache.any23.extractor.rdf.<a href="org/apache/any23/extractor/rdf/NQuadsExtractorFactory.html" title="class in org.apache.any23.extractor.rdf">NQuadsExtractorFactory</a></dt> @@ -4407,6 +4418,8 @@ <dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/any23/cli/Rover.html#inputIRIs">inputIRIs</a></span> - Variable in class org.apache.any23.cli.<a href="org/apache/any23/cli/Rover.html" title="class in org.apache.any23.cli">Rover</a></dt> <dd> </dd> +<dt><span class="memberNameLink"><a href="org/apache/any23/util/StreamUtils.html#inputStreamToDocument-java.io.InputStream-">inputStreamToDocument(InputStream)</a></span> - Static method in class org.apache.any23.util.<a href="org/apache/any23/util/StreamUtils.html" title="class in org.apache.any23.util">StreamUtils</a></dt> +<dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/any23/vocab/HRecipe.html#instructions">instructions</a></span> - Variable in class org.apache.any23.vocab.<a href="org/apache/any23/vocab/HRecipe.html" title="class in org.apache.any23.vocab">HRecipe</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/any23/vocab/LKIFCoreTimeModification.html#Integration">Integration</a></span> - Variable in class org.apache.any23.vocab.<a href="org/apache/any23/vocab/LKIFCoreTimeModification.html" title="class in org.apache.any23.vocab">LKIFCoreTimeModification</a></dt> @@ -5099,6 +5112,12 @@ <dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/any23/servlet/conneg/ContentTypeNegotiator.VariantSpec.html#makeDefault--">makeDefault()</a></span> - Method in class org.apache.any23.servlet.conneg.<a href="org/apache/any23/servlet/conneg/ContentTypeNegotiator.VariantSpec.html" title="class in org.apache.any23.servlet.conneg">ContentTypeNegotiator.VariantSpec</a></dt> <dd> </dd> +<dt><span class="memberNameLink"><a href="org/apache/any23/rdf/RDFUtils.html#makeIRI-org.eclipse.rdf4j.model.IRI-">makeIRI(IRI)</a></span> - Static method in class org.apache.any23.rdf.<a href="org/apache/any23/rdf/RDFUtils.html" title="class in org.apache.any23.rdf">RDFUtils</a></dt> +<dd> </dd> +<dt><span class="memberNameLink"><a href="org/apache/any23/rdf/RDFUtils.html#makeIRI-java.lang.String-org.eclipse.rdf4j.model.IRI-">makeIRI(String, IRI)</a></span> - Static method in class org.apache.any23.rdf.<a href="org/apache/any23/rdf/RDFUtils.html" title="class in org.apache.any23.rdf">RDFUtils</a></dt> +<dd> </dd> +<dt><span class="memberNameLink"><a href="org/apache/any23/rdf/RDFUtils.html#makeIRI-java.lang.String-org.eclipse.rdf4j.model.IRI-boolean-">makeIRI(String, IRI, boolean)</a></span> - Static method in class org.apache.any23.rdf.<a href="org/apache/any23/rdf/RDFUtils.html" title="class in org.apache.any23.rdf">RDFUtils</a></dt> +<dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/any23/vocab/FOAF.html#maker">maker</a></span> - Variable in class org.apache.any23.vocab.<a href="org/apache/any23/vocab/FOAF.html" title="class in org.apache.any23.vocab">FOAF</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/any23/vocab/LKIFCoreLegalAction.html#Mandate">Mandate</a></span> - Variable in class org.apache.any23.vocab.<a href="org/apache/any23/vocab/LKIFCoreLegalAction.html" title="class in org.apache.any23.vocab">LKIFCoreLegalAction</a></dt> @@ -5464,6 +5483,8 @@ <dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/any23/extractor/microdata/MicrodataExtractorFactory.html#NAME">NAME</a></span> - Static variable in class org.apache.any23.extractor.microdata.<a href="org/apache/any23/extractor/microdata/MicrodataExtractorFactory.html" title="class in org.apache.any23.extractor.microdata">MicrodataExtractorFactory</a></dt> <dd> </dd> +<dt><span class="memberNameLink"><a href="org/apache/any23/extractor/openie/OpenIEExtractorFactory.html#NAME">NAME</a></span> - Static variable in class org.apache.any23.extractor.openie.<a href="org/apache/any23/extractor/openie/OpenIEExtractorFactory.html" title="class in org.apache.any23.extractor.openie">OpenIEExtractorFactory</a></dt> +<dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/any23/extractor/rdf/JSONLDExtractorFactory.html#NAME">NAME</a></span> - Static variable in class org.apache.any23.extractor.rdf.<a href="org/apache/any23/extractor/rdf/JSONLDExtractorFactory.html" title="class in org.apache.any23.extractor.rdf">JSONLDExtractorFactory</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/any23/extractor/rdf/NQuadsExtractorFactory.html#NAME">NAME</a></span> - Static variable in class org.apache.any23.extractor.rdf.<a href="org/apache/any23/extractor/rdf/NQuadsExtractorFactory.html" title="class in org.apache.any23.extractor.rdf">NQuadsExtractorFactory</a></dt> @@ -5899,6 +5920,20 @@ </dd> <dt><span class="memberNameLink"><a href="org/apache/any23/validator/rule/OpenGraphNamespaceFix.html#OpenGraphNamespaceFix--">OpenGraphNamespaceFix()</a></span> - Constructor for class org.apache.any23.validator.rule.<a href="org/apache/any23/validator/rule/OpenGraphNamespaceFix.html" title="class in org.apache.any23.validator.rule">OpenGraphNamespaceFix</a></dt> <dd> </dd> +<dt><a href="org/apache/any23/extractor/openie/OpenIEExtractor.html" title="class in org.apache.any23.extractor.openie"><span class="typeNameLink">OpenIEExtractor</span></a> - Class in <a href="org/apache/any23/extractor/openie/package-summary.html">org.apache.any23.extractor.openie</a></dt> +<dd> +<div class="block">An <a href="https://github.com/allenai/openie-standalone">OpenIE</a> + extractor able to generate <i>RDF</i> statements from + sentences representing relations in the text.</div> +</dd> +<dt><span class="memberNameLink"><a href="org/apache/any23/extractor/openie/OpenIEExtractor.html#OpenIEExtractor--">OpenIEExtractor()</a></span> - Constructor for class org.apache.any23.extractor.openie.<a href="org/apache/any23/extractor/openie/OpenIEExtractor.html" title="class in org.apache.any23.extractor.openie">OpenIEExtractor</a></dt> +<dd> +<div class="block">default constructor</div> +</dd> +<dt><a href="org/apache/any23/extractor/openie/OpenIEExtractorFactory.html" title="class in org.apache.any23.extractor.openie"><span class="typeNameLink">OpenIEExtractorFactory</span></a> - Class in <a href="org/apache/any23/extractor/openie/package-summary.html">org.apache.any23.extractor.openie</a></dt> +<dd> </dd> +<dt><span class="memberNameLink"><a href="org/apache/any23/extractor/openie/OpenIEExtractorFactory.html#OpenIEExtractorFactory--">OpenIEExtractorFactory()</a></span> - Constructor for class org.apache.any23.extractor.openie.<a href="org/apache/any23/extractor/openie/OpenIEExtractorFactory.html" title="class in org.apache.any23.extractor.openie">OpenIEExtractorFactory</a></dt> +<dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/any23/http/DefaultHTTPClient.html#openInputStream-java.lang.String-">openInputStream(String)</a></span> - Method in class org.apache.any23.http.<a href="org/apache/any23/http/DefaultHTTPClient.html" title="class in org.apache.any23.http">DefaultHTTPClient</a></dt> <dd> <div class="block">Opens an <a href="http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> from a given IRI.</div> @@ -5997,6 +6032,8 @@ <div class="block">This package provides classes for dealing with <a href="http://www.w3.org/TR/microdata/">Microdata</a> extraction.</div> </dd> +<dt><a href="org/apache/any23/extractor/openie/package-summary.html">org.apache.any23.extractor.openie</a> - package org.apache.any23.extractor.openie</dt> +<dd> </dd> <dt><a href="org/apache/any23/extractor/rdf/package-summary.html">org.apache.any23.extractor.rdf</a> - package org.apache.any23.extractor.rdf</dt> <dd> <div class="block">This package contains the concrete implementations (and utilities classes) @@ -6470,6 +6507,8 @@ <dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/any23/extractor/microdata/MicrodataExtractorFactory.html#PREFIXES">PREFIXES</a></span> - Static variable in class org.apache.any23.extractor.microdata.<a href="org/apache/any23/extractor/microdata/MicrodataExtractorFactory.html" title="class in org.apache.any23.extractor.microdata">MicrodataExtractorFactory</a></dt> <dd> </dd> +<dt><span class="memberNameLink"><a href="org/apache/any23/extractor/openie/OpenIEExtractorFactory.html#prefixes">prefixes</a></span> - Static variable in class org.apache.any23.extractor.openie.<a href="org/apache/any23/extractor/openie/OpenIEExtractorFactory.html" title="class in org.apache.any23.extractor.openie">OpenIEExtractorFactory</a></dt> +<dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/any23/extractor/rdf/JSONLDExtractorFactory.html#PREFIXES">PREFIXES</a></span> - Static variable in class org.apache.any23.extractor.rdf.<a href="org/apache/any23/extractor/rdf/JSONLDExtractorFactory.html" title="class in org.apache.any23.extractor.rdf">JSONLDExtractorFactory</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/any23/extractor/rdf/NQuadsExtractorFactory.html#PREFIXES">PREFIXES</a></span> - Static variable in class org.apache.any23.extractor.rdf.<a href="org/apache/any23/extractor/rdf/NQuadsExtractorFactory.html" title="class in org.apache.any23.extractor.rdf">NQuadsExtractorFactory</a></dt> @@ -7451,6 +7490,8 @@ <div class="block">This extraction performs the <a href="http://www.w3.org/TR/microdata/#rdf">Microdata to RDF conversion algorithm</a>.</div> </dd> +<dt><span class="memberNameLink"><a href="org/apache/any23/extractor/openie/OpenIEExtractor.html#run-org.apache.any23.extractor.ExtractionParameters-org.apache.any23.extractor.ExtractionContext-org.w3c.dom.Document-org.apache.any23.extractor.ExtractionResult-">run(ExtractionParameters, ExtractionContext, Document, ExtractionResult)</a></span> - Method in class org.apache.any23.extractor.openie.<a href="org/apache/any23/extractor/openie/OpenIEExtractor.html" title="class in org.apache.any23.extractor.openie">OpenIEExtractor</a></dt> +<dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/any23/extractor/rdf/BaseRDFExtractor.html#run-org.apache.any23.extractor.ExtractionParameters-org.apache.any23.extractor.ExtractionContext-java.io.InputStream-org.apache.any23.extractor.ExtractionResult-">run(ExtractionParameters, ExtractionContext, InputStream, ExtractionResult)</a></span> - Method in class org.apache.any23.extractor.rdf.<a href="org/apache/any23/extractor/rdf/BaseRDFExtractor.html" title="class in org.apache.any23.extractor.rdf">BaseRDFExtractor</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/any23/extractor/SingleDocumentExtraction.html#run-org.apache.any23.extractor.ExtractionParameters-">run(ExtractionParameters)</a></span> - Method in class org.apache.any23.extractor.<a href="org/apache/any23/extractor/SingleDocumentExtraction.html" title="class in org.apache.any23.extractor">SingleDocumentExtraction</a></dt>
Modified: any23/site/apidocs/index.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/index.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/index.html (original) +++ any23/site/apidocs/index.html Tue Feb 28 23:42:12 2017 @@ -2,7 +2,7 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:35 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Apache Any23 2.1-SNAPSHOT API</title> <script type="text/javascript"> Modified: any23/site/apidocs/org/apache/any23/Any23.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/Any23.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/Any23.html (original) +++ any23/site/apidocs/org/apache/any23/Any23.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:33 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:19 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Any23 (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/ExtractionReport.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/ExtractionReport.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/ExtractionReport.html (original) +++ any23/site/apidocs/org/apache/any23/ExtractionReport.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:33 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:19 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ExtractionReport (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/class-use/Any23.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/class-use/Any23.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/class-use/Any23.html (original) +++ any23/site/apidocs/org/apache/any23/class-use/Any23.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:34 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.any23.Any23 (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/class-use/ExtractionReport.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/class-use/ExtractionReport.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/class-use/ExtractionReport.html (original) +++ any23/site/apidocs/org/apache/any23/class-use/ExtractionReport.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:34 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.any23.ExtractionReport (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/cli/Crawler.PatterConverter.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/cli/Crawler.PatterConverter.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/cli/Crawler.PatterConverter.html (original) +++ any23/site/apidocs/org/apache/any23/cli/Crawler.PatterConverter.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:33 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:18 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Crawler.PatterConverter (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/cli/Crawler.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/cli/Crawler.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/cli/Crawler.html (original) +++ any23/site/apidocs/org/apache/any23/cli/Crawler.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:33 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:18 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Crawler (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/cli/ExtractorDocumentation.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/cli/ExtractorDocumentation.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/cli/ExtractorDocumentation.html (original) +++ any23/site/apidocs/org/apache/any23/cli/ExtractorDocumentation.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:33 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:18 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ExtractorDocumentation (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/cli/MicrodataParser.MicrodataParserDocumentSourceConverter.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/cli/MicrodataParser.MicrodataParserDocumentSourceConverter.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/cli/MicrodataParser.MicrodataParserDocumentSourceConverter.html (original) +++ any23/site/apidocs/org/apache/any23/cli/MicrodataParser.MicrodataParserDocumentSourceConverter.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:33 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:18 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>MicrodataParser.MicrodataParserDocumentSourceConverter (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/cli/MicrodataParser.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/cli/MicrodataParser.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/cli/MicrodataParser.html (original) +++ any23/site/apidocs/org/apache/any23/cli/MicrodataParser.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:33 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:18 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>MicrodataParser (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/cli/MimeDetector.MimeDetectorDocumentSourceConverter.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/cli/MimeDetector.MimeDetectorDocumentSourceConverter.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/cli/MimeDetector.MimeDetectorDocumentSourceConverter.html (original) +++ any23/site/apidocs/org/apache/any23/cli/MimeDetector.MimeDetectorDocumentSourceConverter.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:33 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:18 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>MimeDetector.MimeDetectorDocumentSourceConverter (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/cli/MimeDetector.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/cli/MimeDetector.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/cli/MimeDetector.html (original) +++ any23/site/apidocs/org/apache/any23/cli/MimeDetector.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:33 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:18 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>MimeDetector (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/cli/PluginVerifier.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/cli/PluginVerifier.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/cli/PluginVerifier.html (original) +++ any23/site/apidocs/org/apache/any23/cli/PluginVerifier.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:33 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:18 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>PluginVerifier (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/cli/Rover.ArgumentToIRIConverter.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/cli/Rover.ArgumentToIRIConverter.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/cli/Rover.ArgumentToIRIConverter.html (original) +++ any23/site/apidocs/org/apache/any23/cli/Rover.ArgumentToIRIConverter.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:33 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:18 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Rover.ArgumentToIRIConverter (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/cli/Rover.PrintStreamConverter.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/cli/Rover.PrintStreamConverter.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/cli/Rover.PrintStreamConverter.html (original) +++ any23/site/apidocs/org/apache/any23/cli/Rover.PrintStreamConverter.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:33 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:18 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Rover.PrintStreamConverter (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/cli/Rover.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/cli/Rover.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/cli/Rover.html (original) +++ any23/site/apidocs/org/apache/any23/cli/Rover.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:33 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:18 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Rover (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/cli/Tool.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/cli/Tool.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/cli/Tool.html (original) +++ any23/site/apidocs/org/apache/any23/cli/Tool.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:33 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:18 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Tool (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/cli/ToolRunner.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/cli/ToolRunner.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/cli/ToolRunner.html (original) +++ any23/site/apidocs/org/apache/any23/cli/ToolRunner.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:33 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:18 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ToolRunner (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/cli/VocabPrinter.RDFFormatConverter.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/cli/VocabPrinter.RDFFormatConverter.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/cli/VocabPrinter.RDFFormatConverter.html (original) +++ any23/site/apidocs/org/apache/any23/cli/VocabPrinter.RDFFormatConverter.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:33 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:18 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>VocabPrinter.RDFFormatConverter (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/cli/VocabPrinter.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/cli/VocabPrinter.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/cli/VocabPrinter.html (original) +++ any23/site/apidocs/org/apache/any23/cli/VocabPrinter.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:33 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:18 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>VocabPrinter (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/cli/class-use/Crawler.PatterConverter.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/cli/class-use/Crawler.PatterConverter.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/cli/class-use/Crawler.PatterConverter.html (original) +++ any23/site/apidocs/org/apache/any23/cli/class-use/Crawler.PatterConverter.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:34 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.any23.cli.Crawler.PatterConverter (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/cli/class-use/Crawler.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/cli/class-use/Crawler.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/cli/class-use/Crawler.html (original) +++ any23/site/apidocs/org/apache/any23/cli/class-use/Crawler.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:34 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.any23.cli.Crawler (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/cli/class-use/ExtractorDocumentation.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/cli/class-use/ExtractorDocumentation.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/cli/class-use/ExtractorDocumentation.html (original) +++ any23/site/apidocs/org/apache/any23/cli/class-use/ExtractorDocumentation.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:34 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.any23.cli.ExtractorDocumentation (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/cli/class-use/MicrodataParser.MicrodataParserDocumentSourceConverter.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/cli/class-use/MicrodataParser.MicrodataParserDocumentSourceConverter.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/cli/class-use/MicrodataParser.MicrodataParserDocumentSourceConverter.html (original) +++ any23/site/apidocs/org/apache/any23/cli/class-use/MicrodataParser.MicrodataParserDocumentSourceConverter.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:34 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.any23.cli.MicrodataParser.MicrodataParserDocumentSourceConverter (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/cli/class-use/MicrodataParser.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/cli/class-use/MicrodataParser.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/cli/class-use/MicrodataParser.html (original) +++ any23/site/apidocs/org/apache/any23/cli/class-use/MicrodataParser.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:34 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.any23.cli.MicrodataParser (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/cli/class-use/MimeDetector.MimeDetectorDocumentSourceConverter.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/cli/class-use/MimeDetector.MimeDetectorDocumentSourceConverter.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/cli/class-use/MimeDetector.MimeDetectorDocumentSourceConverter.html (original) +++ any23/site/apidocs/org/apache/any23/cli/class-use/MimeDetector.MimeDetectorDocumentSourceConverter.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:34 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.any23.cli.MimeDetector.MimeDetectorDocumentSourceConverter (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/cli/class-use/MimeDetector.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/cli/class-use/MimeDetector.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/cli/class-use/MimeDetector.html (original) +++ any23/site/apidocs/org/apache/any23/cli/class-use/MimeDetector.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:34 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.any23.cli.MimeDetector (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/cli/class-use/PluginVerifier.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/cli/class-use/PluginVerifier.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/cli/class-use/PluginVerifier.html (original) +++ any23/site/apidocs/org/apache/any23/cli/class-use/PluginVerifier.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:34 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.any23.cli.PluginVerifier (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/cli/class-use/Rover.ArgumentToIRIConverter.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/cli/class-use/Rover.ArgumentToIRIConverter.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/cli/class-use/Rover.ArgumentToIRIConverter.html (original) +++ any23/site/apidocs/org/apache/any23/cli/class-use/Rover.ArgumentToIRIConverter.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:34 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.any23.cli.Rover.ArgumentToIRIConverter (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/cli/class-use/Rover.PrintStreamConverter.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/cli/class-use/Rover.PrintStreamConverter.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/cli/class-use/Rover.PrintStreamConverter.html (original) +++ any23/site/apidocs/org/apache/any23/cli/class-use/Rover.PrintStreamConverter.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:34 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.any23.cli.Rover.PrintStreamConverter (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/cli/class-use/Rover.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/cli/class-use/Rover.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/cli/class-use/Rover.html (original) +++ any23/site/apidocs/org/apache/any23/cli/class-use/Rover.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:34 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.any23.cli.Rover (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/cli/class-use/Tool.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/cli/class-use/Tool.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/cli/class-use/Tool.html (original) +++ any23/site/apidocs/org/apache/any23/cli/class-use/Tool.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:34 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.apache.any23.cli.Tool (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/cli/class-use/ToolRunner.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/cli/class-use/ToolRunner.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/cli/class-use/ToolRunner.html (original) +++ any23/site/apidocs/org/apache/any23/cli/class-use/ToolRunner.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:34 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.any23.cli.ToolRunner (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/cli/class-use/VocabPrinter.RDFFormatConverter.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/cli/class-use/VocabPrinter.RDFFormatConverter.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/cli/class-use/VocabPrinter.RDFFormatConverter.html (original) +++ any23/site/apidocs/org/apache/any23/cli/class-use/VocabPrinter.RDFFormatConverter.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:34 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.any23.cli.VocabPrinter.RDFFormatConverter (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/cli/class-use/VocabPrinter.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/cli/class-use/VocabPrinter.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/cli/class-use/VocabPrinter.html (original) +++ any23/site/apidocs/org/apache/any23/cli/class-use/VocabPrinter.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:34 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.any23.cli.VocabPrinter (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/cli/package-frame.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/cli/package-frame.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/cli/package-frame.html (original) +++ any23/site/apidocs/org/apache/any23/cli/package-frame.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:34 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.any23.cli (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/cli/package-summary.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/cli/package-summary.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/cli/package-summary.html (original) +++ any23/site/apidocs/org/apache/any23/cli/package-summary.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:34 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.any23.cli (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/cli/package-tree.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/cli/package-tree.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/cli/package-tree.html (original) +++ any23/site/apidocs/org/apache/any23/cli/package-tree.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:34 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.any23.cli Class Hierarchy (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/cli/package-use.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/cli/package-use.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/cli/package-use.html (original) +++ any23/site/apidocs/org/apache/any23/cli/package-use.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:35 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Package org.apache.any23.cli (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/configuration/Configuration.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/configuration/Configuration.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/configuration/Configuration.html (original) +++ any23/site/apidocs/org/apache/any23/configuration/Configuration.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:33 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:18 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Configuration (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/configuration/DefaultConfiguration.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/configuration/DefaultConfiguration.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/configuration/DefaultConfiguration.html (original) +++ any23/site/apidocs/org/apache/any23/configuration/DefaultConfiguration.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:33 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:18 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>DefaultConfiguration (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/configuration/DefaultModifiableConfiguration.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/configuration/DefaultModifiableConfiguration.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/configuration/DefaultModifiableConfiguration.html (original) +++ any23/site/apidocs/org/apache/any23/configuration/DefaultModifiableConfiguration.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:33 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:18 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>DefaultModifiableConfiguration (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/configuration/ModifiableConfiguration.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/configuration/ModifiableConfiguration.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/configuration/ModifiableConfiguration.html (original) +++ any23/site/apidocs/org/apache/any23/configuration/ModifiableConfiguration.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:33 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:18 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ModifiableConfiguration (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/configuration/class-use/Configuration.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/configuration/class-use/Configuration.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/configuration/class-use/Configuration.html (original) +++ any23/site/apidocs/org/apache/any23/configuration/class-use/Configuration.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:34 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.apache.any23.configuration.Configuration (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/configuration/class-use/DefaultConfiguration.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/configuration/class-use/DefaultConfiguration.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/configuration/class-use/DefaultConfiguration.html (original) +++ any23/site/apidocs/org/apache/any23/configuration/class-use/DefaultConfiguration.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:34 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.any23.configuration.DefaultConfiguration (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/configuration/class-use/DefaultModifiableConfiguration.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/configuration/class-use/DefaultModifiableConfiguration.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/configuration/class-use/DefaultModifiableConfiguration.html (original) +++ any23/site/apidocs/org/apache/any23/configuration/class-use/DefaultModifiableConfiguration.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:34 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.any23.configuration.DefaultModifiableConfiguration (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/configuration/class-use/ModifiableConfiguration.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/configuration/class-use/ModifiableConfiguration.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/configuration/class-use/ModifiableConfiguration.html (original) +++ any23/site/apidocs/org/apache/any23/configuration/class-use/ModifiableConfiguration.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:34 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.apache.any23.configuration.ModifiableConfiguration (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/configuration/package-frame.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/configuration/package-frame.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/configuration/package-frame.html (original) +++ any23/site/apidocs/org/apache/any23/configuration/package-frame.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:34 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.any23.configuration (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/configuration/package-summary.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/configuration/package-summary.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/configuration/package-summary.html (original) +++ any23/site/apidocs/org/apache/any23/configuration/package-summary.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:34 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.any23.configuration (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/configuration/package-tree.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/configuration/package-tree.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/configuration/package-tree.html (original) +++ any23/site/apidocs/org/apache/any23/configuration/package-tree.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:34 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.any23.configuration Class Hierarchy (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/configuration/package-use.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/configuration/package-use.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/configuration/package-use.html (original) +++ any23/site/apidocs/org/apache/any23/configuration/package-use.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:35 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Package org.apache.any23.configuration (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/encoding/EncodingDetector.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/encoding/EncodingDetector.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/encoding/EncodingDetector.html (original) +++ any23/site/apidocs/org/apache/any23/encoding/EncodingDetector.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:33 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:18 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>EncodingDetector (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/encoding/TikaEncodingDetector.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/encoding/TikaEncodingDetector.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/encoding/TikaEncodingDetector.html (original) +++ any23/site/apidocs/org/apache/any23/encoding/TikaEncodingDetector.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:33 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:18 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>TikaEncodingDetector (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/encoding/class-use/EncodingDetector.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/encoding/class-use/EncodingDetector.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/encoding/class-use/EncodingDetector.html (original) +++ any23/site/apidocs/org/apache/any23/encoding/class-use/EncodingDetector.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:34 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.apache.any23.encoding.EncodingDetector (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/encoding/class-use/TikaEncodingDetector.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/encoding/class-use/TikaEncodingDetector.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/encoding/class-use/TikaEncodingDetector.html (original) +++ any23/site/apidocs/org/apache/any23/encoding/class-use/TikaEncodingDetector.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:34 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.any23.encoding.TikaEncodingDetector (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/encoding/package-frame.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/encoding/package-frame.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/encoding/package-frame.html (original) +++ any23/site/apidocs/org/apache/any23/encoding/package-frame.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:34 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.any23.encoding (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/encoding/package-summary.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/encoding/package-summary.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/encoding/package-summary.html (original) +++ any23/site/apidocs/org/apache/any23/encoding/package-summary.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:34 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.any23.encoding (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/encoding/package-tree.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/encoding/package-tree.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/encoding/package-tree.html (original) +++ any23/site/apidocs/org/apache/any23/encoding/package-tree.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:34 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.any23.encoding Class Hierarchy (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/encoding/package-use.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/encoding/package-use.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/encoding/package-use.html (original) +++ any23/site/apidocs/org/apache/any23/encoding/package-use.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:35 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:20 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Package org.apache.any23.encoding (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/extractor/ExampleInputOutput.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/extractor/ExampleInputOutput.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/extractor/ExampleInputOutput.html (original) +++ any23/site/apidocs/org/apache/any23/extractor/ExampleInputOutput.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:33 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:18 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ExampleInputOutput (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/extractor/ExtractionContext.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/extractor/ExtractionContext.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/extractor/ExtractionContext.html (original) +++ any23/site/apidocs/org/apache/any23/extractor/ExtractionContext.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:33 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:18 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ExtractionContext (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/extractor/ExtractionException.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/extractor/ExtractionException.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/extractor/ExtractionException.html (original) +++ any23/site/apidocs/org/apache/any23/extractor/ExtractionException.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:33 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:18 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ExtractionException (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/extractor/ExtractionParameters.ValidationMode.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/extractor/ExtractionParameters.ValidationMode.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/extractor/ExtractionParameters.ValidationMode.html (original) +++ any23/site/apidocs/org/apache/any23/extractor/ExtractionParameters.ValidationMode.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:33 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:18 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ExtractionParameters.ValidationMode (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> Modified: any23/site/apidocs/org/apache/any23/extractor/ExtractionParameters.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/extractor/ExtractionParameters.html?rev=1784835&r1=1784834&r2=1784835&view=diff ============================================================================== --- any23/site/apidocs/org/apache/any23/extractor/ExtractionParameters.html (original) +++ any23/site/apidocs/org/apache/any23/extractor/ExtractionParameters.html Tue Feb 28 23:42:12 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_91) on Mon Feb 27 09:57:33 PST 2017 --> +<!-- Generated by javadoc (1.8.0_91) on Tue Feb 28 15:40:18 PST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ExtractionParameters (Apache Any23 2.1-SNAPSHOT API)</title> -<meta name="date" content="2017-02-27"> +<meta name="date" content="2017-02-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head>
