nextNode 
  Returns node corresponding to the next place from this node's corresponding place. If there is no such node (i.e. this node is the last one), null is returned.
Also, this property throws DetachedNodeException when the node is already detached.
Throws
when the node is already detached.