Home | Trees | Indices | Help |
|
---|
|
object --+ | cscRoot --+ | ContentState_mixin --+ | object --+ | | | cscRoot --+ | | | ContentModel_mixin --+ | Wildcard
Placeholder for wildcard objects.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
A constraint on the namespace for the wildcard. Valid values are:
Namespaces are represented by their URIs. Absence is represented by None, both in the "not" pair and in the set. |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Return True iff the value is a valid match against this wildcard. Validation per Wildcard allows Namespace Name. |
Return a ContentState_mixin instance that will validate the state of this model component.
|
Determine whether the provided value can be added to the instance without violating state validation. This method must not throw any non-catastrophic exceptions; general
failures should be transformed to a
|
Determine whether an output sequence created from the symbols can be made consistent with the model. The symbol set represents letters in an alphabet; the output sequence
orders those letters in a way that satisfies the regular expression
expressed in the model. Both are changed as a result of a successful
validation; both remain unchanged if the validation failed. In
recursing, implementers may assume that
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun May 30 12:40:28 2010 | http://epydoc.sourceforge.net |