public NodeListIterator(NodeListIterator other) { _nodes = other._nodes; _position = other._position; }