public class FedoraNodeFormatterTTL extends org.apache.jena.riot.out.NodeFormatterTTL
Modifier and Type | Field and Description |
---|---|
protected static String |
dtDecimal |
protected static String |
dtDouble |
protected static String |
dtInteger |
Constructor and Description |
---|
FedoraNodeFormatterTTL(String baseIRI,
org.apache.jena.riot.system.PrefixMap prefixMap,
org.apache.jena.riot.out.NodeToLabel nodeToLabel) |
Modifier and Type | Method and Description |
---|---|
void |
formatLiteral(org.apache.jena.atlas.io.AWriter w,
org.apache.jena.graph.Node n) |
protected boolean |
writeLiteralAbbreviated(org.apache.jena.atlas.io.AWriter w,
String lex,
String datatypeURI)
Write in a short form, e.g.
|
formatBNode, formatLitDT, formatURI, writeLiteralLongForm, writeLiteralOneLine
formatBNode, formatLitLang, formatLitString, formatVar
public FedoraNodeFormatterTTL(String baseIRI, org.apache.jena.riot.system.PrefixMap prefixMap, org.apache.jena.riot.out.NodeToLabel nodeToLabel)
baseIRI
- prefixMap
- nodeToLabel
- public void formatLiteral(org.apache.jena.atlas.io.AWriter w, org.apache.jena.graph.Node n)
formatLiteral
in interface org.apache.jena.riot.out.NodeFormatter
formatLiteral
in class org.apache.jena.riot.out.NodeFormatterBase
w
- n
- protected boolean writeLiteralAbbreviated(org.apache.jena.atlas.io.AWriter w, String lex, String datatypeURI)
writeLiteralAbbreviated
in class org.apache.jena.riot.out.NodeFormatterTTL
Copyright © 2013–2018 DuraSpace, Inc.. All rights reserved.