Uses of Interface
org.jrdf.sparql.parser.ParserFactory

Packages that use ParserFactory
org.jrdf.sparql.parser   
 

Uses of ParserFactory in org.jrdf.sparql.parser
 

Classes in org.jrdf.sparql.parser that implement ParserFactory
 class ParserFactoryImpl
          Creates new SPARQL Parsers.
 

Constructors in org.jrdf.sparql.parser with parameters of type ParserFactory
SableCcSparqlParser(ParserFactory newParserFactory, GraphRelationFactory newGraphRelationFactory, SortedAttributeFactory newSortedAttributeFactory)