示例#1
0
 public override void WriteTo(XmlWriter w)
 {
     // This doesn't seem to match up very well with w.WriteStartDocument()
     // so writing out PI here. (it used to be WriteRaw)
     w.WriteProcessingInstruction("xml", Value);
 }
 public override void WriteTo(XmlWriter w)
 {
     w.WriteProcessingInstruction(target, data);
 }