public interface NodeFormatter
void format(org.apache.jena.atlas.io.AWriter w, Node n)
void formatURI(org.apache.jena.atlas.io.AWriter w, Node n)
void formatURI(org.apache.jena.atlas.io.AWriter w, String uriStr)
void formatVar(org.apache.jena.atlas.io.AWriter w, Node n)
void formatVar(org.apache.jena.atlas.io.AWriter w, String name)
void formatBNode(org.apache.jena.atlas.io.AWriter w, Node n)
void formatBNode(org.apache.jena.atlas.io.AWriter w, String label)
void formatLiteral(org.apache.jena.atlas.io.AWriter w, Node n)
void formatLitString(org.apache.jena.atlas.io.AWriter w, String lex)
void formatLitLang(org.apache.jena.atlas.io.AWriter w, String lex, String langTag)
void formatLitDT(org.apache.jena.atlas.io.AWriter w, String lex, String datatypeURI)
Licenced under the Apache License, Version 2.0