com.saxonica.validate
Class KeySelectorWatch
java.lang.Object
  
com.saxonica.validate.SelectorWatch
      
com.saxonica.validate.KeySelectorWatch
- All Implemented Interfaces: 
 - Watch
 
public class KeySelectorWatch
- extends SelectorWatch
 
This class watches the selector for a key or unique constraint
 
| 
Method Summary | 
 void | 
addKeyRef(RefSelectorWatch watch)
 
          Add a RefSelectorWatch to support a keyRef that refers to this key
 or unique constraints | 
 
 
 
KeySelectorWatch
public KeySelectorWatch(ConstraintChecker checker,
                        IdentityConstraint uniqueConstraint)
addKeyRef
public void addKeyRef(RefSelectorWatch watch)
- Add a RefSelectorWatch to support a keyRef that refers to this key
 or unique constraints
- Parameters:
 watch - the RefSelectorWatch which needs to be notified of all
 values encountered for this key
 
 
Copyright (C) Michael H. Kay. All rights reserved.