8 references to QName
System.Xml (8)
System\Xml\BinaryXml\XmlBinaryReader.cs (8)
2200name = new QName(string.Empty, this.xmlns, this.nsxmlns); 2202name = new QName(this.xmlns, xnt.Add(decl.prefix), this.nsxmlns); 2237this.attributes[0].Set(new QName(string.Empty, this.xnt.Add("version"), string.Empty), ParseText()); 2241this.attributes[1].Set(new QName(string.Empty, this.xnt.Add("encoding"), string.Empty), ParseText()); 2251this.attributes[this.attrCount].Set(new QName(string.Empty, this.xnt.Add("standalone"), string.Empty), (standalone == 1) ? "yes" : "no"); 2259QName xmlDeclQName = new QName(String.Empty, this.xnt.Add("xml"), String.Empty); 2766this.attributes[this.attrCount++].Set(new QName(string.Empty, this.xnt.Add("SYSTEM"), string.Empty), ParseText()); 2770this.attributes[this.attrCount++].Set(new QName(string.Empty, this.xnt.Add("PUBLIC"), string.Empty), ParseText());