BaseFormatter Methods |
The BaseFormatter type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Escape |
Applies escapes to the given value.
| |
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(INode) |
Formats a Node as a String.
| |
Format(SparqlResult) |
Formats a SPARQL Result for the given format.
| |
Format(Triple) |
Formats a Triple as a String.
| |
Format(INode, NullableTripleSegment) |
Formats a Node as a String.
| |
FormatBlankNode |
Formats a Blank Node as a String for the given Format.
| |
FormatBooleanResult |
Formats a SPARQL Boolean Result for the given format.
| |
FormatChar(Char) | Obsolete.
Formats a Character for the given Format.
| |
FormatChar(Char) |
Formats a sequence of characters as a String.
| |
FormatGraphLiteralNode |
Formats a Graph Literal Node as a String for the given Format.
| |
FormatLiteralNode |
Formats a Literal Node as a String for the given Format.
| |
FormatUri(String) |
Formats a URI as a String for full Output.
| |
FormatUri(Uri) |
Formats a URI as a String for full Output.
| |
FormatUriNode |
Formats a URI Node as a String for the given Format.
| |
FormatVariableNode |
Formats a Variable Node as a String for the given Format.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Gets the Name of the Format this Format uses.
(Overrides ObjectToString.) |