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