public class JenaNodeFormatter extends Object
Node to a String format that will round trip back to the same Node via
JenaNodeCreator. This does not conform to any particular standard. In particular, there is no need
to spend the time to escape special characters within literal strings and JenaNodeCreator does not
unescape special characters.| Modifier and Type | Method and Description |
|---|---|
static String |
format(org.apache.jena.graph.Node node) |
static String |
format(org.apache.jena.rdf.model.RDFNode n) |
Copyright © 2018 DataWeb Research. All rights reserved.