public class RDFUtils extends Object
Constructor and Description |
---|
RDFUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
parseRDFXML(InputStream in,
org.apache.jena.rdfxml.xmlinput.StatementHandler handler)
Parses the RDF/XML at the given InputStream into the given StatementHandler.
|
static void |
parseRDFXML(URL url,
org.apache.jena.rdfxml.xmlinput.StatementHandler handler)
Parses the RDF/XML at the given URL into the given StatementHandler.
|
public static void parseRDFXML(URL url, org.apache.jena.rdfxml.xmlinput.StatementHandler handler) throws IOException
IOException
public static void parseRDFXML(InputStream in, org.apache.jena.rdfxml.xmlinput.StatementHandler handler) throws IOException
IOException