com.hp.hpl.jena.sparql.modify.request
Class UpdateDataWriter

java.lang.Object
  extended by org.openjena.riot.out.SinkQuadBracedOutput
      extended by com.hp.hpl.jena.sparql.modify.request.UpdateDataWriter
All Implemented Interfaces:
Closeable, Sink<Quad>

public class UpdateDataWriter
extends SinkQuadBracedOutput


Nested Class Summary
static class UpdateDataWriter.UpdateMode
          The mode an UpdateDataWriter is in.
 
Constructor Summary
UpdateDataWriter(UpdateDataWriter.UpdateMode mode, IndentedWriter out, SerializationContext sCxt)
           
 
Method Summary
 UpdateDataWriter.UpdateMode getMode()
           
 void open()
           
 
Methods inherited from class org.openjena.riot.out.SinkQuadBracedOutput
close, flush, send, send
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateDataWriter

public UpdateDataWriter(UpdateDataWriter.UpdateMode mode,
                        IndentedWriter out,
                        SerializationContext sCxt)
Method Detail

getMode

public UpdateDataWriter.UpdateMode getMode()

open

public void open()
Overrides:
open in class SinkQuadBracedOutput


Licenced under the Apache License, Version 2.0