Home | Trees | Indices | Help |
|
---|
|
object --+ | exceptions.BaseException --+ | exceptions.Exception --+ | PyXBException --+ | BadDocumentError --+ | StructuralBadDocumentError --+ | UnrecognizedContentError --+ | NotAnElementError
Raised when processing document and a tag that is a type but not an element is encountered.
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
element_name The pyxb.namespace.ExpandedName of the element that was not recognized. |
|||
containing_type The pyxb.binding.content.complexTypeDefinition in which the element was unrecognized. |
|||
Inherited from Inherited from Inherited from |
|
Raised when a document inner element is recognized as a type rather than an element.
|
|
element_nameThe pyxb.namespace.ExpandedName of the element that was not recognized.
|
containing_typeThe pyxb.binding.content.complexTypeDefinition in which the element was unrecognized.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jun 15 14:42:44 2012 | http://epydoc.sourceforge.net |