Click or drag to resize

PlainNodeFormatter Methods

The PlainNodeFormatter type exposes the following members.

Methods
  Name Description
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public method Format(INode) Formats a Node as a String.
(Inherited from BaseFormatter)
Public method Format(SparqlResult) Formats a SPARQL Result for the given format.
(Inherited from BaseFormatter)
Public method Format(Triple) Formats a Triple as a String.
(Inherited from BaseFormatter)
Public method Format(INode, NullableTripleSegment) Formats a Node as a String.
(Inherited from BaseFormatter)
Public method FormatBooleanResult Formats a SPARQL Boolean Result for the given format.
(Inherited from BaseFormatter)
Public method FormatChar(Char) Obsolete.
Formats a Character for the given Format.
(Inherited from BaseFormatter)
Public method FormatChar(Char) Formats a sequence of characters as a String.
(Inherited from BaseFormatter)
Public method FormatNamespace
(Overrides QNameFormatter.FormatNamespace(String, Uri))
Public method FormatUri(String) Formats a URI as a String for full Output.
(Inherited from BaseFormatter)
Public method FormatUri(Uri) Formats a URI as a String for full Output.
(Inherited from BaseFormatter)
Public method GetHashCode Serves as the default hash function.
(Inherited from Object)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method ToString Gets the Name of the Format this Format uses.
(Inherited from BaseFormatter)
Top
See Also