FieldActivatorpublic interface FieldActivator Interface for a field activator. The field activator is responsible
for activating fields within a specific scope; the caller merely
requests the fields to be activated. |
Methods Summary |
---|
public XPathMatcher | activateField(Field field, int initialDepth)Request to activate the specified field. This method returns the
matcher for the field.
| public void | endValueScopeFor(IdentityConstraint identityConstraint, int initialDepth)Ends the value scope for the specified identity constraint.
| public void | startValueScopeFor(IdentityConstraint identityConstraint, int initialDepth)Start the value scope for the specified identity constraint. This
method is called when the selector matches in order to initialize
the value store.
|
|