org.apache.xerces.impl.validation
public class ValidationManager extends Object
Version: $Id: ValidationManager.java,v 1.10 2004/10/04 22:07:41 mrglavas Exp $
| Field Summary | |
|---|---|
| protected boolean | fCachedDTD |
| protected boolean | fGrammarFound |
| protected Vector | fVSs |
| Method Summary | |
|---|---|
| void | addValidationState(ValidationState vs)
Each validator should call this method to add its ValidationState into
the validation manager. |
| boolean | isCachedDTD() |
| boolean | isGrammarFound() |
| void | reset() |
| void | setCachedDTD(boolean cachedDTD) |
| void | setEntityState(EntityState state)
Set the information required to validate entity values. |
| void | setGrammarFound(boolean grammar) |