public class NodeFmtLib extends Object
Constructor and Description |
---|
NodeFmtLib() |
Modifier and Type | Method and Description |
---|---|
static String |
abbrevByBase(String uri,
String base) |
static String |
decodeBNodeLabel(String label) |
static String |
encodeBNodeLabel(String label) |
static void |
serialize(Writer w,
Node n,
Prologue prologue) |
static void |
serialize(Writer w,
Node n,
String base,
PrefixMap prefixMap) |
static String |
str(Node n) |
static String |
str(Quad q) |
static String |
str(Triple t) |
static void |
str(Writer w,
Node n) |
static String |
strNodes(Node... nodes) |
Licenced under the Apache License, Version 2.0