org.openjena.riot
Class WebReader

java.lang.Object
  extended by org.openjena.riot.WebReader

Deprecated. Use org.apache.jena.riot.WebReader

@Deprecated
public class WebReader
extends Object

Retrieve data from the web


Constructor Summary
WebReader()
          Deprecated.  
 
Method Summary
static void readDataset(DatasetGraph dataset, String uri)
          Deprecated. Use org.apache.jena.riot.WebReader.read
static void readDataset(DatasetGraph dataset, String uri, Lang lang)
          Deprecated. Use org.apache.jena.riot.WebReader.read
static void readGraph(Graph graph, String uri)
          Deprecated. Use org.apache.jena.riot.WebReader.read
static void readGraph(Graph graph, String uri, Lang lang)
          Deprecated. Use org.apache.jena.riot.WebReader.read
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebReader

public WebReader()
Deprecated. 
Method Detail

readGraph

@Deprecated
public static void readGraph(Graph graph,
                                        String uri)
Deprecated. Use org.apache.jena.riot.WebReader.read


readGraph

@Deprecated
public static void readGraph(Graph graph,
                                        String uri,
                                        Lang lang)
Deprecated. Use org.apache.jena.riot.WebReader.read


readDataset

@Deprecated
public static void readDataset(DatasetGraph dataset,
                                          String uri)
Deprecated. Use org.apache.jena.riot.WebReader.read


readDataset

@Deprecated
public static void readDataset(DatasetGraph dataset,
                                          String uri,
                                          Lang lang)
Deprecated. Use org.apache.jena.riot.WebReader.read



Licenced under the Apache License, Version 2.0