Home | Trees | Indices | Help |
|
---|
|
object --+ | cscRoot --+ | ContentState_mixin
Declares methods used by classes that hold state while validating a content model component.
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
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
|
Invoked by a sub-state to indicate that validation cannot proceed in the current state. Normally this is used when an intermediate content model must reset itself to permit alternative models to be evaluated.
|
Determine whether the deep state is complete without further elements. No-op for non-aggregate state. For aggregate state, all contained particles should be checked to see whether the overall model can be satisfied if no additional elements are provided. This method does not have a meaningful return value; violations of the content model should produce the corresponding exception (generally, MissingContentError).
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Sep 9 14:08:49 2011 | http://epydoc.sourceforge.net |