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