8 references to docTypeNodeAttributes
System.Xml (8)
System\Xml\Dom\XmlNodeReader.cs (8)
129
return
docTypeNodeAttributes
[nAttrInd].name;
229
return
docTypeNodeAttributes
[nAttrInd].value;
380
docTypeNodeAttributes
[i].name = strPublicID;
381
docTypeNodeAttributes
[i].value = strTemp;
386
docTypeNodeAttributes
[i].name = strSystemID;
387
docTypeNodeAttributes
[i].value = strTemp;
405
return
docTypeNodeAttributes
[i].value;
412
if (
docTypeNodeAttributes
[i].name == name )