Package xmlschema_acue :: Package validators :: Module exceptions :: Class XMLSchemaParseError

Class XMLSchemaParseError

source code


Raised when an error is found during the building of an XSD validator.

:param validator: the XSD validator. :type validator: XsdValidator or function :param message: the error message. :type message: str or unicode :param elem: the element that contains the error. :type elem: Element

Instance Methods

Inherited from XMLSchemaValidatorError: __setattr__, __str__, __unicode__

Method Details

__init__(self, validator, message, elem=None)
(Constructor)

source code 
Decorators:
Overrides: XMLSchemaValidatorError.__init__

msg(self)

source code 
Decorators:
  • @property

origin_url(self)

source code 
Decorators:
  • @property

root(self)

source code 
Decorators:
  • @property

schema_url(self)

source code 
Decorators:
  • @property

sourceline(self)

source code 
Decorators:
  • @property