org.jrdf.parser.ntriples.parser
Class LiteralParserImpl
java.lang.Object
org.jrdf.parser.ntriples.parser.LiteralParserImpl
- All Implemented Interfaces:
- LiteralParser
public final class LiteralParserImpl
- extends Object
- implements LiteralParser
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LiteralParserImpl
public LiteralParserImpl(GraphElementFactory newGraphElementFactory,
LiteralMatcher newLiteralMatcher)
parseLiteral
public Literal parseLiteral(String s)
throws ParseException
- Specified by:
parseLiteral
in interface LiteralParser
- Throws:
ParseException