Home | Trees | Indices | Help |
|
---|
|
object --+ | cscRoot --+ | utils.utility.Locatable_mixin --+ | _TypeBinding_mixin
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
xml.dom.Document
|
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
_ExpandedName = None The expanded name of the component. |
|||
_ReservedSymbols =
|
|||
_PyXBFactoryKeywords =
Keywords that are interpreted by __new__ or __init__ in one or more classes in the PyXB type hierarchy. |
|||
_Abstract = False
|
|||
__namespaceContext = None hash(x) |
|||
__element = None hash(x) |
|||
__xsiNil = None hash(x) |
|||
__constructedWithValue = False
|
|||
__WarnedUnassociatedElement = False
|
|||
_AttributeWildcard = None hash(x) |
|||
_AttributeMap =
Map from expanded names to AttributeUse instances. |
|||
_TypeBinding_mixin__WarnedUnassociatedElement = False
|
|||
_TypeBinding_mixin__constructedWithValue = False
|
|||
_TypeBinding_mixin__element = None hash(x) |
|||
_TypeBinding_mixin__namespaceContext = None hash(x) |
|||
_TypeBinding_mixin__xsiNil = None hash(x) |
|
|||
Inherited from |
|
Determine whether the content model should be validated. Proper validation is not yet supported in PyXB. The low level binding material consults this function, but not always in a context where the direction of translation is clear. Conseequently, this method indicates that validation should be performed only when both generation and parsing validation are enabled. |
x.__setattr__('name', value) <==> x.name = value
|
Return a namespace context associated with the binding instance. This will return |
Return a pyxb.binding.basis.element associated with the binding instance. This will return |
Indicate whether this instance is nil. The value is set by the DOM and SAX parsers when building an instance
from a DOM element with xsi:nil set to |
Set the xsi:nil property of the instance.
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Method invoked upon entry to the Factory method. This method is entitled to modify the keywords array. It can also return a state value which is passed to _postFactory_vx. |
Method invoked prior to leaving the Factory method. This is an instance method, and is given the state that was returned by _PreFactory_vx. |
Provide a common mechanism to create new instances of this type. The class constructor won't do, because you can't create instances of union types. This method may be overridden in subclasses (like STD_union). Pre- and post-creation actions can be customized on a per-class instance by overriding the _PreFactory_vx and _postFactory_vx methods.
|
Return The only ur-type is {http://www.w3.org/2001/XMLSchema}anyType. The implementation of this method is overridden for pyxb.binding.datatypes.anyType. |
Return a variant of the value that is compatible with this type. Compatibility is defined relative to the type definition associated
with the element. The value
|
Return True iff the content of this binding object is a simple type. This is true only for descendents of simpleTypeDefinition and instances of complexTypeDefinition that have simple type content. |
Invoke self._setAttribute based on node attributes and keywords. Though attributes can only legally appear in complexTypeDefinition instances, delayed conditional validation requires caching them in simpleTypeDefinition.
|
Convert this instance to a DOM node. The name of the top-level element is either the name of the element instance associated with this instance, or the XML name of the type of this instance.
|
Shorthand to get the object as an XML document. If you want to set the default namespace, pass in a pre-configured
|
Override in subclasses for type-specific validation of instance content.
|
Check whether the binding content matches its content model.
|
|
_ReservedSymbols
|
_PyXBFactoryKeywordsKeywords that are interpreted by __new__ or __init__ in one or more classes in the PyXB type hierarchy. All these keywords must be removed before invoking base Python __init__ or __new__.
|
_AttributeMapMap from expanded names to AttributeUse instances. Non-empty only in complexTypeDefinition subclasses.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jun 15 14:42:42 2012 | http://epydoc.sourceforge.net |