Uses of Interface
com.japisoft.xmlpad.validator.Validator

Packages that use Validator
com.japisoft.xmlpad.action.xml   
com.japisoft.xmlpad.validator   
 

Uses of Validator in com.japisoft.xmlpad.action.xml
 

Methods in com.japisoft.xmlpad.action.xml with parameters of type Validator
 void ParseAction.setDefaultValidator(Validator defVal)
           
 

Uses of Validator in com.japisoft.xmlpad.validator
 

Classes in com.japisoft.xmlpad.validator that implement Validator
 class DefaultValidator
          This is a validation action for checking the XMLContent of the XMLContainer.
 class RelaxNGValidator
          Validate the container content for RelaxNG.