com.hp.hpl.jena.sparql.lang
Interface ParserFactory


public interface ParserFactory

original code - contribution from Olaf Hartig


Method Summary
 boolean accept(Syntax syntax)
          Return true if this factory can create a parser for the given syntax
 Parser create(Syntax syntax)
          Return a parser for the given syntax
 

Method Detail

accept

boolean accept(Syntax syntax)
Return true if this factory can create a parser for the given syntax


create

Parser create(Syntax syntax)
Return a parser for the given syntax



Licenced under the Apache License, Version 2.0