SparqlFormatterFormat Method | 
| Name | Description | |
|---|---|---|
| Format(GraphPattern) | 
            Formats a Graph Pattern in nicely formatted SPARQL syntax.
              | |
| Format(INode) | 
            Formats a Node as a String.
              (Inherited from BaseFormatter.) | |
| Format(ITriplePattern) | 
            Formats a Triple Pattern in nicely formatted SPARQL syntax.
              | |
| Format(SparqlQuery) | 
            Formats a Query in nicely formatted SPARQL syntax.
              | |
| Format(SparqlResult) | 
            Formats a SPARQL Result using this Formatter to format the Node values for each Variable.
              (Overrides BaseFormatterFormat(SparqlResult).) | |
| Format(Triple) | 
            Formats a Triple as a String.
              (Inherited from BaseFormatter.) | |
| Format(INode, NullableTripleSegment) | 
            Formats a Node as a String.
              (Inherited from BaseFormatter.) | |
| Format(PatternItem, NullableTripleSegment) | 
            Formats a Pattern Item in nicely formatted SPARQL syntax.
              |