public class NodeFormatterTTL extends NodeFormatterNT
| Constructor and Description |
|---|
NodeFormatterTTL(String baseIRI,
PrefixMap prefixMap) |
NodeFormatterTTL(String baseIRI,
PrefixMap prefixMap,
NodeToLabel nodeToLabel) |
| Modifier and Type | Method and Description |
|---|---|
void |
formatBNode(AWriter w,
Node n)
Node is guaranteed to be a blank node
|
void |
formatLitDT(AWriter w,
String lex,
String datatypeURI)
Literal with datatype, not a simple literal, not an xsd:string (RDF 1.1), no language tag.
|
void |
formatURI(AWriter w,
String uriStr) |
formatBNode, formatLitLang, formatLitString, formatVarformat, formatLiteral, formatURI, formatVarpublic NodeFormatterTTL(String baseIRI, PrefixMap prefixMap, NodeToLabel nodeToLabel)
public void formatURI(AWriter w, String uriStr)
formatURI in interface NodeFormatterformatURI in class NodeFormatterNTpublic void formatBNode(AWriter w, Node n)
NodeFormatterformatBNode in interface NodeFormatterformatBNode in class NodeFormatterBasepublic void formatLitDT(AWriter w, String lex, String datatypeURI)
NodeFormatterformatLitDT in interface NodeFormatterformatLitDT in class NodeFormatterNTLicenced under the Apache License, Version 2.0