org.apache.xerces.impl.validation.identity
Interface FieldActivator


public 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.

Version:
$Id: FieldActivator.java,v 1.1.2.2 2001/05/09 21:10:52 lehors Exp $
Author:
Andy Clark, IBM

Method Summary
 XPathMatcher activateField(Field field)
          Request to activate the specified field.
 

Method Detail

activateField

public XPathMatcher activateField(Field field)
                           throws org.apache.xerces.xni.XNIException
Request to activate the specified field. This method returns the matcher for the field.
Parameters:
field - The field to activate.


Copyright © 1999-2001 Apache XML Project. All Rights Reserved.