Uses of Class
org.apache.xerces.impl.validation.ValidationState

Packages that use ValidationState
org.apache.xerces.impl.validation   
 

Uses of ValidationState in org.apache.xerces.impl.validation
 

Subclasses of ValidationState in org.apache.xerces.impl.validation
 class ConfigurableValidationState
          An extension of ValidationState which can be configured to turn off checking for ID/IDREF errors and unparsed entity errors.
 

Methods in org.apache.xerces.impl.validation with parameters of type ValidationState
 void ValidationManager.addValidationState(ValidationState vs)
          Each validator should call this method to add its ValidationState into the validation manager.