org.jrdf.parser.ntriples.parser
Class LiteralParserImpl

java.lang.Object
  extended by org.jrdf.parser.ntriples.parser.LiteralParserImpl
All Implemented Interfaces:
LiteralParser

public final class LiteralParserImpl
extends Object
implements LiteralParser


Constructor Summary
LiteralParserImpl(GraphElementFactory newGraphElementFactory, LiteralMatcher newLiteralMatcher)
           
 
Method Summary
 Literal parseLiteral(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiteralParserImpl

public LiteralParserImpl(GraphElementFactory newGraphElementFactory,
                         LiteralMatcher newLiteralMatcher)
Method Detail

parseLiteral

public Literal parseLiteral(String s)
                     throws ParseException
Specified by:
parseLiteral in interface LiteralParser
Throws:
ParseException