Home
last modified time | relevance | path

Searched defs:XMLSchemaValidationError (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/validators/
H A Dexceptions.py175 class XMLSchemaValidationError(XMLSchemaValidatorError, ValueError): class
/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/
H A Ddocuments.py105 def get_lazy_json_encoder(errors: List[XMLSchemaValidationError]) -> Type[json.JSONEncoder]: