com.hp.hpl.jena.sparql.lang
Class ParserARQUpdate

java.lang.Object
  extended by com.hp.hpl.jena.sparql.lang.UpdateParser
      extended by com.hp.hpl.jena.sparql.lang.ParserARQUpdate

public class ParserARQUpdate
extends UpdateParser


Constructor Summary
ParserARQUpdate()
           
 
Method Summary
 UpdateRequest parse(UpdateRequest update, Reader r)
          Use with care - Reader must be UTF-8
 
Methods inherited from class com.hp.hpl.jena.sparql.lang.UpdateParser
canParse, createParser, parse, parse
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserARQUpdate

public ParserARQUpdate()
Method Detail

parse

public UpdateRequest parse(UpdateRequest update,
                           Reader r)
Use with care - Reader must be UTF-8



Licenced under the Apache License, Version 2.0