Click or drag to resize

BaseLiteralNodeCompareTo Method

Overload List
  NameDescription
Public methodCompareTo(BaseLiteralNode)
Returns an Integer indicating the Ordering of this Node compared to another Node.
Public methodCompareTo(IBlankNode)
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Overrides BaseNodeCompareTo(IBlankNode).)
Public methodCompareTo(IGraphLiteralNode)
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Overrides BaseNodeCompareTo(IGraphLiteralNode).)
Public methodCompareTo(ILiteralNode)
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Overrides BaseNodeCompareTo(ILiteralNode).)
Public methodCompareTo(INode)
Implementation of CompareTo for Literal Nodes.
(Overrides BaseNodeCompareTo(INode).)
Public methodCompareTo(IUriNode)
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Overrides BaseNodeCompareTo(IUriNode).)
Public methodCompareTo(IVariableNode)
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Overrides BaseNodeCompareTo(IVariableNode).)
Top
See Also