private void AddStyle(string name, string value) { if (this.current == null) { throw new InvalidOperationException("Unexpected attribute"); } this.SetStyle(this.current, name, value); }