internal void AddChar(char c) { _currentNode = _currentNode.AddChar(c); }
public void AddChar(char c) { _currentNode = _currentNode.AddChar(c); }