|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openjena.riot.out.NodeFmtLib
public class NodeFmtLib
Presentation utilitiles for Nodes, Triples, Quads and more
| Constructor Summary | |
|---|---|
NodeFmtLib()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NodeFmtLib()
| Method Detail |
|---|
public static String str(Triple t)
public static String str(Quad q)
public static String strNodes(Node... nodes)
public static String str(Node n)
public static void str(Writer w,
Node n)
public static void serialize(Writer w,
Node n,
Prologue prologue)
public static void serialize(Writer w,
Node n,
String base,
PrefixMap prefixMap)
public static String encodeBNodeLabel(String label)
public static String decodeBNodeLabel(String label)
public static String abbrevByBase(String uri,
String base)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||