Uses of Interface
org.apache.jena.riot.out.NodeFormatter
Packages that use NodeFormatter
-
Uses of NodeFormatter in org.apache.jena.riot.out
Classes in org.apache.jena.riot.out that implement NodeFormatterModifier 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
Methods in org.apache.jena.riot.writer that return NodeFormatterModifier and TypeMethodDescriptionstatic NodeFormatter
TurtleShell.createNodeFormatter
(PrefixMap pmap, String baseURI, Context context) Constructors in org.apache.jena.riot.writer with parameters of type NodeFormatterModifierConstructorDescriptionWriterStreamRDFPlain
(org.apache.jena.atlas.io.AWriter w, NodeFormatter nodeFmt) Output tuples using a specificNodeFormatter
.