Home | Trees | Indices | Help |
|
---|
|
object --+ | utils.saxutils.SAXElementState --+ | _SAXElementState
State required to generate bindings for a specific element.
If the document being parsed includes references to unrecognized elements, a DOM instance of the element and its content is created and treated as a wildcard element.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
__XSINilTuple = XSI.nil.uriTuple()
|
|||
__bindingInstance = None hash(x) |
|||
__elementBinding = None hash(x) |
|||
__enclosingCTD = None hash(x) |
|||
__delayedConstructor = None hash(x) |
|||
__attributes = None hash(x) |
|||
__domDocument = None hash(x) |
|||
__domDepth = None hash(x) |
|||
_SAXElementState__XSINilTuple =
|
|||
_SAXElementState__attributes = None hash(x) |
|||
_SAXElementState__bindingInstance = None hash(x) |
|||
_SAXElementState__delayedConstructor = None hash(x) |
|||
_SAXElementState__domDepth = None hash(x) |
|||
_SAXElementState__domDocument = None hash(x) |
|||
_SAXElementState__elementBinding = None hash(x) |
|||
_SAXElementState__enclosingCTD = None hash(x) |
|
|||
Inherited from |
|
Record the binding to be used for this element. Generally ignored, except at the top level this is the only way to associate a binding instance created from an xsi:type description with a specific element. |
The nearest enclosing complex type definition, as used for resolving local element/attribute names.
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Set the enclosing complex type definition for this element.
|
Actions upon first encountering an element for which we cannot create a binding. Invoking this transitions the parser into DOM mode, creating a new DOM document that will represent this element including its content. |
Actions upon entering an element that will produce a binding instance. The element use is recorded. If the type is a subclass of basis.simpleTypeDefinition, a delayed constructor is recorded so the binding instance can be created upon completion of the element; otherwise, a binding instance is created and stored. The attributes are used to initialize the binding instance (now, or upon element end).
|
Perform any end-of-element processing. For simple type instances, this creates the binding instance.
|
|
_SAXElementState__XSINilTuple
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Apr 17 03:13:54 2013 | http://epydoc.sourceforge.net |