java.lang.Object
org.apache.jena.riot.out.NodeFormatterBase
org.apache.jena.riot.out.NodeFormatterNT
- All Implemented Interfaces:
NodeFormatter
- Direct Known Subclasses:
NodeFormatterTTL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
formatBNode
(org.apache.jena.atlas.io.AWriter w, String label) void
formatLitDT
(org.apache.jena.atlas.io.AWriter w, String lex, String datatypeURI) Literal with datatype, not a simple literal, not an xsd:string (RDF 1.1), no language tag.void
formatLitLang
(org.apache.jena.atlas.io.AWriter w, String lex, String langTag) String with language tagvoid
formatLitString
(org.apache.jena.atlas.io.AWriter w, String lex) Plain string / xsd:string (RDF 1.1)void
void
Methods inherited from class org.apache.jena.riot.out.NodeFormatterBase
format, formatBNode, formatLiteral, formatURI, formatVar
-
Constructor Details
-
NodeFormatterNT
public NodeFormatterNT() -
NodeFormatterNT
public NodeFormatterNT(org.apache.jena.atlas.lib.CharSpace charSpace)
-
-
Method Details
-
formatURI
-
formatVar
-
formatBNode
-
formatLitString
Description copied from interface:NodeFormatter
Plain string / xsd:string (RDF 1.1) -
formatLitLang
Description copied from interface:NodeFormatter
String with language tag -
formatLitDT
Description copied from interface:NodeFormatter
Literal with datatype, not a simple literal, not an xsd:string (RDF 1.1), no language tag.
-