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
Constructors -
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 or and base direction.void
formatLitLang
(org.apache.jena.atlas.io.AWriter w, String lex, String langTag) String with language tagvoid
formatLitLangDir
(org.apache.jena.atlas.io.AWriter w, String lex, String langTag, String direction) String with language tag and base direction (RDF 1.2)void
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 -
formatLitLangDir
public void formatLitLangDir(org.apache.jena.atlas.io.AWriter w, String lex, String langTag, String direction) Description copied from interface:NodeFormatter
String with language tag and base direction (RDF 1.2) -
formatLitDT
Description copied from interface:NodeFormatter
Literal with datatype, not a simple literal, not an xsd:string (RDF 1.1), no language tag or and base direction.
-