org.jrdf.parser.ntriples.parser
Class NTripleUtilImpl

java.lang.Object
  extended by org.jrdf.parser.ntriples.parser.NTripleUtilImpl
All Implemented Interfaces:
Serializable, NTripleUtil

public final class NTripleUtilImpl
extends Object
implements NTripleUtil, Serializable

See Also:
Serialized Form

Constructor Summary
NTripleUtilImpl(RegexMatcherFactory regexMatcherFactory)
           
 
Method Summary
 String unescapeLiteral(String literal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NTripleUtilImpl

public NTripleUtilImpl(RegexMatcherFactory regexMatcherFactory)
Method Detail

unescapeLiteral

public String unescapeLiteral(String literal)
Specified by:
unescapeLiteral in interface NTripleUtil