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