12 references to decNodeAttributes
System.Xml (12)
System\Xml\Dom\XmlNodeReader.cs (12)
127
return
decNodeAttributes
[nAttrInd].name;
227
return
decNodeAttributes
[nAttrInd].value;
238
strb.Append(
decNodeAttributes
[i].name + "=\"" +
decNodeAttributes
[i].value + "\"");
325
decNodeAttributes
[i].name = strVersion;
326
decNodeAttributes
[i].value = strTemp;
331
decNodeAttributes
[i].name = strEncoding;
332
decNodeAttributes
[i].value = strTemp;
337
decNodeAttributes
[i].name = strStandalone;
338
decNodeAttributes
[i].value = strTemp;
358
return
decNodeAttributes
[i].value;
365
if (
decNodeAttributes
[i].name == name )