java.lang.Object
org.apache.jena.riot.writer.WriterStreamRDFPlain
org.apache.jena.riot.system.PrintingStreamRDF
- All Implemented Interfaces:
StreamRDF
A StreamRDF which displays the items sent to the stream. It is primarily for
development purposes.
The output is not a legal syntax. Do not consider this format to be stable. It is "N-Quads with abbreviations".
Use via
StreamRDFLib.print(System.out);
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.jena.riot.writer.WriterStreamRDFPlain
finish, quad, start, triple
-
Constructor Details
-
PrintingStreamRDF
-
-
Method Details
-
base
Description copied from interface:StreamRDF
base declaration seen- Specified by:
base
in interfaceStreamRDF
- Overrides:
base
in classWriterStreamRDFPlain
-
prefix
Description copied from interface:StreamRDF
prefix declaration seen- Specified by:
prefix
in interfaceStreamRDF
- Overrides:
prefix
in classWriterStreamRDFPlain
-