Return-Path: X-Original-To: apmail-incubator-any23-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-any23-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 52F80DC84 for ; Tue, 17 Jul 2012 09:31:15 +0000 (UTC) Received: (qmail 93926 invoked by uid 500); 17 Jul 2012 09:31:15 -0000 Delivered-To: apmail-incubator-any23-commits-archive@incubator.apache.org Received: (qmail 93889 invoked by uid 500); 17 Jul 2012 09:31:15 -0000 Mailing-List: contact any23-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: any23-dev@incubator.apache.org Delivered-To: mailing list any23-commits@incubator.apache.org Received: (qmail 93881 invoked by uid 99); 17 Jul 2012 09:31:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jul 2012 09:31:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jul 2012 09:31:05 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6E597238889B; Tue, 17 Jul 2012 09:30:42 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1362427 [5/20] - in /incubator/any23/site/0.7.0-incubating: ./ apidocs/ apidocs/org/apache/any23/ apidocs/org/apache/any23/class-use/ apidocs/org/apache/any23/cli/ apidocs/org/apache/any23/cli/class-use/ apidocs/org/apache/any23/configurat... Date: Tue, 17 Jul 2012 09:29:58 -0000 To: any23-commits@incubator.apache.org From: lewismc@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120717093042.6E597238889B@eris.apache.org> Modified: incubator/any23/site/0.7.0-incubating/apidocs/org/apache/any23/extractor/class-use/ExtractionContext.html URL: http://svn.apache.org/viewvc/incubator/any23/site/0.7.0-incubating/apidocs/org/apache/any23/extractor/class-use/ExtractionContext.html?rev=1362427&r1=1362426&r2=1362427&view=diff ============================================================================== --- incubator/any23/site/0.7.0-incubating/apidocs/org/apache/any23/extractor/class-use/ExtractionContext.html (original) +++ incubator/any23/site/0.7.0-incubating/apidocs/org/apache/any23/extractor/class-use/ExtractionContext.html Tue Jul 17 09:29:40 2012 @@ -2,13 +2,13 @@ - + -Uses of Class org.apache.any23.extractor.ExtractionContext (Apache Any23 0.7.0-incubating API) +Uses of Class org.apache.any23.extractor.ExtractionContext (Apache Any23 0.7.1-incubating-SNAPSHOT API) - + @@ -16,7 +16,7 @@ Uses of Class org.apache.any23.extractor function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.any23.extractor.ExtractionContext (Apache Any23 0.7.0-incubating API)"; + parent.document.title="Uses of Class org.apache.any23.extractor.ExtractionContext (Apache Any23 0.7.1-incubating-SNAPSHOT API)"; } } @@ -302,7 +302,7 @@ Uses of  void -XFNExtractor.run(ExtractionParameters extractionParameters, +TurtleHTMLExtractor.run(ExtractionParameters extractionParameters, ExtractionContext extractionContext, Document in, ExtractionResult out) @@ -313,7 +313,7 @@ Uses of  void -TurtleHTMLExtractor.run(ExtractionParameters extractionParameters, +ICBMExtractor.run(ExtractionParameters extractionParameters, ExtractionContext extractionContext, Document in, ExtractionResult out) @@ -324,18 +324,18 @@ Uses of  void -TitleExtractor.run(ExtractionParameters extractionParameters, +HTMLMetaExtractor.run(ExtractionParameters extractionParameters, ExtractionContext extractionContext, Document in, ExtractionResult out)
-            +          Executes the extractor.  void -MicroformatExtractor.run(ExtractionParameters extractionParameters, +HeadLinkExtractor.run(ExtractionParameters extractionParameters, ExtractionContext extractionContext, Document in, ExtractionResult out) @@ -346,7 +346,7 @@ Uses of  void -LicenseExtractor.run(ExtractionParameters extractionParameters, +TitleExtractor.run(ExtractionParameters extractionParameters, ExtractionContext extractionContext, Document in, ExtractionResult out) @@ -357,7 +357,7 @@ Uses of  void -ICBMExtractor.run(ExtractionParameters extractionParameters, +XFNExtractor.run(ExtractionParameters extractionParameters, ExtractionContext extractionContext, Document in, ExtractionResult out) @@ -368,7 +368,7 @@ Uses of  void -HeadLinkExtractor.run(ExtractionParameters extractionParameters, +LicenseExtractor.run(ExtractionParameters extractionParameters, ExtractionContext extractionContext, Document in, ExtractionResult out) @@ -379,13 +379,13 @@ Uses of  void -HTMLMetaExtractor.run(ExtractionParameters extractionParameters, +MicroformatExtractor.run(ExtractionParameters extractionParameters, ExtractionContext extractionContext, Document in, ExtractionResult out)
-          Executes the extractor. +              @@ -467,7 +467,7 @@ Uses of protected  org.openrdf.rio.helpers.RDFParserBase -TriXExtractor.getParser(ExtractionContext extractionContext, +NTriplesExtractor.getParser(ExtractionContext extractionContext, ExtractionResult extractionResult)
@@ -484,8 +484,8 @@ Uses of -protected  org.openrdf.rio.helpers.RDFParserBase -NTriplesExtractor.getParser(ExtractionContext extractionContext, +protected abstract  org.openrdf.rio.helpers.RDFParserBase +BaseRDFExtractor.getParser(ExtractionContext extractionContext, ExtractionResult extractionResult)
@@ -494,7 +494,7 @@ Uses of protected  org.openrdf.rio.helpers.RDFParserBase -NQuadsExtractor.getParser(ExtractionContext extractionContext, +TriXExtractor.getParser(ExtractionContext extractionContext, ExtractionResult extractionResult)
@@ -502,8 +502,8 @@ Uses of -protected abstract  org.openrdf.rio.helpers.RDFParserBase -BaseRDFExtractor.getParser(ExtractionContext extractionContext, +protected  org.openrdf.rio.helpers.RDFParserBase +NQuadsExtractor.getParser(ExtractionContext extractionContext, ExtractionResult extractionResult)
@@ -573,7 +573,7 @@ Uses of  void -RDFaExtractor.run(ExtractionParameters extractionParameters, +RDFa11Extractor.run(ExtractionParameters extractionParameters, ExtractionContext extractionContext, Document in, ExtractionResult out) @@ -584,7 +584,7 @@ Uses of  void -RDFa11Extractor.run(ExtractionParameters extractionParameters, +RDFaExtractor.run(ExtractionParameters extractionParameters, ExtractionContext extractionContext, Document in, ExtractionResult out) @@ -648,7 +648,7 @@ Uses of  void -IgnoreTitlesOfEmptyDocuments.closeContext(ExtractionContext context) +IgnoreAccidentalRDFa.closeContext(ExtractionContext context)
            @@ -656,7 +656,7 @@ Uses of  void -IgnoreAccidentalRDFa.closeContext(ExtractionContext context) +ExtractionContextBlocker.closeContext(ExtractionContext context)
            @@ -664,7 +664,7 @@ Uses of  void -ExtractionContextBlocker.closeContext(ExtractionContext context) +IgnoreTitlesOfEmptyDocuments.closeContext(ExtractionContext context)
            @@ -672,7 +672,7 @@ Uses of  void -IgnoreTitlesOfEmptyDocuments.openContext(ExtractionContext context) +IgnoreAccidentalRDFa.openContext(ExtractionContext context)
            @@ -680,7 +680,7 @@ Uses of  void -IgnoreAccidentalRDFa.openContext(ExtractionContext context) +ExtractionContextBlocker.openContext(ExtractionContext context)
            @@ -688,7 +688,7 @@ Uses of  void -ExtractionContextBlocker.openContext(ExtractionContext context) +IgnoreTitlesOfEmptyDocuments.openContext(ExtractionContext context)
            @@ -696,7 +696,7 @@ Uses of  void -IgnoreTitlesOfEmptyDocuments.receiveNamespace(String prefix, +IgnoreAccidentalRDFa.receiveNamespace(String prefix, String uri, ExtractionContext context) @@ -706,7 +706,7 @@ Uses of  void -IgnoreAccidentalRDFa.receiveNamespace(String prefix, +ExtractionContextBlocker.receiveNamespace(String prefix, String uri, ExtractionContext context) @@ -716,7 +716,7 @@ Uses of  void -ExtractionContextBlocker.receiveNamespace(String prefix, +IgnoreTitlesOfEmptyDocuments.receiveNamespace(String prefix, String uri, ExtractionContext context) @@ -726,7 +726,7 @@ Uses of  void -IgnoreTitlesOfEmptyDocuments.receiveTriple(org.openrdf.model.Resource s, +IgnoreAccidentalRDFa.receiveTriple(org.openrdf.model.Resource s, org.openrdf.model.URI p, org.openrdf.model.Value o, org.openrdf.model.URI g, @@ -738,7 +738,7 @@ Uses of  void -IgnoreAccidentalRDFa.receiveTriple(org.openrdf.model.Resource s, +ExtractionContextBlocker.receiveTriple(org.openrdf.model.Resource s, org.openrdf.model.URI p, org.openrdf.model.Value o, org.openrdf.model.URI g, @@ -750,7 +750,7 @@ Uses of  void -ExtractionContextBlocker.receiveTriple(org.openrdf.model.Resource s, +IgnoreTitlesOfEmptyDocuments.receiveTriple(org.openrdf.model.Resource s, org.openrdf.model.URI p, org.openrdf.model.Value o, org.openrdf.model.URI g, @@ -843,7 +843,7 @@ Uses of  void -URIListWriter.closeContext(ExtractionContext context) +BenchmarkTripleHandler.closeContext(ExtractionContext context)
            @@ -851,16 +851,15 @@ Uses of  void -TripleHandler.closeContext(ExtractionContext context) +ReportingTripleHandler.closeContext(ExtractionContext context)
-          Informs the handler that no more triples will come from a - previously opened context. +             void -RepositoryWriter.closeContext(ExtractionContext context) +RDFWriterTripleHandler.closeContext(ExtractionContext context)
            @@ -868,7 +867,7 @@ Uses of  void -ReportingTripleHandler.closeContext(ExtractionContext context) +CountingTripleHandler.closeContext(ExtractionContext context)
            @@ -876,7 +875,7 @@ Uses of  void -RDFWriterTripleHandler.closeContext(ExtractionContext context) +URIListWriter.closeContext(ExtractionContext context)
            @@ -892,15 +891,16 @@ Uses of  void -JSONWriter.closeContext(ExtractionContext context) +TripleHandler.closeContext(ExtractionContext context)
-            +          Informs the handler that no more triples will come from a + previously opened context.  void -CountingTripleHandler.closeContext(ExtractionContext context) +RepositoryWriter.closeContext(ExtractionContext context)
            @@ -916,7 +916,7 @@ Uses of  void -BenchmarkTripleHandler.closeContext(ExtractionContext context) +JSONWriter.closeContext(ExtractionContext context)
            @@ -924,7 +924,7 @@ Uses of  void -URIListWriter.openContext(ExtractionContext context) +BenchmarkTripleHandler.openContext(ExtractionContext context)
            @@ -932,15 +932,15 @@ Uses of  void -TripleHandler.openContext(ExtractionContext context) +ReportingTripleHandler.openContext(ExtractionContext context)
-          Informs the handler that a new context has been established. +             void -RepositoryWriter.openContext(ExtractionContext context) +RDFWriterTripleHandler.openContext(ExtractionContext context)
            @@ -948,7 +948,7 @@ Uses of  void -ReportingTripleHandler.openContext(ExtractionContext context) +CountingTripleHandler.openContext(ExtractionContext context)
            @@ -956,7 +956,7 @@ Uses of  void -RDFWriterTripleHandler.openContext(ExtractionContext context) +URIListWriter.openContext(ExtractionContext context)
            @@ -972,15 +972,15 @@ Uses of  void -JSONWriter.openContext(ExtractionContext context) +TripleHandler.openContext(ExtractionContext context)
-            +          Informs the handler that a new context has been established.  void -CountingTripleHandler.openContext(ExtractionContext context) +RepositoryWriter.openContext(ExtractionContext context)
            @@ -996,7 +996,7 @@ Uses of  void -BenchmarkTripleHandler.openContext(ExtractionContext context) +JSONWriter.openContext(ExtractionContext context)
            @@ -1004,7 +1004,7 @@ Uses of  void -URIListWriter.receiveNamespace(String prefix, +BenchmarkTripleHandler.receiveNamespace(String prefix, String uri, ExtractionContext context) @@ -1014,18 +1014,17 @@ Uses of  void -TripleHandler.receiveNamespace(String prefix, +ReportingTripleHandler.receiveNamespace(String prefix, String uri, ExtractionContext context)
-          Invoked with a currently open context, notifies the detection of a - namespace. +             void -RepositoryWriter.receiveNamespace(String prefix, +RDFWriterTripleHandler.receiveNamespace(String prefix, String uri, ExtractionContext context) @@ -1035,7 +1034,7 @@ Uses of  void -ReportingTripleHandler.receiveNamespace(String prefix, +CountingTripleHandler.receiveNamespace(String prefix, String uri, ExtractionContext context) @@ -1045,7 +1044,7 @@ Uses of  void -RDFWriterTripleHandler.receiveNamespace(String prefix, +URIListWriter.receiveNamespace(String prefix, String uri, ExtractionContext context) @@ -1065,17 +1064,18 @@ Uses of  void -JSONWriter.receiveNamespace(String prefix, +TripleHandler.receiveNamespace(String prefix, String uri, ExtractionContext context)
-            +          Invoked with a currently open context, notifies the detection of a + namespace.  void -CountingTripleHandler.receiveNamespace(String prefix, +RepositoryWriter.receiveNamespace(String prefix, String uri, ExtractionContext context) @@ -1095,7 +1095,7 @@ Uses of  void -BenchmarkTripleHandler.receiveNamespace(String prefix, +JSONWriter.receiveNamespace(String prefix, String uri, ExtractionContext context) @@ -1105,7 +1105,7 @@ Uses of  void -URIListWriter.receiveTriple(org.openrdf.model.Resource s, +BenchmarkTripleHandler.receiveTriple(org.openrdf.model.Resource s, org.openrdf.model.URI p, org.openrdf.model.Value o, org.openrdf.model.URI g, @@ -1117,20 +1117,19 @@ Uses of  void -TripleHandler.receiveTriple(org.openrdf.model.Resource s, +ReportingTripleHandler.receiveTriple(org.openrdf.model.Resource s, org.openrdf.model.URI p, org.openrdf.model.Value o, org.openrdf.model.URI g, ExtractionContext context)
-          Invoked with a currently open context, - notifies the detection of a triple. +             void -RepositoryWriter.receiveTriple(org.openrdf.model.Resource s, +RDFWriterTripleHandler.receiveTriple(org.openrdf.model.Resource s, org.openrdf.model.URI p, org.openrdf.model.Value o, org.openrdf.model.URI g, @@ -1142,7 +1141,7 @@ Uses of  void -ReportingTripleHandler.receiveTriple(org.openrdf.model.Resource s, +CountingTripleHandler.receiveTriple(org.openrdf.model.Resource s, org.openrdf.model.URI p, org.openrdf.model.Value o, org.openrdf.model.URI g, @@ -1154,7 +1153,7 @@ Uses of  void -RDFWriterTripleHandler.receiveTriple(org.openrdf.model.Resource s, +URIListWriter.receiveTriple(org.openrdf.model.Resource s, org.openrdf.model.URI p, org.openrdf.model.Value o, org.openrdf.model.URI g, @@ -1178,19 +1177,20 @@ Uses of  void -JSONWriter.receiveTriple(org.openrdf.model.Resource s, +TripleHandler.receiveTriple(org.openrdf.model.Resource s, org.openrdf.model.URI p, org.openrdf.model.Value o, org.openrdf.model.URI g, ExtractionContext context)
-            +          Invoked with a currently open context, + notifies the detection of a triple.  void -CountingTripleHandler.receiveTriple(org.openrdf.model.Resource s, +RepositoryWriter.receiveTriple(org.openrdf.model.Resource s, org.openrdf.model.URI p, org.openrdf.model.Value o, org.openrdf.model.URI g, @@ -1214,7 +1214,7 @@ Uses of  void -BenchmarkTripleHandler.receiveTriple(org.openrdf.model.Resource s, +JSONWriter.receiveTriple(org.openrdf.model.Resource s, org.openrdf.model.URI p, org.openrdf.model.Value o, org.openrdf.model.URI g,