|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodeFormatter
Method Summary | |
---|---|
void |
format(Writer w,
com.hp.hpl.jena.graph.Node n)
|
void |
formatBNode(Writer w,
com.hp.hpl.jena.graph.Node n)
Node is guaranteed to be a blank node |
void |
formatBNode(Writer w,
String label)
|
void |
formatLitDT(Writer w,
String lex,
String datatypeURI)
Literal with datatype, not a simple literal, not an xsd:string (RDF 1.1), no language tag. |
void |
formatLiteral(Writer w,
com.hp.hpl.jena.graph.Node n)
Node is guaranteed to be a literal |
void |
formatLitLang(Writer w,
String lex,
String langTag)
String with language tag |
void |
formatLitString(Writer w,
String lex)
Plain string / xsd:string (RDF 1.1) |
void |
formatURI(Writer w,
com.hp.hpl.jena.graph.Node n)
Node is guaranteed to be a URI node |
void |
formatURI(Writer w,
String uriStr)
|
void |
formatVar(Writer w,
com.hp.hpl.jena.graph.Node n)
|
void |
formatVar(Writer w,
String name)
|
Method Detail |
---|
void format(Writer w, com.hp.hpl.jena.graph.Node n)
void formatURI(Writer w, com.hp.hpl.jena.graph.Node n)
void formatURI(Writer w, String uriStr)
void formatVar(Writer w, com.hp.hpl.jena.graph.Node n)
void formatVar(Writer w, String name)
void formatBNode(Writer w, com.hp.hpl.jena.graph.Node n)
void formatBNode(Writer w, String label)
void formatLiteral(Writer w, com.hp.hpl.jena.graph.Node n)
void formatLitString(Writer w, String lex)
void formatLitLang(Writer w, String lex, String langTag)
void formatLitDT(Writer w, String lex, String datatypeURI)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |