org.openrdf.rio.n3
Class N3ParserFactory

java.lang.Object
  extended by org.openrdf.rio.n3.N3ParserFactory
All Implemented Interfaces:
RDFParserFactory

public class N3ParserFactory
extends Object
implements RDFParserFactory

An RDFParserFactory for N3 parsers.

Author:
Arjohn Kampman

Constructor Summary
N3ParserFactory()
           
 
Method Summary
 RDFParser getParser()
          Returns a new instance of TurtleParser.
 RDFFormat getRDFFormat()
          Returns RDFFormat.N3.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

N3ParserFactory

public N3ParserFactory()
Method Detail

getRDFFormat

public RDFFormat getRDFFormat()
Returns RDFFormat.N3.

Specified by:
getRDFFormat in interface RDFParserFactory

getParser

public RDFParser getParser()
Returns a new instance of TurtleParser.

Specified by:
getParser in interface RDFParserFactory


Copyright © 2001-2012 Aduna. All Rights Reserved.