public abstract class NodeFormatterBase extends Object implements NodeFormatter
Constructor and Description |
---|
NodeFormatterBase() |
Modifier and Type | Method and Description |
---|---|
void |
format(AWriter w,
Node n) |
void |
formatBNode(AWriter w,
Node n)
Node is guaranteed to be a blank node
|
void |
formatLiteral(AWriter w,
Node n)
Node is guaranteed to be a literal
|
void |
formatURI(AWriter w,
Node n)
Node is guaranteed to be a URI node
|
void |
formatVar(AWriter w,
Node n) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
formatBNode, formatLitDT, formatLitLang, formatLitString, formatURI, formatVar
public void format(AWriter w, Node n)
format
in interface NodeFormatter
public void formatURI(AWriter w, Node n)
NodeFormatter
formatURI
in interface NodeFormatter
public void formatBNode(AWriter w, Node n)
NodeFormatter
formatBNode
in interface NodeFormatter
public void formatLiteral(AWriter w, Node n)
NodeFormatter
formatLiteral
in interface NodeFormatter
public void formatVar(AWriter w, Node n)
formatVar
in interface NodeFormatter
Licenced under the Apache License, Version 2.0