3 references to GetElement
System.Xml (3)
System\Xml\Schema\XmlSchemaValidator.cs (3)
1172
particle = compiledSchemaInfo.
GetElement
(elementName); //Re-assign correct particle
1187
XmlSchemaElement memberElem = compiledSchemaInfo.
GetElement
(member);
1191
XmlSchemaElement headElem = compiledSchemaInfo.
GetElement
(head);