Home | Trees | Indices | Help |
|
---|
|
object --+ | utils.fac.SymbolMatch_mixin --+ | _FACSymbol --+ | WildcardUse
Information about a schema wildcard element.
This is functionally parallel to ElementUse, but references a Wildcard that is unique to this instance. That Wildcard is not incorporated into this class is an artifact of the evolution of PyXB.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
__wildcardDeclaration = None hash(x) |
|||
Inherited from |
|
|||
Inherited from |
|
Return the value accepted by match for this symbol. A match for an element declaration might have resulted in a type change for the value (converting it to an acceptable type). There is no safe place to cache the compatible value calculated in the match while other candidates are being considered, so we need to re-calculate it if the transition is taken. If the match could not have changed the value, the value from the symbol may be returned immediately.
|
Create a closure that will apply the value accepted by match to a to-be-supplied instance.
|
Satisfy pyxb.utils.fac.SymbolMatch_mixin. Determine whether the proposed content encapsulated in
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
str(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Nov 7 19:27:33 2012 | http://epydoc.sourceforge.net |