Returns true if the node is attached to another one through his next attribute.
true if the node as a next node, false otherwise
Returns true if the node is attached to another one through his previous attribute.
true if the node as a previous node, false otherwise
Generated using TypeDoc
Returns true if the node is attached to another one through his next attribute.