Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jena
Class n3  view n3 download n3.java

java.lang.Object
  extended byjena.n3

public class n3
extends java.lang.Object

Read N3 files and print in a variery of formats.

Version:
$Id: n3.java,v 1.14 2005/02/21 11:49:12 andy_seaborne Exp $

Field Summary
(package private) static boolean debug
           
(package private) static boolean doErrorTests
           
(package private) static boolean doNodeTest
           
(package private) static boolean doRDF
           
(package private) static boolean firstOutput
           
(package private) static java.lang.String outputLang
           
(package private) static boolean printN3
           
(package private) static boolean printRDF
           
(package private) static int testCount
           
(package private) static boolean verbose
           
 
Constructor Summary
n3()
           
 
Method Summary
(package private) static void doOneFile(java.io.InputStream input, java.io.OutputStream output, java.lang.String baseName, java.lang.String filename)
           
static void main(java.lang.String[] args)
           
private static void parseOneFile(java.io.Reader reader, java.io.PrintWriter writer, java.lang.String baseName, java.lang.String filename)
           
(package private) static void rdfOneFile(java.io.Reader reader, java.io.PrintWriter writer, java.lang.String baseName, java.lang.String filename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

firstOutput

static boolean firstOutput

doNodeTest

static boolean doNodeTest

doErrorTests

static boolean doErrorTests

testCount

static int testCount

doRDF

static boolean doRDF

printRDF

static boolean printRDF

outputLang

static java.lang.String outputLang

printN3

static boolean printN3

debug

static boolean debug

verbose

static boolean verbose
Constructor Detail

n3

public n3()
Method Detail

main

public static void main(java.lang.String[] args)

doOneFile

static void doOneFile(java.io.InputStream input,
                      java.io.OutputStream output,
                      java.lang.String baseName,
                      java.lang.String filename)

rdfOneFile

static void rdfOneFile(java.io.Reader reader,
                       java.io.PrintWriter writer,
                       java.lang.String baseName,
                       java.lang.String filename)

parseOneFile

private static void parseOneFile(java.io.Reader reader,
                                 java.io.PrintWriter writer,
                                 java.lang.String baseName,
                                 java.lang.String filename)