1 16 17 package org.apache.xerces.impl.xs.identity; 18 19 20 31 public interface FieldActivator { 32 33 37 45 public void startValueScopeFor(IdentityConstraint identityConstraint, 46 int initialDepth); 47 48 57 public XPathMatcher activateField(Field field, int initialDepth); 58 59 67 public void setMayMatch(Field field, Boolean state); 68 69 75 public Boolean mayMatch(Field field); 76 77 83 public void endValueScopeFor(IdentityConstraint identityConstraint, int initialDepth); 84 85 } | Popular Tags |