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


public interface UpdateParserFactory


Method Summary
 boolean accept(Syntax syntax)
          Return true if this factory can create a parser for the given syntax
 UpdateParser 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

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



Licenced under the Apache License, Version 2.0