BaseLiteralNode Class |
Namespace: VDS.RDF
[SerializableAttribute] public abstract class BaseLiteralNode : BaseNode, 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, IEquatable<BaseLiteralNode>, IComparable<BaseLiteralNode>
The BaseLiteralNode type exposes the following members.
Name | Description | |
---|---|---|
BaseLiteralNode |
Deserialization Only Constructor.
| |
BaseLiteralNode(SerializationInfo, StreamingContext) |
Deserialization Constructor.
| |
BaseLiteralNode(IGraph, String) |
Internal Only Constructor for Literal Nodes.
| |
BaseLiteralNode(IGraph, String, Boolean) |
Internal Only Constructor for Literal Nodes.
| |
BaseLiteralNode(IGraph, String, String) |
Internal Only Constructor for Literal Nodes.
| |
BaseLiteralNode(IGraph, String, Uri) |
Internal Only Constructor for Literal Nodes.
| |
BaseLiteralNode(IGraph, String, String, Boolean) |
Internal Only Constructor for Literal Nodes.
| |
BaseLiteralNode(IGraph, String, Uri, Boolean) |
Internal Only Constructor for Literal Nodes.
|
Name | Description | |
---|---|---|
DataType |
Gives the Data Type Uri for the Literal (if it exists) or a null.
| |
Graph |
Nodes belong to a Graph.
(Inherited from BaseNode.) | |
GraphUri |
Gets/Sets the Graph Uri of the Node.
(Inherited from BaseNode.) | |
Language |
Gives the Language Specifier for the Literal (if it exists) or the Empty String.
| |
NodeType |
Nodes have a Type.
(Inherited from BaseNode.) | |
Value |
Gives the String Value of the Literal.
|
Name | Description | |
---|---|---|
CompareTo(BaseLiteralNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
| |
CompareTo(IBlankNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Overrides BaseNodeCompareTo(IBlankNode).) | |
CompareTo(IGraphLiteralNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Overrides BaseNodeCompareTo(IGraphLiteralNode).) | |
CompareTo(ILiteralNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Overrides BaseNodeCompareTo(ILiteralNode).) | |
CompareTo(INode) |
Implementation of CompareTo for Literal Nodes.
(Overrides BaseNodeCompareTo(INode).) | |
CompareTo(IUriNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Overrides BaseNodeCompareTo(IUriNode).) | |
CompareTo(IVariableNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Overrides BaseNodeCompareTo(IVariableNode).) | |
Equals(Object) |
Implementation of the Equals method for Literal Nodes.
(Overrides BaseNodeEquals(Object).) | |
Equals(BaseLiteralNode) |
Determines whether this Node is equal to a Literal Node.
| |
Equals(IBlankNode) |
Determines whether this Node is equal to a Blank Node (should always be false).
(Overrides BaseNodeEquals(IBlankNode).) | |
Equals(IGraphLiteralNode) |
Determines whether this Node is equal to a Graph Literal Node (should always be false).
(Overrides BaseNodeEquals(IGraphLiteralNode).) | |
Equals(ILiteralNode) |
Determines whether this Node is equal to a Literal Node.
(Overrides BaseNodeEquals(ILiteralNode).) | |
Equals(INode) |
Implementation of the Equals method for Literal Nodes.
(Overrides BaseNodeEquals(INode).) | |
Equals(IUriNode) |
Determines whether this Node is equal to a URI Node (should always be false).
(Overrides BaseNodeEquals(IUriNode).) | |
Equals(IVariableNode) |
Determines whether this Node is equal to a Variable Node (should always be false).
(Overrides BaseNodeEquals(IVariableNode).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode |
Gets a Hash Code for a Node.
(Inherited from BaseNode.) | |
GetObjectData |
Gets the serialization information.
(Overrides BaseNodeGetObjectData(SerializationInfo, StreamingContext).) | |
GetSchema |
Gets the schema for XML serialization.
(Inherited from BaseNode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ReadXml |
Reads the data for XML deserialization.
(Overrides BaseNodeReadXml(XmlReader).) | |
ToString |
Gets a String representation of a Literal Node.
(Overrides BaseNodeToString.) | |
ToString(INodeFormatter) |
Gets the String representation of the Node formatted with the given Node formatter.
(Inherited from BaseNode.) | |
ToString(INodeFormatter, TripleSegment) |
Gets the String representation of the Node formatted with the given Node formatter.
(Inherited from BaseNode.) | |
WriteXml |
Writes the data for XML serialization.
(Overrides BaseNodeWriteXml(XmlWriter).) |
Name | Description | |
---|---|---|
_graph |
Reference to the Graph that the Node belongs to.
(Inherited from BaseNode.) | |
_graphUri |
Uri of the Graph that the Node belongs to.
(Inherited from BaseNode.) | |
_hashcode |
Stores the computed Hash Code for this Node.
(Inherited from BaseNode.) | |
_nodetype |
Node Type for the Node.
(Inherited from BaseNode.) |
Name | Description | |
---|---|---|
AsDynamic |
Dynamically wraps a node.
(Defined by DynamicExtensions.) | |
AsValuedNode |
Takes a INode and converts it to a IValuedNode if it is not already an instance that implements the interface.
(Defined by ValuedNodeExtensions.) | |
CopyNode(IGraph) | Overloaded.
Copies a Node to the target Graph.
(Defined by Extensions.) | |
CopyNode(IGraph, Boolean) | Overloaded.
Copies a Node to the target Graph.
(Defined by Extensions.) | |
IsListRoot |
Gets whether a given Node is valid as a List Root, this does not guarantee that the list itself is valid simply that the Node appears to be the root of a list.
(Defined by Extensions.) |