1 implementation of IDtdAttributeListInfo
System.Private.Xml (1)
System\Xml\Schema\SchemaElementDecl.cs (1)
11
internal sealed class SchemaElementDecl : SchemaDeclBase,
IDtdAttributeListInfo
14 references to IDtdAttributeListInfo
System.Private.Xml (14)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
597
foreach (
IDtdAttributeListInfo
attrList in dtdInfo.GetAttributeLists())
System\Xml\Core\IDtdInfo.cs (2)
47
IDtdAttributeListInfo
? LookupAttributeList(string prefix, string localName);
52
IEnumerable<
IDtdAttributeListInfo
> GetAttributeLists();
System\Xml\Core\XmlTextReaderImpl.cs (1)
4454
IDtdAttributeListInfo
? attlistInfo = _dtdInfo.LookupAttributeList(_curNode.localName, _curNode.prefix);
System\Xml\Schema\SchemaElementDecl.cs (6)
64
string
IDtdAttributeListInfo
.Prefix
69
string
IDtdAttributeListInfo
.LocalName
74
bool
IDtdAttributeListInfo
.HasNonCDataAttributes
79
IDtdAttributeInfo?
IDtdAttributeListInfo
.LookupAttribute(string? prefix, string? localName)
90
IEnumerable<IDtdDefaultAttributeInfo>
IDtdAttributeListInfo
.LookupDefaultAttributes()
95
IDtdAttributeInfo?
IDtdAttributeListInfo
.LookupIdAttribute()
System\Xml\Schema\SchemaInfo.cs (4)
368
IDtdAttributeListInfo
? IDtdInfo.LookupAttributeList(string prefix, string localName)
379
IEnumerable<
IDtdAttributeListInfo
> IDtdInfo.GetAttributeLists()
383
IDtdAttributeListInfo
eleDeclAsAttList = (
IDtdAttributeListInfo
)elemDecl;