Uses of Interface
org.apache.jena.riot.out.NodeFormatter
-
Packages that use NodeFormatter Package Description org.apache.jena.riot.out org.apache.jena.riot.writer -
-
Uses of NodeFormatter in org.apache.jena.riot.out
Classes in org.apache.jena.riot.out that implement NodeFormatter Modifier and Type Class Description classNodeFormatterBaseProvide implementations of the operations ofNodeFormatterin terms of core operations for each node type.classNodeFormatterNTclassNodeFormatterTTLNode formatter for Turtle using single line stringsclassNodeFormatterTTL_MultiLineNode formatter for pretty-printed Turtle. -
Uses of NodeFormatter in org.apache.jena.riot.writer
Methods in org.apache.jena.riot.writer that return NodeFormatter Modifier and Type Method Description static NodeFormatterTurtleShell. createNodeFormatter(PrefixMap pmap, java.lang.String baseURI, Context context)
-