public class NodeFormatterNT extends NodeFormatterBase
Constructor and Description |
---|
NodeFormatterNT() |
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, formatVar
public void formatLitString(AWriter w, String lex)
NodeFormatter
public void formatLitLang(AWriter w, String lex, String langTag)
NodeFormatter
public void formatLitDT(AWriter w, String lex, String datatypeURI)
NodeFormatter
Licenced under the Apache License, Version 2.0