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