Searched refs:FixedParameter (Results 1 – 1 of 1) sorted by relevance
54 PARAMETERS.put("canonical-form", new FixedParameter(false));72 PARAMETERS.put("check-character-normalization", new FixedParameter(false));108 PARAMETERS.put("element-content-whitespace", new FixedParameter(true));197 PARAMETERS.put("namespace-declarations", new FixedParameter(true));202 PARAMETERS.put("normalize-characters", new FixedParameter(false));269 PARAMETERS.put("validate-if-schema", new FixedParameter(false));305 static class FixedParameter implements Parameter { class in DOMConfigurationImpl307 FixedParameter(Object onlyValue) { in FixedParameter() method in DOMConfigurationImpl.FixedParameter