public class ValidationManager extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
fCachedDTD |
protected boolean |
fGrammarFound |
protected Vector |
fVSs |
Constructor and Description |
---|
ValidationManager() |
Modifier and Type | Method and Description |
---|---|
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) |
protected final Vector fVSs
protected boolean fGrammarFound
protected boolean fCachedDTD
public final void addValidationState(ValidationState vs)
public final void setEntityState(EntityState state)
public final void setGrammarFound(boolean grammar)
public final boolean isGrammarFound()
public final void setCachedDTD(boolean cachedDTD)
public final boolean isCachedDTD()
public final void reset()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.