1 override of EndElement
System.Xml (1)
System\Xml\Schema\ConstraintStruct.cs (1)
93public override bool EndElement(string localname, string URN) {
3 references to EndElement
System.Xml (3)
System\Xml\Schema\ConstraintStruct.cs (1)
94base.EndElement(localname, URN);
System\Xml\Schema\XmlSchemaValidator.cs (1)
1987laxis.EndElement(localName, namespaceUri);
System\Xml\Schema\XsdValidator.cs (1)
884laxis.EndElement(reader.LocalName, reader.NamespaceURI);