Class TurtleValueParser


  • public final class TurtleValueParser
    extends java.lang.Object
    A Turtle parser that parses single values (URI, bnodes, literals, and embedded triples) instead of just triples.
    Author:
    Evren Sirin
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Value parse​(java.lang.String theInput)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TurtleValueParser

        public TurtleValueParser​(@Nonnull
                                 java.lang.Iterable<Namespace> theNamespaces)
    • Method Detail

      • parse

        public Value parse​(java.lang.String theInput)