SparqlFormatter Class |
Namespace: VDS.RDF.Writing.Formatting
The SparqlFormatter type exposes the following members.
| Name | Description | |
|---|---|---|
| SparqlFormatter |
Creates a new SPARQL Formatter.
| |
| SparqlFormatter(IGraph) |
Creates a new SPARQL Formatter using the given Graph.
| |
| SparqlFormatter(INamespaceMapper) |
Creates a new SPARQL Formatter using the given Namespace Map.
|
| Name | Description | |
|---|---|---|
| FormatName |
Gets the Format Name.
(Inherited from BaseFormatter.) |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Escape |
Applies escapes to the given value.
(Inherited from BaseFormatter.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| 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.
| |
| FormatAggregate |
Formats a SPARQL Aggregate.
| |
| FormatBaseUri |
Formats a Base URI Declaration.
(Overrides TurtleFormatterFormatBaseUri(Uri).) | |
| FormatBlankNode |
Formats a Blank Node as a String.
(Inherited from TurtleFormatter.) | |
| FormatBooleanResult |
Formats a Boolean Result.
(Overrides BaseFormatterFormatBooleanResult(Boolean).) | |
| FormatChar(Char) | Obsolete.
Formats a Character for the given Format.
(Inherited from BaseFormatter.) | |
| FormatChar(Char) |
Formats a sequence of characters as a String.
(Inherited from BaseFormatter.) | |
| FormatDescribeVariablesList |
Formats the Variable/QName/URI for a SPARQL DESCRIBE Query.
| |
| FormatExpression |
Formats a SPARQL Expression.
| |
| FormatGraphLiteralNode |
Formats a Graph Literal Node as a String for the given Format.
(Inherited from BaseFormatter.) | |
| FormatGroupBy |
Formats a SPARQL GROUP BY Clause.
| |
| FormatInlineData |
Formats the Inline Data portion of a Query.
| |
| FormatLiteralNode |
Formats a Literal Node as a String.
(Inherited from TurtleFormatter.) | |
| FormatNamespace |
Formats a Namespace Declaration.
(Overrides TurtleFormatterFormatNamespace(String, Uri).) | |
| FormatOrderBy |
Formats a SPARQL ORDER BY Clause.
| |
| FormatPath |
Formats a SPARQL Property Path.
| |
| FormatUri(String) |
Formats a URI as a String for full Output.
(Inherited from BaseFormatter.) | |
| FormatUri(Uri) |
Formats a URI as a String for full Output.
(Inherited from BaseFormatter.) | |
| FormatUriNode |
Formats a URI Node using QName compression if possible.
(Inherited from QNameFormatter.) | |
| FormatVariableNode |
Formats a Variable Node in SPARQL Syntax.
(Overrides BaseFormatterFormatVariableNode(IVariableNode, NullableTripleSegment).) | |
| FormatVariablesList |
Formats the Variable List for a SPARQL Query.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsValidQName |
Determines whether a QName is valid.
(Overrides QNameFormatterIsValidQName(String).) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Gets the Name of the Format this Format uses.
(Inherited from BaseFormatter.) |
| Name | Description | |
|---|---|---|
| _litMustEscape |
Set of characters that must be escaped for Literals.
(Inherited from TurtleFormatter.) | |
| _longLitMustEscape |
Set of characters that must be escaped for Long Literals.
(Inherited from TurtleFormatter.) | |
| _qnameMapper |
QName Map used for compressing URIs to QNames.
(Inherited from QNameFormatter.) |