public class NodeFormatterNT extends NodeFormatterBase
| Constructor and Description |
|---|
NodeFormatterNT() |
NodeFormatterNT(CharSpace charSpace) |
| Modifier and Type | Method and Description |
|---|---|
void |
formatBNode(AWriter w,
String label) |
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 |
formatLitLang(AWriter w,
String lex,
String langTag)
String with language tag
|
void |
formatLitString(AWriter w,
String lex)
Plain string / xsd:string (RDF 1.1)
|
void |
formatURI(AWriter w,
String uriStr) |
void |
formatVar(AWriter w,
String name) |
format, formatBNode, formatLiteral, formatURI, formatVarpublic NodeFormatterNT()
public NodeFormatterNT(CharSpace charSpace)
public void formatLitString(AWriter w, String lex)
NodeFormatterpublic void formatLitLang(AWriter w, String lex, String langTag)
NodeFormatterpublic void formatLitDT(AWriter w, String lex, String datatypeURI)
NodeFormatterLicenced under the Apache License, Version 2.0