Uses of Class
com.hp.hpl.jena.sparql.lang.UpdateParser

Packages that use UpdateParser
com.hp.hpl.jena.sparql.lang   
 

Uses of UpdateParser in com.hp.hpl.jena.sparql.lang
 

Subclasses of UpdateParser in com.hp.hpl.jena.sparql.lang
 class ParserARQUpdate
           
 class ParserSPARQL11Update
           
 

Methods in com.hp.hpl.jena.sparql.lang that return UpdateParser
 UpdateParser UpdateParserFactory.create(Syntax syntax)
          Return a parser for the given syntax
static UpdateParser UpdateParser.createParser(Syntax syntaxURI)
           
 UpdateParser UpdateParserRegistry.createParser(Syntax syntax)
          Return a suitable parser for the given syntax
static UpdateParser UpdateParserRegistry.parser(Syntax syntax)
          Return a suitable parser for the given syntax
 



Licenced under the Apache License, Version 2.0