ECXMLControlLinkObjectRule


Abstract

This rule is being executed when closing an xml element. It links the underlying object to it's super object by calling one of the setter methods, if available. Also it pops the current top user object from the stack. It ignores the first one.

Methods

-actOn:
-mayActOn:
-respondsToContext

actOn:


- (BOOL) actOn: (ECXMLControlContext *) aContext;
Parameter Descriptions
aContext
current context to evaluate
method result
YES if no more rules should be evaluated

mayActOn:


See Also:
respondsToContext
- (BOOL) mayActOn: (ECXMLControlContext *) aContext;
Parameter Descriptions
aContext
current context to evaluate

respondsToContext


See Also:
mayActOn:
- (BOOL) mayActOn: (ECXMLControlContext *) aContext;
Parameter Descriptions
aContext
current context to evaluate
method result
YES if the receiver should be valuated according to the given context

(Last Updated November 08, 2007)