Ejemplo n.º 1
0
 public override void WriteCDataSection(string data)
 {
     _state.CDataSection();
     _current.AppendCDataSection(data);
 }