Home
last modified time | relevance | path

Searched defs:ElementValidationError (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/
H A DXmlSchemaValidator.cs2101 …internal static void ElementValidationError(XmlQualifiedName name, ValidationState context, Valida… in ElementValidationError() method in System.Xml.Schema.XmlSchemaValidator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Schema/
H A DXmlSchemaValidator.cs2509 …internal static void ElementValidationError(XmlQualifiedName name, ValidationState context, Valida… in ElementValidationError() method in System.Xml.Schema.XmlSchemaValidator
/dports/devel/py-pyxb/PyXB-1.2.6/pyxb/
H A Dexceptions_.py266 class ElementValidationError (ValidationError): class