JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
org.apache.jena.core
Package
org.apache.jena.rdf.model
Interface ModelReader
public interface
ModelReader
A component interface used by ModelGetter for reading models.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Model
readModel
(
Model
toRead,
String
URL)
Read the contents of
URL
into
toRead
and answer
toRead
,
Method Details
readModel
Model
readModel
(
Model
toRead,
String
URL)
Read the contents of
URL
into
toRead
and answer
toRead
,