Click or drag to resize

SparqlFormatterFormat Method

Overload List
  NameDescription
Public methodFormat(GraphPattern)
Formats a Graph Pattern in nicely formatted SPARQL syntax.
Public methodFormat(INode)
Formats a Node as a String.
(Inherited from BaseFormatter.)
Public methodFormat(ITriplePattern)
Formats a Triple Pattern in nicely formatted SPARQL syntax.
Public methodFormat(SparqlQuery)
Formats a Query in nicely formatted SPARQL syntax.
Public methodFormat(SparqlResult)
Formats a SPARQL Result using this Formatter to format the Node values for each Variable.
(Overrides BaseFormatterFormat(SparqlResult).)
Public methodFormat(Triple)
Formats a Triple as a String.
(Inherited from BaseFormatter.)
Public methodFormat(INode, NullableTripleSegment)
Formats a Node as a String.
(Inherited from BaseFormatter.)
Public methodFormat(PatternItem, NullableTripleSegment)
Formats a Pattern Item in nicely formatted SPARQL syntax.
Top
See Also