public XmlAttributePreservationProvider(string fileName)
 {
     this.streamReader = new StreamReader((Stream)File.OpenRead(fileName));
     this.reader = new PositionTrackingTextReader((TextReader)this.streamReader);
 }
예제 #2
0
 public XmlAttributePreservationProvider(string fileName)
 {
     this.streamReader = new StreamReader((Stream)File.OpenRead(fileName));
     this.reader       = new PositionTrackingTextReader((TextReader)this.streamReader);
 }