Home | Trees | Indices | Help |
|
---|
|
object --+ | utils.fac.SymbolMatch_mixin --+ | _FACSymbol
Base class for pyxb.utils.fac.Symbol instances associated with PyXB content models.
This holds the location in the schema of the ElementUse or WildcardUse and documents the methods expected of its children.
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
__xsdLocation = None hash(x) |
|||
_FACSymbol__xsdLocation = None hash(x) |
|
|||
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 from This is necessary for non-deterministic automata, where we can't store the value into the instance field until we know that the transition will be taken:
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Nov 7 19:27:33 2012 | http://epydoc.sourceforge.net |