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 TypeClassDescriptionclassProvide implementations of the operations ofNodeFormatterin terms of core operations for each node type.classclassNode formatter for Turtle using single line stringsclassNode 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 NodeFormatterTurtleShell.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.