public class

ValidationManager

extends Object
java.lang.Object
   ↳ org.apache.xerces.impl.validation.ValidationManager

Class Overview

ValidationManager is a coordinator property for validators in the pipeline. Each validator must know how to interact with this property. Validators are not required to know what kind of other validators present in the pipeline, but should understand that there are others and that some coordination is required.@xerces.internal

Summary

Fields
protected boolean fCachedDTD
protected boolean fGrammarFound
protected final Vector fVSs
Public Constructors
ValidationManager()
Public Methods
final void addValidationState(ValidationState vs)
Each validator should call this method to add its ValidationState into the validation manager.
final boolean isCachedDTD()
final boolean isGrammarFound()
final void reset()
final void setCachedDTD(boolean cachedDTD)
final void setEntityState(EntityState state)
Set the information required to validate entity values.
final void setGrammarFound(boolean grammar)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean fCachedDTD

protected boolean fGrammarFound

protected final Vector fVSs

Public Constructors

public ValidationManager ()

Public Methods

public final void addValidationState (ValidationState vs)

Each validator should call this method to add its ValidationState into the validation manager.

public final boolean isCachedDTD ()

public final boolean isGrammarFound ()

public final void reset ()

public final void setCachedDTD (boolean cachedDTD)

public final void setEntityState (EntityState state)

Set the information required to validate entity values.

public final void setGrammarFound (boolean grammar)