| java.lang.Object jena.examples.rdf.Tutorial05
Tutorial05 | public class Tutorial05 extends Object (Code) | | Tutorial 5 - read RDF XML from a file and write it to standard out
author: bwm - updated by kers/Daniel version: Release='$Name: $' Revision='$Revision: 1.4 $' Date='$Date: 2006/04/27 09:30:07 $' |
Field Summary | |
final static String | inputFileName NOTE that the file is loaded from the class-path and so requires that
the data-directory, as well as the directory containing the compiled
class, must be added to the class-path when running this and
subsequent examples. |
Method Summary | |
public static void | main(String args) |
inputFileName | final static String inputFileName(Code) | | NOTE that the file is loaded from the class-path and so requires that
the data-directory, as well as the directory containing the compiled
class, must be added to the class-path when running this and
subsequent examples.
|
|
|