Uses of Class
org.apache.jena.riot.out.NodeToLabel
-
Packages that use NodeToLabel Package Description org.apache.jena.riot.out org.apache.jena.riot.system -
-
Uses of NodeToLabel in org.apache.jena.riot.out
Methods in org.apache.jena.riot.out that return NodeToLabel Modifier and Type Method Description static 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 NodeToLabel Constructor Description NodeFormatterTTL(java.lang.String baseIRI, PrefixMap prefixMap, NodeToLabel nodeToLabel)NodeFormatterTTL_MultiLine(java.lang.String baseIRI, PrefixMap prefixMap, NodeToLabel nodeToLabel) -
Uses of NodeToLabel in org.apache.jena.riot.system
Methods in org.apache.jena.riot.system that return NodeToLabel Modifier and Type Method Description static NodeToLabelSyntaxLabels. createNodeToLabel()Default setup - scope by document, relabel BNodes ids to short formsstatic NodeToLabelSyntaxLabels. createNodeToLabelAsGiven()Raw string label setupstatic NodeToLabelSyntaxLabels. createNodeToLabelRT()Round-trip setup
-