jena
Class turtle

java.lang.Object
  extended by jena.turtle

public class turtle
extends Object


Constructor Summary
turtle()
           
 
Method Summary
static void main(String... args)
          Run the Turtle parser - produce N-triples
static void parse(String baseURI, InputStream in)
           
static void parse(String baseURI, String filename)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

turtle

public turtle()
Method Detail

main

public static void main(String... args)
Run the Turtle parser - produce N-triples


parse

public static void parse(String baseURI,
                         String filename)

parse

public static void parse(String baseURI,
                         InputStream in)


Licenced under the Apache License, Version 2.0