org.apache.jena.riot.system
Class PrintingStreamRDF

java.lang.Object
  extended by org.apache.jena.riot.writer.WriterStreamRDFTuples
      extended by org.apache.jena.riot.system.PrintingStreamRDF
All Implemented Interfaces:
StreamRDF

public class PrintingStreamRDF
extends WriterStreamRDFTuples

Primarily for debugging


Constructor Summary
PrintingStreamRDF(OutputStream out)
           
 
Method Summary
 void base(String base)
          base declaration seen
 void prefix(String prefix, String iri)
          prefix declaration seen
 
Methods inherited from class org.apache.jena.riot.writer.WriterStreamRDFTuples
finish, quad, start, triple, tuple
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintingStreamRDF

public PrintingStreamRDF(OutputStream out)
Method Detail

base

public void base(String base)
Description copied from interface: StreamRDF
base declaration seen

Specified by:
base in interface StreamRDF
Overrides:
base in class WriterStreamRDFTuples

prefix

public void prefix(String prefix,
                   String iri)
Description copied from interface: StreamRDF
prefix declaration seen

Specified by:
prefix in interface StreamRDF
Overrides:
prefix in class WriterStreamRDFTuples


Licenced under the Apache License, Version 2.0