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