You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by bu...@apache.org on 2015/03/04 13:21:22 UTC

svn commit: r942275 - in /websites/staging/jena/trunk/content: ./ documentation/io/streaming-io.html

Author: buildbot
Date: Wed Mar  4 12:21:22 2015
New Revision: 942275

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/documentation/io/streaming-io.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Mar  4 12:21:22 2015
@@ -1 +1 @@
-1663965
+1663968

Modified: websites/staging/jena/trunk/content/documentation/io/streaming-io.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/io/streaming-io.html (original)
+++ websites/staging/jena/trunk/content/documentation/io/streaming-io.html Wed Mar  4 12:21:22 2015
@@ -190,8 +190,8 @@ exception of JSON-LD.  A JSON object can
 parser may need the whole top-level object in order to have the information
 needed for parsing.</p>
 <p>The <a href="/documentation/javadoc/arq/org/apache/jena/riot/RDFDataMgr.html#parse%28org.apache.jena.riot.system.StreamRDF%2C%20java.io.InputStream%2C%20org.apache.jena.riot.Lang%29"><code>parse</code> functions</a>
-of <a href="/documentation/javadoc/arq/org/apache/jena/riot/RDFDataMgr.html">RDFDataMgr</a> </p>
-<p><code>RDFDataMgr</code> directs the output of the parser to a <code>StreamRDF</code>.  For example:</p>
+of <a href="/documentation/javadoc/arq/org/apache/jena/riot/RDFDataMgr.html">RDFDataMgr</a> 
+directs the output of the parser to a <code>StreamRDF</code>.  For example:</p>
 <div class="codehilite"><pre><span class="n">StreamRDF</span> <span class="n">destination</span> <span class="p">=</span> <span class="p">...</span> 
 <span class="n">RDFDataMgr</span><span class="p">.</span><span class="n">parse</span><span class="p">(</span><span class="n">destination</span><span class="p">,</span> &quot;<span class="n">http</span><span class="p">:</span><span class="o">//</span><span class="n">example</span><span class="o">/</span><span class="n">data</span><span class="p">.</span><span class="n">ttl</span>&quot;<span class="p">)</span> <span class="p">;</span>
 </pre></div>