TurtleW3CFormatter Class |
Namespace: VDS.RDF.Writing.Formatting
The TurtleW3CFormatter type exposes the following members.
| Name | Description | |
|---|---|---|
| TurtleW3CFormatter |
Creates a new Turtle Formatter.
| |
| TurtleW3CFormatter(String) |
Creates a new Turtle Formatter.
| |
| TurtleW3CFormatter(IGraph) |
Creates a new Turtle Formatter for the given Graph.
| |
| TurtleW3CFormatter(INamespaceMapper) |
Creates a new Turtle Formatter for the given Namespace Map.
| |
| TurtleW3CFormatter(QNameOutputMapper) |
Creates a new Turtle Formatter that uses the given QName mapper.
| |
| TurtleW3CFormatter(String, IGraph) |
Creates a new Turtle Formatter.
| |
| TurtleW3CFormatter(String, INamespaceMapper) |
Creates a new Turtle Formatter.
| |
| TurtleW3CFormatter(String, QNameOutputMapper) |
Creates a new Turtle Formatter.
|
| 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(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.) | |
| FormatBaseUri |
Formats a Base URI declaration as a @base declaration.
(Inherited from TurtleFormatter.) | |
| FormatBlankNode |
Formats a Blank Node as a String.
(Inherited from TurtleFormatter.) | |
| FormatBooleanResult |
Formats a SPARQL Boolean Result for the given format.
(Inherited from BaseFormatter.) | |
| 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.) | |
| FormatGraphLiteralNode |
Formats a Graph Literal Node as a String for the given Format.
(Inherited from BaseFormatter.) | |
| FormatLiteralNode |
Formats a Literal Node as a String.
(Inherited from TurtleFormatter.) | |
| FormatNamespace |
Formats a Namespace Decalaration as a @prefix declaration.
(Inherited from TurtleFormatter.) | |
| 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 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.) | |
| IsValidQName |
Gets whether a QName is valid in Turtle as specified by the W3C.
(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.) |