Click or drag to resize

PlainNodeFormatter Class

Inheritance Hierarchy
SystemObject
  BaseFormatter
    QNameFormatter
      IIB.ICDD.HandlingPlainNodeFormatter

Namespace: IIB.ICDD.Handling
Assembly: IIB.ICDD (in IIB.ICDD.dll) Version: 1.0.0
Syntax
C#
public class PlainNodeFormatter : QNameFormatter

The PlainNodeFormatter type exposes the following members.

Constructors
 NameDescription
Public methodPlainNodeFormatterInitializes a new instance of the PlainNodeFormatter class
Top
Properties
 NameDescription
Public propertyFormatName Gets the Format Name.
(Inherited from BaseFormatter)
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodFormat(INode) Formats a Node as a String.
(Inherited from BaseFormatter)
Public methodFormat(SparqlResult) Formats a SPARQL Result for the given format.
(Inherited from BaseFormatter)
Public methodFormat(Triple) Formats a Triple as a String.
(Inherited from BaseFormatter)
Public methodFormat(INode, NullableTripleSegment) Formats a Node as a String.
(Inherited from BaseFormatter)
Public methodFormatBooleanResult Formats a SPARQL Boolean Result for the given format.
(Inherited from BaseFormatter)
Public methodFormatChar(Char)Obsolete.
Formats a Character for the given Format.
(Inherited from BaseFormatter)
Public methodFormatChar(Char) Formats a sequence of characters as a String.
(Inherited from BaseFormatter)
Public methodFormatNamespace
(Overrides QNameFormatter.FormatNamespace(String, Uri))
Public methodFormatUri(String) Formats a URI as a String for full Output.
(Inherited from BaseFormatter)
Public methodFormatUri(Uri) Formats a URI as a String for full Output.
(Inherited from BaseFormatter)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Gets the Name of the Format this Format uses.
(Inherited from BaseFormatter)
Top
See Also