Uses of Class
org.apache.jena.riot.out.NodeToLabel
Packages that use NodeToLabel
-
Uses of NodeToLabel in org.apache.jena.riot.out
Methods in org.apache.jena.riot.out that return NodeToLabelModifier and TypeMethodDescriptionstatic NodeToLabelNodeToLabel.createBNodeByIRI()Allocation as per internal labelstatic NodeToLabelNodeToLabel.createBNodeByLabelAsGiven()Allocation as per internal labelstatic NodeToLabelNodeToLabel.createBNodeByLabelEncoded()Allocation as per internal label, with an encoded safe label.static NodeToLabelNodeToLabel.createScopeByDocument()Allocation from a single scope; just the label matters.static NodeToLabelNodeToLabel.labelByInternal()Constructors in org.apache.jena.riot.out with parameters of type NodeToLabelModifierConstructorDescriptionNodeFormatterTTL(String baseIRI, PrefixMap prefixMap, NodeToLabel nodeToLabel) NodeFormatterTTL_MultiLine(String baseIRI, PrefixMap prefixMap, NodeToLabel nodeToLabel) -
Uses of NodeToLabel in org.apache.jena.riot.system
Methods in org.apache.jena.riot.system that return NodeToLabelModifier and TypeMethodDescriptionstatic NodeToLabelSyntaxLabels.createNodeToLabel()Default setup - scope by document, relabel BNodes ids to short formsstatic NodeToLabelSyntaxLabels.createNodeToLabelAsGiven()Raw string label setupstatic NodeToLabelSyntaxLabels.createNodeToLabelRT()Round-trip setup