Ejemplo n.º 1
0
 public override void WriteStartAttribute(DomName name)
 {
     _state.StartAttribute();
     _attribute = _current.AppendAttribute(name);
 }