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