|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.apache.xerces.impl.validation.ValidationManager
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
Deprecated. |
protected boolean |
fGrammarFound
Deprecated. |
protected Vector |
fVSs
Deprecated. |
Constructor Summary | |
ValidationManager()
Deprecated. |
Method Summary | |
void |
addValidationState(ValidationState vs)
Deprecated. Each validator should call this method to add its ValidationState into the validation manager. |
boolean |
isCachedDTD()
Deprecated. |
boolean |
isGrammarFound()
Deprecated. |
void |
reset()
Deprecated. |
void |
setCachedDTD(boolean cachedDTD)
Deprecated. |
void |
setEntityState(EntityState state)
Deprecated. Set the information required to validate entity values. |
void |
setGrammarFound(boolean grammar)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected boolean fCachedDTD
protected boolean fGrammarFound
protected final Vector fVSs
Constructor Detail |
public ValidationManager()
Method Detail |
public void addValidationState(ValidationState vs)
public boolean isCachedDTD()
public boolean isGrammarFound()
public void reset()
public void setCachedDTD(boolean cachedDTD)
public void setEntityState(EntityState state)
public void setGrammarFound(boolean grammar)
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs91 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |