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



Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.