1 implementation of LookupAttributeList
System.Xml (1)
System\Xml\Schema\SchemaInfo.cs (1)
353IDtdAttributeListInfo IDtdInfo.LookupAttributeList(string prefix, string localName) {
1 reference to LookupAttributeList
System.Xml (1)
System\Xml\Core\XmlTextReaderImpl.cs (1)
4059IDtdAttributeListInfo attlistInfo = dtdInfo.LookupAttributeList( curNode.localName, curNode.prefix );