org.openjena.riot.out
Class NodeFormatterTTL
java.lang.Object
org.openjena.riot.out.NodeFormatterBase
org.openjena.riot.out.NodeFormatterNT
org.openjena.riot.out.NodeFormatterTTL
- All Implemented Interfaces:
- NodeFormatter
public class NodeFormatterTTL
- extends NodeFormatterNT
NodeFormatterTTL
public NodeFormatterTTL(String baseIRI,
PrefixMap prefixMap)
formatURI
public void formatURI(Writer w,
String uriStr)
- Specified by:
formatURI
in interface NodeFormatter
- Overrides:
formatURI
in class NodeFormatterNT
isCharsExtra
public static boolean isCharsExtra(int ch)
formatLitDT
public void formatLitDT(Writer w,
String lex,
String datatypeURI)
- Description copied from interface:
NodeFormatter
- Literal with datatype, not a simple literal, not an xsd:string (RDF 1.1), no language tag.
- Specified by:
formatLitDT
in interface NodeFormatter
- Overrides:
formatLitDT
in class NodeFormatterNT
Licenced under the Apache License, Version 2.0