dotNetRDF API Documentation

ILiteralNode Interface

Interface for Literal Nodes

For a list of all members of this type, see ILiteralNode Members .

public interface ILiteralNode : INode, IComparable<INode>, IComparable<IBlankNode>, IComparable<IGraphLiteralNode>, IComparable<ILiteralNode>, IComparable<IUriNode>, IComparable<IVariableNode>, IEquatable<INode>, IEquatable<IBlankNode>, IEquatable<IGraphLiteralNode>, IEquatable<ILiteralNode>, IEquatable<IUriNode>, IEquatable<IVariableNode>, ISerializable, IXmlSerializable

Types that implement ILiteralNode

Type Description
BaseLiteralNode Abstract Base Class for Literal Nodes
LiteralNode Class for representing Literal Nodes
BooleanNode Valued Node representing boolean values
ByteNode Valued node representing a byte (8-bit unsigned integer)
DateNode Valued Node representing a Date value
DateTimeNode Valued Node representing a Date Time value
DecimalNode A Valued Node representing decimal nodes
DoubleNode A Valued Node representing double values
FloatNode A Valued Node representing float values
LongNode A Valued Node with a Long value
NumericNode A Valued Node with a numeric value
SignedByteNode Value node representing a signed byte (8-bit signed integer)
StringNode Valued node whose value is a string or can only be converted to a string
TimeSpanNode Valued Node representing a Time Span value
UnsignedLongNode A Valued Node with a unsigned long value
BaseVirtualLiteralNode(TNodeID,TGraphID) Abstract Base implementation of a Virtual Literal Node
SimpleVirtualLiteralNode Simple implementation of a Virtual Literal Node where the virtual IDs are integers

Requirements

Namespace: VDS.RDF

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

ILiteralNode Members | VDS.RDF Namespace