Package org.apache.jena.riot.writer
Class TurtleShell
- java.lang.Object
-
- org.apache.jena.riot.writer.TurtleShell
-
public abstract class TurtleShell extends java.lang.ObjectBase class to support the pretty forms of Turtle-related languages (Turtle, TriG)
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NodeFormattercreateNodeFormatter(PrefixMap pmap, java.lang.String baseURI, Context context)
-
-
-
Method Detail
-
createNodeFormatter
public static NodeFormatter createNodeFormatter(PrefixMap pmap, java.lang.String baseURI, Context context)
-
-