NTriplesFormatter Class |
Namespace: VDS.RDF.Writing.Formatting
The NTriplesFormatter type exposes the following members.
| Name | Description | |
|---|---|---|
| NTriplesFormatter |
Creates a new NTriples Formatter.
| |
| NTriplesFormatter(String) |
Creates a new NTriples Formatter.
| |
| NTriplesFormatter(NTriplesSyntax) |
Creates a new NTriples Formatter.
| |
| NTriplesFormatter(NTriplesSyntax, String) |
Creates a new NTriples formatter.
|
| Name | Description | |
|---|---|---|
| FormatName |
Gets the Format Name.
(Inherited from BaseFormatter.) | |
| Syntax |
Gets the NTriples syntax being used.
|
| 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(INode) |
Formats a Node as a String.
(Inherited from BaseFormatter.) | |
| Format(SparqlResult) |
Formats a SPARQL Result for the given format.
(Inherited from BaseFormatter.) | |
| Format(Triple) |
Formats a Triple as a String.
(Inherited from BaseFormatter.) | |
| Format(INode, NullableTripleSegment) |
Formats a Node as a String.
(Inherited from BaseFormatter.) | |
| FormatBlankNode |
Formats a Blank Node.
(Overrides BaseFormatterFormatBlankNode(IBlankNode, NullableTripleSegment).) | |
| FormatBooleanResult |
Formats a SPARQL Boolean Result for the given format.
(Inherited from BaseFormatter.) | |
| FormatChar(Char) | Obsolete.
Formats a Character.
(Overrides BaseFormatterFormatChar(Char).) | |
| FormatChar(Char) |
Formats a sequence of characters as a String.
(Overrides BaseFormatterFormatChar(Char).) | |
| FormatGraphLiteralNode |
Formats a Graph Literal Node as a String for the given Format.
(Inherited from BaseFormatter.) | |
| FormatLiteralNode |
Formats a Literal Node.
(Overrides BaseFormatterFormatLiteralNode(ILiteralNode, NullableTripleSegment).) | |
| FormatUri(String) |
Formats a URI as a String for full Output.
(Overrides BaseFormatterFormatUri(String).) | |
| FormatUri(Uri) |
Formats a URI as a String for full Output.
(Overrides BaseFormatterFormatUri(Uri).) | |
| FormatUriNode |
Formats a URI Node.
(Overrides BaseFormatterFormatUriNode(IUriNode, NullableTripleSegment).) | |
| FormatVariableNode |
Formats a Variable Node as a String for the given Format.
(Inherited from BaseFormatter.) | |
| 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.
(Inherited from BaseFormatter.) |