예제 #1
0
 public override void WriteNmToken(string name)
 {
     writer.WriteNmToken(name);
     state = WriteState.Content;
 }