Uses of Interface
org.apache.jena.riot.out.NodeFormatter
-
Uses of NodeFormatter in org.apache.jena.riot.out
Modifier and TypeClassDescriptionclass
Provide implementations of the operations ofNodeFormatter
in terms of core operations for each node type.class
class
Node formatter for Turtle using single line stringsclass
Node formatter for pretty-printed Turtle. -
Uses of NodeFormatter in org.apache.jena.riot.writer
Modifier and TypeMethodDescriptionstatic NodeFormatter
TurtleShell.createNodeFormatter
(PrefixMap pmap, String baseURI, Context context) ModifierConstructorDescriptionWriterStreamRDFPlain
(org.apache.jena.atlas.io.AWriter w, NodeFormatter nodeFmt) Output tuples using a specificNodeFormatter
.