Abstract implementation of Schema for W3C XML Schemas.
fFeatures = new HashMap();
Returns the initial value of a feature for validators created using this grammar pool container or null if the validators should use the default value. return (Boolean) fFeatures.get(featureId);
return (Boolean) fFeatures.get(featureId);
return new ValidatorImpl(this);
return new ValidatorHandlerImpl(this);
fFeatures.put(featureId, state ? Boolean.TRUE : Boolean.FALSE);