public class NodeFormatterNT extends NodeFormatterBase
| Constructor and Description |
|---|
NodeFormatterNT() |
| Modifier and Type | Method and Description |
|---|---|
void |
formatBNode(Writer w,
String label) |
void |
formatLitDT(Writer w,
String lex,
String datatypeURI)
Literal with datatype, not a simple literal, not an xsd:string (RDF 1.1), no language tag.
|
void |
formatLitLang(Writer w,
String lex,
String langTag)
String with language tag
|
void |
formatLitString(Writer w,
String lex)
Plain string / xsd:string (RDF 1.1)
|
void |
formatURI(Writer w,
String uriStr) |
void |
formatVar(Writer w,
String name) |
format, formatBNode, formatLiteral, formatURI, formatVarpublic void formatLitString(Writer w, String lex)
NodeFormatterpublic void formatLitLang(Writer w, String lex, String langTag)
NodeFormatterpublic void formatLitDT(Writer w, String lex, String datatypeURI)
NodeFormatterLicenced under the Apache License, Version 2.0