public bool Equals(Text other) { return other.NotNull() && this.Value == other.Value; }
protected virtual Generic.IEnumerator<Node> Process(Text text) { yield return text; }