Class WriterBasePrefix
- java.lang.Object
-
- org.apache.jena.sparql.sse.writers.WriterBasePrefix
-
public class WriterBasePrefix extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
WriterBasePrefix.Fmt
-
Constructor Summary
Constructors Constructor Description WriterBasePrefix()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
output(org.apache.jena.atlas.io.IndentedWriter iWriter, WriterBasePrefix.Fmt fmt, Prologue prologue)
Output, write the thing with formatter fmt
-
-
-
Method Detail
-
output
public static void output(org.apache.jena.atlas.io.IndentedWriter iWriter, WriterBasePrefix.Fmt fmt, Prologue prologue)
Output, write the thing with formatter fmt
-
-