1 57 58 package org.enhydra.apache.xerces.validators.schema.identity; 59 60 61 70 public interface FieldActivator { 71 72 76 83 public void startValueScopeFor(IdentityConstraint identityConstraint) 84 throws Exception ; 85 86 94 public XPathMatcher activateField(Field field) throws Exception ; 95 96 101 public void endValueScopeFor(IdentityConstraint identityConstraint) 102 throws Exception ; 103 104 } | Popular Tags |