Class WrapperNode
Abstract decorator for Nodes to make it easier to layer functionality on top of existing implementations.
Assembly: dotNetRdf.dll
Syntax
public abstract class WrapperNode : IBlankNode, IUriNode, IRefNode, ILiteralNode, INode, IComparable<INode>, IComparable<IBlankNode>, IComparable<IGraphLiteralNode>, IComparable<ILiteralNode>, IComparable<IUriNode>, IComparable<IVariableNode>, IComparable<IRefNode>, IComparable<ITripleNode>, IEquatable<INode>, IEquatable<IBlankNode>, IEquatable<IGraphLiteralNode>, IEquatable<ILiteralNode>, IEquatable<IUriNode>, IEquatable<IVariableNode>, IEquatable<IRefNode>, IEquatable<ITripleNode>
Constructors
|
Edit this page
View Source
WrapperNode(INode)
Declaration
protected WrapperNode(INode node)
Parameters
Type |
Name |
Description |
INode |
node |
The node this is a wrapper around.
|
Exceptions
Properties
|
Edit this page
View Source
Node
Gets the underlying node this is a wrapper around.
Declaration
protected INode Node { get; }
Property Value
|
Edit this page
View Source
NodeType
Declaration
public NodeType NodeType { get; }
Property Value
Methods
|
Edit this page
View Source
CompareTo(IBlankNode)
Declaration
public int CompareTo(IBlankNode other)
Parameters
Returns
|
Edit this page
View Source
CompareTo(IGraphLiteralNode)
Declaration
public int CompareTo(IGraphLiteralNode other)
Parameters
Returns
|
Edit this page
View Source
CompareTo(ILiteralNode)
Declaration
public int CompareTo(ILiteralNode other)
Parameters
Returns
|
Edit this page
View Source
CompareTo(INode)
Declaration
public int CompareTo(INode other)
Parameters
Type |
Name |
Description |
INode |
other |
|
Returns
|
Edit this page
View Source
CompareTo(IRefNode)
Declaration
public int CompareTo(IRefNode other)
Parameters
Returns
|
Edit this page
View Source
CompareTo(ITripleNode)
Declaration
public int CompareTo(ITripleNode other)
Parameters
Returns
|
Edit this page
View Source
CompareTo(IUriNode)
Declaration
public int CompareTo(IUriNode other)
Parameters
Returns
|
Edit this page
View Source
CompareTo(IVariableNode)
Declaration
public int CompareTo(IVariableNode other)
Parameters
Returns
|
Edit this page
View Source
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
Equals(IBlankNode)
Declaration
public bool Equals(IBlankNode other)
Parameters
Returns
|
Edit this page
View Source
Equals(IGraphLiteralNode)
Declaration
public bool Equals(IGraphLiteralNode other)
Parameters
Returns
|
Edit this page
View Source
Equals(ILiteralNode)
Declaration
public bool Equals(ILiteralNode other)
Parameters
Returns
|
Edit this page
View Source
Equals(INode)
Declaration
public bool Equals(INode other)
Parameters
Type |
Name |
Description |
INode |
other |
|
Returns
|
Edit this page
View Source
Equals(IRefNode)
Declaration
public bool Equals(IRefNode other)
Parameters
Returns
|
Edit this page
View Source
Equals(ITripleNode)
Declaration
public bool Equals(ITripleNode other)
Parameters
Returns
|
Edit this page
View Source
Equals(IUriNode)
Declaration
public bool Equals(IUriNode other)
Parameters
Returns
|
Edit this page
View Source
Equals(IVariableNode)
Declaration
public bool Equals(IVariableNode other)
Parameters
Returns
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Edit this page
View Source
ToString()
Provides a string representation of this node.
Declaration
public override string ToString()
Returns
Overrides
|
Edit this page
View Source
Gets the String representation of the Node formatted with the given Node formatter.
Declaration
public string ToString(INodeFormatter formatter)
Parameters
Returns
|
Edit this page
View Source
Gets the String representation of the Node formatted with the given Node formatter.
Declaration
public string ToString(INodeFormatter formatter, TripleSegment segment)
Parameters
Returns
Implements
Extension Methods