public void Set(XmlSqlBinaryReader.QName n, int pos)
 {
     this.name = n;
     this.val = null;
     this.contentPos = pos;
     this.hashCode = 0;
     this.prevHash = 0;
 }
 public void Set(XmlSqlBinaryReader.QName name, bool xmlspacePreserve)
 {
     this.name = name;
     this.xmlLang = null;
     this.xmlSpace = XmlSpace.None;
     this.xmlspacePreserve = xmlspacePreserve;
 }
 public void Set(XmlSqlBinaryReader.QName n, string v)
 {
     this.name = n;
     this.val = v;
     this.contentPos = 0;
     this.hashCode = 0;
     this.prevHash = 0;
 }