public JsonXPathNavigator(JsonXPathNavigator source) { copyState(source._state); _nameTable = source._nameTable; }