net.ontopia.topicmaps.utils.rdf
Class RDFUtils

java.lang.Object
  extended by net.ontopia.topicmaps.utils.rdf.RDFUtils

public class RDFUtils
extends java.lang.Object

INTERNAL: Various utilities for working with RDF.


Constructor Summary
RDFUtils()
           
 
Method Summary
static void parseRDFXML(java.lang.String url, com.hp.hpl.jena.rdf.arp.StatementHandler handler)
          Parses the RDF/XML at the given URL into the given StatementHandler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFUtils

public RDFUtils()
Method Detail

parseRDFXML

public static void parseRDFXML(java.lang.String url,
                               com.hp.hpl.jena.rdf.arp.StatementHandler handler)
                        throws java.io.IOException
Parses the RDF/XML at the given URL into the given StatementHandler.

Throws:
java.io.IOException


Copyright © 2000-2012 Ontopia.