org.openrdf.rio.trix
Class TriXParserFactory

java.lang.Object
  extended by org.openrdf.rio.trix.TriXParserFactory
All Implemented Interfaces:
RDFParserFactory

public class TriXParserFactory
extends Object
implements RDFParserFactory

An RDFParserFactory for TriX parsers.

Author:
Arjohn Kampman

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

Constructor Detail

TriXParserFactory

public TriXParserFactory()
Method Detail

getRDFFormat

public RDFFormat getRDFFormat()
Returns RDFFormat.TRIX.

Specified by:
getRDFFormat in interface RDFParserFactory

getParser

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

Specified by:
getParser in interface RDFParserFactory


Copyright © 2001-2007 Aduna. All Rights Reserved.