7 references to GetElementDecl
System.Xml (7)
System\Xml\Schema\DtdValidator.cs (1)
202SchemaElementDecl elementDecl = schemaInfo.GetElementDecl(elementName);
System\Xml\Schema\SchemaInfo.cs (2)
144SchemaElementDecl ed = GetElementDecl(qname); 160SchemaElementDecl ed = GetElementDecl(qname);
System\Xml\Schema\XdrValidator.cs (1)
189SchemaElementDecl elementDecl = schemaInfo.GetElementDecl(elementName);
System\Xml\Schema\XmlSchemaValidator.cs (2)
402elementDecl = compiledSchemaInfo.GetElementDecl(elementName); 1377elementDecl = compiledSchemaInfo.GetElementDecl(elementName);
System\Xml\Schema\XsdValidator.cs (1)
323elementDecl = schemaInfo.GetElementDecl(elementName);