Click or drag to resize

IQueryFormatter Interface

Interface for classes which can format SPARQL Queries into Strings.

Namespace:  VDS.RDF.Writing.Formatting
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface IQueryFormatter : INodeFormatter, 
	IUriFormatter
Methods
  NameDescription
Public methodFormat(GraphPattern)
Formats a Graph Pattern into a String.
Public methodFormat(INode)
Formats a Node as a String.
(Inherited from INodeFormatter.)
Public methodFormat(ITriplePattern)
Formats a Triple Pattern into a String.
Public methodFormat(SparqlQuery)
Formats a SPARQL Query into a String.
Public methodFormat(INode, NullableTripleSegment)
Formats a Node as a String for a specific segment of a Triple.
(Inherited from INodeFormatter.)
Public methodFormat(PatternItem, NullableTripleSegment)
Formats a Triple Pattern item into a String.
Public methodFormatUri(String)
Formats a URI as a String.
(Inherited from IUriFormatter.)
Public methodFormatUri(Uri)
Formats a URI as a String.
(Inherited from IUriFormatter.)
Top
See Also