org.jrdf.example
Class RdfXmlParserExample

java.lang.Object
  extended by org.jrdf.example.RdfXmlParserExample

public final class RdfXmlParserExample
extends Object

A simple example of parsing in a RDF/XML file into an in memory JRDF graph.

Version:
$Revision: 1806 $
Author:
Andrew Newman

Constructor Summary
RdfXmlParserExample()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RdfXmlParserExample

public RdfXmlParserExample()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception