BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.apache.xerces.impl.validation
Class ValidationManager

java.lang.Object
  |
  +--weblogic.apache.xerces.impl.validation.ValidationManager

public class ValidationManager
extends java.lang.Object

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.


Field Summary
protected  boolean fCachedDTD
           
protected  boolean fGrammarFound
           
protected  java.util.Vector fVSs
           
 
Constructor Summary
ValidationManager()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fVSs

protected final java.util.Vector fVSs

fGrammarFound

protected boolean fGrammarFound

fCachedDTD

protected boolean fCachedDTD
Constructor Detail

ValidationManager

public ValidationManager()
Method Detail

addValidationState

public void addValidationState(ValidationState vs)
Each validator should call this method to add its ValidationState into the validation manager.

setEntityState

public void setEntityState(EntityState state)
Set the information required to validate entity values.

setGrammarFound

public void setGrammarFound(boolean grammar)

isGrammarFound

public boolean isGrammarFound()

setCachedDTD

public void setCachedDTD(boolean cachedDTD)

isCachedDTD

public boolean isCachedDTD()

reset

public void reset()

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81