{@link javax.xml.validation.Schema} implementations from Xerces will derive from this class.
return new ValidatorHandlerImpl(newXNIValidator());
return new ValidatorImpl(_newValidatorHandler());
return _newValidatorHandler();
Similar to {@link javax.xml.validation.Schema#newValidator()} but this method creates a new validator that works directly with the XNI events. This enables optimization when a parser and a validator is both from Xerces.
This enables optimization when a parser and a validator is both from Xerces.