org.apache.xerces.impl.validation
Class ValidationManager

java.lang.Object
  |
  +--org.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.

Author:
Elena Litani, IBM

Field Summary
protected  boolean fGrammarFound
           
protected  ValidationState fValidationState
           
 
Constructor Summary
ValidationManager()
           
 
Method Summary
 ValidationState getValidationState()
           
 boolean isGrammarFound()
           
 void reset()
           
 void setGrammarFound(boolean grammar)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fValidationState

protected final ValidationState fValidationState

fGrammarFound

protected boolean fGrammarFound
Constructor Detail

ValidationManager

public ValidationManager()
Method Detail

getValidationState

public ValidationState getValidationState()

setGrammarFound

public void setGrammarFound(boolean grammar)

isGrammarFound

public boolean isGrammarFound()

reset

public void reset()


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