Uses of Interface
org.jrdf.parser.ntriples.parser.TripleParser

Packages that use TripleParser
org.jrdf.parser.ntriples   
org.jrdf.parser.ntriples.parser   
 

Uses of TripleParser in org.jrdf.parser.ntriples
 

Constructors in org.jrdf.parser.ntriples with parameters of type TripleParser
NTriplesEventReader(InputStream in, URI newBaseURI, RegexMatcherFactory newRegexFactory, TripleParser newTripleParser)
           
NTriplesEventReader(Reader reader, URI newBaseURI, RegexMatcherFactory newRegexFactory, TripleParser newTripleParser)
           
NTriplesParser(TripleParser tripleFactory, RegexMatcherFactory newRegexFactory)
           
 

Uses of TripleParser in org.jrdf.parser.ntriples.parser
 

Classes in org.jrdf.parser.ntriples.parser that implement TripleParser
 class TripleParserImpl