1 implementation of LookupAttribute
System.Xml (1)
System\Xml\Schema\SchemaElementDecl.cs (1)
81IDtdAttributeInfo IDtdAttributeListInfo.LookupAttribute(string prefix, string localName) {
1 reference to LookupAttribute
System.Xml (1)
System\Xml\Core\XmlTextReaderImpl.cs (1)
4070IDtdAttributeInfo attributeInfo = attlistInfo.LookupAttribute( attr.prefix, attr.localName );