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.
|
|
|
enclosingCTD(self)
The nearest enclosing complex type definition, as used for resolving
local element/attribute names. |
source code
|
|
|
__init__(self,
**kw)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
__constructElement(self,
new_object_factory,
attrs,
content=None) |
source code
|
|
|
|
|
enterDOMMode(self,
attrs)
Actions upon first encountering an element for which we cannot create
a binding. |
source code
|
|
|
startDOMElement(self,
attrs)
Actions upon entering an element that is part of a DOM subtree. |
source code
|
|
|
endDOMElement(self)
Actions upon leaving an element that is part of a DOM subtree. |
source code
|
|
|
startBindingElement(self,
type_class,
new_object_factory,
element_decl,
attrs)
Actions upon entering an element that will produce a binding
instance. |
source code
|
|
|
|
|
_SAXElementState__constructElement(self,
new_object_factory,
attrs,
content=None) |
source code
|
|
Inherited from utils.saxutils.SAXElementState :
addElementContent ,
addTextContent ,
content ,
contentHandler ,
expandedName ,
location ,
namespaceContext ,
parentState
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|
|
__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 = ( ' http://www.w3.org/2001/XMLSc ...
|
|
_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)
|